Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook will collect device information from Carbon Black and post a report on the incident.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | VMware Carbon Black Cloud |
| Source | View on GitHub |
This playbook uses 2 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 2 |
CarbonBlackCloudConnector |
Custom | 1 | 1 |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Add_comment_to_incident_(V3) | post | /Incidents/Comment |
— |
| Entities_-_Get_Hosts | post | /entities/host |
— |
CarbonBlackCloudConnector (Custom)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Search_devices_in_your_organization | post | /appservices/v6/orgs/@{encodeURIComponent(variables('OrganizationKey'))}/devices/_search |
— |
📄 Source: CarbonBlack-DeviceEnrichment/readme.md
When a new Sentinel incident is created,this playbook gets triggered and performs below actions

Once deployment is complete, you will need to authorize each connection.
Microsoft Sentinel incident is created. The playbook receives the incident as the input.
Get the list of risky devices as entities from the Incident
Initialize an array variable to format the license query and used as parameter while calling the search devices with organization API action
Initialize an string variable to assign the Organization Id provided by Client while deploying the playbook and used a parameter while calling the search devices with organization API action.
This action will append each host to array variable called Hosts
This action will append logical OR operator to collected Hosts
This action call API to search the devices in the organization by taking two parameters such as Organization Key and Query [ Query contains names of the devices ]
This action will construct the HTML table with devices information
This action will enrich the incident with the constructed HTML table with devices information
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