Armorblox
Armorblox is an API-based platform that stops targeted email attacks, protects sensitive data, and automates incident response.
Email · Armorblox
Details
| ID | Armorblox |
|---|---|
| Provider | Cisco Systems |
| Category | |
| From Version | 6.0.0 |
| Docker Image | demisto/armorblox:1.0.0.10120494 |
| Supported Modules | Agentix XSIAM |
README
Armorblox is an API-based platform that stops targeted email attacks,
protects sensitive data, and automates incident response.
This integration was integrated and tested with version 4.3.0 of Armorblox
Configure Armorblox on Cortex XSOAR
- Navigate to Settings > Integrations > Servers & Services.
- Search for Armorblox.
- Click Add instance to create and configure a new integration instance.
- Select Fetches incidents to pull incidents from Armorblox to Cortex
- Select Classifier as Armorblox-Classifier
-
Select Mapper as Armorblox-Mapper
Parameter Required Armorblox tenant name True Incident type False API key True Fetch limit False First fetch timestamp (last <number> <time unit>, e.g., last7Days) False Incidents Fetch Interval False Trust any certificate (not secure) False Use system proxy settings False Fetch incidents False - Click Test to validate the URLs, token, and connection.
- Save and Exit to enable the instance.
Commands
You 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.
armorblox-check-remediation-action
Check the recommended remediation action for any incident
Base Command
armorblox-check-remediation-action
Input
| Argument Name | Description | Required |
|---|---|---|
| incident_id | The incident id of the incident under inspection. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Armorblox.Threat.remediation_actions | string |
Command Example
#### Context Example
{
“Armorblox”:
{
“Threat”:
{
“incident_id”: “5375”,
“remediation_actions”: “NEEDS REVIEW”
}
}
}
```
Human Readable Output
| incident_id | 5375 |
|---|---|
| remediation_actions | NEEDS REVIEW |
fetch-incidents
Gets a list of armorblox incidents
Base Command
fetch-incidents
Context Output
There is no context output for this command.
Configuration parameters
tenantName— Armorblox tenant name (required)incidentType— Incident typeapikey— API key (required)max_fetch— Fetch limitfirst_fetch— First fetch timestampincidentFetchInterval— Incidents Fetch Intervalinsecure— Trust any certificate (not secure)proxy— Use system proxy settingsisFetch— Fetch incidents
Commands (2)
-
armorblox-check-remediation-actionCheck the recommended remediation action for any incident.
-
fetch-incidentsGets a list of armorblox incidents.
## Armorblox To configure an instance of Armorblox integration in Cortex XSOAR: - Provide a 'Tenant Name' Copy the tenant name from your Armorblox URL (TENANTNAME.armorblox.com). - Provide 'API Key' Create an API Key in Armorblox. Navigate to `Settings --> API Keys` and click on `+Create API Key` to generate a new API key. Specify a descriptive name (e.g. Cortex) and click `Create`. The key is only displayed once (in a popup window) and must be copied and saved in a secure location. The API keys thus created should never be shared with anyone other than internal Armorblox admins. The API key is included with each GET request.