LiveActive security incident?Get immediate response
MITRE ATT&CK® Mitigation

M1043: Credential Access Protection

Credential Access Protection focuses on implementing measures to prevent adversaries from obtaining credentials, such as passwords, hashes, tokens, or keys, that could be used for unauthorized access. This involves restricting access to credential storage mechanisms, hardening configurations to block credential dumping methods, and using monitoring tools to detect suspicious credential-related activity. This mitigation can be implemented through the following measures:

Restrict Access to Credential Storage:

- Use Case: Prevent adversaries from accessing the SAM (Security Account Manager) database on Windows systems. - Implementation: Enforce least privilege principles and restrict administrative access to credential stores such as `C:\Windows\System32\config\SAM`.

Use Credential Guard:

- Use Case: Isolate LSASS (Local Security Authority Subsystem Service) memory to prevent credential dumping. - Implementation: Enable Windows Defender Credential Guard on enterprise endpoints to isolate secrets and protect them from unauthorized access.

Monitor for Credential Dumping Tools:

- Use Case: Detect and block known tools like Mimikatz or Windows Credential Editor. - Implementation: Flag suspicious process behavior related to credential dumping.

Disable Cached Credentials:

- Use Case: Prevent adversaries from exploiting cached credentials on endpoints. - Implementation: Configure group policy to reduce or eliminate the use of cached credentials (e.g., set Interactive logon: Number of previous logons to cache to 0).

Enable Secure Boot and Memory Protections:

- Use Case: Prevent memory-based attacks used to extract credentials. - Implementation: Configure Secure Boot and enforce hardware-based security features like DEP (Data Execution Prevention) and ASLR (Address Space Layout Randomization).

EnterpriseM1043MitigationObject v1.2Modified
Glexia's Take · Automated analysis

Security context for executives and security teams

Automation confidenceHigh

Credential Access Protection is a control priority because stolen passwords, hashes, tokens, keys, and Kerberos material can turn one compromised system into broader unauthorized access. For leaders, the value is not a single tool purchase; it is proving that credential stores, memory-resident secrets, cached credentials, and authentication artifacts are hardened and monitored before an incident depends on them.

Executive priority

Prioritize this as an identity and resilience safeguard for environments where credential theft could enable lateral movement, access to restricted information, persistence through LSASS-related changes, or weakening of network-device defenses. Executives should ask whether privileged access to credential stores is restricted, whether endpoint hardening such as Credential Guard and memory protections is deployed where applicable, whether cached credential policy is intentional, and whether SOC teams can produce evidence of suspicious credential-access monitoring for audit and incident response.

Technical view

MITRE provides this as a mitigation, not a detection, and no platforms are specified for the mitigation itself. Relationship context shows it mitigates OS Credential Dumping, LSASS Memory access, LSASS Driver, Kerberos ticket theft/forgery including ccache files, and several network-device defense-impairment techniques. SOC and IR teams should validate controls around Windows SAM and LSASS protection, Kerberos ticket/cache handling on relevant systems, administrative access to credential stores, suspicious credential-dumping process behavior, and change integrity for network-device configurations or images where those related techniques are in scope.

Likely telemetry

  • Endpoint process execution and security events related to credential-dumping behavior
  • Access attempts to credential stores such as Windows SAM and LSASS-related resources
  • Configuration state for Windows Defender Credential Guard, Secure Boot, DEP, ASLR, and cached logon policy where applicable
  • Administrative access and privilege-use logs for systems that store or process credentials
  • Kerberos authentication and ticket/cache-related evidence on relevant Windows, Linux, or macOS systems

Detection direction

  • Because the official detection field is not provided, treat detection coverage as a local validation exercise rather than an ATT&CK-provided analytic.
  • Tune monitoring for suspicious credential-related process behavior, especially tools or behaviors associated with credential dumping, while accounting for legitimate security administration and professional testing tools.
  • Validate visibility into LSASS access and driver-related changes in Windows environments where related techniques apply.
  • Check whether Kerberos ticket and ccache-related telemetry exists for non-Windows systems if Kerberos is used there; this is a common blind spot when identity monitoring is Windows-centric.
  • For related network-device techniques, confirm that configuration and image changes are logged and reviewed; endpoint-only monitoring will not cover those relationships.

