Threats, attacks & vulnerabilities

Security Assessment Tools

Overview

These are the core tools referenced throughout this section and the rest of the roadmap — organized by which layer of a system they operate on.

Key concepts

  • Network/system: Nmap, Nessus
  • Web application: Burp Suite, OWASP ZAP
  • Analysis: Wireshark, Sysmon, SIEM

Tools & techniques

ToolPurposeWhen to use
NmapNetwork/port/service discoveryRecon and asset discovery
NessusVulnerability scanningAuthorized internal scans
Burp SuiteWeb app traffic testingWeb application assessments
WiresharkPacket capture/analysisTraffic investigation
SIEMLog collection, correlation, alertingOngoing monitoring/SOC work

How it works

Network & system tools

ToolPurpose
NmapDiscovers devices, open ports, services, and OS information on a network.
NessusVulnerability scanner — identifies known weaknesses, missing patches, and insecure configurations.

Web application tools

ToolPurpose
Burp SuiteWeb-security testing platform for inspecting and testing web app traffic.
OWASP ZAPWeb-application security scanner for finding common vulnerabilities.

Analysis tools

ToolPurpose
WiresharkCaptures and inspects network traffic packet-by-packet.
SysmonWindows system-monitoring tool that records detailed security-related events.
SIEMCollects, analyzes, and alerts on security logs across an environment.