Add detection against simda/shifu

This commit is contained in:
ditekshen
2023-12-27 09:54:01 +03:00
parent e3f2c56070
commit 045ba6f813
+18
View File
@@ -11357,3 +11357,21 @@ rule MALWARE_Win_AgentRacoon {
condition:
uint16(0) == 0x5a4d and 7 of them
}
rule MALWARE_Win_Simda {
meta:
author = "ditekShen"
description = "Detects Simda / Shifu infostealer"
strings:
$s1 = "command=auth_loginByPassword&back_command=&back_custom1=&" fullword ascii
$s2 = "iexplore.exe|opera.exe|java.exe|javaw.exe|explorer.exe|isclient.exe|intpro.exe|ipc_full.exe|mnp.exe|cbsmain.dll|firefox.exe|clma" ascii
$s3 = "debug_%s_%s.log" fullword ascii
$s4 = "Content-Disposition: form-data; name=\"file\"; filename=\"report\"" ascii
$s5 = "name=%s&port=%u" ascii
$s6 = "id=%s&ver=4.0.1&up=%u&os=%03u&rights=%s&ltime=%s%d&token=%d" ascii
$s7 = "{BotVer:" fullword ascii
$s8 = "software\\microsoft\\windows nt\\currentversion\\winlogon" ascii
$s9 = /(!|&|data_)inject(=ok)?/ fullword ascii
condition:
uint16(0) == 0x5a4d and 6 of them
}