CBPBanHash Deprecated
Deprecated. Use the cbp-fileRule-createOrUpdate command instead.
python · Carbon Black Enterprise Protection
Details
| ID | CBPBanHash |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python:2.7.18.27799 |
| Tags | carbon-black-protection bit9 |
README
Bans/block lists a hash in CBEP/Bit9.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | carbon-black-protection, bit9 |
Dependencies
This script uses the following commands and scripts.
- cbp-fileRule-update
Inputs
| Argument Name | Description |
|---|---|
| hash | The hash value(s) to ban (comma-separated). |
Outputs
There are no outputs for this script.
commonfields: id: CBPBanHash version: -1 name: CBPBanHash script: '' type: python subtype: python2 tags: - carbon-black-protection - bit9 comment: Deprecated. Use the cbp-fileRule-createOrUpdate command instead. deprecated: true system: true args: - name: hash required: true default: true description: The hash value(s) to ban (comma-separated). scripttarget: 0 dependson: must: - cbp-fileRule-createOrUpdate timeout: 0s fromversion: 5.0.0 dockerimage: demisto/python:2.7.18.27799 tests: - No test