DefenderYara/HackTool/Win32/GameHack/HackTool_Win32_Gamehack_MD_...

11 lines
307 B
Plaintext
Raw Permalink Normal View History

2024-02-05 06:12:47 -08:00
rule HackTool_Win32_Gamehack_MD_MTB{
meta:
2024-07-06 23:13:08 -07:00
description = "HackTool:Win32/Gamehack.MD!MTB,SIGNATURE_TYPE_PEHSTR,01 00 01 00 01 00 00 "
2024-02-05 06:12:47 -08:00
strings :
2024-07-06 23:13:08 -07:00
$a_01_0 = {8a 04 38 6a 00 6a 01 88 45 f8 8d 45 f8 50 57 ff 71 04 ff d3 8b 4d f4 47 8b 45 f0 83 ee 01 75 e0 } //1
2024-02-05 06:12:47 -08:00
condition:
2024-07-06 23:13:08 -07:00
((#a_01_0 & 1)*1) >=1
2024-02-05 06:12:47 -08:00
}