| name | T1587.003_digital-certificates |
| description | Adversaries may create self-signed SSL/TLS certificates that can be used during targeting. |
| category | information-gathering |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1587.003","resource-development","pre","sub-technique"] |
| technique_id | T1587.003 |
| tactic | resource-development |
| all_tactics | ["resource-development"] |
| platforms | ["PRE"] |
| mitre_url | https://attack.mitre.org/techniques/T1587/003 |
| tech_stack | ["pre"] |
| cwe_ids | [] |
| chains_with | ["T1587","T1587.001","T1587.002","T1587.004"] |
| prerequisites | ["T1587"] |
| severity_boost | {"T1587":"Chain with T1587 for deeper attack path","T1587.001":"Chain with T1587.001 for deeper attack path","T1587.002":"Chain with T1587.002 for deeper attack path"} |
T1587.003 Digital Certificates
Sub-technique of: T1587
High-Level Description
Adversaries may create self-signed SSL/TLS certificates that can be used during targeting. SSL/TLS certificates are designed to instill trust. They include information about the key, information about its owner's identity, and the digital signature of an entity that has verified the certificate's contents are correct. If the signature is valid, and the person examining the certificate trusts the signer, then they know they can use that key to communicate with its owner. In the case of self-signing, digital certificates will lack the element of trust associated with the signature of a third-party certificate authority (CA).
Adversaries may create self-signed SSL/TLS certificates that can be used to further their operations, such as encrypting C2 traffic (ex: Asymmetric Cryptography with Web Protocols) or even enabling Adversary-in-the-Middle if added to the root of trust (i.e. Install Root Certificate).
After creating a digital certificate, an adversary may then install that certificate (see Install Digital Certificate) on infrastructure under their control.
Kill Chain Phase
- Resource Development (TA0042)
Platforms: PRE
What to Check
How to Test
Manual Testing
-
Identify Attack Surface: Determine if the target environment is susceptible to Digital Certificates by examining the target platforms (PRE).
-
Assess Existing Defenses: Review whether mitigations for T1587.003 are in place. If defenses are absent or misconfigured, this technique may be exploitable.
-
Execute Test: Use tools and methods described in the MITRE ATT&CK page and external references below.
Note: No Atomic Red Team tests available for this technique. See Atomic Red Team GitHub for updates.
Remediation Guide
M1056 Pre-compromise