rule bulwark_https_bulwarkblack_com_faking_bluetooth_le_with_an_nrf24l01_module
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/faking-bluetooth-le-with-an-nrf24l01-module/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:31:15Z"
        tlp = "TLP:CLEAR"
        indicator_count = "4"
    strings:
        $s0 = "hackaday.io" ascii wide nocase  // Domains
        $s1 = "www.sparkfun.com" ascii wide nocase  // Domains
        $s2 = "https://hackaday.io/project/162131-graphical-pinout-generator/" ascii wide nocase  // URLs
        $s3 = "https://www.sparkfun.com/news/1947" ascii wide nocase  // URLs
    condition:
        any of ($s*)
}
