Section 4.1 Organizational Security Flashcards
What command tool shows the route taken from a computer to a remote host such as a website?
Tracert/Traceroute
What is a diagnostic tool for verifying the IP address of a hostname (a record by default) in the DNS server database?
Nslookup
What is the equivalent of nslookup in a Linux environment?
dig
What commands show the IP configuration?
ipconfig/ifconfig
What is a free and open-source network mapper that can be used to create an inventory of devices on your network?
Nmap
What command is good for banner grabbing?
Nmap
What command has the functionality of both ping and tracert? Also calculates statistics after the trace, showing the packet loss at each router (each hop) it passes through.
Pathping
What command is an open-source packet generator and analyzer for the TCP/IP protocol, often used for auditing firewalls and networks?
Hping
What is a native tool on Windows operating systems used to see the established connections, listening ports, and even running services?
Netstat
What is a Linux/Unix utility for showing network connections, port scanning, and even file transfer?
netcat
What are popular free and open-source applications that will scan addresses in a range and ID open ports?
IP scanners
What is a protocol for mapping an IP address to a physical MAC address on a local area network?
Address Resolution Protocol (ARP)
What does the “arp -a” command do?
shows the ARP cache
What command enables listing existing routes in the local routing table, as well as adding manual entries into the network routing tables?
route
What does the “route print” command do?
view the local route table
What does the “route add” command do?
add a route
What is a command line tool used to transfer data using many supported protocols?
Curl