Details
| ID | CBPFindComputer |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | carbon-black-protection bit9 |
README
Finds a computer 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-computer-search
Inputs
| Argument Name | Description |
|---|---|
| query | Only shows computers matching this query. If omitted, all computers will be displayed. The query is in CBEP/Bit9 syntax, documented here. For example, “name:srv”. |
Outputs
There are no outputs for this script.
commonfields: id: CBPFindComputer version: -1 name: CBPFindComputer script: '' type: python subtype: python3 tags: - carbon-black-protection - bit9 comment: Find a computer in CBEP/Bit9. system: true args: - name: query default: true description: Only show computers matching this query. If omitted, displays all computers. Query is in CBEP/Bit9 syntax documented in https://developer.carbonblack.com/reference/enterprise-protection/7.2/rest-api/#query-condition - e.g. "name:*srv*". scripttarget: 0 dependson: must: - cbp-computer-search timeout: 0s fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10116658 tests: - No test