McAfee DAM
McAfee DAM Pack.#
This Integration is part of theUse McAfee Database Activity Monitoring (DAM) Integration to fetch Alerts (incidents) and query Alerts.
This integration was integrated and developed with version 4.6.x of McAfee DAM.
#
Configure McAfeeDAM on Cortex XSOARMake sure that the XML API interface is enabled on your McAfee DAM server (Settings > Interfaces > XML API), and that the configured user has read permissions to query DAM Alerts and Sensors (XML API).
Important: The user configured in McAfee DAM must have the Use XML API permission as documented here.
Instructions on how to configure and test the XML API for McAfee DAM are available here.
- Navigate to Settings > Integrations > Servers & Services.
- Search for McAfeeDAM.
- Click Add instance to create and configure a new integration instance.
Parameter | Description | Required |
---|---|---|
url | URL | True |
credentials | Credentials | True |
batchSize | Batch size for incident fetch | False |
isFetch | Fetch incidents | False |
incidentType | Incident type | False |
secure | Validate ceritifacte | False |
ruleName | Rule Name, If fetch incident is checked, this field is mandatory and will be used to get DAM alerts only triggered by this rule | False |
- Click Test to validate the URLs, token, and connection.
#
CommandsYou can execute these commands from the Cortex XSOAR 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.
#
Get information for a single alertGets a DAM alert from McAfee Database Activity Monitoring by alert ID.
#
Required Permissions- Alerts Read
#
Base Commanddam-get-alert-by-id
#
InputArgument Name | Description | Required |
---|---|---|
id | The alert ID. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
AlertId | unknown | DAM alert ID. |
alertAccessedObjects | unknown | DAM accessed objects. |
dbUser | unknown | DAM Database User. |
Account.Username | unknown | DAM OS user. |
database | unknown | DAM database. |
sensor | unknown | DAM sensor. |
rules | unknown | DAM rules. |
#
Get the latest DAM alertsGets the latest DAM alerts by rule name.
#
Required Permissions- Alerts Read
#
Base Commanddam-get-latest-by-rule
#
InputArgument Name | Description | Required |
---|---|---|
ruleName | Name of the rule that triggered the alert. | Required |
count | Number of alerts to retrieve. The default is 10. | Optional |
timeBack | Filter DAM alerts and import alerts that were created only in the last X minutes. The default is the last 10 minutes. | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
AlertId | unknown | DAM alert ID. |
alertAccessedObjects | unknown | DAM accessed objects. |
dbUser | unknown | DAM database user. |
Account.Username | unknown | DAM OS user. |
database | unknown | DAM database. |
sensor | unknown | DAM sensor. |
rules | unknown | DAM rules. |