ET POLICY Mobile Device Posting Phone Number


Query · suricata

flow:established,to_server;
http.method;
content:"POST"; nocase;
http.uri;
content:"&Phone"; fast_pattern; nocase;
content:"Number="; nocase;
pcre:"/\x26Phone(Number\x3D|\x5FNumber\x3D|\x2DNumber\x3D)/i";
Raw source ET POLICY Mobile Device Posting Phone Number · 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 POLICY Mobile Device Posting Phone Number";
    flow:established,to_server;
    http.method;
    content:"POST"; nocase;
    http.uri;
    content:"&Phone"; fast_pattern; nocase;
    content:"Number="; nocase;
    pcre:"/\x26Phone(Number\x3D|\x5FNumber\x3D|\x2DNumber\x3D)/i";
    classtype:policy-violation;
    sid:2013208; rev:4;
    metadata:created_at 2011_07_06, confidence High, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_08_11;
)

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.