Detection rules › Sigma

LSASS Access From Non System Account

Severity
medium
Author
Roberto Rodriguez @Cyb3rWard0g
Source
upstream

Detects potential mimikatz-like tools accessing LSASS from non system account

MITRE ATT&CK coverage

TacticTechniques
Credential AccessT1003.001 OS Credential Dumping: LSASS Memory

Event coverage

ProviderEvent IDTitle
Security-Auditing4656A handle to an object was requested.
Security-Auditing4663An attempt was made to access an object.

Stages and Predicates

Stage 1: selection

AccessMask: [0x100000, 0x1010, 0x1400, 0x1410, 0x1418, 0x1438, 0x143a, 0x1f0fff, 0x1f1fff, 0x1f2fff, 0x1f3fff, 0x40, 143a, 1f0fff, 1f1fff, 1f2fff, 1f3fff]
ObjectName|endswith: '\lsass.exe'
ObjectType: Process

Stage 2: not 1 of filter_main_*

or:
AccessMask: 0x1410
ProcessName: 'C:\Windows\System32\wbem\WmiPrvSE.exe'
ProcessName|contains: ':\Program Files (x86)\'
ProcessName|contains: ':\Program Files\'
SubjectUserName|endswith: '$'

Stage 3: not 1 of filter_optional_steam

ProcessName|contains: '\SteamLibrary\steamapps\'

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
AccessMaskeq
  • 0x100000
  • 0x1010
  • 0x1400
  • 0x1410
  • 0x1418
  • 0x1438
  • 0x143a
  • 0x1f0fff
  • 0x1f1fff
  • 0x1f2fff
  • 0x1f3fff
  • 0x40
  • 143a
  • 1f0fff
  • 1f1fff
  • 1f2fff
  • 1f3fff
ObjectNameends_with
  • \lsass.exe corpus 2 (sigma 2)
ObjectTypeeq
  • Process
ProcessNameeq
  • C:\Windows\System32\wbem\WmiPrvSE.exe corpus 2 (sigma 2)
ProcessNamematch
  • :\Program Files (x86)\ corpus 2 (sigma 2)
  • :\Program Files\ corpus 2 (sigma 2)
  • \SteamLibrary\steamapps\
SubjectUserNameends_with
  • $ corpus 18 (sigma 14, elastic 4)

Neighbors

Often fire together

Rules that target events appearing in the same incident timelines. They pattern-match on adjacent steps of the same TTP, so an alert from one is often paired with alerts from these. Useful for triage context and for assembling chained-detection rules.

Share event IDs (chain-detection candidates)

Rules that observe the same Windows event-ID pairs as this one. If you're authoring a multi-stage / sequence rule that spans these events, these are the existing detections that already cover one or both endpoints.