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

M1027: Password Policies

Set and enforce secure password policies for accounts to reduce the likelihood of unauthorized access. Strong password policies include enforcing password complexity, requiring regular password changes, and preventing password reuse. This mitigation can be implemented through the following measures:

Windows Systems:

- Use Group Policy Management Console (GPMC) to configure: - Minimum password length (e.g., 12+ characters). - Password complexity requirements. - Password history (e.g., disallow last 24 passwords). - Account lockout duration and thresholds.

Linux Systems:

- Configure Pluggable Authentication Modules (PAM): - Use `pam_pwquality` to enforce complexity and length requirements. - Implement `pam_tally2` or `pam_faillock` for account lockouts. - Use `pwunconv` to disable password reuse.

Password Managers:

- Enforce usage of enterprise password managers (e.g., Bitwarden, 1Password, LastPass) to generate and store strong passwords.

Password Blacklisting:

- Use tools like Have I Been Pwned password checks or NIST-based blacklist solutions to prevent users from setting compromised passwords.

Regular Auditing:

- Periodically audit password policies and account configurations to ensure compliance using tools like LAPS (Local Admin Password Solution) and vulnerability scanners.

*Tools for Implementation*

Windows:

- Group Policy Management Console (GPMC): Enforce password policies. - Microsoft Local Administrator Password Solution (LAPS): Enforce random, unique admin passwords.

Linux/macOS:

- PAM Modules (pam_pwquality, pam_tally2, pam_faillock): Enforce password rules. - Lynis: Audit password policies and system configurations.

Cross-Platform:

- Password Managers (Bitwarden, 1Password, KeePass): Manage and enforce strong passwords. - Have I Been Pwned API: Prevent the use of breached passwords. - NIST SP 800-63B compliant tools: Enforce password guidelines and blacklisting.

EnterpriseM1027MitigationObject v1.1Modified
Glexia's Take · Automated analysis

Security context for executives and security teams

Automation confidenceHigh

Password Policies (M1027) matter because weak, reused, default, or previously breached passwords turn credential theft into business-wide access. In ATT&CK, this mitigation is tied to credential dumping, brute force, valid account abuse, remote services, software deployment tools, forced authentication, and password policy discovery. For leaders, the decision value is not whether a policy exists on paper, but whether it is enforced consistently across domain, local, Linux/macOS, cloud, SaaS, privileged, service, and default accounts where applicable.

Executive priority

Treat password policy as an identity resilience control and an audit-evidence item, not just an IT setting. Prioritize proof that password length, complexity, history, lockout thresholds, breached-password blocking, password manager use, and local administrator password controls are actually enforced. The highest business value is reducing the chance that one dumped, guessed, cracked, sprayed, stuffed, or reused password enables lateral movement, privilege escalation, or persistent access through valid accounts and remote services.

Technical view

SOC, IAM, IR, and detection engineering teams should validate enforcement and evidence collection around the ATT&CK relationships: T1003 OS Credential Dumping and sub-techniques, T1078 Valid Accounts and sub-techniques, T1110 Brute Force and sub-techniques, T1021 Remote Services, T1072 Software Deployment Tools, T1187 Forced Authentication, and T1201 Password Policy Discovery. The official object does not provide detection logic, so coverage should focus on configuration assurance plus authentication telemetry. Validate Windows Group Policy settings, Linux PAM controls such as password quality and lockout modules, password reuse prevention, enterprise password manager adoption, breached-password blacklist checks, and periodic auditing with tools such as LAPS and vulnerability scanners where used.

Likely telemetry

  • Windows Group Policy password and account lockout configuration evidence
  • Linux PAM configuration and audit results for password quality, reuse prevention, and lockout behavior
  • Authentication success, failure, and lockout logs across identity providers, domain services, remote services, SaaS, IaaS, and local systems where available
  • Password reset, password change, and policy exception records
  • Password manager enrollment and usage compliance evidence

