ProjectM_CrimsonDownloader
Description
Detects ProjectM Malware
Query · yara
strings: $x1 = "E:\\Projects\\m_project\\main\\mj shoaib" $s1 = "\\obj\\x86\\Debug\\secure_scan.pdb" ascii $s2 = "secure_scan.exe" fullword wide $s3 = "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run|mswall" fullword wide $s4 = "secure_scan|mswall" fullword wide $s5 = "[Microsoft-Security-Essentials]" fullword wide condition: ( uint16(0) == 0x5a4d and filesize < 400KB and $x1 ) or ( all of them )