ET MALWARE APT.Agtid callback


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.header;
content:"Agtid|3a 20|";
Raw source ET MALWARE APT.Agtid callback · 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 443 (
    msg:"ET MALWARE APT.Agtid callback";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.header;
    content:"Agtid|3a 20|";
    reference:url,www.fireeye.com/blog/technical/cyber-exploits/2013/09/operation-deputydog-zero-day-cve-2013-3893-attack-against-japanese-targets.html;
    classtype:targeted-activity;
    sid:2017511; rev:4;
    metadata:created_at 2013_09_24, signature_severity Major, updated_at 2020_04_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.