I found a weird IP address on my network that had transmitted an insanely small amount of data. I put the address in my browser and got this. what the heck am I looking at?

https://lemmy.world/post/20456456

I found a weird IP address on my network that had transmitted an insanely small amount of data. I put the address in my browser and got this. what the heck am I looking at? - Lemmy.World

nmap -A -T4 -p- <IP>

This is interesting. I had to modify it to nmap -A -T4 -p- -Pn <IP>.

It said the host is up with 0.077 seconds of latency. All 64k ports were scanned with 7 filtered tcp ports (host-unreachable) and the rest (no-response).

You should try running the original command with elevated privileges, sudo nmap … on linux.