this post was submitted on 11 Jan 2026
215 points (99.5% liked)

Selfhosted

60210 readers
983 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I generated 16 character (upper/lower) subdomain and set up a virtual host for it in Apache, and within an hour was seeing vulnerability scans.

How are folks digging this up? What's the strategy to avoid this?

I am serving it all with a single wildcard SSL cert, if that's relevant.

Thanks

Edit:

  • I am using a single wildcard cert, with no subdomains attached/embedded/however those work
  • I don’t have any subdomains registered with DNS.
  • I attempted dig axfr example.com @ns1.example.com returned zone transfer DENIED

Edit 2: I'm left wondering, is there an apache endpoint that returns all configured virtual hosts?

Edit 3: I'm going to go through this hardening guide and try against with a new random subdomain https://www.tecmint.com/apache-security-tips/

you are viewing a single comment's thread
view the rest of the comments
[–] zeca@lemmy.ml 1 points 5 months ago (2 children)

Isnt security mostly achieved by heavy obscurity? A password secures because other people dont know what it is, it is obscured.

[–] pishadoot@sh.itjust.works 7 points 5 months ago

They're not the same.

Hiding an unlocked treasure chest in the forest is obscurity. Sure, you might be the only one who knows it's there at first but eventually someone might come across it.

Having a vault at a bank branch is security - everyone knows there's a vault there, but you'll be damned if you're going to get into it when you're not authorized.

Good passwords, when implemented correctly, use hashing (one way encryption) to provide security. It's not obscured, people know you need a password to access the thing (in our example)

[–] bluehambrgr@lemmy.world 3 points 5 months ago

In cryptography, there’s a difference between “secrets” (like passwords and encryption keys), and hiding / obscuring something (like steganography or changing your web server to run on a different port)