TTPwire Vol. 1 · MITRE ATT&CK·Tagged

← All stories

Black Hills InfoSec

Nmap Cheatsheet

BHIS · 2025-08-06 · Read original ↗

ATT&CK techniques detected

4 predictions
T1046Network Service Discovery
98%
“nmap cheatsheet written by alireza liaghat | | reviewed by dale hobbs this blog is part of offensive tooling cheatsheets : an infosec survival guide resource. you can learn more and find all of the cheatsheets here : https : / / www. blackhillsinfosec. com / offensive - tooling -…”
T1046Network Service Discovery
98%
“want to scan? example description use case 192. 168. x. x scan the specified ip address used when there is only one target ip address. domain. com scan the specified domain used when there is only one target domain. - il target. txt scan from a list of host addresses used when se…”
T1046Network Service Discovery
96%
“for when navigating a scan through an ip - based filter example formula of a slow and thorough search : nmap 192. 168. 10. 50 - st - p1 - 65535 - version - light - max - rate 5 - - script = vulners - s 192. 168. 1. 1 common port states open : an application is actively accepting …”
T1046Network Service Discovery
91%
“what port do you want to scan? example description use case - p 80, 443 scans only the comma - separated ports useful for when scanning a host for a specific attack surface. - p 1 - 65535 scans all possible ports useful for all ports in use, including ephemeral ( temporary ) port…”

Summary

Nmap is a powerful open-source tool commonly used by system/network administrators and security professionals to perform network discovery, security auditing, and basic vulnerability assessment.

The post Nmap Cheatsheet appeared first on Black Hills Information Security, Inc..