T1036.001 Invalid Code Signature

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.(Citation: Threatexpress MetaTwin 2017)

Unlike Code Signing, this activity will not result in a valid signature.

View in MITRE ATT&CK®

CRI Profile Mappings

Capability ID Capability Description Mapping Type ATT&CK ID ATT&CK Name Notes
DE.CM-09.01 Software and data integrity checking Mitigates T1036.001 Invalid Code Signature
Comments
This diagnostic statement protects against Invalid Code Signature through the use of verifying integrity of software/firmware, loading software that is trusted, ensuring privileged process integrity and checking software signatures.
References
    PR.PS-06.05 Testing and validation strategy Mitigates T1036.001 Invalid Code Signature
    Comments
    This particular diagnostic statement highlights the use of software security testing, code integrity verifications, and vulnerability scanning to mitigate security weaknesses and vulnerabilities in developed code or applications that an adversary may be able to take advantage of.
    References
      PR.PS-01.03 Configuration deviation Mitigates T1036.001 Invalid Code Signature
      Comments
      This diagnostic statement provides protection from Masquerading: Invalid Code Signature through the implementation of security configuration baselines for OS, software, file integrity monitoring and imaging. Security baselining and integrity checking can help protect against adversaries attempting to compromise and modify software and its configurations.
      References
        PR.PS-05.02 Mobile code prevention Mitigates T1036.001 Invalid Code Signature
        Comments
        Mobile code procedures address specific actions taken to prevent the development, acquisition, and introduction of unacceptable mobile code within organizational systems, including requiring mobile code to be digitally signed by a trusted source.
        References
          EX.DD-04.01 Third-party systems and software evaluation Mitigates T1036.001 Invalid Code Signature
          Comments
          This diagnostic statement describes the organization's formal process for evaluating externally-sourced applications, software, and firmware by assessing compatibility, security, integrity, and authenticity before deployment and after major changes. For example, requiring software from external vendors to be signed with valid certificates before deployment to aid in mitigating software supply chain attacks.
          References

            NIST 800-53 Mappings

            Capability ID Capability Description Mapping Type ATT&CK ID ATT&CK Name Notes
            CM-06 Configuration Settings mitigates T1036.001 Invalid Code Signature
            IA-09 Service Identification and Authentication mitigates T1036.001 Invalid Code Signature
            SI-07 Software, Firmware, and Information Integrity mitigates T1036.001 Invalid Code Signature
            CM-02 Baseline Configuration mitigates T1036.001 Invalid Code Signature
            SI-04 System Monitoring mitigates T1036.001 Invalid Code Signature

            GCP Mappings

            Capability ID Capability Description Mapping Type ATT&CK ID ATT&CK Name Notes
            binary_authorization Binary Authorization technique_scores T1036.001 Invalid Code Signature
            Comments
            Each image has a signer digitally sign using a private key. At deploy time, the enforcer uses the attester's public key to verify the signature in the attestation.
            References