ET INFO DNS Query for Webhook/HTTP Request Inspection Service (saucelabs .com)


Query · suricata

dns.query;
content:"api."; startswith;
content:".saucelabs.com"; nocase; endswith; fast_pattern;
Raw source ET INFO DNS Query for Webhook/HTTP Request Inspection Service (saucelabs .com) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert dns $HOME_NET any -> any any (
    msg:"ET INFO DNS Query for Webhook/HTTP Request Inspection Service (saucelabs .com)";
    dns.query;
    content:"api."; startswith;
    content:".saucelabs.com"; nocase; endswith; fast_pattern;
    reference:url,docs.saucelabs.com/api-testing/logger/;
    classtype:misc-activity;
    sid:2047733; rev:1;
    metadata:created_at 2023_08_25, deployment Perimeter, performance_impact Low, confidence High, signature_severity Informational, updated_at 2023_08_25, reviewed_at 2023_08_25, mitre_tactic_id TA0011, mitre_tactic_name Command_And_Control, mitre_technique_id T1102, mitre_technique_name Web_Service;
)

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.