-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into ciac-8764/generalize_mode_option_in_pre_co…
…mmit
- Loading branch information
Showing
20 changed files
with
347 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 28 additions & 5 deletions
33
Packs/CommonPlaybooks/Playbooks/playbook-Get_host_forensics_-_Generic_README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,60 @@ | ||
This playbook retrieves forensics from hosts for the following integrations: | ||
- Illusive Networks | ||
- Microsoft Defender For Endpoint | ||
- Illusive Networks | ||
- Microsoft Defender For Endpoint. | ||
|
||
## Dependencies | ||
|
||
This playbook uses the following sub-playbooks, integrations, and scripts. | ||
|
||
### Sub-playbooks | ||
|
||
* Illusive-Collect-Forensics-On-Demand | ||
* Microsoft Defender For Endpoint - Collect investigation package | ||
|
||
### Integrations | ||
|
||
This playbook does not use any integrations. | ||
|
||
### Scripts | ||
IsIntegrationAvailable | ||
|
||
* IsIntegrationAvailable | ||
|
||
### Commands | ||
|
||
This playbook does not use any commands. | ||
|
||
## Playbook Inputs | ||
|
||
--- | ||
|
||
| **Name** | **Description** | **Default Value** | **Required** | | ||
| --- | --- | --- | --- | | ||
| fqdn_or_ip | If using the Illusive Networks integration to retrieve additional forensics, provide the host fqdn_or_ip from which to get the forensics. | | Optional | | ||
| start_date | Date_range must be "number date_range_unit", for example 2 hours, 4 minutes, 6 months, 1 day. | | Optional | | ||
| end_date | Date_range must be "number date_range_unit" for example 2 hours, 4 minutes, 6 months, 1 day. | | Optional | | ||
| machine_ID | The machine IDs of the systems you want to retrieve. | | Optional | | ||
| machine_ID | Provide the machine IDs of the systems you want to retrieve. | | Optional | | ||
|
||
## Playbook Outputs | ||
|
||
--- | ||
There are no outputs for this playbook. | ||
|
||
| **Path** | **Description** | **Type** | | ||
| --- | --- | --- | | ||
| MicrosoftATP | An object containing the machine action details. | unknown | | ||
| MicrosoftATP.MachineAction | Microsoft Defender For Endpoint machine action details. | unknown | | ||
| Illusive.Forensics.Evidence | An object containing evidence from Illusive Networks. | unknown | | ||
| Illusive.Forensics.Evidence.details | The forensics evidence details. | unknown | | ||
| Illusive.Forensics.Evidence.eventId | The event ID. | unknown | | ||
| Illusive.Forensics.Evidence.id | The forensics evidence ID. | unknown | | ||
| Illusive.Forensics.Evidence.source | The evidence source. | unknown | | ||
| Illusive.Forensics.Evidence.starred | Whether the forensics evidence has been starred. | unknown | | ||
| Illusive.Forensics.Evidence.time | Date and time of the forensics evidence. | unknown | | ||
| Illusive.Forensics.Evidence.title | The forensics evidence description. | unknown | | ||
| Illusive.Forensics | Ab object containing the Incident ID in Illusive Networks. | unknown | | ||
| Illusive.Forensics.IncidentId | The incident ID. | unknown | | ||
|
||
## Playbook Image | ||
|
||
--- | ||
|
||
![Get host forensics - Generic](../doc_files/Get_host_forensics_-_Generic.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
#### Playbooks | ||
|
||
##### Get host forensics - Generic | ||
|
||
Added investigation data and forensics to the outputs of the playbook. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
#### Integrations | ||
|
||
##### Atlassian Jira v2 (Deprecated) | ||
|
||
- Added the **resolution** argument to the ***jira-edit-issue*** command when closing an issue. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.