ET PHISHING Anonisma Paypal Phishing Uri Structure 2015-12-29


Query · suricata

flow:to_server,established;
http.uri;
content:".php?cmd=_"; nocase; fast_pattern;
content:"account_limited="; distance:0; nocase;
content:"&session="; nocase; distance:0;
pcre:"/=[a-f0-9]{32}&session=[a-f0-9]{40}$/i";
Raw source ET PHISHING Anonisma Paypal Phishing Uri Structure 2015-12-29 · 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 Anonisma Paypal Phishing Uri Structure 2015-12-29";
    flow:to_server,established;
    http.uri;
    content:".php?cmd=_"; nocase; fast_pattern;
    content:"account_limited="; distance:0; nocase;
    content:"&session="; nocase; distance:0;
    pcre:"/=[a-f0-9]{32}&session=[a-f0-9]{40}$/i";
    classtype:social-engineering;
    sid:2031861; rev:6;
    metadata:attack_target Client_Endpoint, created_at 2015_12_29, deployment Perimeter, confidence Medium, signature_severity Major, tag Phishing, updated_at 2020_08_31;
)

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.