ET CHAT Skype VOIP Checking Version (Startup)


Query · suricata

flow:to_server,established;
http.uri;
content:"/ui/"; nocase;
content:"/getlatestversion?ver="; nocase;
Raw source ET CHAT Skype VOIP Checking Version (Startup) · 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 CHAT Skype VOIP Checking Version (Startup)";
    flow:to_server,established;
    http.uri;
    content:"/ui/"; nocase;
    content:"/getlatestversion?ver="; nocase;
    reference:url,www1.cs.columbia.edu/~library/TR-repository/reports/reports-2004/cucs-039-04.pdf;
    classtype:policy-violation;
    sid:2001595; rev:12;
    metadata:created_at 2010_07_30, signature_severity Informational, 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.