Windows_Trojan_Trickbot_d2110921
Description
Targets shareDll64.dll module containing functionality use to spread Trickbot across local networks
Query · yara
strings:
$a1 = "module64.dll" ascii fullword
$a2 = "Size - %d kB" ascii fullword
$a3 = "%s - FAIL" wide fullword
$a4 = "%s - SUCCESS" wide fullword
$a5 = "ControlSystemInfoService" ascii fullword
$a6 = "<moduleconfig><autostart>yes</autostart></moduleconfig>" ascii fullword
$a7 = "Copy: %d" wide fullword
$a8 = "Start sc 0x%x" wide fullword
$a9 = "Create sc 0x%x" wide fullword
$a10 = "Open sc %d" wide fullword
$a11 = "ServiceInfoControl" ascii fullword
condition:
3 of ($a*)