ET PHISHING Paypal Phishing Redirect M1 Feb 24 2017


Query · suricata

flow:from_server,established;
http.stat_code;
content:"302";
http.location;
content:".php?cmd=_update-information&account_bank="; nocase; fast_pattern;
content:"&dispatch="; distance:32; within:10; nocase;
http.content_len;
byte_test:0,=,0,0,string,dec;
Raw source ET PHISHING Paypal Phishing Redirect M1 Feb 24 2017 · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET PHISHING Paypal Phishing Redirect M1 Feb 24 2017";
    flow:from_server,established;
    http.stat_code;
    content:"302";
    http.location;
    content:".php?cmd=_update-information&account_bank="; nocase; fast_pattern;
    content:"&dispatch="; distance:32; within:10; nocase;
    http.content_len;
    byte_test:0,=,0,0,string,dec;
    classtype:social-engineering;
    sid:2024016; rev:4;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target Client_Endpoint, created_at 2017_02_24, deployment Perimeter, confidence Medium, signature_severity Major, tag Phishing, updated_at 2020_12_22;
)

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.