Use Alternate Authentication Material T1550

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.

Events covered

21 catalog events are tagged with this technique by at least one rule.

ProviderEventTitle
SysmonEvent ID 1Process creation
SysmonEvent ID 3Network connection
SysmonEvent ID 10ProcessAccess
SysmonEvent ID 12RegistryEvent (Object create and delete)
SysmonEvent ID 13RegistryEvent (Value Set)
SysmonEvent ID 14RegistryEvent (Key and Value Rename)
Security-AuditingEvent ID 4624An account was successfully logged on.
Security-AuditingEvent ID 4625An account failed to log on.
Security-AuditingEvent ID 4657A registry value was modified.
Security-AuditingEvent ID 4688A new process has been created.
Security-AuditingEvent ID 4768A Kerberos authentication ticket (TGT) was requested.
Security-AuditingEvent ID 4769A Kerberos service ticket was requested.
Security-AuditingEvent ID 4776The domain controller attempted to validate the credentials for an account.
Security-AuditingEvent ID 4887Certificate Services approved a certificate request and issued a certificate.
Security-AuditingEvent ID 5136A directory service object was modified.
Security-AuditingEvent ID 5145A network share object was checked to see whether client can be granted desired access.
LsaSrvEvent ID 6038Microsoft Windows Server has detected that NTLM authentication is presently being used between clients and this server.
LsaSrvEvent ID 6039Microsoft Windows Server has detected that NTLM authentication is being used between clients and this server.
NTLMEvent ID 8002NTLM server blocked audit: Audit Incoming NTLM Traffic that would be blocked.
PowerShellEvent ID 4103Payload Context: ContextInfo User Data: UserData.
PowerShellEvent ID 4104Creating Scriptblock text (MessageNumber of MessageTotal).

Authoring guide

Patterns shared across the 29 rules above: which fields they filter on, what specific values they look for, and what they exclude. The catalog normalizes field names across vendors so Sigma's Image, Elastic's process.name, and Splunk's process_name collapse into one row. Each rule contributes at most once per row.

Fields filtered most (50 distinct)

The fields most rules look at when detecting this technique. The How column shows the operators authors use (eq, wildcard, regex_match, match) and how often each appears. Sample values are concrete examples to start from, not an exhaustive list.

FieldRulesHowSample values
EventID10eq 104688, 4768, 1, 10, 12
LogonType7eq 7NewCredentials, Network
CommandLine6contains 6, eq 1, in 1 -cn , -computername , -cp , -p , -u
Image4ends_with 3, eq 1, ne 1\krbrelayup.exe, \rubeus.exe, \tomcat\bin\tomcat8.exe, c:\\windows\\system32\\logonui.exe, c:\\windows\\system32\\lsass.exe
LogonProcessName4eq 4seclogo, NtLmSsp
AuthenticationPackageName3eq 3Negotiate, Kerberos
Channel3eq 3, in 3
DestinationPort3eq 388
OriginalFileName3eq 3krbrelayup.exe, nxc.exe, rubeus.exe
eventtype3eq 3
process_name3eq 2, ne 1c:\windows\system32\svchost.exe, lsass.exe, nxc.exe
Initiated2eq 2egress, true
ServiceName2eq 1, ne 1*$, TargetUserName
event.type2eq 2change, start
src_ip2eq 1, ne 1::1, 127.0.0.1

Top indicator values (177 distinct)

Specific (field, operator, value) combinations the rules check for, ranked by how many rules under this technique use each one. The Corpus reach column counts how many rules across the entire catalog (any technique) check the same combination. High numbers point to widely-used indicators that are likely noisy on their own; combine them with another condition for useful signal. Blank means the combination is specific to rules under this technique. Click a value to expand the rules under this technique that use it.

FieldKindValueRules (here)Corpus reach
LogonTypeeq
NewCredentials
57
LogonTypeeq
Network
339
LogonProcessNameeq
seclogo
45
DestinationPorteq
88
34
AuthenticationPackageNameeq
Negotiate
24
AuthenticationPackageNameeq
Kerberos
16
EventIDeq
4688
2312
EventIDeq
4768
213
AlertNamecontains
0299
1
AttributeLDAPDisplayNamein
msds-allowedtoactonbehalfofotheridentity
1
AttributeLDAPDisplayNamein
msds-allowedtodelegateto
1
AttributeLDAPDisplayNamein
mstsinitialprogram
1
AttributeLDAPDisplayNamein
scriptpath
1
Attributescontains
certificatetemplate:
12
Attributeseq
*SAN:*upn*
12
Authentication_Packageeq
NTLM
13
CertThumbprinteq
*
1
CommandLinecontains
-cn
1
CommandLinecontains
-computername
1
CommandLinecontains
-cp
1
CommandLinecontains
-d
18
CommandLinecontains
-domain
1
CommandLinecontains
-p
19
CommandLinecontains
-sc
12
CommandLinecontains
-u
17
CommandLinecontains
asreproast
1
CommandLinecontains
harvest
1
CommandLinecontains
kerberoast
1
CommandLinecontains
krbscm
1
CommandLinecontains
monitor /interval
1

Exclusions (63 distinct)

Field/operator/value combinations excluded by rules under this technique (top-level not() clauses), sorted by how many rules exclude each. These are the false-positive paths the community has learned to filter out. A new rule that ignores the high-count entries here will likely fire on the same noisy paths. Click a value to expand the rules under this technique that exclude it.

FieldKindValueRules excluding
EventDatacontains
gc_service.exe
1
EventDatacontains
gc_worker.exe
1
Imageends_with
\tomcat\bin\tomcat8.exe
1
Imageeq
c:\program files (x86)\google\chrome\application\chrome.exe
1
Imageeq
c:\program files (x86)\mozilla firefox\firefox.exe
1
Imageeq
c:\program files\google\chrome\application\chrome.exe
1
Imageeq
c:\program files\mozilla firefox\firefox.exe
1
Imageeq
c:\windows\system32\lsass.exe
1
Imagewildcard
?:\program files (x86)\advanced port scanner\advanced_port_scanner.exe
1
Imagewildcard
?:\program files (x86)\desktopcentral_agent\bin\dcpatchscan.exe
1
Imagewildcard
?:\program files (x86)\gfi\languard 12 agent\lnsscomm.exe
1
Imagewildcard
?:\program files (x86)\google\chrome\application\chrome.exe
1
Imagewildcard
?:\program files (x86)\internet explorer\iexplore.exe
1
Imagewildcard
?:\program files (x86)\microsoft silverlight\sllauncher.exe
1
Imagewildcard
?:\program files (x86)\microsoft\edge\application\msedge.exe
1

Rules under this technique

Every rule in the catalog tagged with this technique, grouped by vendor. Click a rule title for its full predicates, exclusions, and indicators.

Sigma 11 rules

Elastic 4 rules

Splunk 12 rules

Kusto 2 rules