Skip to content
← 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

  1. 01
    Trigger device re-joinImpact
    WIFI-DEAUTHDeauthentication DoS
  2. 02
    Capture Zigbee traffic with RZRAVEN / nRF52840Credential Access
    IOT-BLE-EAVESDROPBLE Eavesdropping
  3. 03
    Extract network key from broadcastCredential Access
    IOT-ZIGBEE-KEYZigbee Network Key Extraction
  4. 04
    Inject commands to locks / thermostats / lightsImpact
    OT-MODBUS-WRITEModbus TCP Write to PLC
  5. 05
    Decrypt traffic in WiresharkCredential Access
    T1040Network Sniffing

§ References

§ 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.

§ Related dossiers