WiltedTulip_SilverlightMSI
Description
Detects powershell tool call Get_AD_Users_Logon_History used in Operation Wilted Tulip
Query · yara
strings:
$x1 = ".\\Get_AD_Users_Logon_History.ps1 -MaxEvent" fullword ascii
$x2 = "if ((Resolve-dnsname $_.\"IP Address\" -Type PTR -TcpOnly -DnsOnly -ErrorAction \"SilentlyContinue\").Type -eq \"PTR\")" fullword ascii
$x3 = "$Client_Name = (Resolve-dnsname $_.\"IP Address\" -Type PTR -TcpOnly -DnsOnly).NameHost " fullword ascii
$x4 = "########## Find the Computer account in AD and if not found, throw an exception ###########" fullword ascii
condition:
( filesize < 20KB and 1 of them )