ET MALWARE JS/WSF Downloader Dec 08 2016 M7


Query · suricata

flow:from_server,established;
flowbits:isset,min.gethttp;
http.header;
pcre:"/Content-Disposition\x3a[^\r\n]+=[\x22\x27]?[a-z]?\d{1,3}(?:\.dat)?[\x22\x27]?\r\n/mi";
file.data;
content:"MZ"; within:2;
byte_jump:4,58,relative,little;
content:"PE|00 00|"; fast_pattern; distance:-64; within:4;

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

Raw source ET MALWARE JS/WSF Downloader Dec 08 2016 M7 · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET MALWARE JS/WSF Downloader Dec 08 2016 M7";
    flow:from_server,established;
    flowbits:isset,min.gethttp;
    http.header;
    pcre:"/Content-Disposition\x3a[^\r\n]+=[\x22\x27]?[a-z]?\d{1,3}(?:\.dat)?[\x22\x27]?\r\n/mi";
    file.data;
    content:"MZ"; within:2;
    byte_jump:4,58,relative,little;
    content:"PE|00 00|"; fast_pattern; distance:-64; within:4;
    classtype:trojan-activity;
    sid:2023711; rev:3;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, affected_product Web_Browser_Plugins, attack_target Client_Endpoint, created_at 2017_01_09, deployment Perimeter, malware_family Trojan_Kwampirs, performance_impact Low, confidence High, signature_severity Major, updated_at 2020_12_11;
)

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.