2.3 Information Gathering and Vulnerability Scanning Flashcards
Given a scenario, analyze the results of a reconnaissance exercise.
Why can Address Resolution Protocol (ARP) traffic be useful?
One reason to gather ARP traffic is to discover hosts on a network. Then it is possible to launch an ARP poisoning attack, which deliberately maps an incorrect MAC address to a correct IP address, which poisons the ARP cache in order to redirect traffic for malicious purposes.
What is the difference between passive and active OS fingerprinting?
Passive OS fingerprinting gathers network traffic using a packet sniffer such as Wireshark. This is useful for avoiding detection by a firewall or IDS.
Active OS fingerprinting uses the nmap -sV command and thus actively sends out probes and analyzes the returned packets.