mirror of
https://github.com/ditekshen/detection
synced 2026-06-08 13:49:35 +00:00
Relax houdini match condition
This commit is contained in:
+1
-1
@@ -11703,5 +11703,5 @@ rule MALWARE_Win_Houdini {
|
||||
$pl2 = "plugin_url_init" fullword wide
|
||||
$pl3 = "plugin_stop" fullword wide
|
||||
condition:
|
||||
uint16(0) == 0x5a4d and 8 of them
|
||||
uint16(0) == 0x5a4d and 4 of them
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user