ET MALWARE Suspected Tunna Proxy M3 (Outbound)


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"?proxy&port="; fast_pattern;
http.accept_enc;
content:"gzip"; startswith; endswith;
http.header_names;
content:!"Referer";
Raw source ET MALWARE Suspected Tunna Proxy M3 (Outbound) · 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 -> any any (
    msg:"ET MALWARE Suspected Tunna Proxy M3 (Outbound)";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"?proxy&port="; fast_pattern;
    http.accept_enc;
    content:"gzip"; startswith; endswith;
    http.header_names;
    content:!"Referer";
    reference:url,github.com/SECFORCE/Tunna;
    classtype:trojan-activity;
    sid:2028580; rev:2;
    metadata:created_at 2019_09_13, deployment Perimeter, malware_family Tunna, performance_impact Low, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_09_02;
)

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.