ET INFO HTTP Request to logo .clearbit .com


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
urilen:>1;
http.host;
content:"logo.clearbit.com"; bsize:17; fast_pattern;
Raw source ET INFO HTTP Request to logo .clearbit .com · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET INFO HTTP Request to logo .clearbit .com";
    flow:established,to_server;
    http.method;
    content:"GET";
    urilen:>1;
    http.host;
    content:"logo.clearbit.com"; bsize:17; fast_pattern;
    classtype:misc-activity;
    sid:2044341; rev:3;
    metadata:attack_target Client_Endpoint, created_at 2023_02_24, deployment Perimeter, performance_impact Low, confidence High, signature_severity Informational, updated_at 2023_04_28, reviewed_at 2024_10_14;
)

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.