My home router's configuration interface shows a device I don't know, connected via WiFi to my local network. According to the router's history, that device connected to it several days ago. It is named "PC-24".
I know for a fact that this device is not in my home. I have an iPhone connected via WiFi and a Windows laptop via Ethernet (with WiFi disabled), and both are also accounted for in the router's interface.
A ping
to this device's local address yielded some responses:
> ping 192.168.1.13
PING 192.168.1.13 (192.168.1.13) 56(84) bytes of data.
64 bytes from 192.168.1.13: icmp_seq=24 ttl=63 time=6.97 ms
64 bytes from 192.168.1.13: icmp_seq=25 ttl=63 time=4.81 ms
64 bytes from 192.168.1.13: icmp_seq=26 ttl=63 time=3.80 ms
^C
--- 192.168.1.13 ping statistics ---
387 packets transmitted, 3 received, 99.2248% packet loss, time 401353ms
rtt min/avg/max/mdev = 3.798/5.191/6.969/1.322 ms
Note the huge amount of lost packets, and the high ping for something that's supposed to be on my local network.
nmap
shows no response:
> nmap 192.168.1.13
Starting Nmap 7.80 ( https://nmap.org ) at 2020-09-26 19:26 CEST
Note: Host seems down. If it is really up, but blocking our ping probes, try -Pn
Nmap done: 1 IP address (0 hosts up) scanned in 3.04 seconds
> nmap -Pn 192.168.1.13
Starting Nmap 7.80 ( https://nmap.org ) at 2020-09-26 19:26 CEST
Nmap scan report for 192.168.1.13
Host is up.
All 1000 scanned ports on 192.168.1.13 are filtered
Nmap done: 1 IP address (1 host up) scanned in 201.33 seconds
Wireshark shows no activity involving that address, apart from the ping packets I sent above.
I thought about a neighbor who somehow managed to connect to my WiFi for their use, but I have set a strong password (20 random characters) on the same day I got the router, and the ping seems too high to me.
My Windows laptop considered the home network as "Private" when I discovered the unknown device. As far as I know, I don't have anything non-standard listening on the network, and nmap localhost
returns only closed ports.
What should I do about this device I can't identify? What are the potential risks of it being on my LAN, assuming that I'm going to boot it out now?
EDIT: I reset the router's WiFi password to 63 random characters a few minutes ago, and a device called "PC-42" device has reappeared (notice that the number is different). I have only entered the password into my password manager, my laptop and my iPhone.
EDIT 2: the "PC-42" device has disappeared from the network. It had MAC address 00:26:86:00:00:00
, which this website links to "Quantenna Communcations, Inc.". I don't know that company.