social.coop is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Fediverse instance for people interested in cooperative and collective projects. If you are interested in joining our community, please apply at https://join.social.coop/registration-form.html.

Administered by:

Server stats:

488
active users

#dns

34 posts33 participants1 post today

I observed the Zoom outage yesterday in real time when my wife couldn't connect to a meeting and called me in to help troubleshoot. While I didn't do any deep troubleshooting, when I noticed Zoom's main website was also down, I figured there were only a few classes of issue that could cause that kind of outage, DNS being the first.

It turns out it was not only DNS, but it was a Registrar<->TLD issue apparently completely outside of Zoom's control. Scary.

theregister.com/2025/04/17/zoo

The Register · Daddy of a mistake by GoDaddy took Zoom offline for about 90 minutesBy Simon Sharwood

At our 25th year anniversary party, we asked friends to deliver talks about a subject they are passionate about outside of work #DNS, #routing, #foss, ..
Mirjam gave a talk about #ArtBrut/Outsider Art, which was very well received. Now, one of the collections she talked about, the Collection Prinzhorn, that preserved art even through WWII, is now at risk.
She asked us to raise awareness, and we are inspired to help. Care? Donate or join their association of friends freundeprinzhorn.de/index-en.h

www.freundeprinzhorn.defreundeSP-EN

So an update pushed out to stuff.co.nz over the last couple of days has made it pretty much unusable due to additional tracking/surveillance capitalism. Links from front page are not fetchable anymore if you sanitize #DNS / cookies etc #NewZealand #media usual agent switching techniques don't fix it - and it does it across the three browsers I tested.

“Your device has been blocked due to illegal activity” — 🙄 sure it has. After fat-fingering github[.]com, we were redirected to a domain running a fake Microsoft tech support scams: pop-ups that lock your browser, shout scary messages, and push you to call a “support” number (aka the scammer who’ll walk you through installing remote access tools).

They're hosted on legit infra like Azure blobs or Cloudflare Pages. That one redirect led to uncovering 1,200+ other domains hosting identical fake support pages. Of course, whenever a redirect like this happens, there's a malicious traffic distribution system (TDS) involved.

Examples include:
- tenecitur.z1.web.core.windows[.]net

- neon-kleicha-36b137[.]netlify[.]app

- us6fixyourwindowsnow[.]pages[.]dev

- microsoft-coral-app-6xv89.ondigitalocean[.]app

Continued thread

More #poser improvements:

* Use arc4random() if available, avoids excessive syscalls just to get high-quality random data
* Add a "resolver" to do #reverse #DNS lookups in a batch, remove the reverse lookup stuff from the connection which was often useless anyways, when a short-lived connection was deleted before resolving could finish 🙈

As a result, #swad can now reliably log requests with reverse lookups enabled 🥳