ET INFO Request to Hidden Environment File - Inbound


Query · suricata

flow:established,to_server;
http.uri;
content:"/.env"; endswith;
Raw source ET INFO Request to Hidden Environment File - Inbound · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http any any -> $HOME_NET any (
    msg:"ET INFO Request to Hidden Environment File - Inbound";
    flow:established,to_server;
    http.uri;
    content:"/.env"; endswith;
    classtype:misc-activity;
    sid:2031502; rev:3;
    metadata:attack_target Web_Server, created_at 2021_01_08, deployment Perimeter, deployment SSLDecrypt, confidence Low, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_04_28;
)

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.