Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
Once a new Microsoft Sentinel incident is created, this playbook gets triggered and performs the following actions: 1. Creates case in TheHive instance with enriched description and title. 2. Gets Hosts, IPs entities. 3. Creates task and bind it to case. 4. Creates observables with hosts and IPs for created case.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | TheHive |
| Source | View on GitHub |
This playbook uses 2 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 2 |
TheHive |
Custom | 1 | 4 |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Entities_-_Get_Hosts | post | /entities/host |
— |
| Entities_-_Get_IPs | post | /entities/ip |
— |
TheHive (Custom)| Action | Method | Endpoint | Other |
|---|---|---|---|
| create_observable_for_a_case | post | /api/v0/case/@{encodeURIComponent(body('create_case')?['caseId'])}/artifact |
— |
| create_observable_for_a_case_2 | post | /api/v0/case/@{encodeURIComponent(body('create_case')?['caseId'])}/artifact |
— |
| create_case | post | /api/case |
— |
| create_task | post | /api/case/@{encodeURIComponent(body('create_case')?['caseId'])}/task |
— |
📄 Source: TheHive-CreateCase/readme.md
When a new sentinel incident is created, this playbook gets triggered and performs the following actions:
Once deployment is complete, authorize each connection.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