rule bulwark_https_bulwarkblack_com_how_to_communicate_a_cyber_breach_to_minimize_reputational_damage
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/how-to-communicate-a-cyber-breach-to-minimize-reputational-damage/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:31:58Z"
        tlp = "TLP:CLEAR"
        indicator_count = "2"
    strings:
        $s0 = "www.ambitiouspr.co.uk" ascii wide nocase  // Domains
        $s1 = "https://www.ambitiouspr.co.uk/" ascii wide nocase  // URLs
    condition:
        any of ($s*)
}
