Get File Sample From Path - Generic V3
Common Playbooks Pack.#
This Playbook is part of theSupported versions
Supported Cortex XSOAR versions: 6.0.0 and later.
This playbook returns a file sample from a specified path and host that you input in the following playbooks:
- PS Remote Get File Sample From Path
- Get File Sample From Path - VMware Carbon Black EDR (Live Response API)
- CrowdStrike Falcon - Retrieve File
- MDE - Retrieve File
- Cortex XDR - Retrieve File V2
#
DependenciesThis playbook uses the following sub-playbooks, integrations, and scripts.
#
Sub-playbooks- MDE - Retrieve File
- CrowdStrike Falcon - Retrieve File
- Get File Sample From Path - VMware Carbon Black EDR - Live Response API
- Cortex XDR - Retrieve File v2
- PS Remote Get File Sample From Path
#
IntegrationsThis playbook does not use any integrations.
#
ScriptsThis playbook does not use any scripts.
#
CommandsThis playbook does not use any commands.
#
Playbook InputsName | Description | Default Value | Required |
---|---|---|---|
Host | Hostname of the machine on which the file is located, for PS remote it can also be an IP address. | Optional | |
Path | The path of the file to retrieve. For example: C:\users\folder\file.txt | Optional | |
Agent_ID | The ID of the agent, or of the endpoint, in the relevant integration (such as EDR). | Optional |
#
Playbook OutputsPath | Description | Type |
---|---|---|
File.Size | The size of the file. | number |
File.Type | The type of the file. | string |
File.Info | General information of the file. | string |
File.MD5 | The MD5 hash of the file. | string |
File.SHA1 | The SHA1 hash of the file. | string |
File.SHA256 | The SHA256 hash of the file. | string |
File.SHA512 | The SHA512 hash of the file. | string |
File.EntryID | The file entry ID. | string |
File.Extension | The file extension. | string |
File.Name | The file name. | string |
File.SSDeep | File SSDeep. | string |
AcquiredFile | The acquired file details. | Unknown |
ExtractedFiles | A list of file names that were extracted from the ZIP file. | string |
NonRetrievedFiles | A list of files that were not retrieved. | string |