Relax houdini match condition

This commit is contained in:
diˈtekSHən
2024-05-28 16:28:05 +03:00
committed by GitHub
parent 3e5b6d03c7
commit 7c2d40d839
+1 -1
View File
@@ -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
}