By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: The Day I Learned My NAS Was Traceable Through TLS Logs | HackerNoon
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > Computing > The Day I Learned My NAS Was Traceable Through TLS Logs | HackerNoon
Computing

The Day I Learned My NAS Was Traceable Through TLS Logs | HackerNoon

News Room
Last updated: 2025/09/25 at 9:33 AM
News Room Published 25 September 2025
Share
SHARE

I recently learned about a new way to leak your privacy, and it’s a scary one. Before going further, know that I’m not a network engineer: perhaps if you work in this field, you’ve known it for your whole career, but it’s quite new to me. Let me share my findings, and you can judge for yourself.

Since the original post was quite lengthy, I have broken it down into two installments: the problem and the solution.

The situation

I own my own domain. I’ve created multiple subdomains out of it. Some of them map to online services, one of them to a private Cloudflare Tunnel to my Home Assistant, and one to my NAS hosted at home. The latter obviously forwards requests to my router, which forwards NAS-related requests to it. The router, in turn, has a public IP address given by my Internet provider. Reminder: in the European Union, IPs are considered private data in the legal sense of the term. In France, revealing such data is a penal offense, punishable by up to 5 years in prison and up to a 300k€ fine. You can read article 226-2 of the French penal code if you’re interested in the details. In theory, nobody would know about my subdomains, including the one that points to my router IP address.

To secure the connection with my NAS, I’m using Let’s Encrypt to get a TLS certificate. Let’s Encrypt has been a boon for individuals to get free certificates compared to when one had to pay for them. Aye, there’s the rub! Let’s Encrypt logs certificate requests in a central registry, namely Certificate Transparency. But Let’s Encrypt isn’t the only one: every public TLS certificate issuer does the same (Google, Cloudflare, etc.). Actually, there’s a publicly available tool to check the logs for a domain: https://crt.sh/. We can check the logs of a [French famous newspaper](French famous newspaper) to see how they leak personal data. Here’s a small excerpt:

| Not Before | Not After | Common Name | Matching Identities | Issuer Name |
|—-|—-|—-|—-|—-|
| 2025-04-02 | 2025-07-01 | redaction.lemonde.fr | redaction.lemonde.fr | C=US, O=Google Trust Services, CN=WE1 |
| 2025-04-03 | 2025-07-02 | infos.lemonde.fr | infos.lemonde.fr | C=US, O=Google Trust Services, CN=WE1 |
| 2025-04-02 | 2025-07-01 | abonnements.lemonde.fr | abonnements.lemonde.fr | C=US, O=Google Trust Services, CN=WE1 |
| 2025-04-02 | 2025-07-01 | rec-festival.lemonde.fr | rec-festival.lemonde.fr | C=US, O=Let’s Encrypt, CN=R11 |
| 2025-03-31 | 2025-06-29 | salon-masters.lemonde.fr | salon-masters.lemonde.fr | C=US, O=Let’s Encrypt, CN=R11 |
| 2018-04-04 | 2019-02-21 | s2.shared.global.fastly.net | *.lemonde.fr n lemonde.fr | C=BE, O=GlobalSign nv-sa, CN=GlobalSign CloudSSL CA – SHA256 – G3 |
| 2012-03-29 | 2014-03-29 | application-facebook.lemonde.fr | application-facebook.lemonde.fr n www.application-facebook.lemonde.fr | C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO High-Assurance Secure Server CA |
| 2012-11-29 | 2015-12-03 | s8.wac.edgecastcdn.net | application-facebook.lemonde.fr | C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert High Assurance CA-3 |

See how effortlessly we get access to subdomains?

The conclusion is simple: every single time you request a TLS certificate from one of the public issuers, it’s logged and publicly available. From the subdomain, anyone can trace the IP from the DNS records, and if one of the subdomains points to your home, you’re easily traceable. If the above looks pretty grim, it’s because it is.

Even worse: logs seem to be present forever. If you check with lemonde.fr, you’ll see the earliest log is from Digicert in 2013.

Possible fixes

Let’s look at the possible fixes.

  • Remove the subdomain: It’s an option if you don’t need external access. I possibly could, since accessing my NAS remotely is not of utmost importance. However, it would remove the fun of trying to find a solution.
  • Remove HTTPS: Do I need to explain how bad an idea it is?
  • Obfuscate the subdomain: Instead of home.yourdomain.com, you could have something cryptic like xyz.yourdomain.com. Unfortunately, as the number of subdomains is pretty limited, one can check them one by one and still locate the IP of your home.
  • Use Cloudflare Tunnel: I’m using Cloudflare Tunnel for my Home Assistant. I didn’t find its certificate requests in the logs. The reason could be that it either uses wildcard certificates or that it doesn’t log because its requests are internal.
  • Use wildcard certificates: Wildcard certificate requests, i.e., *.mydomain.com, are logged like any other. Yet, it doesn’t leak any information about any subdomain.

From the above pool of solutions, two seem valid to me: Cloudflare Tunnel and wildcard certificates.

| | Cloudflare Tunnel | Wildcard |
|—-|—-|—-|
| Pro | Just works | Learning opportunity n Easier fixability if it fails |
| Con | Depends on Cloudflare | Complexity n Security: the certificate can be used on any subdomain |

With this simple decision matrix, I chose to keep using Let’s Encrypt, but with wildcard certificates. You may make another choice in your specific context.

Summary

Any TLS certificate request to a public provider is logged in a publicly accessible registry. Certificate requests to subdomains that point to your home (or other places you don’t want to disclose) can be traced to your IP via DNS records.

A couple of solutions exist. In the follow-up post, I’ll use Let’s Encrypt on Synology to request a wildcard certificate.

However, remember that once your requests have been logged, they are here forever. The only options to claim back your privacy are either to move physically to another place or, barring that, changing your Internet provider, which will provide you with a new IP.

To go further:

  • Certificate Transparency
  • Certificate Search

Originally published at A Java Geek on September 21st, 2025

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article Proton Mail’s updated app adds an offline mode
Next Article Google Photos’ Tinder-inspired cleanup tool looks ready for release (APK teardown)
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

Major UK TV and broadband provider gives away £70 cash to Brits in promotion
News
iOS 26.1 beta, iPhone Air thoughts, 17 Pro durability saga  – 9to5Mac
News
Trust Building is Simple – Here’s How | HackerNoon
Computing
Best affordable EVs in 2025 reviewed and rated | Stuff
Gadget

You Might also Like

Computing

Trust Building is Simple – Here’s How | HackerNoon

9 Min Read
Computing

Salesforce Patches Critical ForcedLeak Bug Exposing CRM Data via AI Prompt Injection

4 Min Read
Computing

FTC, Amazon agree to record-setting $2.5B settlement over alleged Prime ‘subscription traps’

3 Min Read
Computing

Linux 6.18 Linear RAID “md-linear” To Support Atomic Writes

2 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?