raatools/

Bluetooth Vendor Lookup

Look up Bluetooth SIG Company IDs by hex value or company name.

What is a Bluetooth vendor lookup?

A Bluetooth vendor lookup identifies the manufacturer of a Bluetooth device from its address. Every Bluetooth device has a unique 48-bit address (like a MAC address), and the first 24 bits (3 bytes) identify the manufacturer through an OUI (Organizationally Unique Identifier) assigned by the IEEE. This tool decodes that identifier to show which company made the device.

Bluetooth vendor identification is useful for network inventory, security auditing, debugging device connectivity issues, and identifying unknown devices that appear in Bluetooth scans. When you see 'Unknown device' in your Bluetooth settings, looking up the vendor can help you identify whether it is a neighbor's headphones, a smart home gadget, or a potentially unwanted device.

How to use this tool

Enter a Bluetooth device address (in the format XX:XX:XX:XX:XX:XX or similar). The tool looks up the first three octets in the IEEE OUI database to identify the manufacturer. It also shows the company name, registered address, and the date the OUI was assigned.

Understanding Bluetooth addresses

  • Format: 6 bytes written as hexadecimal pairs (e.g., A4:C1:38:XX:XX:XX).
  • First 3 bytes (OUI) identify the manufacturer. Last 3 bytes are device-specific.
  • Bluetooth LE (Low Energy) devices may use random/rotating addresses for privacy, making vendor lookup impossible for those addresses.
  • The same OUI database is shared with Wi-Fi MAC addresses โ€” the IEEE assigns them from the same pool.

Security applications

Security professionals use Bluetooth vendor lookup during wireless assessments to identify devices in the environment. Unknown Bluetooth devices could indicate unauthorized hardware (rogue devices), potential eavesdropping equipment, or forgotten IoT devices that may have vulnerabilities. Regular Bluetooth scanning combined with vendor identification is part of comprehensive physical security auditing.

Frequently asked questions

Why can't I identify some Bluetooth devices?

Bluetooth Low Energy (BLE) devices often use randomized MAC addresses for privacy protection. These addresses change periodically and do not contain a real OUI, making vendor identification impossible from the address alone. Additionally, some smaller manufacturers use OUIs registered to their chip supplier (Qualcomm, Nordic Semiconductor) rather than their own company name, which can be misleading.

Is the OUI database the same for Bluetooth and Wi-Fi?

Yes. The IEEE assigns OUI blocks from a single pool, and manufacturers use the same OUI for both Bluetooth and Wi-Fi (and Ethernet) addresses. If you see A4:C1:38 on a Bluetooth device and on a Wi-Fi adapter, both were made by the same company. The IEEE OUI database is publicly available and contains over 30,000 registered manufacturers.