this post was submitted on 18 Jul 2026
64 points (98.5% liked)

Programming

27738 readers
352 users here now

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

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
 

I pinged every IP address that wasn't reserved. The image is 8k by 8k and is re-encoded as an AVIF to be friendlier to mobile devices. Like every other survey done, it is using a Hilbert Curve to convert the linear address space to a contiguous 2d space. The hotter the colors (blue is coolest), the denser the ping responses were.

(If you are interested I can provide the full-resolution pyramidal-tiled TIFF (about 1 GB) that requires ~3 GB of RAM to view. I've also compressed the ping response data into its own format down to about 150 MB. PM me for a link)

Non-proxied image

Here is a 2006 survey to compare.

Some observations: Big Tech (USA) is in the top left. US government allocations, for the most part, did not respond to any pings. And maybe you didn't realize this before, but Multicast (Class D) & Class E consume a whopping 12% of the IPv4 range.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] leo@sh.itjust.works 6 points 3 hours ago (2 children)

You might be interested in ZMap: With a 10gigE connection and either netmap or PF_RING, ZMap can scan the IPv4 address space in under 5 minutes.

[โ€“] sacred_font@infosec.pub 5 points 1 hour ago* (last edited 1 hour ago)

Comparison is the thief of joy ๐Ÿ™ƒ

Though if I push my scanner hard it could probably do 16k/sec on the single core and 1gig connection it is on. The problem is how reliably I could do 16k/sec over the network, since a good portion would be dropped even if the host's hardware could keep up.

I'd probably need access to enterprise-level equipment that could handle the routing load if I were to do it in 5 seconds lol, it's insane they managed to do that

[โ€“] trackball_fetish@lemmy.wtf 2 points 2 hours ago

Masscan was made for this as well ;)