winlogon_ANOMALY
Description
Anomaly rule looking for certain strings in a system file (maybe false positive on certain systems) - file winlogon.exe
Query · yara
strings:
$s1 = "AuthzAccessCheck failed" fullword
$s2 = "Windows Logon Application" fullword wide
condition:
filename == "winlogon.exe"
and not 1 of ($s*)
and uint16(0) == 0x5a4d
and not WINDOWS_UPDATE_BDC
and not filepath contains "Malwarebytes"
Rule dependencies
Depends on
-
composes · YARA private rule
WINDOWS_UPDATE_BDC