ET MALWARE Zacom/NFlog HTTP POST Connectivity Check


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/STTip.asp"; fast_pattern;
http.content_len;
byte_test:0,=,0,0,string,dec;
http.header_names;
content:!"Accept-";
content:!"Content-Type|0d 0a|";
content:!"Referer|0d 0a|";
Raw source ET MALWARE Zacom/NFlog HTTP POST Connectivity Check · 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 Zacom/NFlog HTTP POST Connectivity Check";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/STTip.asp"; fast_pattern;
    http.content_len;
    byte_test:0,=,0,0,string,dec;
    http.header_names;
    content:!"Accept-";
    content:!"Content-Type|0d 0a|";
    content:!"Referer|0d 0a|";
    reference:url,researchcenter.paloaltonetworks.com/2015/04/unit-42-identifies-new-dragonok-backdoor-malware-deployed-against-japanese-targets/;
    classtype:trojan-activity;
    sid:2020924; rev:4;
    metadata:created_at 2015_04_16, signature_severity Major, updated_at 2020_05_21;
)

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.