IBM Security Verify
#
This Integration is part of the IBM Security Verify Pack.Supported versions
Supported Cortex XSOAR versions: 8.4.0 and later.
IBM Security Verify provides a secure and scalable solution for collecting and managing security events from IBM Security Verify, offering advanced threat detection and response capabilities for protecting identities, applications, and data.
#
Set up the Third Party SystemTo obtain the Client ID and Client Secret, follow these steps:
- Log in to the IBM Security Verify UI.
- Click the profile icon located at the top right corner of the interface.
- Select Switch to admin to access administrative settings.
- Navigate to Security > API Access.
- Click Add API Client to generate the necessary credentials.
- After clicking Add API Client, make sure to assign the following permissions to the API client:
- Manage reports
- Read reports
#
Configure IBM Security Verify on Cortex XSIAMNavigate to Settings > Configurations > Data Collection > Automations & Feed Integrations.
Search for IBM Security Verify.
Click Add instance to create and configure a new integration instance.
Parameter Description Required Server URL For example: https://tenant.verify.ibm.com True Client ID True Client Secret True The maximum number of events per fetch The maximum is 50,000. True Trust any certificate (not secure) False Use system proxy settings False Click Test to validate the URLs, token, and connection.
#
CommandsYou can execute these commands from the Cortex XSIAM 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.
#
ibm-security-verify-get-eventsRetrieves events from IBM Security Verify.
#
Base Commandibm-security-verify-get-events
#
InputArgument Name | Description | Required |
---|---|---|
should_push_events | If set to 'True', the command will create events; otherwise, it will only display them. Possible values are: True, False. Default is False. | Optional |
limit | Maximum number of results to return. Default is 1000. | Optional |
last_id | The ID of the last event retrieved. Use together with last_time for pagination to get events after this ID. Example: 1234abcd-5678-90ef-1234-567890abcdef. | Optional |
last_time | The timestamp of the last event retrieved. Use together with last_id for pagination to get events after this time. Example: 1672531200000. | Optional |
sort_order | Order to sort events by: 'Desc' or 'Asc'. Possible values are: Desc, Asc. Default is Desc. | Optional |
#
Context OutputThere is no context output for this command.