this post was submitted on 03 Dec 2023
4 points (70.0% liked)

Cybersecurity

5650 readers
110 users here now

c/cybersecurity is a community centered on the cybersecurity and information security profession. You can come here to discuss news, post something interesting, or just chat with others.

THE RULES

Instance Rules

Community Rules

If you ask someone to hack your "friends" socials you're just going to get banned so don't do that.

Learn about hacking

Hack the Box

Try Hack Me

Pico Capture the flag

Other security-related communities !databreaches@lemmy.zip !netsec@lemmy.world !cybersecurity@lemmy.capebreton.social !securitynews@infosec.pub !netsec@links.hackliberty.org !cybersecurity@infosec.pub !pulse_of_truth@infosec.pub

Notable mention to !cybersecuritymemes@lemmy.world

founded 1 year ago
MODERATORS
 

Today I checked DNSDumpster for my domain and realized that TXT verification records for my email are visible to everyone. Should I be worried? If yes how can I hide them?

top 3 comments
sorted by: hot top controversial new old
[–] taladar@sh.itjust.works 9 points 11 months ago

Everything in DNS is visible to everyone. Why are you worried about that? And no, you can only remove them, not hide them.

[–] ArbiterXero@lemmy.world 8 points 11 months ago (1 children)

The txt entries are used to authenticate that you own the domain usually.

Email provider X asks to to put a random string of characters in the txt entry because that validates that you have ownership of the domain. Nobody can take that string and do anything with it, and nobody else can steal it by using the entry because service Y will ask for a different random string.

[–] 1boiledpotato@sh.itjust.works 1 points 11 months ago

Thank you for clarificarion