rule bulwark_https_bulwarkblack_com_cloudflare_workerd_code_mode_sandbox_defense
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/cloudflare-workerd-code-mode-sandbox-defense/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-08-08T15:04:06Z"
        tlp = "TLP:CLEAR"
        indicator_count = "2"
    strings:
        $s0 = "www.theglobeandmail.com" ascii wide nocase  // Domains
        $s1 = "https://www.theglobeandmail.com/investing/markets/stocks/NET/pressreleases/1904486/cloudflare-q1-earnings-call-highlights/" ascii wide nocase  // URLs
    condition:
        any of ($s*)
}
