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.
category: Analytics & SIEM provider: Cisco Systems sectionorder: - Connect - Collect commonfields: id: CiscoAMPEventCollector version: -1 configuration: - display: Server URL (e.g., https://url.com) name: url required: true type: 0 section: Connect - display: Client ID name: credentials required: true displaypassword: API Key type: 9 section: Connect - defaultvalue: 1000 section: Collect display: Max events per fetch name: max_events_per_fetch advanced: true required: false type: 0 - display: Trust any certificate (not secure) name: insecure required: false type: 8 section: Connect advanced: true - display: Use system proxy settings name: proxy required: false type: 8 section: Connect advanced: true description: This is the Cisco AMP event collector integration for Cortex XSIAM. display: Cisco AMP Event Collector name: CiscoAMPEventCollector script: commands: - arguments: - auto: PREDEFINED defaultValue: 'false' description: If true, the command will create events, otherwise it will only display them. isArray: false name: should_push_events predefined: - 'true' - 'false' required: true - default: false description: Maximum results to return. isArray: false name: max_events_per_fetch required: true secret: false - default: false description: Date from which to get events. name: from_date required: false deprecated: false description: Gets events from Cisco AMP. execution: false name: cisco-amp-get-events dockerimage: demisto/python3:3.12.13.10116658 isfetchevents: true runonce: false script: '-' subtype: python3 type: python marketplaces: - marketplacev2 - platform fromversion: 6.8.0 tests: - No tests (auto formatted) supportedModules: - xsiam