rule bulwark_https_bulwarkblack_com_simplehelp_cve_2026_48558_taskweaver_djinn_stealer_defense
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/simplehelp-cve-2026-48558-taskweaver-djinn-stealer-defense/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:57:19Z"
        tlp = "TLP:CLEAR"
        indicator_count = "7"
    strings:
        $s0 = "blackpointcyber.com" ascii wide nocase  // Domains
        $s1 = "horizon3.ai" ascii wide nocase  // Domains
        $s2 = "simple-help.com" ascii wide nocase  // Domains
        $s3 = "https://blackpointcyber.com/blog/a-djinn-in-the-machine-taskweavers-node-js-intrusion-chain/" ascii wide nocase  // URLs
        $s4 = "https://horizon3.ai/attack-research/disclosures/cve-2026-48558-simplehelp-authentication-bypass-iocs/" ascii wide nocase  // URLs
        $s5 = "https://simple-help.com/release-news" ascii wide nocase  // URLs
        $s6 = "https://simple-help.com/security/simplehelp-security-update-2026-05" ascii wide nocase  // URLs
    condition:
        any of ($s*)
}
