Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Hacking OpenAI(hacktron.ai ↗)
    104comments
  2. Jemalloc 5.4.0(github.com/jemalloc ↗)
    10comments
  3. Astra for Law(openai.com ↗)
    468comments
  4. The scourge of x86 emulation(fex-emu.com ↗)
    3comments
  5. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    116comments
  6. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    204comments
  7. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    22comments
  8. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    152comments
  9. Qwen 3.8 Omni Flash(qwen.ai ↗)
    51comments
  10. Wax motor(wikipedia.org ↗)
    62comments
  11. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    219comments
  12. Shapelearn Qwen 3.8 27B (13.1 GB VRAM)(byteshape.com ↗)
    5comments
  13. How to Write with an LLM(sockpuppet.org ↗)
    75comments
  14. Waymo in Singapore(waymo.com ↗)
    90comments
  15. Telstra outage: The night a network decided the year was 2006(netnod.se ↗)
    19comments
  16. Flet 1.0 – Build cross-platform apps in Python(flet.dev ↗)
    47comments
  17. Apple detectives solved mystery of ancient tree and rewrote the history of fruit(scientificamerican.com ↗)
    3comments
  18. Ask A Monk – A digital wilderness for thoughts with no immediate answer(askamonk.online ↗)
    18comments
  19. Diplodocus, Long Thought Exclusively American, Turns Up in Spain(sci.news ↗)
    36comments
  20. Fixing an NZXT Signal 4K30 part 2: the green/pink video bug(downtowndougbrown.com ↗)
    8comments
  21. The most important product decision is what you don't build(liamnugent.me ↗)
    30comments
  22. How do we prevent mathemathics from devolving into the Medieval Era of secrecy?(mathoverflow.net ↗)
    91comments
  23. CrowdSec Source Code Leak(crowdsec.net ↗)
    44comments
  24. Why I didn’t sign the Fields medallists’ letter(gowers.wordpress.com ↗)
    344comments
  25. Code Scans(devin.ai ↗)
    4comments
  26. How Uber Protects Against Retry Storms(uber.com ↗)
    33comments
  27. Show HN: Snapdrop: Instantly share files between devices. No setup, no signup(snapdrop.me ↗)
    31comments
  28. Minimal Phone 2(minimalcompany.com ↗)
    28comments
  29. Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data(arxiv.org ↗)
    38comments
  30. Khipu (Quipu) Field Guide(khipufieldguide.com ↗)
    1comments

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.