Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook search for indicators in Minemeld related to the entities(IP, filehash, URL) gathered from Sentinel incident. If the search result is positive a comment stating the indicator is already present or it creates a new indicator in Minemeld.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Minemeld |
| Source | View on GitHub |
This playbook uses 2 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 6 |
MinemeldCustomConnector |
Custom | 1 | 4 |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Add_comment_to_incident_(V3)_6 | post | /Incidents/Comment |
— |
| Add_comment_to_incident_(V3) | post | /Incidents/Comment |
— |
| Add_comment_to_incident_(V3)_4 | post | /Incidents/Comment |
— |
| Add_comment_to_incident_(V3)_2 | post | /Incidents/Comment |
— |
| Add_comment_to_incident_(V3)_5 | post | /Incidents/Comment |
— |
| Add_comment_to_incident_(V3)_3 | post | /Incidents/Comment |
— |
MinemeldCustomConnector (Custom)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Get_Indicators | get | /config/data/@{encodeURIComponent(parameters('Miner DB Node'),'_indicators')} |
— |
| Add_delete_update_indicator_3 | post | /config/data/@{encodeURIComponent(parameters('Miner DB Node'),'_indicators')}/append |
— |
| Add_delete_update_indicator | post | /config/data/@{encodeURIComponent(parameters('Miner DB Node'),'_indicators')}/append |
— |
| Add_delete_update_indicator_2 | post | /config/data/@{encodeURIComponent(parameters('Miner DB Node'),'_indicators')}/append |
— |
📄 Source: MinemeldPlaybooks/Minemeld-CreateIndicator/readme.md
When a new Microsoft Sentinel incident is created, this playbook gets triggered and performs below actions
requisites
Deploy the playbook by clicking on "Deploy to Azure" button. This will take you to deploying an ARM Template wizard.
Fill in the required parameters:
Once deployment is complete, you will need to authorize each connection.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