ET PHISHING Chase/Bank of America Phishing Landing Uri Structure Nov 27 2012


Query · suricata

flow:established,to_server;
http.uri;
content:"/Logon.php?LOB=RBG";
content:"&_pageLabel=page_";
Raw source ET PHISHING Chase/Bank of America Phishing Landing Uri Structure Nov 27 2012 · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET PHISHING Chase/Bank of America Phishing Landing Uri Structure Nov 27 2012";
    flow:established,to_server;
    http.uri;
    content:"/Logon.php?LOB=RBG";
    content:"&_pageLabel=page_";
    classtype:social-engineering;
    sid:2015938; rev:4;
    metadata:created_at 2012_11_27, confidence Medium, signature_severity Major, updated_at 2020_08_13;
)

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.