mirror of
https://github.com/ditekshen/detection
synced 2026-06-08 13:49:35 +00:00
Add detection against simda/shifu
This commit is contained in:
@@ -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<ime=%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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user