Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook adds new indicator in OpenCTI based on the entities info present in Sentinel incident. This playbook search in OpenCTI for indicatoes based on the entities (Account, Host, IP, FileHash, URL) present in Microsoft Sentinel incident. If it presnts in OpenCTI, information will be added to incident comment otherwise it creates new indicator in OpenCTI
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | OpenCTI |
| Source | View on GitHub |
This playbook uses 2 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 6 |
OpenCTICustomConnector |
Custom | 1 | 17 |
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 |
— |
OpenCTICustomConnector (Custom)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Run_GraphQL_Query_Create_Org | post | /graphql |
— |
| Run_GraphQL_Query_Create_new_label | post | /graphql |
— |
| Run_GraphQL_Query_Create_Marking_Info | post | /graphql |
— |
| Run_GraphQL_Query_Create_Indicator_-_account | post | /graphql |
— |
| Run_GraphQL_Query_to_get_indicator_info_-_Accounts | post | /graphql |
— |
| Run_GraphQL_Query_Create_Indicator_-_FileHash | post | /graphql |
— |
| Run_GraphQL_Query_to_get_indicator_info_-_FileHash | post | /graphql |
— |
| Run_GraphQL_Query_Create_Indicator_-_Host | post | /graphql |
— |
| Run_GraphQL_Query_to_get_indicator_info_-_Host | post | /graphql |
— |
| Run_GraphQL_Query_Create_Indicator_-_IP | post | /graphql |
— |
| Run_GraphQL_Query_to_get_indicator_info_-_IP | post | /graphql |
— |
| Run_GraphQL_Query_Create_Indicator_-_URL | post | /graphql |
— |
| Run_GraphQL_Query_to_get_indicator_info_-_URLs | post | /graphql |
— |
| Run_GraphQL_Get_Marking_info | post | /graphql |
— |
| Run_GraphQL_Query_Get_Label_info | post | /graphql |
— |
| Run_GraphQL_Query_for_Orginfo | post | /graphql |
— |
| Run_Sample_GraphQL_Query_to_check_Auth_ | post | /graphql |
— |
📄 Source: OpenCTIPlaybooks/OpenCTI-CreateIndicator/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 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 · 📊