Detection rules › Sigma

DLL Load via LSASS

Severity
high
Author
Florian Roth (Nextron Systems)
Source
upstream

Detects a method to load DLL via LSASS process using an undocumented Registry key

MITRE ATT&CK coverage

TacticTechniques
PersistenceT1547.008 Boot or Logon Autostart Execution: LSASS Driver
Privilege EscalationT1547.008 Boot or Logon Autostart Execution: LSASS Driver

Event coverage

ProviderEvent IDTitle
Sysmon12RegistryEvent (Object create and delete)
Sysmon13RegistryEvent (Value Set)
Sysmon14RegistryEvent (Key and Value Rename)

Stages and Predicates

Stage 1: selection

or:
TargetObject|contains: '\CurrentControlSet\Services\NTDS\DirectoryServiceExtPt'
TargetObject|contains: '\CurrentControlSet\Services\NTDS\LsaDbExtPt'

Stage 2: not 1 of filter_domain_controller

Details: ['%%systemroot%%\system32\lsadb.dll', '%%systemroot%%\system32\ntdsa.dll']
Image: 'C:\Windows\system32\lsass.exe'

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
Detailseq
  • %%systemroot%%\system32\lsadb.dll
  • %%systemroot%%\system32\ntdsa.dll corpus 2 (sigma 2)
Imageeq
  • C:\Windows\system32\lsass.exe corpus 2 (sigma 2)
TargetObjectmatch
  • \CurrentControlSet\Services\NTDS\DirectoryServiceExtPt
  • \CurrentControlSet\Services\NTDS\LsaDbExtPt