Detection direction

  • Because ATT&CK provides no official detection for this mitigation, validate control-state monitoring rather than relying on a single alert rule.
  • Tune brute-force and password-spraying analytics to distinguish repeated failures against one account from low-and-slow attempts across many accounts, while accounting for legitimate help desk, application, and user error patterns.
  • Correlate authentication anomalies with policy weaknesses such as default accounts, local account reuse, missing lockout thresholds, weak minimum length, or lack of breached-password blocking.
  • Review password policy discovery activity in context: administrative checks can be legitimate, but unexpected discovery preceding authentication failures may raise priority.
  • Confirm visibility for remote services, identity providers, cloud accounts, domain accounts, local accounts, and privileged/service accounts; gaps here can make policy enforcement appear stronger than it is.

Mitigation priorities

  • Start with an inventory of account types: domain, local, default, privileged, service, cloud, SaaS, and remote-access accounts.
  • Enforce strong baseline settings: minimum length, complexity where required, password history, lockout duration, and lockout thresholds.
  • Reduce reuse and known-weak password risk through password history controls, password managers, and compromised-password or NIST-aligned blacklist checks.
  • Harden privileged and local administrator accounts with unique, rotated passwords using controls such as LAPS where applicable.
  • Audit policy implementation periodically using configuration reviews, vulnerability scanners, and account-configuration checks; preserve results as compliance evidence.
Additional notes and limits

This mitigation is broadly relevant to identity security because the related techniques include credential dumping, valid account abuse, brute force, password spraying, credential stuffing, remote service access, and abuse of centralized software deployment tools. It is especially useful as a control validation topic for managed detection, incident response readiness, IAM governance, cloud/SaaS account hygiene, and compliance evidence. Password policy should be evaluated alongside local evidence of enforcement, exceptions, and telemetry coverage.

The ATT&CK object is a mitigation and provides no official detection section, no explicit tactics, and no platform field for the mitigation itself. Platform references come from the mitigation description and related techniques, so local environment scoping is required. This summary does not assert active exploitation, attribution, or guaranteed prevention/detection.

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

Official MITRE ATT&CK definition

Password Policies

Set and enforce secure password policies for accounts to reduce the likelihood of unauthorized access. Strong password policies include enforcing password complexity, requiring regular password changes, and preventing password reuse. This mitigation can be implemented through the following measures:

Windows Systems:

- Use Group Policy Management Console (GPMC) to configure: - Minimum password length (e.g., 12+ characters). - Password complexity requirements. - Password history (e.g., disallow last 24 passwords). - Account lockout duration and thresholds.

Linux Systems:

- Configure Pluggable Authentication Modules (PAM): - Use `pam_pwquality` to enforce complexity and length requirements. - Implement `pam_tally2` or `pam_faillock` for account lockouts. - Use `pwunconv` to disable password reuse.

Password Managers:

- Enforce usage of enterprise password managers (e.g., Bitwarden, 1Password, LastPass) to generate and store strong passwords.

Password Blacklisting:

- Use tools like Have I Been Pwned password checks or NIST-based blacklist solutions to prevent users from setting compromised passwords.

Regular Auditing:

- Periodically audit password policies and account configurations to ensure compliance using tools like LAPS (Local Admin Password Solution) and vulnerability scanners.

*Tools for Implementation*

Windows:

- Group Policy Management Console (GPMC): Enforce password policies. - Microsoft Local Administrator Password Solution (LAPS): Enforce random, unique admin passwords.

Linux/macOS:

- PAM Modules (pam_pwquality, pam_tally2, pam_faillock): Enforce password rules. - Lynis: Audit password policies and system configurations.

Cross-Platform:

- Password Managers (Bitwarden, 1Password, KeePass): Manage and enforce strong passwords. - Have I Been Pwned API: Prevent the use of breached passwords. - NIST SP 800-63B compliant tools: Enforce password guidelines and blacklisting.

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.

47 rows
DomainIDNameRelationship / procedure
EnterpriseT1599.001Network Address Translation TraversalSub-technique

Refer to NIST guidelines when creating password policies. [1]

EnterpriseT1078.004Cloud AccountsSub-technique

