ET WEB_SERVER .bash_history Detected in URI


Query · suricata

flow:established,to_server;
http.uri;
content:"|2e|bash_history"; nocase;
target:dest_ip;
Raw source ET WEB_SERVER .bash_history 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 .bash_history Detected in URI";
    flow:established,to_server;
    http.uri;
    content:"|2e|bash_history"; nocase;
    classtype:attempted-recon;
    sid:2049402; 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_30;
    target:dest_ip;
)

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.