CBPCatalogFindHash
Search the CBP/Bit9 file catalog for an md5 hash.
python · Carbon Black Enterprise Protection
Details
| ID | CBPCatalogFindHash |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | carbon-black-protection bit9 enhancement |
README
Searches the CBP/Bit9 file catalog for an MD5 hash of a file.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | carbon-black-protection, bit9, enhancement |
Dependencies
This script uses the following commands and scripts.
- cbp-fileCatalog-search
Inputs
| Argument Name | Description |
|---|---|
| md5 | The MD5 hash of a file to find. |
Outputs
There are no outputs for this script.
commonfields: id: CBPCatalogFindHash version: -1 name: CBPCatalogFindHash script: '' type: python subtype: python3 tags: - carbon-black-protection - bit9 - enhancement comment: Search the CBP/Bit9 file catalog for an md5 hash. system: true args: - name: md5 required: true default: true description: md5 hash to find. scripttarget: 0 dependson: must: - cbp-fileCatalog-search timeout: 0s fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10116658 tests: - No test