ET PHISHING USPS Credential Phish Landing Page M2 2023-04-28


Query · suricata

flow:established,to_client;
http.stat_code;
content:"200";
file.data;
content:"ALERT: SUSPENDED DUE TO INVALID RECIPIENT ADDRESS, PLEASE UPDATE YOUR ADDRESS";
content:"USPS Tracking"; fast_pattern; distance:0;
content:"href|3d 22|javascript|3a 3b 22 20|onclick|3d|"; distance:0;
Raw source ET PHISHING USPS Credential Phish Landing Page M2 2023-04-28 · 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 USPS Credential Phish Landing Page M2 2023-04-28";
    flow:established,to_client;
    http.stat_code;
    content:"200";
    file.data;
    content:"ALERT: SUSPENDED DUE TO INVALID RECIPIENT ADDRESS, PLEASE UPDATE YOUR ADDRESS";
    content:"USPS Tracking"; fast_pattern; distance:0;
    content:"href|3d 22|javascript|3a 3b 22 20|onclick|3d|"; distance:0;
    classtype:credential-theft;
    sid:2045246; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2023_04_28, deployment Perimeter, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_04_28;
)

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.