Week 05 - Network Analysis Tools 1 (L11-L13) Flashcards
What is the host file?
Local file that maps IP address to host names
What is ping?
Windows command to check if host is alive. Sends ICMP packets
What can be identified with port scanning?
Open ports of a system
What does the arp command?
Shows local ARP table. MAC address to IP address. Two modes: static & dynamic
Name ports for: http, smtp, telnet, dns, ftp, DHCP, ssh, imap, pop
80 (http), 25 (smtp), 21 (ftp), 53 (dns), 21 (ftp), 63 (dhcp), 22 (ssh), 143 (imap), 110 (pop)
What are IPID?
IP Identification Number. Attacker might see how many packets are already sent.
What are well known ports?
Reserved system ports defined by IANA. The first 1024 ports are reserved
What is tracert?
Tracert shows route of an IP packet to his destination (hop by hop)
What is ipconfig?
Windows command to configure NIC
What is nslookup?
sends request to DNS to resolve either IP or domain name
What is TTL? Why is it required?
Time To Live: Time a network packets will be send around in a network before it gets dropped.
What is TCPview and Superscan?
Port scanning tools
What is netstat?
Netstat shows all network connections which are currently open.
Explain Stealth Scan and TCP Connect San?
Stealth Scan: sends SYN packet, host will respond with SYN-ACK. Full connection never established
TCP Connect Scan: This scan creates a connection. ACK will be send. Only works on open ports.
What is NMAP?
Very powerful network scanner.