lsass_ANOMALY
Description
Anomaly rule looking for certain strings in a system file (maybe false positive on certain systems) - file lsass.exe
Query · yara
strings:
$s1 = "LSA Shell" fullword wide
$s2 = "<description>Local Security Authority Process</description>" fullword ascii
$s3 = "Local Security Authority Process" fullword wide
$s4 = "LsapInitLsa" fullword
condition:
filename == "lsass.exe"
and uint16(0) == 0x5a4d
and not 1 of ($s*) and not WINDOWS_UPDATE_BDC
Rule dependencies
Depends on
-
composes · YARA private rule
WINDOWS_UPDATE_BDC