Ensure that cloud accounts, particularly privileged accounts, have complex, unique passwords across all systems on the network. Passwords and access keys should be rotated regularly. This limits the amount of time credentials can be used to access resources if a credential is compromised without your knowledge. Cloud service providers may track access key age to help audit and identify keys that may need to be rotated.[2]

EnterpriseT1556.005Reversible EncryptionSub-technique

Ensure that AllowReversiblePasswordEncryption property is set to disabled unless there are application requirements.[3]

EnterpriseT1552.002Credentials in RegistrySub-technique

Do not store credentials within the Registry.

EnterpriseT1550.003Pass the TicketSub-technique

Ensure that local administrator accounts have complex, unique passwords.

EnterpriseT1552.004Private KeysSub-technique

Use strong passphrases for private keys to make cracking difficult.

EnterpriseT1558.002Silver TicketSub-technique

Ensure strong password length (ideally 25+ characters) and complexity for service accounts and that these passwords periodically expire.[4] Also consider using Group Managed Service Accounts or another third party product such as password vaulting.[4]

EnterpriseT1599Network Boundary Bridging

Refer to NIST guidelines when creating password policies. [1]

EnterpriseT1003.003NTDSSub-technique

Ensure that local administrator accounts have complex, unique passwords across all systems on the network.

EnterpriseT1558.003KerberoastingSub-technique

Ensure strong password length (ideally 25+ characters) and complexity for service accounts and that these passwords periodically expire.[4] Also consider using Group Managed Service Accounts or another third party product such as password vaulting.[4]

EnterpriseT1078Valid Accounts

Applications and appliances that utilize default username and password should be changed immediately after the installation, and before deployment to a production environment.[5] When possible, applications that use SSH keys should be updated periodically and properly secured.

Policies should minimize (if not eliminate) reuse of passwords between different user accounts, especially employees using the same credentials for personal accounts that may not be defended by enterprise security resources.

EnterpriseT1552Unsecured Credentials

Use strong passphrases for private keys to make cracking difficult. Do not store credentials within the Registry. Establish an organizational policy that prohibits password storage in files.

EnterpriseT1110.004Credential StuffingSub-technique

Refer to NIST guidelines when creating password policies. [1]

EnterpriseT1110.002Password CrackingSub-technique

Refer to NIST guidelines when creating password policies. [1]

EnterpriseT1550Use Alternate Authentication Material

Set and enforce secure password policies for accounts.

EnterpriseT1187Forced Authentication

Use strong passwords to increase the difficulty of credential hashes from being cracked if they are obtained.

EnterpriseT1003.006DCSyncSub-technique

Ensure that local administrator accounts have complex, unique passwords across all systems on the network.

EnterpriseT1556Modify Authentication Process

Ensure that AllowReversiblePasswordEncryption property is set to disabled unless there are application requirements.[3]

EnterpriseT1003.002Security Account ManagerSub-technique

Ensure that local administrator accounts have complex, unique passwords across all systems on the network.

EnterpriseT1558.004AS-REP RoastingSub-technique

Ensure strong password length (ideally 25+ characters) and complexity for service accounts and that these passwords periodically expire. Also consider using Group Managed Service Accounts or another third party product such as password vaulting. [4]

EnterpriseT1003.004LSA SecretsSub-technique

Ensure that local administrator accounts have complex, unique passwords across all systems on the network.

EnterpriseT1072Software Deployment Tools

Verify that account credentials that may be used to access deployment systems are unique and not used throughout the enterprise network.

EnterpriseT1003OS Credential Dumping

Ensure that local administrator accounts have complex, unique passwords across all systems on the network.

EnterpriseT1003.005Cached Domain CredentialsSub-technique

Ensure that local administrator accounts have complex, unique passwords across all systems on the network.

EnterpriseT1078.003Local AccountsSub-technique

Ensure that local administrator accounts have complex, unique passwords across all systems on the network.

EnterpriseT1003.007Proc FilesystemSub-technique

Ensure that root accounts have complex, unique passwords across all systems on the network.

EnterpriseT1003.008/etc/passwd and /etc/shadowSub-technique

Ensure that root accounts have complex, unique passwords across all systems on the network.

