ET SCAN NMAP SIP Version Detect OPTIONS Scan


Query · suricata

flow:established,to_server;
content:"OPTIONS sip|3A|nm SIP/"; depth:19;
Raw source ET SCAN NMAP SIP Version Detect OPTIONS Scan · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $EXTERNAL_NET any -> $HOME_NET $HTTP_PORTS (
    msg:"ET SCAN NMAP SIP Version Detect OPTIONS Scan";
    flow:established,to_server;
    content:"OPTIONS sip|3A|nm SIP/"; depth:19;
    classtype:attempted-recon;
    sid:2018317; rev:1;
    metadata:created_at 2014_03_25, confidence Low, signature_severity Informational, updated_at 2019_07_26;
)

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.