rule bulwark_https_bulwarkblack_com_langflow_validate_code_rce_ai_workflow_defense
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/langflow-validate-code-rce-ai-workflow-defense/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-08-04T01:13:16Z"
        tlp = "TLP:CLEAR"
        indicator_count = "3"
    strings:
        $s0 = "alias.name" ascii wide nocase  // Domains
        $s1 = "com.apple.sharepoint.group" ascii wide nocase  // Domains
        $s2 = "contact@resecurity.com" ascii wide nocase  // Email Addresses
    condition:
        any of ($s*)
}
