Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Cloudflare Quick Tunnels(cloudflare.com ↗)
    110comments
  2. An Empirical Study of Harness Design for Coding Agents(arxiv.org ↗)
    35comments
  3. There's no point at which turning your brain off will work(danluu.com ↗)
    3comments
  4. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    66comments
  5. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    discuss
  6. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    14comments
  7. OpenJev(openjev.com ↗)
    202comments
  8. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    92comments
  9. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    95comments
  10. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    3comments
  11. GrassLobster: AI Agentic Generation of Parametric Geometry Workflows(miro.vision ↗)
    3comments
  12. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    179comments
  13. Show HN: Microsoft Office running with Wine on Linux with no virtualization(github.com/tombert ↗)
    40comments
  14. I don't like passkeys(hawksley.dev ↗)
    506comments
  15. BeanShell3 in Development(beanshell.github.io ↗)
    10comments
  16. US Treasuries Have Become Unappetizing for Foreign Central Banks and Governments(wolfstreet.com ↗)
    40comments
  17. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  18. The Shadows Lurking in the Equations – Underwater Islands(gods.art ↗)
    9comments
  19. Jemalloc 5.4.0(github.com/jemalloc ↗)
    72comments
  20. NATS publishes preliminary report on technical incident of 8 September(nats.aero ↗)
    23comments
  21. The scourge of x86 emulation(fex-emu.com ↗)
    67comments
  22. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    176comments
  23. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    150comments
  24. Build Faster Feedback Loops Using Qualitative User Research(nseldeib.com ↗)
    discuss
  25. Qwen 3.8 Omni Flash(qwen.ai ↗)
    117comments
  26. Second Circuit Allows Government to Search Electronic Devices at the Border(knightcolumbia.org ↗)
    33comments
  27. Show HN: Scry, programmable internet search w/ congestion pricing(scry.io ↗)
    2comments
  28. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    60comments
  29. How to Write with an LLM(sockpuppet.org ↗)
    191comments
  30. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    620comments

Viasat is aggressively blacklisting Digitalocean IP addresses

14 pointsby 7y ago
7 comments
I just talked with the NOC at Viasat and confirmed that they block a huge amount of Digitalocean IP addresses due to malware. I don't think their normal support agents are even aware they have IP blacklists so requests for unblocks have to be escalated to their security team(which I'm still waiting to hear back from regarding removing the block).

They seem to be blacklisting entire /24 subnets even if only some of the IP's are sending malicious traffic. I've found this to be the cause of many websites not working including some of my own.

The best way I've come up with to test if Viasat is blacklisting an IP from a non-Viasat connection is to try and ping one of the core routers such as 64.125.54.230.

What should one do in situations like these?

7y agoHN ↗

Viasat has likely been sending abuse reports to DigitalOcean, and one too many abuse reports was ignored, resulting in Viasat nullrouting DO's IPs over this continued malicious traffic.

7y agoHN ↗

Yeah, that's basically what their NOC told me, although they didn't really have much of an explanation into why they were nullrouting /24 subnets when Digitalocean typically allocates single addresses.

7y agoHN ↗

Wouldn't malware simply spin up a new VM with a new IP to trivially get around single IP blocks? Wouldn't such blocks also put a lot of strain on the NOC to maintain.

7y agoHN ↗

Well since they seem to just block entire /24 subnets it does seem to have resulted in a large portion of Digitalocean's network being unusable from Viasat. I guess they think it's worth it to maintain those blacklists.

7y agoHN ↗

Its not hard for them to maintain blacklists, especially since they do not care about network quality.

If I were in your position, I would set up a proxy that appears as http traffic (so you fly under their radar).

7y agoHN ↗

From the perspective of a DO user or a Viasat user?

As more the latter than the former, I simply am prepared to use a VPN for any/all traffic at any time when using Viasat.

I have seen their transparent http proxies break when accessing kernel.org, and have also seen those proxies mess up gzipped data (https://bugs.debian.org/874321)

(They also blatently violated network neutrality before it got its teeth pulled.)

7y agoHN ↗

Well both really for me, now that I know what to look for I've been noticing a bunch of broken Digitalocean hosted websites on Viasat.