Windows_Exploit_Generic_008359cf
Description
Windows.Exploit.Generic
Query · yara
strings:
$a1 = { C6 85 ?? 01 00 00 74 C6 85 ?? 01 00 00 58 C6 85 ?? 01 00 00 58 }
$a2 = { C6 45 ?? 41 C6 45 ?? 66 C6 45 ?? 64 C6 45 ?? 4F C6 45 ?? 70 C6 45 ?? 65 C6 45 ?? 6E C6 45 ?? 50 C6 45 ?? 61 C6 45 ?? 63 C6 45 ?? 6B C6 45 ?? 65 C6 45 ?? 74 C6 45 ?? 58 C6 45 ?? 58 }
$b1 = "NtCreateFile"
$b2 = "\\Device\\Afd\\Endpoint" wide nocase
$b3 = "\\Device\\Afd\\Endpoint" nocase
$b4 = "NtDeviceIoControlFile"
condition:
1 of ($a*) and 3 of ($b*)