Skip to content

Network Adapters

Evidence: Network Adapters
Description: Collect information about network adapters
Category: Network
Platform: windows
Short Name: netadp
Is Parsed: Yes
Sent to Investigation Hub: Yes
Collect File(s): No

Network adapters connect the system to networks (Ethernet, WiFi, VPN, etc.). Each adapter has configuration including MAC address, IP address, DHCP settings, gateway, and DNS servers.

Adapter information reveals the system’s network connectivity and can indicate VPN usage, WiFi connections, or unusual network configurations.

This collector gathers structured data about network adapters.

FieldDescriptionExample
NameAdapter name/GUID{12345678-1234-1234-1234-123456789ABC}
DescriptionAdapter descriptionIntel(R) PRO/1000 MT Network Connection
PhysicalAddressMAC address00:50:56:C0:00:08
IndexAdapter index12
TypeAdapter type71 (Ethernet 802.3)
DHCPEnabledWhether DHCP is enabledTRUE
IPAddressIP address192.168.1.100
GatewayDefault gateway192.168.1.1
DHCPServerDHCP server address192.168.1.1

This collector uses Windows API to enumerate adapters:

  • GetAdaptersInfo to retrieve all network adapters
  • Parses adapter configuration
  • Converts MAC addresses to readable format

Network adapter information reveals network connectivity and configuration. Investigators use this data to identify all network interfaces, detect VPN or tunnel adapters, track MAC addresses for device identification, understand DHCP vs static configuration, identify WiFi connections, and correlate with network traffic.