Enumerate all the subdomains for a domain name
merklemap.com
Enumerate all the subdomains for a domain name
1–10 of 25 posts
Re: Enumerate all the subdomains for a domain name
#2Re: Enumerate all the subdomains for a domain name
#3Is this just searching certificate transparency logs?
Re: Enumerate all the subdomains for a domain name
#4Is this just searching certificate transparency logs?
- CT log monitoring (https://github.com/CaliDog/CertStream-Server)
- Mass-Scanning across ipv4 on 80/443 at the least?
- Brute-forcing subdomains on wildcards with large DNS wordlist (like something from assetnote: https://wordlists-cdn.assetnote.io/data/manual/best-dns-word...)
- Scraping/extracting subdomains/domains from JS
But I've never attempted to enumerate subdomains on this scale before, so I could be missing something obvious
Re: Enumerate all the subdomains for a domain name
#5This would be useful for early detection of potential impersonations/typo-squatting domains typically used for phishing/scams.
Something as simple as a configurable levenshtein distance/jaro-winkler similarity check across CN and SAN of all new certs maybe? (user can configure with threshold to control how "noisy" they want their feed).
Re: Enumerate all the subdomains for a domain name
#6Have you considered adding a monitoring feature where a user can enter a domain to be monitored and then be notified if a "similar" domain comes across the ingestion pipeline. This would be useful for early detection of potential impersonations/typo-squatting domains typically used for phishing/scams. Something as simple as a configurable levenshtein distance/jaro-winkler similarity check across CN and SAN of all new…
Re: Enumerate all the subdomains for a domain name
#7Is this just searching certificate transparency logs?
Re: Enumerate all the subdomains for a domain name
#8Have you considered adding a monitoring feature where a user can enter a domain to be monitored and then be notified if a "similar" domain comes across the ingestion pipeline. This would be useful for early detection of potential impersonations/typo-squatting domains typically used for phishing/scams. Something as simple as a configurable levenshtein distance/jaro-winkler similarity check across CN and SAN of all new…
For sure, it was on my todo list :)
Curious if you're running your own CertStream server, or just continuously polling known CT logs with your own implementation.
Re: Enumerate all the subdomains for a domain name
#9Earlier quoted context omitted.
For sure, it was on my todo list :)
Awesome, I will keep my eye on this for sure, I've spent the past few months tinkering with ingesting CT logs for bug bounty automation. Curious if you're running your own CertStream server, or just continuously polling known CT logs with your own implementation.
Btw, you can get our feed like that:
curl -N 'https://api.merklemap.com/live-domains?no_throttle=true'Re: Enumerate all the subdomains for a domain name
#10Earlier quoted context omitted.
For sure, it was on my todo list :)
Awesome, I will keep my eye on this for sure, I've spent the past few months tinkering with ingesting CT logs for bug bounty automation. Curious if you're running your own CertStream server, or just continuously polling known CT logs with your own implementation.
I'm not sure but I believe that's used by Google internally for testing purposes.
For example if you search google, it returns 120k+ results, and these useless results are at the front.