EnterpriseT1078.001Default AccountsSub-technique

Applications and appliances that utilize default username and password should be changed immediately after the installation, and before deployment to a production environment. [5]

EnterpriseT1601Modify System Image

Refer to NIST guidelines when creating password policies. [1]

EnterpriseT1110.001Password GuessingSub-technique

Refer to NIST guidelines when creating password policies. [1]

EnterpriseT1555.001KeychainSub-technique

The password for the user's login keychain can be changed from the user's login password. This increases the complexity for an adversary because they need to know an additional password.

EnterpriseT1563.001SSH HijackingSub-technique

Ensure SSH key pairs have strong passwords and refrain from using key-store technologies such as ssh-agent unless they are properly protected.

EnterpriseT1563Remote Service Session Hijacking

Set and enforce secure password policies for accounts.

EnterpriseT1078.002Domain AccountsSub-technique

Implement and enforce strong password policies for domain accounts to ensure passwords are complex, unique, and regularly rotated. This reduces the likelihood of password guessing, credential stuffing, and other attack methods that rely on weak or static credentials.

EnterpriseT1555Credentials from Password Stores

The password for the user's login keychain can be changed from the user's login password. This increases the complexity for an adversary because they need to know an additional password.

Organizations may consider weighing the risk of storing credentials in password stores and web browsers. If system, software, or web browser credential disclosure is a significant concern, technical controls, policy, and user training may be used to prevent storage of credentials in improper locations.

EnterpriseT1110.003Password SprayingSub-technique

Refer to NIST guidelines when creating password policies. [1]

EnterpriseT1558Steal or Forge Kerberos Tickets

Ensure strong password length (ideally 25+ characters) and complexity for service accounts and that these passwords periodically expire.[4] Also consider using Group Managed Service Accounts or another third party product such as password vaulting.[4]

EnterpriseT1110Brute Force

Refer to NIST guidelines when creating password policies.[1]

EnterpriseT1555.003Credentials from Web BrowsersSub-technique

Organizations may consider weighing the risk of storing credentials in web browsers. If web browser credential disclosure is a significant concern, technical controls, policy, and user training may be used to prevent storage of credentials in web browsers.

EnterpriseT1601.002Downgrade System ImageSub-technique

Refer to NIST guidelines when creating password policies. [1]

EnterpriseT1201Password Policy Discovery

Ensure only valid password filters are registered. Filter DLLs must be present in Windows installation directory (C:\Windows\System32\ by default) of a domain controller and/or local computer with a corresponding entry in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\Notification Packages. [6]

EnterpriseT1021Remote Services

Do not reuse local administrator account passwords across systems. Ensure password complexity and uniqueness such that the passwords cannot be cracked or guessed.

EnterpriseT1555.005Password ManagersSub-technique

Refer to NIST guidelines when creating password policies for master passwords.[1]

EnterpriseT1021.002SMB/Windows Admin SharesSub-technique

Do not reuse local administrator account passwords across systems. Ensure password complexity and uniqueness such that the passwords cannot be cracked or guessed.

EnterpriseT1003.001LSASS MemorySub-technique

Ensure that local administrator accounts have complex, unique passwords across all systems on the network.

EnterpriseT1552.001Credentials In FilesSub-technique

Establish an organizational policy that prohibits password storage in files.

EnterpriseT1601.001Patch System ImageSub-technique

