Guest User

Untitled

a guest
Nov 16th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. $ dig example.com
  2.  
  3. ; <<>> DiG 9.9.4-RedHat-9.9.4-61.el7_5.1 <<>> example.com
  4. ;; global options: +cmd
  5. ;; Got answer:
  6. ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 36588
  7. ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 2
  8.  
  9. ;; OPT PSEUDOSECTION:
  10. ; EDNS: version: 0, flags:; udp: 4096
  11. ;; QUESTION SECTION:
  12. ;example.com. IN A
  13.  
  14. ;; ADDITIONAL SECTION:
  15. example.server.com. 60 IN SOA need.to.know.only. hostmaster.spamhaus.org. 1542300481 60 60 432000 60
  16.  
  17. ;; Query time: 1 msec
  18. ;; SERVER: xxx.xxx.xxx.xxx#53(xxx.xxx.xxx.xxx)
  19. ;; WHEN: Thu Nov 15 11:53:41 EST 2018
  20. ;; MSG SIZE rcvd: 161
  21.  
  22. dig +noall +additional example.com
  23.  
  24. nslookup -debug example.com
Add Comment
Please, Sign In to add comment