HoneyBee_Dropper_MalDoc
Description
Detects samples from Operation Honeybee
Query · yara
strings:
$x1 = "cmd /c expand %TEMP%\\setup.cab -F:* %SystemRoot%\\System32"
$x2 = "del /f /q %TEMP%\\setup.cab && cliconfg.exe"
$s1 = "SELECT * FROM Win32_Processor" fullword ascii
$s2 = "\"cmd /c `wusa " fullword ascii
$s3 = "sTempPathP" fullword ascii
$s4 = "sTempFile" fullword ascii
$s5 = "GetObjectz" fullword ascii
$s6 = "\\setup.cab" ascii
condition:
uint16(0) == 0xcfd0 and filesize < 400KB and ( 1 of ($x*) or 4 of them )