ET INFO Observed ZeroSSL Certificate for Suspicious TLD (.xyz)


Query · suricata

flow:from_server,established;
tls.cert_subject;
content:".xyz"; endswith;
tls.cert_issuer;
content:"ZeroSSL";
Raw source ET INFO Observed ZeroSSL Certificate for Suspicious TLD (.xyz) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tls $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET INFO Observed ZeroSSL Certificate for Suspicious TLD (.xyz)";
    flow:from_server,established;
    tls.cert_subject;
    content:".xyz"; endswith;
    tls.cert_issuer;
    content:"ZeroSSL";
    classtype:misc-activity;
    sid:2031228; rev:3;
    metadata:created_at 2020_11_23, confidence High, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_12_01;
)

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.