ET MALWARE Generic Trojan Checkin (UA VBTagEdit)


Query · suricata

flow:to_server,established;
http.method;
content:"GET"; nocase;
http.user_agent;
content:"VBTagEdit"; depth:9; nocase;
http.protocol;
content:"HTTP/1.0";
Raw source ET MALWARE Generic Trojan Checkin (UA VBTagEdit) · 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 Generic Trojan Checkin (UA VBTagEdit)";
    flow:to_server,established;
    http.method;
    content:"GET"; nocase;
    http.user_agent;
    content:"VBTagEdit"; depth:9; nocase;
    http.protocol;
    content:"HTTP/1.0";
    classtype:command-and-control;
    sid:2010439; rev:10;
    metadata:created_at 2010_07_30, confidence Medium, signature_severity Major, updated_at 2020_10_28;
)

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.