csrss_ANOMALY
Description
Anomaly rule looking for certain strings in a system file (maybe false positive on certain systems) - file csrss.exe
Query · yara
strings:
$s1 = "Client Server Runtime Process" fullword wide
$s4 = "name=\"Microsoft.Windows.CSRSS\"" fullword ascii
$s5 = "CSRSRV.dll" fullword ascii
$s6 = "CsrServerInitialization" fullword ascii
condition:
filename == "csrss.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