|
| 1 | +Cloud-based SaaS to detect risks found on social media and digital channels. |
| 2 | +This integration was integrated and tested with version 1.4.0 of ZeroFoxKey. |
| 3 | + |
| 4 | +## Configure ZeroFox Key Incidents in Cortex |
| 5 | + |
| 6 | + |
| 7 | +| **Parameter** | **Required** | |
| 8 | +| --- | --- | |
| 9 | +| URL (e.g., https://api.zerofox.com/) | True | |
| 10 | +| Fetch incidents | False | |
| 11 | +| Username | True | |
| 12 | +| Password | True | |
| 13 | +| First fetch timestamp (<number> <time unit>, e.g., 12 hours, 7 days) | False | |
| 14 | +| Incident type | False | |
| 15 | + |
| 16 | +## Commands |
| 17 | + |
| 18 | +You can execute these commands from the CLI, as part of an automation, or in a playbook. |
| 19 | +After you successfully execute a command, a DBot message appears in the War Room with the command details. |
| 20 | + |
| 21 | +### zerofox-get-key-incident-attachment |
| 22 | + |
| 23 | +*** |
| 24 | +Fetches a Key Incident Attachment by ID and uploads it to the current investigation War Room. |
| 25 | + |
| 26 | +#### Base Command |
| 27 | + |
| 28 | +`zerofox-get-key-incident-attachment` |
| 29 | + |
| 30 | +#### Input |
| 31 | + |
| 32 | +| **Argument Name** | **Description** | **Required** | |
| 33 | +| --- | --- | --- | |
| 34 | +| attachment_id | The ID of the Key Incident Attachment. | Required | |
| 35 | + |
| 36 | +#### Context Output |
| 37 | + |
| 38 | +| **Path** | **Type** | **Description** | |
| 39 | +| --- | --- | --- | |
| 40 | +| File.Size | Number | The size of the file. | |
| 41 | +| File.SHA1 | String | The SHA1 hash of the file. | |
| 42 | +| File.SHA256 | String | The SHA256 hash of the file. | |
| 43 | +| File.SHA512 | String | The SHA512 hash of the file. | |
| 44 | +| File.Name | String | The name of the file. | |
| 45 | +| File.SSDeep | String | The SSDeep hash of the file. | |
| 46 | +| File.EntryID | String | The entry ID of the file. | |
| 47 | +| File.Info | String | File information. | |
| 48 | +| File.Type | String | The file type. | |
| 49 | +| File.MD5 | String | The MD5 hash of the file. | |
| 50 | +| File.Extension | String | The file extension. | |
| 51 | + |
| 52 | +## Incident Mirroring |
| 53 | + |
| 54 | +You can enable incident mirroring between Cortex XSOAR incidents and ZeroFox Key Incidents corresponding events (available from Cortex XSOAR version 6.0.0). |
| 55 | +To set up the mirroring: |
| 56 | +1. Enable *Fetching incidents* in your instance configuration. |
| 57 | + |
| 58 | +Newly fetched incidents will be mirrored in the chosen direction. However, this selection does not affect existing incidents. |
| 59 | +**Important Note:** To ensure the mirroring works as expected, mappers are required, both for incoming and outgoing, to map the expected fields in Cortex XSOAR and ZeroFox Key Incidents. |
0 commit comments