ET SCAN Inspathx Path Disclosure Scanner User-Agent Detected


Query · suricata

flow:established,to_server;
threshold:type limit, count 1, seconds 30, track by_src;
http.user_agent;
content:"inspath [path disclosure finder"; startswith;
Raw source ET SCAN Inspathx Path Disclosure Scanner User-Agent Detected · 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 -> $HTTP_SERVERS any (
    msg:"ET SCAN Inspathx Path Disclosure Scanner User-Agent Detected";
    flow:established,to_server;
    threshold:type limit, count 1, seconds 30, track by_src;
    http.user_agent;
    content:"inspath [path disclosure finder"; startswith;
    reference:url,code.google.com/p/inspathx/;
    reference:url,www.darknet.org.uk/2010/09/inspathx-tool-for-finding-path-disclosure-vulnerabilities/;
    classtype:attempted-recon;
    sid:2011808; rev:5;
    metadata:created_at 2010_10_13, confidence High, signature_severity Informational, updated_at 2020_09_10;
)

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.