Skip to main content

NMAP - Single Port Scan

This Playbook is part of the Nmap Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.5.0 and later.

Sub-playbook that conducts a single port NMAP scan and returns results to the parent playbook.

Dependencies#

This playbook uses the following sub-playbooks, integrations, and scripts.

Sub-playbooks#

This playbook does not use any sub-playbooks.

Integrations#

NMAP

Scripts#

Set

Commands#

nmap-scan

Playbook Inputs#


NameDescriptionDefault ValueRequired
RemoteIPRemote IP address in an incident/alert.Required
RemotePortRemote port number in an incident/alert.Required
NMAPOptionsOptions to be used for an Nmap scan. (We do "-p\<RemotePort>" by default and recommend using "-Pn" to skip a ping check.)Optional

Playbook Outputs#


PathDescriptionType
ScanResultThe result of the scan (if done).unknown
ScanDoneWhether a scan was actually performed (based on subtypes).unknown
NMAPNMAP scan dataunknown

Playbook Image#


NMAP - Single Port Scan