ET ATTACK_RESPONSE passwd file Outbound from WEB SERVER Linux


Query · suricata

flow:established,from_server;
file_data;
content:"root:x:0:0:root:/root:/bin/"; within:27;
Raw source ET ATTACK_RESPONSE passwd file Outbound from WEB SERVER Linux · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HTTP_SERVERS any -> $EXTERNAL_NET any (
    msg:"ET ATTACK_RESPONSE passwd file Outbound from WEB SERVER Linux";
    flow:established,from_server;
    file_data;
    content:"root:x:0:0:root:/root:/bin/"; within:27;
    classtype:successful-recon-limited;
    sid:2025879; rev:1;
    metadata:created_at 2018_07_20, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2019_07_26;
)

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.