Mitigation priorities

  • Enforce least privilege and restrict administrative access to credential storage locations and mechanisms.
  • Enable Credential Guard and other memory protections where supported and operationally appropriate.
  • Reduce or disable cached credentials through policy where business operations allow, documenting exceptions.
  • Monitor for credential-dumping tools and suspicious credential-access behavior rather than relying only on preventive hardening.
  • Enable Secure Boot and hardware or OS memory protections such as DEP and ASLR where applicable.
Additional notes and limits

This object is best used as a control-assurance checklist for identity security, endpoint hardening, SOC monitoring, and IR readiness. The most useful evidence will come from local configuration baselines, privileged access reviews, endpoint telemetry, authentication logs, and network-device change records.

ATT&CK does not provide an official detection section or a platform list for this mitigation. The relationship set spans Windows, Linux, macOS, and network devices, but applicability must be confirmed against the organization’s actual operating systems, Kerberos usage, credential storage patterns, and device management practices.

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Official MITRE ATT&CK definition

Credential Access Protection

Credential Access Protection focuses on implementing measures to prevent adversaries from obtaining credentials, such as passwords, hashes, tokens, or keys, that could be used for unauthorized access. This involves restricting access to credential storage mechanisms, hardening configurations to block credential dumping methods, and using monitoring tools to detect suspicious credential-related activity. This mitigation can be implemented through the following measures:

Restrict Access to Credential Storage:

- Use Case: Prevent adversaries from accessing the SAM (Security Account Manager) database on Windows systems. - Implementation: Enforce least privilege principles and restrict administrative access to credential stores such as `C:\Windows\System32\config\SAM`.

Use Credential Guard:

- Use Case: Isolate LSASS (Local Security Authority Subsystem Service) memory to prevent credential dumping. - Implementation: Enable Windows Defender Credential Guard on enterprise endpoints to isolate secrets and protect them from unauthorized access.

Monitor for Credential Dumping Tools:

- Use Case: Detect and block known tools like Mimikatz or Windows Credential Editor. - Implementation: Flag suspicious process behavior related to credential dumping.

Disable Cached Credentials:

- Use Case: Prevent adversaries from exploiting cached credentials on endpoints. - Implementation: Configure group policy to reduce or eliminate the use of cached credentials (e.g., set Interactive logon: Number of previous logons to cache to 0).

Enable Secure Boot and Memory Protections:

- Use Case: Prevent memory-based attacks used to extract credentials. - Implementation: Configure Secure Boot and enforce hardware-based security features like DEP (Data Execution Prevention) and ASLR (Address Space Layout Randomization).

View the same entry on attack.mitre.org (MITRE-hosted reference; in-page links above use the Glexia ATT&CK library.)

Glexia analysis

How security teams should use this page

Treat this object as behavior context, not an attribution claim. Validate the related groups, software, data sources, and mitigations against official ATT&CK relationships and your own telemetry before making control-coverage decisions.

ATT&CK relationship table

Techniques used

This mirrors the MITRE pattern of making group, software, campaign, and technique relationships scannable. Relationship notes come from mirrored ATT&CK relationship text when available.

10 rows
DomainIDNameRelationship / procedure
EnterpriseT1558Steal or Forge Kerberos Tickets

On Linux systems, protect resources with Security Enhanced Linux (SELinux) by defining entry points, process types, and file labels.[1]

EnterpriseT1599.001Network Address Translation TraversalSub-technique

Some embedded network devices are capable of storing passwords for local accounts in either plain-text or encrypted formats. Ensure that, where available, local passwords are always encrypted, per vendor recommendations. [2]

EnterpriseT1547.008LSASS DriverSub-technique

On Windows 10 and Server 2016, enable Windows Defender Credential Guard [3] to run lsass.exe in an isolated virtualized environment without any device drivers. [4]

