rule bulwark_https_bulwarkblack_com_the_underground_economist_volume_4_issue_1
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/the-underground-economist-volume-4-issue-1/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:57:56Z"
        tlp = "TLP:CLEAR"
        indicator_count = "4"
    strings:
        $s0 = "Exploit.in" ascii wide nocase  // Domains
        $s1 = "Marinetraffic.com" ascii wide nocase  // Domains
        $s2 = "exploit.in" ascii wide nocase  // Domains
        $s3 = "marinetraffic.com" ascii wide nocase  // Domains
    condition:
        any of ($s*)
}
