rule bulwark_https_bulwarkblack_com_naic_peoplesoft_zero_day_cve_2026_35273
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/naic-peoplesoft-zero-day-cve-2026-35273/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-08-19T05:28:07Z"
        tlp = "TLP:CLEAR"
        indicator_count = "2"
    strings:
        $s0 = "chemenway@wellsmedia.com" ascii wide nocase  // Email Addresses
        $s1 = "newsdesk@insurancejournal.com" ascii wide nocase  // Email Addresses
    condition:
        any of ($s*)
}
