Targets

Targets are the entry point for all discovery operations. You can create multiple targets using comma-separated format:

192.0.2.0, api.example.com, ...

Tags

Tags filter targets when creating scans.

Health Status

Target health is determined by healthcheck monitors. A target is healthy if at least one monitor reports it as healthy.

Deletion

Removing a target removes all associated results except scan logs.

Supported target formats

TypeExample
IP192.0.2.0
IPv62001:db8::
FQDNexample.com
IP+Port192.0.2.0:8080
IPv6+Port[2001:db8::]:8080
FQDN+Portexample.com:22
URLhttps://api.example.com
URL+Porthttps://api.example.com:8080
CIDR IPv4192.0.2.0/27 (max 32 IPs)

Limit: IPv4 CIDR blocks are capped at 32 IPs to prevent abuse and ensure performance.