• • BY ARUN DASS
This is the reference directory: a definitive, open-source catalog indexing the explicit outbound telemetry domains, hardcoded IP subnets, and tracking ports utilized by major consumer IoT hardware. Use it to configure your local firewalls, or let EdgeDefenseAI handle it automatically via packet inspection. For the step-by-step method of applying these blocks, see the companion guide on stopping IoT devices uploading data.
Consumer IoT manufacturers frequently update device firmware to include fallback IP addresses that bypass local DNS servers (such as Pi-hole or AdGuard Home). When a device detects a blocked DNS resolution, it switches to direct IP socket connections over hardcoded destination subnets. Network administrators and home security enthusiasts can utilize the directory parameters below in three primary ways:
| BRAND / HARDWARE | TELEMETRY DOMAINS | HARDCODED IP BLOCKS | TARGET PORTS | DEFAULT POLICY |
|---|---|---|---|---|
| Ring (Amazon) Video Doorbell Pro | device-metrics-us.amazon.com, mqtt.ring.com | 52.21.14.0/24, 54.192.0.0/16 | TCP 80, 443, 8883 (MQTT) | Hard Drop |
| Samsung Tizen Smart TV 2024 | samsungads.com, log-ingestion.samsungqbe.com | 13.111.0.0/16 | TCP 443 | Quarantine |
| LG webOS OLED TV | lgeapi.com, lgtvsdp.com | 23.211.0.0/16 | TCP 80, 443 | Hard Drop |
| Tuya Smart Life Plug (Wi-Fi) | a1.tuyaus.com, m1.tuyaus.com | 18.220.0.0/15 | TCP 443, 8883 | VLAN Isolate |
| Eufy (Anker) HomeBase 3 | security-app.eufylife.com | 34.202.0.0/15 | TCP 443, UDP 32100 | Local Only |
Every consumer IoT brand exhibits unique behavioral beaconing signatures when attempting to transmit analytical data back to corporate ingest nodes. For example, Amazon Ring devices rely heavily on encrypted MQTT heartbeats over TCP port 8883 paired with periodic HTTPS telemetry pushes to AWS CIDR blocks (52.21.14.0/24). When matched, EdgeDefenseAI applies a Hard Drop profile, immediately dropping port 8883/80 egress while leaving local RTSP video streaming functional for Home Assistant.
Conversely, Samsung and LG Smart TVs execute persistent Automatic Content Recognition (ACR) queries against ad-serving domain clusters (such as samsungqbe.com and lgtvsdp.com). These beacons are assigned a Quarantine profile, blocking outbound tracking calls without disrupting CDN video delivery from Netflix, Hulu, or Prime Video. Tuya smart plugs and Eufy HomeBases map to VLAN Isolation and Local Only profiles, severing cloud control channels while preserving local TCP port 6668 and RTSP LAN feeds natively.
Each entry in the matrix above has a dedicated walkthrough covering the manual firewall rules and the automated EdgeDefenseAI policy for that hardware:
How do I use the IoT telemetry kill list to block a device? Copy the destination CIDR blocks into outbound drop rules on your router firewall (pfSense, OPNsense, UniFi, or OpenWrt), or let EdgeDefenseAI ingest the matrix automatically and apply Layer 4 packet dropping when matching traffic is observed.
Why do different IoT brands need different isolation policies? Each brand beacons differently. Ring uses MQTT heartbeats over port 8883, Samsung and LG TVs run ACR queries against ad domains, and Tuya or Eufy devices use their own control channels, so the drop policy has to match the specific ports and destinations each one uses.