Security Tools Part 1 (Network Tools) Flashcards

1
Q

What network diagnostic command will display possible routes and measure delays of packets across an IP network?

A

traceroute

Command: tracert/traceroute

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What utility is used to determine the IP address associated with a domain name, obtain mail server settings, and other DNS info?

A

nslookup (Windows and Linux) or dig (Linux)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What utility displays network configurations and can modify DHCP and DNS settings?

A

ipconfig (windows) or ifconfig (Linux)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What open source network scanner is used to discover hosts and services on a network by sending packets to analyze their responses?

A

nmap

Exam Tip: You need to know how to read an nmap scan for the test

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What utility is used to determine if a host is reachable on an IP network?

A

ping or pathping

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What open source packet generator/analyzer was created for TCP/IP protocol and is used for security auditing and testing firewalls and networks?

A

hping

Note: its used by nmap and is a more precise tool than ping

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What utility displays network connections for TCP, routing tables, and other network connection statistics?

A

netstat

Note: This just shows what your computer is connected to

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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?

A

netcat

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What utility is used for viewing and modifying the local Address Resolution Protocol cache on a hose or server?

A

arp

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What utility is used to view and manipulate the IP routing table?

A

route

How well did you know this?
1
Not at all
2
3
4
5
Perfectly