rule bulwark_https_bulwarkblack_com_velvet_ant_operation_highland_authentication_stack_defense
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/velvet-ant-operation-highland-authentication-stack-defense/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:58:13Z"
        tlp = "TLP:CLEAR"
        indicator_count = "3"
    strings:
        $s0 = "libethscsi.so" ascii wide nocase  // Domains
        $s1 = "thc.org" ascii wide nocase  // Domains
        $s2 = "contact@sygnia.co" ascii wide nocase  // Email Addresses
    condition:
        any of ($s*)
}