Refer to NIST guidelines when creating password policies. [1]

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.1
Created
Modified
Raw hash
a9d930cbe6b038f2...
Imported snapshots across ATT&CK releases(1)
ReleaseBundle importedObject versionModifiedStatusRaw hash
19.11.1Current bundlea9d930cbe6b0…
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]
    NIST 800-63-3

    Grassi, P., et al. (2017, December 1). SP 800-63-3, Digital Identity Guidelines. Retrieved January 16, 2019.

    Open source URL
  2. [2]
    AWS - IAM Console Best Practices

    Moncur, Rob. (2020, July 5). New Information in the AWS IAM Console Helps You Follow IAM Best Practices. Retrieved August 4, 2020.

    Open source URL
  3. [3]
    store_pwd_rev_enc

    Microsoft. (2021, October 28). Store passwords using reversible encryption. Retrieved January 3, 2022.

    Open source URL
  4. [4]
    AdSecurity Cracking Kerberos Dec 2015

    Metcalf, S. (2015, December 31). Cracking Kerberos TGS Tickets Using Kerberoast – Exploiting Kerberos to Compromise the Active Directory Domain. Retrieved March 22, 2018.

    Open source URL
  5. [5]
    US-CERT Alert TA13-175A Risks of Default Passwords on the Internet

    US-CERT. (n.d.). Risks of Default Passwords on the Internet. Retrieved April 12, 2019.

    Open source URL
  6. [6]
    Microsoft Install Password Filter n.d

    Microsoft. (n.d.). Installing and Registering a Password Filter DLL. Retrieved November 21, 2017.

    Open source URL
  7. [7]
    mitre-attackM1027
    Open source URL
  8. [8]
    mitre-attackM1027
    Open source URL
  9. [9]
    mitre-attackM1027
    Open source URL
  10. [10]
    NIST 800-63-3

    Grassi, P., et al. (2017, December 1). SP 800-63-3, Digital Identity Guidelines. Retrieved January 16, 2019.

    Open source URL
  11. [11]
    AWS - IAM Console Best Practices

    Moncur, Rob. (2020, July 5). New Information in the AWS IAM Console Helps You Follow IAM Best Practices. Retrieved August 4, 2020.

    Open source URL
  12. [12]
    store_pwd_rev_enc

    Microsoft. (2021, October 28). Store passwords using reversible encryption. Retrieved January 3, 2022.

    Open source URL
  13. [13]
    AdSecurity Cracking Kerberos Dec 2015

    Metcalf, S. (2015, December 31). Cracking Kerberos TGS Tickets Using Kerberoast – Exploiting Kerberos to Compromise the Active Directory Domain. Retrieved March 22, 2018.

    Open source URL
  14. [14]
    NIST 800-63-3

    Grassi, P., et al. (2017, December 1). SP 800-63-3, Digital Identity Guidelines. Retrieved January 16, 2019.

    Open source URL
  15. [15]
    NIST 800-63-3

    Grassi, P., et al. (2017, December 1). SP 800-63-3, Digital Identity Guidelines. Retrieved January 16, 2019.

    Open source URL
  16. [16]
    AdSecurity Cracking Kerberos Dec 2015

    Metcalf, S. (2015, December 31). Cracking Kerberos TGS Tickets Using Kerberoast – Exploiting Kerberos to Compromise the Active Directory Domain. Retrieved March 22, 2018.

    Open source URL
  17. [17]
    AdSecurity Cracking Kerberos Dec 2015

    Metcalf, S. (2015, December 31). Cracking Kerberos TGS Tickets Using Kerberoast – Exploiting Kerberos to Compromise the Active Directory Domain. Retrieved March 22, 2018.

    Open source URL
  18. [18]
    US-CERT Alert TA13-175A Risks of Default Passwords on the Internet

    US-CERT. (n.d.). Risks of Default Passwords on the Internet. Retrieved April 12, 2019.

    Open source URL
  19. [19]
    NIST 800-63-3

    Grassi, P., et al. (2017, December 1). SP 800-63-3, Digital Identity Guidelines. Retrieved January 16, 2019.

    Open source URL
  20. [20]
    NIST 800-63-3

    Grassi, P., et al. (2017, December 1). SP 800-63-3, Digital Identity Guidelines. Retrieved January 16, 2019.

    Open source URL
  21. [21]
    NIST 800-63-3

    Grassi, P., et al. (2017, December 1). SP 800-63-3, Digital Identity Guidelines. Retrieved January 16, 2019.

    Open source URL
  22. [22]
    NIST 800-63-3

    Grassi, P., et al. (2017, December 1). SP 800-63-3, Digital Identity Guidelines. Retrieved January 16, 2019.

    Open source URL
  23. [23]
    store_pwd_rev_enc

    Microsoft. (2021, October 28). Store passwords using reversible encryption. Retrieved January 3, 2022.

    Open source URL
  24. [24]
    store_pwd_rev_enc

    Microsoft. (2021, October 28). Store passwords using reversible encryption. Retrieved January 3, 2022.

    Open source URL
  25. [25]
    AdSecurity Cracking Kerberos Dec 2015

    Metcalf, S. (2015, December 31). Cracking Kerberos TGS Tickets Using Kerberoast – Exploiting Kerberos to Compromise the Active Directory Domain. Retrieved March 22, 2018.

    Open source URL
  26. [26]
    AdSecurity Cracking Kerberos Dec 2015

    Metcalf, S. (2015, December 31). Cracking Kerberos TGS Tickets Using Kerberoast – Exploiting Kerberos to Compromise the Active Directory Domain. Retrieved March 22, 2018.

    Open source URL
  27. [27]
    US-CERT Alert TA13-175A Risks of Default Passwords on the Internet

    US-CERT. (n.d.). Risks of Default Passwords on the Internet. Retrieved April 12, 2019.

    Open source URL
  28. [28]
    US-CERT Alert TA13-175A Risks of Default Passwords on the Internet

    US-CERT. (n.d.). Risks of Default Passwords on the Internet. Retrieved April 12, 2019.

    Open source URL
  29. [29]
    NIST 800-63-3

    Grassi, P., et al. (2017, December 1). SP 800-63-3, Digital Identity Guidelines. Retrieved January 16, 2019.

    Open source URL
  30. [30]
    NIST 800-63-3

    Grassi, P., et al. (2017, December 1). SP 800-63-3, Digital Identity Guidelines. Retrieved January 16, 2019.

    Open source URL
  31. [31]
    NIST 800-63-3

    Grassi, P., et al. (2017, December 1). SP 800-63-3, Digital Identity Guidelines. Retrieved January 16, 2019.

    Open source URL
  32. [32]
    NIST 800-63-3

    Grassi, P., et al. (2017, December 1). SP 800-63-3, Digital Identity Guidelines. Retrieved January 16, 2019.

    Open source URL
  33. [33]
    NIST 800-63-3

    Grassi, P., et al. (2017, December 1). SP 800-63-3, Digital Identity Guidelines. Retrieved January 16, 2019.

    Open source URL
  34. [34]
    NIST 800-63-3

    Grassi, P., et al. (2017, December 1). SP 800-63-3, Digital Identity Guidelines. Retrieved January 16, 2019.

    Open source URL
  35. [35]
    AdSecurity Cracking Kerberos Dec 2015

    Metcalf, S. (2015, December 31). Cracking Kerberos TGS Tickets Using Kerberoast – Exploiting Kerberos to Compromise the Active Directory Domain. Retrieved March 22, 2018.

    Open source URL
  36. [36]
    AdSecurity Cracking Kerberos Dec 2015

    Metcalf, S. (2015, December 31). Cracking Kerberos TGS Tickets Using Kerberoast – Exploiting Kerberos to Compromise the Active Directory Domain. Retrieved March 22, 2018.

    Open source URL
  37. [37]
    NIST 800-63-3

    Grassi, P., et al. (2017, December 1). SP 800-63-3, Digital Identity Guidelines. Retrieved January 16, 2019.

    Open source URL
  38. [38]
    NIST 800-63-3

    Grassi, P., et al. (2017, December 1). SP 800-63-3, Digital Identity Guidelines. Retrieved January 16, 2019.

    Open source URL
  39. [39]
    NIST 800-63-3

    Grassi, P., et al. (2017, December 1). SP 800-63-3, Digital Identity Guidelines. Retrieved January 16, 2019.

    Open source URL
  40. [40]
    NIST 800-63-3

    Grassi, P., et al. (2017, December 1). SP 800-63-3, Digital Identity Guidelines. Retrieved January 16, 2019.

    Open source URL
  41. [41]
    NIST 800-63-3

    Grassi, P., et al. (2017, December 1). SP 800-63-3, Digital Identity Guidelines. Retrieved January 16, 2019.

    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.