> For the complete documentation index, see [llms.txt](https://106-sam.gitbook.io/ejptv2-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://106-sam.gitbook.io/ejptv2-notes/auditing-fundamentals/nmap-for-asset-management.md).

# Nmap for asset management

Usually, we're going to have a network map in the organization, maybe an Excel file or a database, with all of the machines endpoints, routers, switches, firewalls that are connected to the network.

* In an audit or the internal scan, they should know what's already out there.

```
nmap <IP>/24
```

```
nmap <IP>.1,<last octet>, <last octect> -A 
```

EX: nmap 192.168.0.1,3,6 -A&#x20;
