Examine HTTP, DNS, TCP, ARP, and ICMP packets to identify traffic patterns and suspicious activity
ARP (Address Resolution Protocol) maps IP addresses to MAC addresses on a local network. A device broadcasts "Who has 10.0.0.1?" and the owner replies "10.0.0.1 is at AA:BB:CC:DD:EE:01". Results are cached in the ARP table.
| Type | Code | Description |
|---|---|---|
| 0 | 0 | Echo Reply (ping response) |
| 3 | 0-15 | Destination Unreachable |
| 8 | 0 | Echo Request (ping) |
| 11 | 0-1 | Time Exceeded (traceroute) |