← RegistryDossier · 5 steps · 4 edges
Zigbee network key sniff → smart-home control
Sniff a fresh device-join with an Atmel RZRAVEN — Zigbee broadcasts the network key in plaintext during pairing. Decrypt all subsequent traffic + send commands.
Filed by AD Knowledge Base
§ Kill-chainDrag · zoom · scroll
§ Context
Assumed environment: target uses Zigbee 3.0 with the Insecure Rejoin / 'TC Link Key' default network. A device pairing event happens during the window or can be induced (factory reset).
§ Steps
- 01Trigger device re-joinImpactWIFI-DEAUTH— Deauthentication DoS
- 02Capture Zigbee traffic with RZRAVEN / nRF52840Credential AccessIOT-BLE-EAVESDROP— BLE Eavesdropping
- 03Extract network key from broadcastCredential AccessIOT-ZIGBEE-KEY— Zigbee Network Key Extraction
- 04Inject commands to locks / thermostats / lightsImpactOT-MODBUS-WRITE— Modbus TCP Write to PLC
- 05Decrypt traffic in WiresharkCredential AccessT1040— Network Sniffing
§ References
- T1040Network Sniffing
§ Frequently asked
- What is the "Zigbee network key sniff → smart-home control" attack path?
- Sniff a fresh device-join with an Atmel RZRAVEN — Zigbee broadcasts the network key in plaintext during pairing. Decrypt all subsequent traffic + send commands. It chains 5 steps drawn from real-world offensive-security techniques.
- What starting position does this attack require?
- The first step is Trigger device re-join (WIFI-DEAUTH) — a impact primitive. Assumed environment: target uses Zigbee 3.
- What is the final impact of this kill-chain?
- The final step lands on Decrypt traffic in Wireshark (T1040), which falls under Credential Access. From here, an operator typically pivots into post-exploitation or maintains persistence.
- How can defenders detect or prevent this attack?
- Detection and prevention vary per step. Refer to each linked MITRE ATT&CK entry under "References" — every technique on that page lists defensive controls, detection telemetry, and known threat-actor usage.