Network discovery scans network endpoints over TLS to discover certificates served by hosts across IP ranges and domains. Optionally, you can use an Infisical Gateway to reach endpoints in private networks that are not accessible from the internet.Documentation Index
Fetch the complete documentation index at: https://infisical.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
If you are self-hosting Infisical, you can alternatively set the
ALLOW_INTERNAL_IP_CONNECTIONS environment variable to true on your instance to scan private networks directly without a gateway.- Infisical UI
- API
-
Navigate to your Certificate Management Project > Discovery and press Add Job.
-
Fill in the discovery job details and click Create.
- Name: A slug-friendly name for the discovery job (e.g.,
prod-tls-scan). - Description: An optional description for the discovery job.
- Targets: A list of domains, IP addresses, or CIDR ranges to scan (e.g.,
example.com,192.168.1.1,10.0.0.0/24). - Ports: The ports to scan for TLS certificates. Defaults to common TLS ports if not specified.
- Gateway (optional): The Infisical Gateway to use for running the scan. Only required to reach endpoints in private networks.
- Auto Scan: Toggle to enable automatic periodic scanning. When enabled, select a scan interval (e.g., daily, weekly).
At least one target (domain or IP) must be specified. - Name: A slug-friendly name for the discovery job (e.g.,
-
Trigger a scan manually by pressing Scan Now on the discovery job’s page, or wait for the next automatic scan if auto scan is enabled.
-
After a scan completes, view the results on the discovery job’s detail page:
- Installations: The unique locations where certificates were found.
- Certificates: The certificates discovered at each installation, including details such as common name, issuer, and expiration date.
- Scan History: A log of all scans that have been run, including status and timestamps.
Limits
The following limits apply to Network discovery jobs:- Max individual IPs: 256
- Max domains: 20
- Max ports: 5
- Minimum CIDR prefix:
/24(256 hosts)