Motherboard ID includes serial numbers and UUIDs stored in the system board's firmware, providing hardware-level device identification.
📊 Identifiers Available
- Serial Number: Manufacturer-assigned serial
- UUID: Universally Unique Identifier
- Product Name: Model name (e.g., "ROG STRIX B550-F")
- Manufacturer: ASUS, MSI, Gigabyte, etc.
🔬 Access Methods
# Windows (PowerShell)
Get-WmiObject Win32_BaseBoard | Select SerialNumber, Product
wmic csproduct get uuid
# Linux
sudo dmidecode -t baseboard
# macOS
system_profiler SPHardwareDataType
🎯 Fingerprinting Use
Motherboard IDs are used by:
- Software licensing systems
- Anti-cheat software
- Banking and security applications
- VM detection systems
🛡️ Spoofing Motherboard ID
Requires BIOS/UEFI modification or virtual machine configuration. Some hardware antidetect tools can intercept and modify these values.