ET MALWARE JS/WSF Downloader Dec 08 2016 M4


Query · suricata

flow:from_server,established;
flowbits:isset,et.IE7.NoRef.NoCookie;
http.content_type;
content:"image|2f|"; depth:6;
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 M4 · 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 M4";
    flow:from_server,established;
    flowbits:isset,et.IE7.NoRef.NoCookie;
    http.content_type;
    content:"image|2f|"; depth:6;
    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:2023672; rev:6;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target Client_Endpoint, created_at 2016_12_19, deployment Perimeter, malware_family JS_WSF, confidence High, signature_severity Major, updated_at 2023_03_10;
)

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.