ET PHISHING Request for Possible Adobe Phishing Hosted on Github.io


Query · suricata

flow:established,to_server;
tls.sni;
content:"adobe"; fast_pattern;
content:".github.io"; endswith;
content:!"adobe.github.io"; depth:15; endswith;
content:!"adobe-fonts.github.io"; depth:21; endswith;
content:!"adobe-type-tools.github.io"; depth:26; endswith;
content:!"adobe-apiplatform.github.io"; depth:27;
Raw source ET PHISHING Request for Possible Adobe Phishing Hosted on Github.io · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tls $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET PHISHING Request for Possible Adobe Phishing Hosted on Github.io";
    flow:established,to_server;
    tls.sni;
    content:"adobe"; fast_pattern;
    content:".github.io"; endswith;
    content:!"adobe.github.io"; depth:15; endswith;
    content:!"adobe-fonts.github.io"; depth:21; endswith;
    content:!"adobe-type-tools.github.io"; depth:26; endswith;
    content:!"adobe-apiplatform.github.io"; depth:27;
    classtype:policy-violation;
    sid:2027249; rev:8;
    metadata:affected_product Web_Browsers, attack_target Client_Endpoint, created_at 2019_04_23, deployment Perimeter, confidence Medium, signature_severity Major, tag Phishing, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_03_24;
)

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.