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
| Type | Example |
|---|---|
| IP | 192.0.2.0 |
| IPv6 | 2001:db8:: |
| FQDN | example.com |
| IP+Port | 192.0.2.0:8080 |
| IPv6+Port | [2001:db8::]:8080 |
| FQDN+Port | example.com:22 |
| URL | https://api.example.com |
| URL+Port | https://api.example.com:8080 |
| CIDR IPv4 | 192.0.2.0/27 (max 32 IPs) |
Limit: IPv4 CIDR blocks are capped at 32 IPs to prevent abuse and ensure performance.