TPLINK-SMARTHOME/JSON ipcamera???
Hi, I am a total noob at this, so forgive if this is stupid, but I opened wireshark and found a very suspicious-looking package.
Source: 192.168.0.198
Destination: 255.255.255.255
Protocol: TPLINK-SMARTHOME/JSON
Length: 191
Info: UDP Cmd: {"system":{"get_sysinfo":{}},"cnCloud":{"get_info":{}},"smartlife.iot.common.cloud":{"get_info":{}},"smartlife.cam.ipcamera.cloud":{"get_info":{}}}
The exact same packet gets sent some random 10-60 seconds later.
After about 2000-2500 seconds, a new "round" of these two packets get sent again.
What is weird, is that the source address changes every "round", randomly either 192.168.0.156, 192.168.0.155, 192.168.0.198, never the same two rounds in a row.
Work to get it to happen consistently from one IP address.
Check the DHCP logs, verify its always the same MAC address then add a static entry for it.
If the MAC address is always the same then it is likely the same actual source.. As it's target is just anyone on the local net this shouldn't get far.
Seems rather typical for home IOT stuff where security is still rather a challenge.