0
votes
0answers
10 views
Network Scan, Filtering for Top Level Domain
Greetings,
I have a list of 2 Full Network Class C's worth of IP addresses in seperate text files.
What I am interested in doing is finding a way to resolve the hosts of these IP …
1
vote
5answers
4k views
How do I get a list of all subdomains of a domain?
I want to find out all the subdomains of a given domain. I found a hint which tells me to dig the authoritative Nameserver with the following option:
dig @ns1.foo.bar some_domain.c …
0
votes
0answers
35 views
Determine if DNS server is master or slave with DiG [closed]
Is there a way to use DiG or nslookup to determine if a server is set to Master or Slave? And if a server is slave, return the Master's IP address?
0
votes
1answer
53 views
question about UNIX dig output
Using the unix dig command, I can get the following MX record:
$ dig +nocmd gmail.com MX +noall +answer
gmail.com. 1868 IN MX 20 alt2.gmail-smtp-in.l.google.com.
gmail.com. 1 …
0
votes
1answer
72 views
Is there a OWL reasoner for .NET
Hi,
I'm looking for an OWL-DL reasoner that provides an .NET API.
Alternatively I could use a DIG compliant reasoner written in any language, but
i need a .NET library that is abl …
0
votes
2answers
182 views
DNS: How to Dig thru the right domain name from the TLD?
I'd like to query the DNS records until get the right domain name.
For instance, given www.subdomain.site.com.br, be able to dig from .br until site.com.br.
Which is the most (p …
1
vote
11answers
614 views
Internal DNS configuration woes
Alright, I am going to state up front that this question may be too involved (amount of detail not complexity) for this medium. But I figured this was the best place to start.
I …
