Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rule InnfiRAT_bin
- {
- meta:
- description = "InnfiRAT"
- author = "James_inthe_box"
- reference = "https://www.zscaler.com/blogs/research/innfirat-new-rat-aiming-your-cryptocurrency-and-more"
- date = "2019/09"
- maltype = "RAT"
- strings:
- $string1 = "get_HWID"
- $string2 = "BitcoinWallet"
- $string3 = "get_Login"
- $string4 = "get_Password"
- $string5 = "VictimLogs"
- $string6 = "DockInfo"
- $string7 = "IVictimCallback"
- condition:
- uint16(0) == 0x5A4D and all of ($string*) and filesize < 800KB
- }
- rule InnfiRAT_mem
- {
- meta:
- description = "InnfiRAT"
- author = "James_inthe_box"
- reference = "https://www.zscaler.com/blogs/research/innfirat-new-rat-aiming-your-cryptocurrency-and-more"
- date = "2019/09"
- maltype = "RAT"
- strings:
- $string1 = "get_HWID"
- $string2 = "BitcoinWallet"
- $string3 = "get_Login"
- $string4 = "get_Password"
- $string5 = "VictimLogs"
- $string6 = "DockInfo"
- $string7 = "IVictimCallback"
- condition:
- all of ($string*) and filesize > 800KB
- }
Advertisement
Add Comment
Please, Sign In to add comment