ET INFO HTTP POST contains pasa= in cleartext


Query · suricata

flow:established,to_server;
http.request_body;
content:"pasa=";
pcre:"/^(?!&)./R";
target:src_ip;
Raw source ET INFO HTTP POST contains pasa= in cleartext · 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 -> any any (
    msg:"ET INFO HTTP POST contains pasa= in cleartext";
    flow:established,to_server;
    http.request_body;
    content:"pasa=";
    pcre:"/^(?!&)./R";
    classtype:misc-activity;
    sid:2017080; rev:4;
    metadata:attack_target Client_Endpoint, created_at 2013_07_02, confidence Low, signature_severity Informational, updated_at 2023_05_01;
    target:src_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.