> For the complete documentation index, see [llms.txt](https://pnpt.adot8.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pnpt.adot8.com/linux-privilege-escalation/initial-enumeration/network-enumeration.md).

# Network Enumeration

{% hint style="info" %}
Checking the interfaces and directly connected networks is important to know if you can pivot to other machines. This would make the host Dual-Homes
{% endhint %}

```
ip route
arp -a
ip neigh
netstat -ano
```

Mostly to get the lay of the land. What ports are open? Who are we communicating to?
