rule bulwark_https_bulwarkblack_com_project_orbital_edge_device_relay_networks_apt_traffic
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/project-orbital-edge-device-relay-networks-apt-traffic/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-26T01:12:31Z"
        tlp = "TLP:CLEAR"
        indicator_count = "7"
    strings:
        $s0 = "Booking.com" ascii wide nocase  // Domains
        $s1 = "decoded.avast.io" ascii wide nocase  // Domains
        $s2 = "redcanary.com" ascii wide nocase  // Domains
        $s3 = "securityintelligence.com" ascii wide nocase  // Domains
        $s4 = "https://decoded.avast.io/janvojtesek/raspberry-robins-roshtyak-a-little-lesson-in-trickery/" ascii wide nocase  // URLs
        $s5 = "https://redcanary.com/blog/raspberry-robin" ascii wide nocase  // URLs
        $s6 = "https://securityintelligence.com/posts/raspberry-robin-worm-dridex-malware/" ascii wide nocase  // URLs
    condition:
        any of ($s*)
}
