Skip to content

ARP Table

Evidence: ARP Table
Description: Collect ARP Table
Category: Network
Platform: windows
Short Name: arpt
Is Parsed: Yes
Sent to Investigation Hub: Yes
Collect File(s): No

The ARP (Address Resolution Protocol) table maps IP addresses to physical MAC addresses on the local network. Windows maintains this cache for performance, storing recent IP-to-MAC mappings from network communication.

ARP cache can reveal devices the system has recently communicated with on the local network, including routers, file servers, and other workstations.

This collector gathers structured data about arp table.

FieldDescriptionExample
PhysicalAddressMAC address00:50:56:C0:00:08
IPAddressIP address192.168.1.1
AdapterNetwork adapter index12
TypeEntry type4 (Static)

This collector uses Windows API to enumerate ARP cache:

  • GetIpNetTable to retrieve all ARP entries
  • Parses MAC addresses into readable format
  • Records adapter associations

ARP entry types: Other (1), Invalid (2), Dynamic (3), Static (4).

ARP cache reveals local network communication patterns. Investigators use this data to identify devices on the local network, detect ARP spoofing attacks, track lateral movement targets, identify network infrastructure devices, correlate with network connections, and detect man-in-the-middle attacks.