clearlog
Description
Detects Fireball malware - file clearlog.dll
Query · yara
strings:
$x1 = "\\ClearLog\\Release\\logC.pdb" ascii
$s1 = "C:\\Windows\\System32\\cmd.exe /c \"\"" fullword wide
$s2 = "logC.dll" fullword ascii
$s3 = "hhhhh.exe" fullword wide
$s4 = "ttttt.exe" fullword wide
$s5 = "Logger Name:" fullword ascii
$s6 = "cle.log.1" fullword wide
condition:
( uint16(0) == 0x5a4d and filesize < 500KB and $x1 or 2 of them )