Skip to content

Commit

Permalink
Update carbon black deprecated content (#27100)
Browse files Browse the repository at this point in the history
* update content on playbook-Block_Endpoint_-_Carbon_Black_Response.yml

* updated sub-playbook playbook-Block_Endpoint_-_Carbon_Black_Response_2_1 instead playbook-Block_Endpoint_-_Carbon_Black_Response

* RN after create new playbook for block endpoint carbon black v2.1

* RN after replaced sub-playbook `Block Endpoint - Carbon Black Response V2` with sub-playbook `Block Endpoint - Carbon Black Response V2.1` on isolated endpoint - generic v2

* replace extrha hop deprecated command and update carbon black command on Endpoint Enrichment v2.1

* RN after replace extrha hop deprecated command and update carbon black command on Endpoint Enrichment v2.1

* Bump pack from version CommonPlaybooks to 2.3.73.

* Apply suggestions from code review

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* the playbook Block IP Generic v2 was deprecated

* the playbook Block IP Generic v2 was deprecated

* RN after playbook Block IP Generic v2 was deprecated

* fix validation errors and change skipunavailable to true on isolated endpoint  - generic v2

* Apply suggestions from code review

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/CommonPlaybooks/Playbooks/playbook-Endpoint_Enrichment_-_Generic_v2.1_6_8.yml

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* fix validation errors add missing png and edit RN for pack EOL date

* Update Packs/Carbon_Black_Enterprise_Response/Playbooks/playbook-Block_Endpoint_-_Carbon_Black_Response_README.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/CommonPlaybooks/Playbooks/playbook-Isolate_Endpoint_-_Generic_V2_6_8_README.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* fix Conflicting files

* Bump pack from version Carbon_Black_Enterprise_Response to 2.1.35.

* Apply suggestions from code review

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* fix for conflict

---------

Co-authored-by: Content Bot <bot@demisto.com>
Co-authored-by: altmannyarden <61933087+altmannyarden@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: Adi Daud <46249224+adi88d@users.noreply.github.com>
  • Loading branch information
5 people authored Jun 20, 2023
1 parent c86f6c2 commit 321301d
Show file tree
Hide file tree
Showing 20 changed files with 930 additions and 100 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
deprecated: true
id: block_endpoint_-_carbon_black_response
version: -1
name: Block Endpoint - Carbon Black Response
fromversion: "5.0.0"
description: Carbon Black Response - isolate an endpoint, given a hostname.
description: Deprecated. Use the `Block Endpoint - Carbon Black Response V2.1` playbook instead. Carbon Black Response - isolate an endpoint, given a hostname.
starttaskid: "0"
tasks:
"0":
Expand Down
Original file line number Diff line number Diff line change
@@ -1,39 +1,48 @@
Carbon Black Response isolates an endpoint for a given hostname.
Deprecated. Use the `Block Endpoint - Carbon Black Response V2.1` playbook instead. Carbon Black Response - isolate an endpoint, given a hostname.

## Dependencies

This playbook uses the following sub-playbooks, integrations, and scripts.

### Sub-playbooks

This playbook does not use any sub-playbooks.

### Integrations
carbonblack

* carbonblack

### Scripts

This playbook does not use any scripts.

### Commands

* cb-quarantine-device
* cb-sensor-info

## Playbook Inputs

---

| **Name** | **Description** | **Default Value** | **Required** |
| --- | --- | --- | --- |
| Hostname | The hostname to isolate. | ${Endpoint.Hostname} | Optional |

## Playbook Outputs

---

| **Path** | **Description** | **Type** |
| --- | --- | --- |
| CbResponse.Sensors.CbSensorID | Carbon Black Response Sensors IDs that are isolated. | unknown |
| CbResponse.Sensors.CbSensorID | Carbon Black Response sensor IDs that have been isolated. | unknown |
| Endpoint | The isolated enpoint. | unknown |
| CbResponse.Sensors.Status | Sensor status. | unknown |
| CbResponse.Sensors.Isolated | Is sensor isolated. | unknown |
| Endpoint.Hostname | Endpoint hostname. | unknown |

## Playbook Image

---
![Block Endpoint - Carbon Black Response](https://raw.githubusercontent.com/demisto/content/1bdd5229392bd86f0cc58265a24df23ee3f7e662/docs/images/playbooks/Block_Endpoint_Carbon_Black_Response.png)

![Block Endpoint - Carbon Black Response](../doc_files/Block_Endpoint_-_Carbon_Black_Response.png)
Loading

0 comments on commit 321301d

Please sign in to comment.