ET MALWARE Executable Download Purporting to be JavaScript likely 2nd stage Infection


Query · suricata

flow:established,from_server;
http.stat_code;
content:"200";
http.content_type;
content:"application/x-javascript"; nocase; startswith;
file.data;
content:"MZ"; within:2;
byte_jump:4,58,relative,little;
content:"PE|00 00|"; distance:-64; within:4; fast_pattern;
Raw source ET MALWARE Executable Download Purporting to be JavaScript likely 2nd stage Infection · 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 Executable Download Purporting to be JavaScript likely 2nd stage Infection";
    flow:established,from_server;
    http.stat_code;
    content:"200";
    http.content_type;
    content:"application/x-javascript"; nocase; startswith;
    file.data;
    content:"MZ"; within:2;
    byte_jump:4,58,relative,little;
    content:"PE|00 00|"; distance:-64; within:4; fast_pattern;
    classtype:trojan-activity;
    sid:2013352; rev:5;
    metadata:created_at 2011_08_04, signature_severity Major, updated_at 2020_07_27;
)

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.