LokiBot_Dropper_ScanCopyPDF_Feb18
Description
Auto-generated rule - file Scan Copy.pdf.com
Query · yara
strings:
$x1 = "Win32 Scan Copy.pdf " fullword wide
$a1 = "C:\\Program Files (x86)\\Microsoft Visual Studio\\VB98\\VB6.OLB" fullword ascii
$s1 = "Compiling2.exe" fullword wide
$s2 = "Unstalled2" fullword ascii
$s3 = "Compiling.exe" fullword wide
condition:
uint16(0) == 0x5a4d and filesize < 1000KB and $x1 or
( $a1 and 1 of ($s*) )