ET PHISHING Generic Survey Credential Phish Landing Page 2022-06-20


Query · suricata

flow:established,to_client;
http.stat_code;
content:"200";
file.data;
content:"Thank You and Congratulations"; distance:0;
content:"Please complete the short survey about"; distance:0;
content:"to select your exclusive offer"; distance:0;
content:"This special is available until"; distance:0;
content:"TIME REMAINING:"; distance:0;
content:"Online Shopper Survey:"; distance:0; fast_pattern;
Raw source ET PHISHING Generic Survey Credential Phish Landing Page 2022-06-20 · 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 Generic Survey Credential Phish Landing Page 2022-06-20";
    flow:established,to_client;
    http.stat_code;
    content:"200";
    file.data;
    content:"Thank You and Congratulations"; distance:0;
    content:"Please complete the short survey about"; distance:0;
    content:"to select your exclusive offer"; distance:0;
    content:"This special is available until"; distance:0;
    content:"TIME REMAINING:"; distance:0;
    content:"Online Shopper Survey:"; distance:0; fast_pattern;
    classtype:credential-theft;
    sid:2046305; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2023_06_20, deployment Perimeter, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_06_20;
)

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.