Scan for Open Ports
Scan for the top 1000 most common open ports on a list of hostnames, IP addresses, or IP ranges
Category
Attack Surface Management
Inputs
hosts
file
requiredList of hostnames/IP addresses/IP ranges
port-threshold
string
Exclude hosts with more than this number of open ports (default: 10)
Outputs
port-detailshostname-portsip-ports
Scan for Open Ports
Description
Scan for the top 1000 most common open ports on a list of hostnames, IP addresses, or IP ranges.
Features
- Outputs in different formats to allow for both detailed queries and also integration with other modules and tools.
- Capable of processing tens of thousands of hosts simultaneously.
- Supports hostnames, IP addresses, and IP ranges.
- Scans all IP addresses associated with a hostname.
Inputs
Required
- hosts: a list of hostnames, IP addresses, or IP ranges
Optional
- port-threshold: Exclude hosts with more than this number of open ports (default: 10)
Outputs
- port-details: JSONLines records of port discovery details.
- hostname-ports: List of open ports formatted as
hostname:port
- ip-ports: List of open ports formatted as
ip_address:port
Changelog
- v1.0.0
- Initial release
- v1.0.1
- Increase port threshold from 10 to 15