ET INFO HTTP URI contains pasa=


Query · suricata

flow:established,to_server;
http.uri;
content:"pasa="; nocase;
pcre:"/(?<=(?:\?|&))pasa=(?!&)./i";
target:src_ip;
Raw source ET INFO HTTP URI contains pasa= · 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 URI contains pasa=";
    flow:established,to_server;
    http.uri;
    content:"pasa="; nocase;
    pcre:"/(?<=(?:\?|&))pasa=(?!&)./i";
    classtype:misc-activity;
    sid:2017081; rev:4;
    metadata:attack_target Client_Endpoint, created_at 2013_07_02, confidence High, 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.