Duqu2_Sample4
Description
Detects Duqu2 Malware
Query · yara
strings: $x1 = "SELECT `Data` FROM `Binary` WHERE `Name`='CryptHash%i'" fullword wide $s2 = "SELECT `UserName`, `Password`, `Attributes` FROM `CustomUserAccounts`" fullword wide $s3 = "SELECT `UserName` FROM `CustomUserAccounts`" fullword wide $s4 = "ProcessUserAccounts" fullword ascii condition: ( uint16(0) == 0x5a4d and filesize < 30KB and 1 of ($x*) ) or ( all of them )