For the complete documentation index, see llms.txt. This page is also available as Markdown.

Censys

Connection Requirements

1 - API Token

Navigate to Censys Platform, go to Settings > API Access, and generate a new API token. Copy the token and paste it into the field.

2 - Organization ID

Your Organization ID can be found in the Censys Platform under Settings > Organization. Required to fetch organization member data.

3 - ASN (Optional)

Enter your Autonomous System Number to filter discovered hosts by ASN. Example: 9121

4 - CIDR (Optional)

Enter a CIDR range to filter discovered hosts by IP range. Example: 203.0.113.0/24

You can provide ASN, CIDR, or both. When both are provided, they are combined with an OR condition. At least one of ASN or CIDR should be specified.

5 - Proxy

Proxy URL (optional).

6 - Timeout

The amount of time (in seconds) to wait for API responses. (default: 30)

Last updated