CBPFindRule
Find the rule state for a hash value in CBEP/Bit9.
python · Carbon Black Enterprise Protection
Details
| ID | CBPFindRule |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | carbon-black-protection bit9 enhancement |
README
Finds the rule state for a hash value in CBEP/Bit9.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | carbon-black-protection, bit9, enhancement |
Dependencies
This script uses the following commands and scripts.
- cbp-fileRule-search
Inputs
| Argument Name | Description |
|---|---|
| hash | The hash value(s) to check. |
Outputs
There are no outputs for this script.
commonfields: id: CBPFindRule version: -1 name: CBPFindRule script: '' type: python subtype: python3 tags: - carbon-black-protection - bit9 - enhancement comment: Find the rule state for a hash value in CBEP/Bit9. system: true args: - name: hash required: true default: true description: The hash value(s) to check. scripttarget: 0 dependson: must: - cbp-fileRule-search timeout: 0s fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10116658 tests: - No test