| name | T1036.001_invalid-code-signature |
| description | Adversaries may attempt to mimic features of valid code signatures to increase the chance of deceiving a user, analyst, or tool. |
| category | configuration |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1036.001","defense-evasion","windows","macos","sub-technique"] |
| technique_id | T1036.001 |
| tactic | defense-evasion |
| all_tactics | ["defense-evasion"] |
| platforms | ["Windows","macOS"] |
| mitre_url | https://attack.mitre.org/techniques/T1036/001 |
| tech_stack | ["windows","macos"] |
| cwe_ids | ["CWE-693"] |
| chains_with | ["T1036","T1036.002","T1036.003","T1036.004","T1036.005","T1036.006","T1036.007","T1036.008","T1036.009","T1036.010","T1036.011","T1036.012"] |
| prerequisites | ["T1036"] |
| severity_boost | {"T1036":"Chain with T1036 for deeper attack path","T1036.002":"Chain with T1036.002 for deeper attack path","T1036.003":"Chain with T1036.003 for deeper attack path"} |
T1036.001 Invalid Code Signature
Sub-technique of: T1036
High-Level Description
Adversaries may attempt to mimic features of valid code signatures to increase the chance of deceiving a user, analyst, or tool. Code signing provides a level of authenticity on a binary from the developer and a guarantee that the binary has not been tampered with. Adversaries can copy the metadata and signature information from a signed program, then use it as a template for an unsigned program. Files with invalid code signatures will fail digital signature validation checks, but they may appear more legitimate to users and security tools may improperly handle these files.
Unlike Code Signing, this activity will not result in a valid signature.
Kill Chain Phase
Platforms: Windows, macOS
What to Check
How to Test
Manual Testing
-
Identify Attack Surface: Determine if the target environment is susceptible to Invalid Code Signature by examining the target platforms (Windows, macOS).
-
Assess Existing Defenses: Review whether mitigations for T1036.001 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
M1045 Code Signing
Require signed binaries.
Detection
Invalid Code Signature Execution Detection via Metadata and Behavioral Context
Risk Assessment