EnterpriseT1003.001LSASS MemorySub-technique

With Windows 10, Microsoft implemented new protections called Credential Guard to protect the LSA secrets that can be used to obtain credentials through forms of credential dumping. It is not configured by default and has hardware and firmware system requirements. It also does not protect against all forms of credential dumping.[5][6]

EnterpriseT1601.001Patch System ImageSub-technique

Some embedded network devices are capable of storing passwords for local accounts in either plain-text or encrypted formats. Ensure that, where available, local passwords are always encrypted, per vendor recommendations. [7]

EnterpriseT1601.002Downgrade System ImageSub-technique

Some embedded network devices are capable of storing passwords for local accounts in either plain-text or encrypted formats. Ensure that, where available, local passwords are always encrypted, per vendor recommendations. [7]

EnterpriseT1558.005Ccache FilesSub-technique

Protect resources with Security Enhanced Linux (SELinux) by defining entry points, process types, and file labels.[1]

EnterpriseT1601Modify System Image

Some embedded network devices are capable of storing passwords for local accounts in either plain-text or encrypted formats. Ensure that, where available, local passwords are always encrypted, per vendor recommendations. [7]

EnterpriseT1599Network Boundary Bridging

Some embedded network devices are capable of storing passwords for local accounts in either plain-text or encrypted formats. Ensure that, where available, local passwords are always encrypted, per vendor recommendations.[2]

EnterpriseT1003OS Credential Dumping

With Windows 10, Microsoft implemented new protections called Credential Guard to protect the LSA secrets that can be used to obtain credentials through forms of credential dumping. It is not configured by default and has hardware and firmware system requirements. [5] It also does not protect against all forms of credential dumping. [6]

Relationship explorer

All related ATT&CK context

Change history

Object version and sync metadata

The fields below describe the current mirrored snapshot. When Glexia retains multiple ATT&CK source imports, you can open the table to compare the same object across releases (hashes and MITRE timestamps). For MITRE’s own release notes and roadmap, see ATT&CK resources — Updates.

ATT&CK release
19.1
Object version
1.2
Created
Modified
Raw hash
298be18ad9aa8071...
Imported snapshots across ATT&CK releases(1)
ReleaseBundle importedObject versionModifiedStatusRaw hash
19.11.2Current bundle298be18ad9aa…
Raw source

Mirrored ATT&CK source object

The raw object is retained through the mirrored ATT&CK source bundle and object hash. The raw endpoint returns the exact object from the mirrored bundle when available.

Source references

External references and citations

