ET WEB_SERVER /etc/passwd Detected in URI


Query · suricata

flow:established,to_server;
http.uri;
content:"/etc/passwd"; nocase;
Raw source ET WEB_SERVER /etc/passwd Detected in URI · 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 WEB_SERVER /etc/passwd Detected in URI";
    flow:established,to_server;
    http.uri;
    content:"/etc/passwd"; nocase;
    classtype:attempted-recon;
    sid:2049400; rev:1;
    metadata:affected_product Linux, attack_target Web_Server, created_at 2023_11_29, deployment Perimeter, deployment SSLDecrypt, performance_impact Low, confidence High, signature_severity Informational, updated_at 2023_11_29;
)

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.