this post was submitted on 14 May 2025
22 points (100.0% liked)

Librewolf

208 readers
1 users here now

Overview:

The secure and private firefox fork!

Website

Install

Matrix

Contribute

Related:

!waterfox@programming.dev

!privacy@lemmy.dbzer0.com

founded 2 months ago
MODERATORS
 

Hi everyone, When starting LibreWolf, I noticed that it sends the following DNS query:

Standard query 0x053e A host
Standard query response 0x053e A host SOA ns0.centralnic.net

The query is for a non-existent domain host, and the response includes an SOA record from ns0.centralnic.net. I'm wondering why LibreWolf is making this request. Is it related to security features, DNS caching, connection checks, or something else?

DNS is set manually, but this query still appears every time the browser launches.

Any insights would be appreciated!

you are viewing a single comment's thread
view the rest of the comments
[–] Scipitie@lemmy.dbzer0.com 1 points 2 days ago

Posting on mobile, worked in desktop so no links. Don't as why please :p

Ok I dug a bit into the Firefox code (that's where it's from). If I understand it correctly that query is part of the nameserver init.

It comes from the file nsEffectiveTLDService.dat and seems to be used by the cpp of the same name.

My c++ is not good enough to understand how or why though - I guess it's a fallback or validation or something. Can't see anything malicious though!

Still nice find, thanks a lot for that rabbit hole!