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


Query · suricata

flow:established,to_server;
tls.sni;
content:"microsoft";
content:".github.io"; endswith; fast_pattern;
content:!"microsoft.github.io"; depth:19; endswith;
content:!"microsoftedge.github.io"; depth:23; endswith;
Raw source ET PHISHING Request for Possible Microsoft 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 Microsoft Phishing Hosted on Github.io";
    flow:established,to_server;
    tls.sni;
    content:"microsoft";
    content:".github.io"; endswith; fast_pattern;
    content:!"microsoft.github.io"; depth:19; endswith;
    content:!"microsoftedge.github.io"; depth:23; endswith;
    classtype:policy-violation;
    sid:2027274; rev:5;
    metadata:affected_product Web_Browsers, attack_target Client_Endpoint, created_at 2019_04_23, deployment Perimeter, confidence Medium, signature_severity Minor, tag Phishing, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_08_06;
)

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.