Nslookup komutunu kullanarak bir web sitesi veya serverın çeşitli network durumlarını sorgulayabilirsiniz.
Örnekle;
1) Aşağıdaki komut hosting.com.tr ‘in IP ‘sini sorgular;
nslookup hosting.com.tr
2) Aşağıdaki komut hosting.com.tr‘ in mail servisini sorgular;
nslookup -query = mx hosting.com.tr
3) Aşağıdaki komut hosting.com.tr ‘in name serverlarını sorgular
nslookup -type= ns hosting.com.tr
4) Aşağıdaki komut hosting.com.tr ‘in SOA(Service Oriented Architecture) kaydını sorgular;
nslookup -type=soa hosting.com.tr
5) Aşağıdaki komut hosting.com.tr ‘in yukarıdaki komutların teker teker yaptığı işi tek seferde yapar ve çoklu sorgulama yapar;
nslookup -type= any google.com