Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊
When a new Microsoft Sentinel incident is created, this playbook gets triggered and performs below actions:
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | CrowdStrike Falcon Endpoint Protection |
| Source | View on GitHub |
📄 Source: CrowdStrike_ContainHost/readme.md
## Summary
When a new Microsoft Sentinel incident is created, this playbook gets triggered and performs below actions:
1. Fetches the device information from Crowdstrike
2. Contain host if it is not already contained
3. Enrich the incident with device information from Crowdstrike


Once deployment is complete, you will need to authorize connections. 1. Click the Microsoft Sentinel connection resource 2. Click edit API connection 3. Click Authorize 4. Sign in 5. Click Save
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 a string variable to hold comments to update in the incident
Initialize a string variable to hold the success or failure information from crowdstrike api actions
Call the base logic App to get access token and Falcon Host URL
This gets the device id from crowdstrike filtered by hostname
This prepares Json message for the device id response
### Condition to check if device is present in crowdstrike 1. If device is present, get the device information from crowdstrike API and prepares HTML table with required information 2. Checks the device status, if not contained/normal the playbook will contain the device
### Compose image to add in the incident This action will compose the Crowdstrike image to add to the incident comments
This action will enrich the incident with the constructed HTML table with device information
If playbook contained the device, then close the incident with proper closure comments
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊
↑ Back to Playbooks · Back to CrowdStrike Falcon Endpoint Protection