ChatGPT: This screenshot is very interesting, and it actually makes me less convinced of an active ARP spoofing attack.
Let’s walk through it.
Interface 1: 192.168.200.226
This is the Wi-Fi/LAN interface.
192.168.200.1 d0-32-c3-2e-1a-fb dynamic
192.168.200.255 ff-ff-ff-ff-ff-ff static
224.0.0.22 01-00-5e-00-00-16 static
255.255.255.255 ff-ff-ff-ff-ff-ff static
Nothing here alarms me.
- 192.168.200.1 is almost certainly the D-Link router.
- 192.168.200.255 → ff-ff-ff-ff-ff-ff is the subnet broadcast address. Normal.
- 255.255.255.255 → ff-ff-ff-ff-ff-ff is the limited broadcast address. Normal.
- 224.0.0.22 → 01-00-5e-00-00-16 is an IPv4 multicast address (IGMP). Also normal.
These static entries are created by Windows. They are not evidence of an attacker.
The second interface is the real mystery
Interface: 10.252.55.107
That is not on the home LAN.
Then we see dozens of public IPs:
3.161.x.x
3.162.x.x
3.211.x.x
8.8.4.4
8.8.8.8
13.219.x.x
13.225.x.x
...
That immediately tells me this is not a normal Ethernet ARP table for a home network.
ARP doesn’t resolve Internet IP addresses directly.
Those 3.x.x.x and 13.x.x.x addresses are public Internet addresses (many are Amazon AWS/CloudFront ranges).
So the obvious question becomes:
What is Interface 10.252.55.107?
My suspicion
I suspect that interface belongs to something like:
- a VPN,
- a virtual adapter,
- WSL,
- Hyper-V,
- VMware,
- VirtualBox,
- Tailscale,
- ZeroTier,
- WireGuard,
- OpenVPN,
- or another virtual networking component.
The OP earlier mentioned:
“I disconnected the WIFI connection”
Yet this second interface still exists.
That tells me Windows has another active network interface besides Wi-Fi.
I do not see evidence of ARP poisoning here
If this were classic ARP spoofing, I’d expect something like:
192.168.200.1 -> AA-BB-CC-DD-EE-FF
and later
192.168.200.1 -> 11-22-33-44-55-66
or duplicate mappings.
I don’t see that.
I see exactly one MAC associated with the router.
I would now ask the OP:
Can you run
ipconfig /all
and identify which adapter has the address 10.252.55.107?
That may explain the second interface immediately.
One more thing…
Remember earlier we discussed the OP saying:
“there were 50-60 entries”
Now I think I know why.
They weren’t necessarily looking at 50 ARP entries on the Wi-Fi LAN.
They were looking at multiple interfaces, one of which appears to be a virtual/tunnel interface with many cached destinations.
That’s a completely different situation.
My current confidence level
Ironically, after seeing this screenshot, my confidence that this is a genuine ARP spoofing incident went down, not up.
The LAN interface shown looks entirely ordinary. The only unexplained piece is the 10.252.55.107 interface, and before concluding “attacker,” I’d want to identify exactly what Windows created that interface.
If I were replying in the Community, I would avoid saying “the attacker is still there.” Instead I’d ask:
“Can you post the output of ipconfig /all and tell us whether you use a VPN or virtualization software? The second interface (10.252.55.107) doesn’t appear to be your home network, and the first interface’s ARP entries look normal.”