Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook adds new observable in EclecticIQ based on the entities info present in Sentinel incident. If same type and value exists already, then it will update the observable and comment will be added to Sentinel's incident
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | EclecticIQ |
| Source | View on GitHub |
This playbook uses 2 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 6 |
EclecticIQCustomConnector |
Custom | 1 | 5 |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Add_comment_to_incident_(V3) | 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 |
— |
EclecticIQCustomConnector (Custom)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Create_or_Update_Observables_-_Accounts | put | /api/v1/observables/ |
— |
| Create_or_Update_Observables-FileHash | put | /api/v1/observables/ |
— |
| Create_or_Update_Observables-Host | put | /api/v1/observables/ |
— |
| Create_or_Update_Observables-IP | put | /api/v1/observables/ |
— |
| Create_or_Update_Observables-URI | put | /api/v1/observables/ |
— |
📄 Source: EclecticIQPlaybooks/EclecticIQ-CreateObservable/readme.md
When a new Microsoft 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 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 · 📊