rule bulwark_https_bulwarkblack_com_grafana_github_token_breach_source_code_defense
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/grafana-github-token-breach-source-code-defense/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:31:37Z"
        tlp = "TLP:CLEAR"
        indicator_count = "1"
    strings:
        $s0 = "Ransomware.live" ascii wide nocase  // Domains
    condition:
        any of ($s*)
}
