The interface inspection family:
-
ipconfig(Windows) — IP, mask, gateway, DNS per adapter;ipconfig /allshows MAC and DHCP lease. -
ip(modern Linux, fromiproute2) — unified tool:ip addr,ip route,ip neigh,ip link. -
ifconfig— legacy BSD/Linux/macOS, still common.
During DFIR these confirm the host's identity (IP, MAC), its routing decisions, and detect attacker-added secondary IPs or altered default routes.