Security Tools Part 1 (Network Tools) Flashcards
What network diagnostic command will display possible routes and measure delays of packets across an IP network?
traceroute
Command: tracert/traceroute
What utility is used to determine the IP address associated with a domain name, obtain mail server settings, and other DNS info?
nslookup (Windows and Linux) or dig (Linux)
What utility displays network configurations and can modify DHCP and DNS settings?
ipconfig (windows) or ifconfig (Linux)
What open source network scanner is used to discover hosts and services on a network by sending packets to analyze their responses?
nmap
Exam Tip: You need to know how to read an nmap scan for the test
What utility is used to determine if a host is reachable on an IP network?
ping or pathping
What open source packet generator/analyzer was created for TCP/IP protocol and is used for security auditing and testing firewalls and networks?
hping
Note: its used by nmap and is a more precise tool than ping
What utility displays network connections for TCP, routing tables, and other network connection statistics?
netstat
Note: This just shows what your computer is connected to
What utility reads and writes to network connections using either TCP or UDP for banner grabbing and can be used as a shell connection to remotely control a machine?
netcat
What utility is used for viewing and modifying the local Address Resolution Protocol cache on a hose or server?
arp
What utility is used to view and manipulate the IP routing table?
route