MITRE external references are preserved separately from Glexia analysis so citations remain traceable to their original source records.

  1. [1]
    Brining MimiKatz to Unix

    Tim Wadhwa-Brown. (2018, November). Where 2 worlds collide Bringing Mimikatz et al to UNIX. Retrieved October 13, 2021.

    Open source URL
  2. [2]
    Cisco IOS Software Integrity Assurance - AAA

    Cisco. (n.d.). Cisco IOS Software Integrity Assurance - AAA. Retrieved October 19, 2020.

    Open source URL
  3. [3]
    Microsoft Enable Cred Guard April 2017

    Lich, B., Tobin, J., Hall, J. (2017, April 5). Manage Windows Defender Credential Guard. Retrieved November 27, 2017.

    Open source URL
  4. [4]
    Microsoft Credential Guard April 2017

    Lich, B., Tobin, J. (2017, April 5). How Windows Defender Credential Guard works. Retrieved November 27, 2017.

    Open source URL
  5. [5]
    TechNet Credential Guard

    Lich, B. (2016, May 31). Protect derived domain credentials with Credential Guard. Retrieved June 1, 2016.

    Open source URL
  6. [6]
    GitHub SHB Credential Guard

    NSA IAD. (2017, April 20). Secure Host Baseline - Credential Guard. Retrieved April 25, 2017.

    Open source URL
  7. [7]
    Cisco IOS Software Integrity Assurance - Credentials Management

    Cisco. (n.d.). Cisco IOS Software Integrity Assurance - Credentials Management. Retrieved October 19, 2020.

    Open source URL
  8. [8]
    mitre-attackM1043
    Open source URL
  9. [9]
    mitre-attackM1043
    Open source URL
  10. [10]
    mitre-attackM1043
    Open source URL
  11. [11]
    Brining MimiKatz to Unix

    Tim Wadhwa-Brown. (2018, November). Where 2 worlds collide Bringing Mimikatz et al to UNIX. Retrieved October 13, 2021.

    Open source URL
  12. [12]
    Cisco IOS Software Integrity Assurance - AAA

    Cisco. (n.d.). Cisco IOS Software Integrity Assurance - AAA. Retrieved October 19, 2020.

    Open source URL
  13. [13]
    Microsoft Credential Guard April 2017

    Lich, B., Tobin, J. (2017, April 5). How Windows Defender Credential Guard works. Retrieved November 27, 2017.

    Open source URL
  14. [14]
    Microsoft Enable Cred Guard April 2017

    Lich, B., Tobin, J., Hall, J. (2017, April 5). Manage Windows Defender Credential Guard. Retrieved November 27, 2017.

    Open source URL
  15. [15]
    GitHub SHB Credential Guard

    NSA IAD. (2017, April 20). Secure Host Baseline - Credential Guard. Retrieved April 25, 2017.

    Open source URL
  16. [16]
    TechNet Credential Guard

    Lich, B. (2016, May 31). Protect derived domain credentials with Credential Guard. Retrieved June 1, 2016.

    Open source URL
  17. [17]
    Cisco IOS Software Integrity Assurance - Credentials Management

    Cisco. (n.d.). Cisco IOS Software Integrity Assurance - Credentials Management. Retrieved October 19, 2020.

    Open source URL
  18. [18]
    Cisco IOS Software Integrity Assurance - Credentials Management

    Cisco. (n.d.). Cisco IOS Software Integrity Assurance - Credentials Management. Retrieved October 19, 2020.

    Open source URL
  19. [19]
    Cisco IOS Software Integrity Assurance - Credentials Management

    Cisco. (n.d.). Cisco IOS Software Integrity Assurance - Credentials Management. Retrieved October 19, 2020.

    Open source URL
  20. [20]
    Brining MimiKatz to Unix

    Tim Wadhwa-Brown. (2018, November). Where 2 worlds collide Bringing Mimikatz et al to UNIX. Retrieved October 13, 2021.

    Open source URL
  21. [21]
    Brining MimiKatz to Unix

    Tim Wadhwa-Brown. (2018, November). Where 2 worlds collide Bringing Mimikatz et al to UNIX. Retrieved October 13, 2021.

    Open source URL
  22. [22]
    Cisco IOS Software Integrity Assurance - Credentials Management

    Cisco. (n.d.). Cisco IOS Software Integrity Assurance - Credentials Management. Retrieved October 19, 2020.

    Open source URL
  23. [23]
    Cisco IOS Software Integrity Assurance - Credentials Management

    Cisco. (n.d.). Cisco IOS Software Integrity Assurance - Credentials Management. Retrieved October 19, 2020.

    Open source URL
  24. [24]
    Cisco IOS Software Integrity Assurance - AAA

    Cisco. (n.d.). Cisco IOS Software Integrity Assurance - AAA. Retrieved October 19, 2020.

    Open source URL
  25. [25]
    GitHub SHB Credential Guard

    NSA IAD. (2017, April 20). Secure Host Baseline - Credential Guard. Retrieved April 25, 2017.

    Open source URL
  26. [26]
    TechNet Credential Guard

    Lich, B. (2016, May 31). Protect derived domain credentials with Credential Guard. Retrieved June 1, 2016.

    Open source URL
Source and licensing

Source: MITRE ATT&CK®. © 2026 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation. MITRE ATT&CK and ATT&CK are registered trademarks of The MITRE Corporation. Glexia is not affiliated with or endorsed by MITRE.