Earlier quoted context omitted.
verb: keep from being seen; conceal. In what way is what he’s describing not obscurity?
Yes that is what the word obscure means. But the phrase “security through obscurity” is an industry term that refers to keeping things secure purely by not letting people know they exist. In contrast with encryption, where I can tell you exactly where the encrypted data is, but you can’t access it. Security through obscurity is hiding a bicycle in a bush and hoping no one notices it, encryption is more like locking i…
Ask HN: How did the internet discover my subdomain?
211–220 of 322 posts
Re: Ask HN: How did the internet discover my subdomain?
#212So my guess is reverse DNS
Re: Ask HN: How did the internet discover my subdomain?
#213Re: Ask HN: How did the internet discover my subdomain?
#214Hi, our company does this basically "as-a-service". The options how to find it are basically limitless. Best source is probably Certificate Transparency project as others suggested. But it does not end there, some other things that we do are things like internet crawl, domain bruteforcing on wildcard dns, dangling vhosts identification, default certs on servers (connect to IP on 443 and get default cert) and many oth…
"Security by obscurity does not work" This is one of those false voyeur OS internet tennets designed to get people to publish their stuff. Obscurity is a fine strategy, if you don't post your source that's good. If you post your source, that's a risk. The fact that you can't rely on that security measure is just a basic security tennet that applies to everything: don't rely on a single security measure, use redundant…
One of my favorite patterns for sending large files around is to drop them in a public blob storage bucket with a type 4 guid as the name. No consumer needs to authenticate or sign in. They just need to know the resource name. After a period of time the files can be automatically expired to minimize the impact of URL sharing/stealing.
Re: Ask HN: How did the internet discover my subdomain?
#215Based on this it sounds like you exposed your resource and advertised it for others. Reverse dns, get IP, scan IP.
Probably simpler, you exposed resource on IPV4 publicly, if it exists, it'll be scanned. There's probably 100s of companies scanning entire 0.0.0.0/0 space at all times.
Re: Ask HN: How did the internet discover my subdomain?
#216Earlier quoted context omitted.
That's not what that phrase means. That's not even what the word "obscure" means. Obscurity is trying to not draw attention to something, or keep it hidden (as in "nobody knows that it's there", not "you know that it's there but can't access it"). Encryption doesn't obscure data unless you're stretching the definition of the word beyond its useful purpose.
verb: keep from being seen; conceal. In what way is what he’s describing not obscurity?
Re: Ask HN: How did the internet discover my subdomain?
#217Earlier quoted context omitted.
> "Security by obscurity does not work" Depends on the context and exposure. Sometimes a key under a rock is perfectly fine. I used to work for a security company that REALLY oversold security risks to sell products. The idea that someone was going to wardrive through your suburban neighborhood with a networked cluster of GPUs to crack your AES keys and run a MITM attack for web traffic is honestly pretty far fetched…
Realistically we get into $3 wrench territory pretty quickly too.
Re: Ask HN: How did the internet discover my subdomain?
#218Can I ask an adjacent question? I have a bunh of DNS A name entries for locallyaccessedservice.mydomain.tld point to my 10.0.0.x NAS's nginx reverse proxy so I can use HTTPS and DNS to access them locally and via Tailscale. My cert is for *.domain.tld. It's nothing critical and only accessible within my LAN, but is there any reason I shouldn't be doing this from a security point of view? I guess someone could phish t…
As always, depends on your threat model. Generally having private IPs in public DNS is not great, because potential attacker gets "a general idea" how your private net looks like. But I'd say there's no issue if everything else is secured properly.
Re: Ask HN: How did the internet discover my subdomain?
#219Hi, our company does this basically "as-a-service". The options how to find it are basically limitless. Best source is probably Certificate Transparency project as others suggested. But it does not end there, some other things that we do are things like internet crawl, domain bruteforcing on wildcard dns, dangling vhosts identification, default certs on servers (connect to IP on 443 and get default cert) and many oth…
[flagged]
Re: Ask HN: How did the internet discover my subdomain?
#220The name "userfileupload" is far from not-obvious, so that would be my guess.