ET INFO Observed DNS Query to Cloudflare R2 Public Bucket (r2 .dev) Domain


Query · suricata

dns.query; dotprefix;
content:".r2.dev"; nocase; endswith;
pcre:"/pub\x2d[a-f0-9]{32}\x2er2\x2edev/";
target:src_ip;
Raw source ET INFO Observed DNS Query to Cloudflare R2 Public Bucket (r2 .dev) Domain · 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 Observed DNS Query to Cloudflare R2 Public Bucket (r2 .dev) Domain";
    dns.query; dotprefix;
    content:".r2.dev"; nocase; endswith;
    pcre:"/pub\x2d[a-f0-9]{32}\x2er2\x2edev/";
    reference:url,developers.cloudflare.com/r2/buckets/public-buckets/;
    classtype:misc-activity;
    sid:2062570; rev:2;
    metadata:attack_target Client_Endpoint, created_at 2025_05_27, deployment Perimeter, confidence High, signature_severity Major, tag AI_Generated_Description, updated_at 2026_01_20;
    target:src_ip;
)

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.