ET MALWARE Andromeda Checkin Dec 29 2014


Query · suricata

flow:established,to_server;
http.method;
content:"POST"; nocase;
http.user_agent;
content:"Mozilla/4.0"; depth:11; endswith;
http.request_body;
content:"EPF#"; depth:4; fast_pattern;
http.connection;
content:"close";
http.header_names;
content:!"Referer|0d 0a|";
content:!"Accept";
Raw source ET MALWARE Andromeda Checkin Dec 29 2014 · 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 Andromeda Checkin Dec 29 2014";
    flow:established,to_server;
    http.method;
    content:"POST"; nocase;
    http.user_agent;
    content:"Mozilla/4.0"; depth:11; endswith;
    http.request_body;
    content:"EPF#"; depth:4; fast_pattern;
    http.connection;
    content:"close";
    http.header_names;
    content:!"Referer|0d 0a|";
    content:!"Accept";
    reference:md5,7a1ad388bdcebcbc4cc48a2eff71775f;
    classtype:command-and-control;
    sid:2020076; rev:5;
    metadata:created_at 2014_12_29, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_11_19, reviewed_at 2024_03_26;
)

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.