Windows_Trojan_IcedID_08530e24
Description
Windows.Trojan.IcedID
Query · yara
strings:
$a1 = "c:\\ProgramData\\" ascii fullword
$a2 = "loader_dll_64.dll" ascii fullword
$a3 = "aws.amazon.com" wide fullword
$a4 = "Cookie: __gads=" wide fullword
$b1 = "LookupAccountNameW" ascii fullword
$b2 = "GetUserNameA" ascii fullword
$b3 = "; _gat=" wide fullword
$b4 = "; _ga=" wide fullword
$b5 = "; _u=" wide fullword
$b6 = "; __io=" wide fullword
$b7 = "; _gid=" wide fullword
$b8 = "%s%u" wide fullword
$b9 = "i\\|9*" ascii fullword
$b10 = "WinHttpSetStatusCallback" ascii fullword
condition:
all of ($a*) and 5 of ($b*)