Windows_Trojan_Trickbot_6eb31e7b
Description
Targets DomainDll module containing functionality using LDAP to retrieve credentials and configuration information
Query · yara
strings:
$a1 = "module32.dll" ascii fullword
$a2 = "Size - %d kB" ascii fullword
$a3 = "</moduleconfig> " ascii fullword
$a4 = "<moduleconfig>" ascii fullword
$a5 = "\\\\%ls\\SYSVOL\\%ls" wide fullword
$a6 = "DomainGrabber"
$a7 = "<autostart>yes</autostart>" ascii fullword
$a8 = "<needinfo name=\"id\"/>" ascii fullword
$a9 = "(&(objectCategory=computer)(userAccountControl:1.2.840.113556.1.4.803:=8192))" wide fullword
condition:
5 of ($a*)