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. Parses alerts custom details 2. Locks Users by UserId or UserLogin passed from alert.
| 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 | 6 |
TheHive |
Custom | 1 | 2 |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Add_comment_to_incident_(V3)_5 | post | /Incidents/Comment |
— |
| Add_comment_to_incident_(V3)_6 | post | /Incidents/Comment |
— |
| Add_comment_to_incident_(V3)_4 | post | /Incidents/Comment |
— |
| Add_comment_to_incident_(V3) | post | /Incidents/Comment |
— |
| Add_comment_to_incident_(V3)_2 | post | /Incidents/Comment |
— |
| Add_comment_to_incident_(V3)_3 | post | /Incidents/Comment |
— |
TheHive (Custom)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Lock_user_by_id | patch | /api/v1/user/@{encodeURIComponent(items('Lock_users_by_UserId'))} |
— |
| Lock_user_by_login | patch | /api/v1/user/@{encodeURIComponent(items('Lock_users_by_UserLogin'))} |
— |
📄 Source: TheHive-LockUser/readme.md
When a new sentinel incident 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 · 📊