NMAP - Single Port Scan
Nmap Pack.#
This Playbook is part of theSupported 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.
#
DependenciesThis playbook uses the following sub-playbooks, integrations, and scripts.
#
Sub-playbooksThis playbook does not use any sub-playbooks.
#
IntegrationsNMAP
#
ScriptsSet
#
Commandsnmap-scan
#
Playbook InputsName | Description | Default Value | Required |
---|---|---|---|
RemoteIP | Remote IP address in an incident/alert. | Required | |
RemotePort | Remote port number in an incident/alert. | Required | |
NMAPOptions | Options to be used for an Nmap scan. (We do "-p\<RemotePort>" by default and recommend using "-Pn" to skip a ping check.) | Optional |
#
Playbook OutputsPath | Description | Type |
---|---|---|
ScanResult | The result of the scan (if done). | unknown |
ScanDone | Whether a scan was actually performed (based on subtypes). | unknown |
NMAP | NMAP scan data | unknown |