Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
Leverages the Infoblox SOC Insights API to enrich a Microsoft Sentinel Incident triggered by an Infoblox SOC Insight & ingest Insight details into custom InfobloxInsight tables. The tables are used to build the Infoblox SOC Insights Workbook. This playbook can be configured to run automatically when an incident occurs (recommended) or run on demand.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Infoblox |
| Source | View on GitHub |
This content item queries data from the following tables:
| Table | Transformations | Ingestion API | Lake-Only |
|---|---|---|---|
InfobloxInsightAssets_CL 🔶 |
? | ✓ | ? |
InfobloxInsightComments_CL 🔶 |
? | ✓ | ? |
InfobloxInsightEvents_CL 🔶 |
? | ✓ | ? |
InfobloxInsightIndicators_CL 🔶 |
? | ✓ | ? |
InfobloxInsight_CL 🔶 |
✗ | ✓ | ✗ |
This playbook uses 3 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azureloganalyticsdatacollector |
Managed | 1 | 5 |
azuresentinel |
Managed | 1 | 2 |
http |
Built-in | 0 | 6 |
azureloganalyticsdatacollector (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Send_Summary_(Insight)_Data | post | /api/logs |
— |
| Send_Asset_Data | post | /api/logs |
— |
| Send_Indicator_Data | post | /api/logs |
— |
| Send_Event_Data | post | /api/logs |
— |
| Send_Comment_Data | post | /api/logs |
— |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Add_InfobloxInsightID_Tag | put | /Incidents |
— |
| Update_Incident_Tags | put | /Incidents |
— |
http (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Test_Connection_to_Infoblox_CSP | GET | https://csp.infoblox.com/api/v1/insights/@{items('For_Each_Object_GUID')?['properties']?['objectGuid']} |
— |
| Get_Summary_Data | GET | https://csp.infoblox.com/api/v1/insights/@{items('For_each_Insight_ID')?['properties']?['objectGuid']} |
— |
| Get_Asset_Data | GET | https://csp.infoblox.com/api/v1/insights/@{items('For_each_Insight_ID')?['properties']?['objectGuid']}/assets |
— |
| Get_Indicator_Data | GET | https://csp.infoblox.com/api/v1/insights/@{items('For_each_Insight_ID')?['properties']?['objectGuid']}/indicators |
— |
| Get_Event_Data | GET | https://csp.infoblox.com/api/v1/insights/@{items('For_each_Insight_ID')?['properties']?['objectGuid']}/events |
— |
| Get_Comment_Data | GET | https://csp.infoblox.com/api/v1/insights/@{items('For_each_Insight_ID')?['properties']?['objectGuid']}/comments |
— |
This playbook uses the Infoblox SOC Insights API to get all the details about an SOC Insight Incident. These Incidents are triggered by the Infoblox - SOC Insight Detected analytic queries packaged as part of this solution. These queries will read your data for insights and create an Incident when one is found, hereby known as a SOC Insight Incident.
Then, you can run this playbook on those incidents to ingest many details about the Insight, placed in several custom tables prefixed with InfobloxInsight. This data also builds the Infoblox SOC Insight Workbook you can use to richly visualize and drilldown your Insights.
It will also add several tags to the SOC Insight Incident.
This playbook can be configured to run automatically when a SOC Insight Incident occurs or run on demand.
Once deployment is complete, authorize each connection.
Assign role to this playbook
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