Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook search in Elastic Search for based on the entities (Account, Host, IP, FileHash, URL) present result to Microsoft Sentinel incident
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Elastic Search |
| Source | View on GitHub |
This playbook uses 2 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 7 |
ElasticSearchCustomConnector |
Custom | 1 | 6 |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Add_comment_to_incident_(V3) | post | /Incidents/Comment |
— |
| Add_comment_to_incident_(V3)_2 | post | /Incidents/Comment |
— |
| Entities_-_Get_Accounts | post | /entities/account |
— |
| Entities_-_Get_FileHashes | post | /entities/filehash |
— |
| Entities_-_Get_Hosts | post | /entities/host |
— |
| Entities_-_Get_IPs | post | /entities/ip |
— |
| Entities_-_Get_URLs | post | /entities/url |
— |
ElasticSearchCustomConnector (Custom)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Run_Search_Account | post | /@{encodeURIComponent(variables('ElasticIndex'))}/_search |
— |
| Run_Search_FileHash | post | /@{encodeURIComponent(variables('ElasticIndex'))}/_search |
— |
| Run_Search_Host | post | /@{encodeURIComponent(variables('ElasticIndex'))}/_search |
— |
| Run_Search | post | /@{encodeURIComponent(variables('ElasticIndex'))}/_search |
— |
| Run_Search_URL | post | /@{encodeURIComponent(variables('ElasticIndex'))}/_search |
— |
| Search_Shards | get | /@{encodeURIComponent('*')}/_search_shards |
— |
📄 Source: ElasticSearchPlaybooks/ElasticSearch-EnrichIncident/readme.md
When a new Azure Sentinel incident is created, this playbook gets triggered and performs below actions


Deploy the playbook by clicking on "Deploy to Azure" button. This will take you to deplyoing an ARM Template wizard.
Fill in the required paramteres:
Once deployment is complete, you will need to authorize each connection.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