rule bulwark_https_bulwarkblack_com_malware_crypting_services_behavioral_detection_defense
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/malware-crypting-services-behavioral-detection-defense/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-08-13T15:03:38Z"
        tlp = "TLP:CLEAR"
        indicator_count = "6"
    strings:
        $s0 = "avcheck.net" ascii wide nocase  // Domains
        $s1 = "exploit.im" ascii wide nocase  // Domains
        $s2 = "scanner.to" ascii wide nocase  // Domains
        $s3 = "46.183.217.105" ascii wide nocase  // IPv4
        $s4 = "5.61.36.246" ascii wide nocase  // IPv4
        $s5 = "91.92.242.14" ascii wide nocase  // IPv4
    condition:
        any of ($s*)
}
