Cloudflare
Visualize Cloudflare users, access roles, domain zones, and domain records, and monitor changes through queries and alerts.
- Installation guide
- Cloudflare data model
Installation
For this integration, you will need to create a Cloudflare API Token configured for read access with the following:
Account
→Access: Organizations, Identity Providers, and Groups
→Read
to list identity provider information.Account
→Account Settings
→Read
to list accounts, members, and rolesAccount
→DNS Firewall
→Read
to list records in a zoneZone
→Zone
→Read
to get information about the zoneZone
→DNS
→Read
to list records in a zone
Once created, obtain an API token from the bottom of the API Tokens page in your Cloudflare account. With the token, head to JupiterOne to complete the integration installation.
Configuration in JupiterOne
To install the Cloudflare integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select Cloudflare. Click New Instance to begin configuring your integration.
Creating a configuration requires the following:
The Account Name used to identify the Cloudflare account in JupiterOne. Ingested entities will have this value stored in
tag.AccountName
when theAccountName
toggle is enabled.Description to assist in identifying the integration instance, if desired.
Polling Interval that you feel is sufficient for your monitoring needs. You may leave this as
DISABLED
and manually execute the integration.Your Cloudflare (read access) API Token.
Click Create once all values are provided to finalize the integration.
Next steps
Now that your integration instance has been configured, it will begin running on the polling interval you provided, populating data within JupiterOne. Continue on to our Instance management guide to learn more about working with and editing integration instances.
Data Model
Entities
The following entities are created:
Resources | Entity _type | Entity _class |
---|---|---|
Account | cloudflare_account | Account |
Account Member | cloudflare_account_member | User |
Account Role | cloudflare_account_role | AccessRole |
DNS Record | cloudflare_dns_record | DomainRecord |
DNS Zone | cloudflare_dns_zone | DomainZone |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
---|---|---|
cloudflare_account | HAS | cloudflare_account_member |
cloudflare_account | HAS | cloudflare_account_role |
cloudflare_account | HAS | cloudflare_dns_zone |
cloudflare_account_member | ASSIGNED | cloudflare_account_role |
cloudflare_dns_zone | HAS | cloudflare_dns_record |
Mapped Relationships
The following mapped relationships are created:
Source Entity _type | Relationship _class | Target Entity _type | Direction |
---|---|---|---|
cloudflare_account | CONNECTS | *cloudflare_account* | REVERSE |