ET PHISHING Suspected Appspot Hosted Phishing Domain


Query · suricata

dns.query;
content:!"www.";
content:"-dot-";
content:".appspot.com"; fast_pattern;
isdataat:!1,relative;
pcre:"/^[a-z]{36,38}\-dot\-[a-z]+\-[a-z]+\-\d{6}\.[a-z]{2}\.[a-z]\.appspot\.com$/";
Raw source ET PHISHING Suspected Appspot Hosted Phishing Domain · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert dns any any -> $HOME_NET any (
    msg:"ET PHISHING Suspected Appspot Hosted Phishing Domain";
    dns.query;
    content:!"www.";
    content:"-dot-";
    content:".appspot.com"; fast_pattern;
    isdataat:!1,relative;
    pcre:"/^[a-z]{36,38}\-dot\-[a-z]+\-[a-z]+\-\d{6}\.[a-z]{2}\.[a-z]\.appspot\.com$/";
    classtype:social-engineering;
    sid:2031149; rev:2;
    metadata:affected_product Web_Browsers, attack_target Client_Endpoint, created_at 2020_10_30, deployment Perimeter, confidence Medium, signature_severity Minor, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_10_30;
)

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.