DefenderYara/HackTool/MacOS/KeySteal/HackTool_MacOS_KeySteal_MTB...

13 lines
454 B
Plaintext
Raw Normal View History

2024-02-05 06:12:47 -08:00
rule HackTool_MacOS_KeySteal_MTB{
meta:
description = "HackTool:MacOS/KeySteal!MTB,SIGNATURE_TYPE_MACHOHSTR_EXT,02 00 02 00 03 00 00 01 00 "
strings :
$a_00_0 = {6b 65 79 73 74 65 61 6c 44 61 65 6d 6f 6e 2f 6d 61 69 6e 2e 6d 6d } //01 00
$a_00_1 = {64 65 2e 6c 69 6e 75 73 68 65 6e 7a 65 2e 6b 65 79 53 74 65 61 6c } //01 00
$a_00_2 = {66 69 6c 6c 5f 6d 61 63 68 5f 70 6f 72 74 5f 61 72 72 61 79 } //00 00
condition:
any of ($a_*)
}