CiscoAMPEventCollector
This is the Cisco AMP event collector integration for Cortex XSIAM.
Analytics & SIEM · Cisco AMP
Details
| ID | CiscoAMPEventCollector |
|---|---|
| Provider | Cisco Systems |
| Category | Analytics & SIEM |
| From Version | 6.8.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Supported Modules | Agentix XSIAM |
README
This is the Cisco AMP event collector integration for Cortex XSIAM.
This integration was integrated and tested with version v1 of CiscoAMPEventCollector.
This is the default integration for this content pack when configured by the Data Onboarder in Cortex XSIAM.
Configure Cisco AMP Event Collector in Cortex
| Parameter | Required |
|---|---|
| Server URL (e.g., https://some_url.com) | True |
| Client ID | True |
| API Key | True |
| Max events number per fetch | False |
| Trust any certificate (not secure) | False |
| Use system proxy settings | False |
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.
cisco-amp-get-events
Gets events from Cisco AMP.
Base Command
cisco-amp-get-events
Input
| Argument Name | Description | Required |
|---|---|---|
| should_push_events | If true, the command will create events, otherwise it will only display them. Possible values are: true, false. Default is false. | Required |
| max_events_per_fetch | Maximum results to return. | Required |
| from_date | From date to get events from. | Optional |
Context Output
There is no context output for this command.
Configuration parameters
url— Server URL (e.g., https://url.com) (required)credentials— Client ID (required)max_events_per_fetch— Max events per fetchinsecure— Trust any certificate (not secure)proxy— Use system proxy settings
Commands (1)
-
cisco-amp-get-eventsGets events from Cisco AMP.
To generate the Credentials: 1. Log into the Console, and navigate to Accounts > API Credentials. 2. Click New API Credential to create a new set of Keys. 3. Provide an Application name. Select the Scope of Read-only or Read & Write. 4. Click the Create button. Save the API Key and Client ID information as some of it will not be available after leaving the screen. For additional info check [official docs](https://www.cisco.com/c/en/us/support/docs/security/amp-endpoints/201121-Overview-of-the-Cisco-AMP-for-Endpoints.html)