ET MALWARE SSL/TLS Certificate Observed (Various Crimeware)


Query · suricata

flow:established,to_client;
tls.cert_subject;
content:"CN=uloab.com"; endswith; fast_pattern;
tls.cert_issuer;
content:"C=US, ST=TX, L=Houston, O=cPanel, Inc., CN=cPanel, Inc. Certification Authority";
Raw source ET MALWARE SSL/TLS Certificate Observed (Various Crimeware) · 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 MALWARE SSL/TLS Certificate Observed (Various Crimeware)";
    flow:established,to_client;
    tls.cert_subject;
    content:"CN=uloab.com"; endswith; fast_pattern;
    tls.cert_issuer;
    content:"C=US, ST=TX, L=Houston, O=cPanel, Inc., CN=cPanel, Inc. Certification Authority";
    classtype:trojan-activity;
    sid:2029053; rev:2;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target Client_Endpoint, created_at 2019_11_26, deployment Perimeter, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_10_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.