Cloudflare Zero Trust
#
This Integration is part of the Cloudflare Zero Trust Pack.Supported versions
Supported Cortex XSOAR versions: 8.4.0 and later.
Cloudflare provides network and security products for consumers and businesses, utilizing reverse proxies for web traffic, edge computing, and a content distribution network to provide content across its network of servers. This integration was integrated and tested with version 1 of Cloudflare Zero Trust.
#
Configure Cloudflare Zero Trust in CortexParameter | Required | Additional Info |
---|---|---|
Server URL | True | The base URL for the Cloudflare API (e.g., https://api.cloudflare.com). |
Trust any certificate (not secure) | False | |
Use system proxy settings | False | |
Maximum number of account audit logs per fetch | False | |
Maximum number of user audit logs per fetch | False | |
Maximum number of access authentication logs per fetch | False | |
API email | True | Obtain from your Cloudflare Profile. |
Global API key | True | Obtain from your Cloudflare API Tokens. |
Account ID | True | Find it in the Cloudflare dashboard under Account Overview. |
Event types to fetch | True | Specify the types of events to fetch. The options are: Account Audit Logs, User Audit Logs, and Access Authentication Logs. |
#
CommandsYou can execute these commands from the CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.
#
cloudflare-zero-trust-get-eventsGets events from Cloudflare Zero Trust.
#
Base Commandcloudflare-zero-trust-get-events
#
InputArgument Name | Description | Required |
---|---|---|
limit | The number of events to return per type. Default is 10. | Optional |
should_push_events | If true, the command will create events, otherwise it will only display them. Possible values are: true, false. Default is false. | Optional |
start_date | The start date from which to filter events. | Optional |
event_types_to_fetch | Comma-separated list of event types to fetch. Possible values are: Account Audit Logs, User Audit Logs, Access Authentication Logs. Default is Account Audit Logs,User Audit Logs. | Optional |
#
Context OutputThere is no context output for this command.