Skip to main content

Vercara UltraDNS

This Integration is part of the Vercara UltraDNS Pack.#

Supported versions

Supported Cortex XSOAR versions: 8.4.0 and later.

This integration fetches DNS configuration audit logs from Vercara UltraDNS platform. This integration was integrated and tested with the 3.18.0 Vercara UltraDNS API.

This is the default integration for this content pack when configured by the Data Onboarder in Cortex XSIAM.

Configure Vercara UltraDNS in Cortex#

ParameterDescriptionRequired
Server URLThe base URL for the Vercara UltraDNS API. Default is https://api.ultradns.comTrue
UsernameUsername for authenticationTrue
PasswordPassword for authenticationTrue
Trust any certificate (not secure)Use SSL secure connection or not.False
Use system proxy settingsUse proxy settings for connection or not.False
Fetch eventsWhether to bring events or not.False
The maximum number of audit logs per fetchMaximum number of events to fetch per cycle. Default is 2,500, maximum is 2,500.False

Vercara UltraDNS Authentication#

The integration uses OAuth 2.0 password grant flow for authentication:

  1. Initial Token Request: Uses username/password to obtain access token and refresh token
  2. Token Usage: Access token is used in Authorization header for API requests
  3. Token Refresh: Automatically refreshes tokens when they expire, with fallback to username/password if refresh fails.

For detailed API documentation, see the REST API User Guide.

Commands#

You 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.

vercara-ultradns-get-events#


Gets audit events from Vercara UltraDNS. Manual command to fetch and display events. This command is used for developing/debugging and is to be used with caution, as it can create events, leading to events duplication and exceeding the API request limitation.

Base Command#

vercara-ultradns-get-events

Input#

Argument NameDescriptionRequired
should_push_eventsIf true, the command creates events; otherwise, it only displays them. Possible values are true and false. The default value is false.Required
limitMaximum number of events to return. Default is 50, maximum is 2,500.Optional
start_timeStart time for event collection. Supports ISO format ("2023-01-01T00:00:00") or natural language ("7 days ago", "yesterday", "1 week ago").Required
end_timeEnd time for event collection. Supports ISO format ("2023-01-01T23:59:59") or natural language ("2 hours ago", "now"). Default is now if not provided.Optional

Context Output#

There is no context output for this command.