Post #3579850
2026-07-04 11:46 UTC
so i look into why my logs are so enormous. i shouldn’t have left them as verbose for 1.5 months but they also shouldn’t have grown to EIGHT GIGABYTES. and most of my recent log lines are something like
Jul 04 13:36:22 msg="Limit of simultaneous TCP connections reached - raise max-tcp-connections" prio="Warning"
this, but 15 times a second… Which usually means that we’re under attack. but it’s a very lousy attack, i can’t even see it on the graph, so they’re only really causing some disruption to TCP connections, not UDP. and most of DNS is UDP, that’s why I’m only noticing right now.
anyways. ss -tulnap | grep 53 shows a lot of connections with addresses that begin with 2a03:2880. | wc -l says 273, from maybe 5-6 different hosts. and, my dear comrades, can you guess who owns 2a03:2880::/32?
inet6num: 2a03:2880::/40
netname: PRN
country: US
admin-c: RD4299-RIPE
tech-c: RD4299-RIPE
status: ASSIGNED
mnt-by: fb-neteng
mnt-by: facebook-neteng
created: 2020-03-11T00:33:38Z
last-modified: 2020-03-11T00:33:38Z
source: RIPE
that’s right! facebook! and after a preliminary check, we’ve seen this same exact thing on at least one other #SERVFAIL nameserver
in “completely unrelated news”: i “slipped” in my kitchen and executed ip6tables -I INPUT -s 2a03:2880::/32 -j DROP as root on sakamoto i’m so sorry (not sorry). and through the power of ip6tables… suddenly my TCP limits aren’t reached anymore. CURIOUS
if you didn’t have enough reasons to hate meta: FUCK META :boost_ok:
Replies (4)
-
@fun@berkeley.edu.pl 2026-07-04 15:33
@domi@donotsta.re This reminds me of Microsoft servers trying to scrape my website by trying to lookup weird urls: https://berkeley.edu.pl/notice/B3TdAoZFIHjCJa2dTE
-
@pertho@mastodon.bsd.cafe 2026-07-04 22:31
@domi@donotsta.re Meta deserves to be blackholed into oblivion.
-
@lanodan@queer.hacktivis.me 2026-07-04 11:51
@domi@donotsta.re Wouldn't be surprised that once I move to a more reasonable ISP I'd just download their full-view and ban out Meta entirely, at least on the server side of things.
-
@goeranh@mastodon.online 2026-07-04 13:15
@domi@donotsta.re i had the same thing happen to me and built a AS blocklist service, but using nftables😅 https://codeberg.org/stura-htw-dresden/stura-infra/src/branch/master/modules/isp-block.nix Because the semrush but was alsmost worse for me😅