190
Running ping for every IP address
(infosec.pub)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Nice! Now do the same for ipv6 :p
Any way to determine/estimate if the black squares are unused blocks ("give them back!") or just not responding to pings?
No. Any proper firewall is going to act as if there nothing there.
This was a ping scan, so it wasn't probing any TCP/UDP ports (see shodan.io). I suppose you could use ICMP control messages (Destination Unreachable) to determine if something was unused, but that assumes the other side is being friendly.