MaxPatrol SIEM

Detects cyberincidents that undermine cyber resilience of a company

T1550: Use Alternate Authentication Material

Adversaries may use alternate authentication material, such as password hashes, Kerberos tickets, and application access tokens, in order to move laterally within an environment and bypass normal system access controls.

Authentication processes generally require a valid identity (e.g., username) along with one or more authentication factors (e.g., password, pin, physical smart card, token generator, etc.). Alternate authentication material is legitimately generated by systems after a user or application successfully authenticates by providing a valid identity and the required authentication factor(s). Alternate authentication material may also be generated during the identity creation process.

Caching alternate authentication material allows the system to verify an identity has successfully authenticated without asking the user to reenter authentication factor(s). Because the alternate authentication must be maintained by the system—either in memory or on disk—it may be at risk of being stolen through Credential Access techniques. By stealing alternate authentication material, adversaries are able to bypass system access controls and authenticate to systems without knowing the plaintext password or any additional authentication factors.

Positive Technologies products that cover the technique

MaxPatrol SIEM knowledge base

active_directory_attacks: PT-CR-830: Cert_Allowed_Alt_SAN: A certificate has been requested that allows you to set an alternative SubjectAccountName parameter. Using this certificate will allow an attacker to impersonate another user, including the domain administrator
active_directory_attacks: PT-CR-833: DC_Auth_with_Pfx: Request a TGT ticket using a certificate or smart card. Attackers can use the received TGT ticket to obtain the NTLM hash of the account. Using this data may allow an attacker to carry out a Pass-The-Hash or Silver Ticket attack
active_directory_attacks: PT-CR-2100: ADCSync_Attack: DCSync attack to obtain NTLM hashes of Active Directory user accounts using AD CS certificates
active_directory_attacks: PT-CR-2101: Bulk_Certs_Allowed_to_One_User: A bulk of certificates was issued to one user. This may indicate the use of the ADCSync utility that creates a request for each user, stores their PFX file in the certificate directory, and then tries to authenticate with the certificate and retrieve the NT hash for each user.

Subtechniques

Detection

IDDS0015Data source and componentApplication Log: Application Log ContentDescription

Monitor for third-party application logging, messaging, and/or other artifacts that may use alternate authentication material, such as password hashes, Kerberos tickets, and application access tokens, in order to move laterally within an environment and bypass normal system access controls.

IDDS0028Data source and componentLogon Session: Logon Session CreationDescription

Look for suspicious account behavior across systems that share accounts, either user, admin, or service accounts. Examples: one account logged into multiple systems simultaneously; multiple accounts logged into the same machine simultaneously; accounts logged in at odd times or outside of business hours. Activity may be from interactive login sessions or process ownership from accounts being used to execute binaries on a remote system as a particular account.

IDDS0026Data source and componentActive Directory: Active Directory Credential RequestDescription

Monitor requests of new ticket granting ticket or service tickets to a Domain Controller, such as Windows EID 4769 or 4768, that may use alternate authentication material, such as password hashes, Kerberos tickets, and application access tokens, in order to move laterally within an environment and bypass normal system access controls.

IDDS0002Data source and componentUser Account: User Account AuthenticationDescription

Monitor for an attempt by a user to gain access to a network or computing resource, often by providing credentials that may use alternate authentication material, such as password hashes, Kerberos tickets, and application access tokens, in order to move laterally within an environment and bypass normal system access controls.

IDDS0006Data source and componentWeb Credential: Web Credential UsageDescription

Monitor for an attempt by a user to gain access to a network or computing resource by providing web credentials (ex: Windows EID 1202) that may use alternate authentication material, such as password hashes, Kerberos tickets, and application access tokens, in order to move laterally within an environment and bypass normal system access controls.

Mitigation

IDM1013NameApplication Developer GuidanceDescription

Consider implementing token binding strategies, such as Azure AD token protection or OAuth Proof of Possession, that cryptographically bind a token to a secret. This may prevent the token from being used without knowledge of the secret or possession of the device the token is tied to.

IDM1015NameActive Directory ConfigurationDescription

Configure Active Directory to prevent use of certain techniques; use SID Filtering, etc.

IDM1018NameUser Account ManagementDescription

Enforce the principle of least-privilege. Do not allow a domain user to be in the local administrator group on multiple systems.

IDM1026NamePrivileged Account ManagementDescription

Limit credential overlap across systems to prevent the damage of credential compromise and reduce the adversary's ability to perform Lateral Movement between systems.

IDM1027NamePassword PoliciesDescription

Set and enforce secure password policies for accounts.

IDM1047NameAuditDescription

Perform audits or scans of systems, permissions, insecure software, insecure configurations, etc. to identify potential weaknesses.