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 CortexParameter | Description | Required |
---|---|---|
Server URL | The base URL for the Vercara UltraDNS API. Default is https://api.ultradns.com | True |
Username | Username for authentication | True |
Password | Password for authentication | True |
Trust any certificate (not secure) | Use SSL secure connection or not. | False |
Use system proxy settings | Use proxy settings for connection or not. | False |
Fetch events | Whether to bring events or not. | False |
The maximum number of audit logs per fetch | Maximum number of events to fetch per cycle. Default is 2,500, maximum is 2,500. | False |
#
Vercara UltraDNS AuthenticationThe integration uses OAuth 2.0 password grant flow for authentication:
- Initial Token Request: Uses username/password to obtain access token and refresh token
- Token Usage: Access token is used in Authorization header for API requests
- 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.
#
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.
#
vercara-ultradns-get-eventsGets 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 Commandvercara-ultradns-get-events
#
InputArgument Name | Description | Required |
---|---|---|
should_push_events | If true, the command creates events; otherwise, it only displays them. Possible values are true and false. The default value is false. | Required |
limit | Maximum number of events to return. Default is 50, maximum is 2,500. | Optional |
start_time | Start time for event collection. Supports ISO format ("2023-01-01T00:00:00") or natural language ("7 days ago", "yesterday", "1 week ago"). | Required |
end_time | End 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 OutputThere is no context output for this command.