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


Query · suricata

flow:from_server,established;
tls.cert_subject;
content:".pw"; endswith;
tls.cert_issuer;
content:"ZeroSSL";
Raw source ET INFO Observed ZeroSSL Certificate for Suspicious TLD (.pw) · 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 (.pw)";
    flow:from_server,established;
    tls.cert_subject;
    content:".pw"; endswith;
    tls.cert_issuer;
    content:"ZeroSSL";
    classtype:bad-unknown;
    sid:2031232; rev:1;
    metadata:created_at 2020_11_23, confidence High, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_11_23;
)

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.