Hi there!!
Just wanted to ask please, if there's a way to discovering all the IP addresses and subsubdomains that related to a specified domain.
Thanks in advance!!
atar.
Hi there!!
Just wanted to ask please, if there's a way to discovering all the IP addresses and subsubdomains that related to a specified domain.
Thanks in advance!!
atar.
As asked, finding "all" subdomains and IPs for an external domain is a common need. 's search-engine tip and 's WHOIS suggestion are good starting points, but a professional approach combines passive OSINT with controlled active enumeration. It is important to set expectations: you can rarely guarantee complete coverage because of private hosts, wildcard DNS, CDNs/proxies and ephemeral services.
A practical, repeatable workflow:
Quick examples (use responsibly):
amass enum -d example.com -o subdomains.txt dig @ns1.example.com example.com AXFR Practical troubleshooting and cautions: detect wildcard DNS by resolving a random nonsense name; treat CNAMEs to Cloudflare/Akamai/other CDNs as likely proxying — origin IPs can be hidden. Combine CT logs with passive DNS to recover historical or origin IPs. Be aware of rate limits, false positives from shared hosting, and legal/ethical limits on active scanning — obtain authorization before probing non-owned systems. Repeat the collection periodically; new certificates and DNS records appear often.
Tools and references: OWASP Amass (https://github.com/OWASP/Amass), Sublist3r (https://github.com/aboul3la/Sublist3r), and the certificate-transparency viewer (https://crt.sh).
Thanks you about your response. But I'm looking for more professional tool which enable to achieve this goal rather then google.
However, I'll try it.
Greetings!!
Atar.
Thanks you about your response. But I'm looking for more professional tool which enable to achieve this goal rather then google.
However, I'll try it.
Greetings!!
Atar.
Hi,
There is a website named as 'whois.sc', you can check all the information related to a website here. I hope, you will get all the answers to your question using it.
Thanks you about your willingness to help, but unfortunately, it doesn't solve my problem.
Greetings!!
Atar.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.