section 4.1 Flashcards
Used to determine the route a packet takes to a destination
- Will map the entire path
- Time in TTL (Time To Live) is in hops
traceroute (POSIX)
tracert (Windows)
Lookup names and IP addresses
- If deprecated use dig instead
nslookup
- More advanced domain information
- Does the same as nslookup just more advanced than nslookup
dig or DIG
- Domain Information Groper
Helps determine TCP/IP and network adapter information
- additional IP details
- ping your IP address
ipconfig for Windows
ifconfig for Linux
What are the Nmap abilities and give a description of each of them.
Network mapper - Find and learn more about network devices Port scan - Find devices and identify open ports OS scan - Discover the OS w/o loggin in to a device Service scan - What service is available on a device NMAP scripting - external capabilities, vulnerabulites
- What command test reach ability, determines round-trip time
- Uses Internet Control Message Protocal (ICMP)
Ping
Name the command that combines ping and traceroute and also describe the steps of the process and what happens in each step
pathping
First: run traceroute
- Build a map
Second: run ping
- Measure round trip time and packet loss at each hop
This command is a TCP/IP packet assembler/ analyzer
Sends crafted frames
- Modify all IP, TCP, UDP, and ICMP values
hping
Network command to show all active connections.
netstat -a
Network command shows binaries
netstat -b
Network command to not resolve names on the network
netstat -n
This command allows you to read and write to the network.
List some functions that this command can do
netcat - Listen on a port number - Transfer data - Scan ports and send data to a port Go as far as to run a shell from a remote device
This network scanner will search a network for IP addresses
- Locate active devices
- Avoids doing work on an IP address that is not there
IP scanners
List some IP scanner techniques
ARP
ICMP
TCP ACK
ICMP timestamp requests
What do you call a determination of a MAC address bases on an IP address
Address Resolution Protocol (ARP)
arp -a command
Lets the user view local ARP table