ET MALWARE Win32/Neutrino CC dump


Query · suricata

flow:to_server,established;
http.method;
content:"POST";
http.request_body;
content:"dumpgrab="; fast_pattern;
content:"track_type=";
content:"track_data=";
content:"process_name=";
http.header_names;
content:!"Referer|0d 0a|";
Raw source ET MALWARE Win32/Neutrino CC dump · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET MALWARE Win32/Neutrino CC dump";
    flow:to_server,established;
    http.method;
    content:"POST";
    http.request_body;
    content:"dumpgrab="; fast_pattern;
    content:"track_type=";
    content:"track_data=";
    content:"process_name=";
    http.header_names;
    content:!"Referer|0d 0a|";
    reference:md5,bf555378d935de805f39c2d2d965a888;
    reference:url,securitykitten.github.io/an-evening-with-n3utrino/;
    classtype:trojan-activity;
    sid:2020094; rev:5;
    metadata:created_at 2015_01_05, malware_family Win32_Neutrino, signature_severity Major, updated_at 2020_10_09;
)

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.