ET SCAN Inspathx Path Disclosure Scan


Query · suricata

flow:established,to_server;
threshold:type limit, count 1, seconds 30, track by_src;
http.method;
content:"GET";
http.uri;
content:"varhttp|3A|/"; nocase;
content:"wwwhttp|3A|/"; nocase;
content:"htmlhttp|3A|/"; nocase;
Raw source ET SCAN Inspathx Path Disclosure 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 -> $HTTP_SERVERS any (
    msg:"ET SCAN Inspathx Path Disclosure Scan";
    flow:established,to_server;
    threshold:type limit, count 1, seconds 30, track by_src;
    http.method;
    content:"GET";
    http.uri;
    content:"varhttp|3A|/"; nocase;
    content:"wwwhttp|3A|/"; nocase;
    content:"htmlhttp|3A|/"; nocase;
    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:2011809; rev:7;
    metadata:created_at 2010_10_13, confidence Medium, signature_severity Informational, updated_at 2020_09_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.