ET SCAN Internet Scanning Project HTTP scan


Query · suricata

flow:established,to_server;
http.user_agent;
content:"research-scanner/"; startswith;
http.host;
content:"internetscanningproject.org";
Raw source ET SCAN Internet Scanning Project HTTP scan · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET SCAN Internet Scanning Project HTTP scan";
    flow:established,to_server;
    http.user_agent;
    content:"research-scanner/"; startswith;
    http.host;
    content:"internetscanningproject.org";
    reference:url,www.internetscanningproject.org;
    classtype:attempted-recon;
    sid:2018782; rev:3;
    metadata:created_at 2014_07_25, confidence Medium, signature_severity Informational, updated_at 2020_05_01;
)

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.