You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Solutions/Illumio Insight/Data Connectors/IllumioInsight_CCP/IllumioInsight_Definition.json
+9-12Lines changed: 9 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -8,25 +8,25 @@
8
8
"connectorUiConfig": {
9
9
"id": "IllumioInsightsDefinition",
10
10
"title": "Illumio Insights",
11
-
"descriptionMarkdown": "The Illumio Insights data connector allows ingesting logs from the Illumio API into Microsoft Sentinel. The data connector is built on Microsoft Sentinel Codeless Connector Platform. It uses the Illumio API to fetch logs and it supports DCR-based ingestion time transformations that parses the received security data into a custom table so that queries don't need to parse it again, thus resulting in better performance.",
11
+
"descriptionMarkdown": "Illumio Insights Connector sends workload and security graph data from Illumio Insights into the Azure Microsoft Sentinel Data Lake, providing deep context for threat detection, lateral movement analysis, and real-time investigation.",
12
12
"publisher": "Microsoft",
13
13
"graphQueries": [
14
14
{
15
15
"metricName": "Total incident logs received",
16
16
"legend": "Illumio Insights incident Logs",
17
-
"baseQuery": "IlumioInsights"
17
+
"baseQuery": "IllumioInsights_CL"
18
18
}
19
19
],
20
20
"sampleQueries": [
21
21
{
22
22
"description": "Get Sample of Illumio Insights logs",
23
-
"query": "IlumioInsights| take 10"
23
+
"query": "IllumioInsights_CL| take 10"
24
24
}
25
25
],
26
26
"dataTypes": [
27
27
{
28
-
"name": "IlumioInsights",
29
-
"lastDataReceivedQuery": "IlumioInsights\n | where TimeGenerated > ago(12h) | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
28
+
"name": "IllumioInsights_CL",
29
+
"lastDataReceivedQuery": "IllumioInsights_CL\n | where TimeGenerated > ago(12h) | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
"content": "#### Configuration steps for the Illumio Insights API\n\n**Prerequisites**\n- Register and Login to Illumio Console with valid credentials\n- Client Credentials need to be stored in Microsoft Sentinel account for the tenant\n\n**Step 1: Register the Service Account**\n1. Go to **Illumio Console → Access → Service Accounts**\n2. Create a service account for the tenant\n3. Once you create a service account, you will receive the client credentials\n4. Copy the **Username** (API Key) and the **Secret**\n\n**Step 2: Add Client Credentials to Sentinel Account**\n- Add the API key and secret to Sentinel Account for tenant authentication\n- These credentials will be used to authenticate calls to the Illumio SaaS API\n\n**Step 3: API Usage**\nThe connector will use these credentials to call the Illumio SaaS API:\n- **Endpoint**: `GET https://gw.console.illum.io/api/v1/resource-insights`\n- **Required Headers**: \n - `x-illumio-tenant-id`: Your Illumio tenant ID\n - `x-auth-key`: The API key obtained from step 1\n - `x-auth-X-api-secret`: The secret key obtained from step 1\n\n**Authentication Validation**\nIllumio validates the request against:\n- Signature against Entra ID's public keys\n- Audience (aud) matches your API's App ID URI\n- Issuer validation\n\nPlease fill in the required fields below with the credentials obtained from the Illumio Console:"
64
+
"content": "#### Configuration steps for the Illumio Insights Connector\n\n**Prerequisites**\n- Register and Login to Illumio Console with valid credentials\n- Purchase Illumio Insights or Start a free Trial for Illumio Insights\n\n**Step 1: Register the Service Account**\n1. Go to **Illumio Console → Access → Service Accounts**\n2. Create a service account for the tenant\n3. Once you create a service account, you will receive the client credentials\n4. Copy the **auth_username** (Illumio Insights API Key) and the **Secret** (API Secret)\n\n**Step 2: Add Client Credentials to Sentinel Account**\n- Add the API key and secret to Sentinel Account for tenant authentication\n- These credentials will be used to authenticate calls to the Illumio SaaS API\n\nPlease fill in the required fields below with the credentials obtained from the Illumio Console:"
Copy file name to clipboardExpand all lines: Solutions/Illumio Insight/Data Connectors/IllumioInsightsSummaryConnector_CCP/IllumioInsightsSummary_ConnectorDefinition.json
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
"id": "IllumioInsightsSummaryCCP",
13
13
"title": "Illumio Insights Summary",
14
14
"publisher": "Illumio",
15
-
"descriptionMarkdown": "The Illumio Insights Summary data connector provides the capability to ingest [Illumio](https://www.illumio.com/) security insights and threat analysis reports into Microsoft Sentinel through the REST API. Refer to [Illumio API documentation](https://docs.illumio.com/) for more information. The connector provides the ability to get daily and weekly summary reports from Illumio and visualize them in Azure Sentinel.",
15
+
"descriptionMarkdown": "The Illumio Insights Summary connector Publishes AI-powered threat discovery and anomaly reports generated by the Illumio Insights Agent. Leveraging the MITRE ATT&CK framework, these reports surface high-fidelity insights into emerging threats and risky behaviors, directly into the Data Lake.",
"description": "**Illumio API** access is required for the Illumio Insights Summary API."
77
-
}
78
72
]
79
73
},
80
74
"instructionSteps": [
81
75
{
82
76
"title": "1. Configuration",
83
77
"description": "Configure the Illumio Insights Summary connector.",
84
78
"instructions": [
79
+
85
80
{
86
81
"type": "Markdown",
87
82
"parameters": {
88
-
"content": "> [!NOTE]\n> This data connector depends on a parser based on a Kusto Function to work as expected which is deployed as part of the solution."
83
+
"content": "> This data connector may take 24 hrs for the latest report after onboarding"
89
84
}
90
85
},
86
+
{
87
+
"type": "Markdown",
88
+
"parameters": {
89
+
"content": "#### Configuration steps for the Illumio Insights Summary Connector\n\n**Prerequisites**\n- Register and Login to Illumio Console with valid credentials\n- Purchase Illumio Insights or Start a free Trial for Illumio Insights\n- Enable The Illumio Insights Agent\n\n**Step 1: Register the Service Account**\n1. Go to **Illumio Console → Access → Service Accounts**\n2. Create a service account for the tenant\n3. Once you create a service account, you will receive the client credentials\n4. Copy the **auth_username** (Illumio Insights API Key) and the **Secret** (API Secret)\n\n**Step 2: Add Client Credentials to Sentinel Account**\n- Add the API key and secret to Sentinel Account for tenant authentication\n- These credentials will be used to authenticate calls to the Illumio SaaS API \n\nPlease fill in the required fields below with the credentials obtained from the Illumio Console:"
Copy file name to clipboardExpand all lines: Solutions/Illumio Insight/Data Connectors/IllumioInsightsSummaryConnector_CCP/IllumioInsightsSummary_PollingConfig.json
Copy file name to clipboardExpand all lines: Solutions/Illumio Insight/Package/createUiDefinition.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@
60
60
"name": "dataconnectors1-text",
61
61
"type": "Microsoft.Common.TextBlock",
62
62
"options": {
63
-
"text": "This Solution installs the data connector for Illumio Insight. You can get Illumio Insights data in your Microsoft Sentinel workspace. After installing the solution, configure and enable this data connector by following guidance in Manage solution view."
63
+
"text": "This Solution installs the data connector for Illumio Insights. You can get Illumio Insights data in your Microsoft Sentinel workspace. After installing the solution, configure and enable this data connector by following guidance in Manage solution view."
64
64
}
65
65
},
66
66
{
@@ -77,7 +77,7 @@
77
77
"name": "dataconnectors2-text",
78
78
"type": "Microsoft.Common.TextBlock",
79
79
"options": {
80
-
"text": "This Solution installs the data connector for Illumio Insight. You can get Illumio Insights Summary data in your Microsoft Sentinel workspace. After installing the solution, configure and enable this data connector by following guidance in Manage solution view."
80
+
"text": "This Solution installs the data connector for Illumio Insights Summary. You can get Illumio Insights Summary data in your Microsoft Sentinel workspace. After installing the solution, configure and enable this data connector by following guidance in Manage solution view."
0 commit comments