Repackage Dynamic 365
This commit is contained in:
Родитель
7e4a93b425
Коммит
695b59d91d
|
@ -1,20 +1,14 @@
|
|||
{
|
||||
"Name": "Dynamics 365",
|
||||
"Author": "Microsoft",
|
||||
"Author": "Microsoft - support@microsoft.com",
|
||||
"Logo": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/DynamicsLogo.svg\" width=\"75px\" height=\"75px\">",
|
||||
"Description": "The [Dynamics 365](https://dynamics.microsoft.com) continuous Threat Monitoring Solution for Microsoft Sentinel provides you with ability to collect Dynamics 365 CRM logs, gain visibility of activities within Dynamics 365 and analyze them to detect threats and malicious activities. You can view admin, user and support activities, as well as Microsoft Social Engagement logging events data in workbooks, use it to create custom alerts, and improve your investigation process.\n\n**Underlying Microsoft Technologies used:**\n\nThis solution takes a dependency on the following technologies, and some of these dependencies either may be in [Preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) state or might result in additional ingestion or operational costs:\n\n a. [Office 365 Management APIs](https://docs.microsoft.com/office/office-365-management-api/office-365-management-apis-overview)",
|
||||
"Data Connectors": [
|
||||
"Data Connectors/template_Dynamics365.json"
|
||||
],
|
||||
"Workbooks": [],
|
||||
"Analytic Rules": [],
|
||||
"Hunting Queries": [],
|
||||
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Dynamics 365",
|
||||
"Version": "2.0.1",
|
||||
"Metadata": "SolutionMetadata.json",
|
||||
"TemplateSpec": true,
|
||||
"Is1PConnector": true,
|
||||
"SavedSearches": [],
|
||||
"Watchlists": [],
|
||||
"Playbooks": []
|
||||
"Is1PConnector": true
|
||||
}
|
Двоичные данные
Solutions/Dynamics 365/Package/2.0.1.zip
Двоичные данные
Solutions/Dynamics 365/Package/2.0.1.zip
Двоичный файл не отображается.
|
@ -2,7 +2,7 @@
|
|||
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
|
||||
"contentVersion": "1.0.0.0",
|
||||
"metadata": {
|
||||
"author": "Microsoft",
|
||||
"author": "Microsoft - support@microsoft.com",
|
||||
"comments": "Solution template for Dynamics 365"
|
||||
},
|
||||
"parameters": {
|
||||
|
@ -32,6 +32,8 @@
|
|||
"variables": {
|
||||
"solutionId": "sentinel4dynamics365.dynamics365connector",
|
||||
"_solutionId": "[variables('solutionId')]",
|
||||
"email": "support@microsoft.com",
|
||||
"_email": "[variables('email')]",
|
||||
"workspaceResourceId": "[resourceId('microsoft.OperationalInsights/Workspaces', parameters('workspace'))]",
|
||||
"uiConfigId1": "Dynamics365",
|
||||
"_uiConfigId1": "[variables('uiConfigId1')]",
|
||||
|
@ -88,7 +90,7 @@
|
|||
"id": "[variables('_uiConfigId1')]",
|
||||
"title": "Dynamics365",
|
||||
"publisher": "Microsoft",
|
||||
"descriptionMarkdown": "The Dynamics 365 Common Data Service (CDS) activities connector provides insight into admin, user, and support activities, as well as Microsoft Social Engagement logging events. By connecting Dynamics 365 CRM logs into Microsoft Sentinel, you can view this data in workbooks, use it to create custom alerts, and improve your investigation process.",
|
||||
"descriptionMarkdown": "The Dynamics 365 Common Data Service (CDS) activities connector provides insight into admin, user, and support activities, as well as Microsoft Social Engagement logging events. By connecting Dynamics 365 CRM logs into Microsoft Sentinel, you can view this data in workbooks, use it to create custom alerts, and improve your investigation process. For more information, see the [Microsoft Sentinel documentation](https://go.microsoft.com//fwlink/p/?linkid=2226719&wt.mc_id=sentinel_dataconnectordocs_content_cnl_csasci).",
|
||||
"graphQueries": [
|
||||
{
|
||||
"metricName": "Total data received",
|
||||
|
@ -128,7 +130,8 @@
|
|||
"sourceId": "[variables('_solutionId')]"
|
||||
},
|
||||
"author": {
|
||||
"name": "Microsoft"
|
||||
"name": "Microsoft",
|
||||
"email": "[variables('_email')]"
|
||||
},
|
||||
"support": {
|
||||
"tier": "Microsoft",
|
||||
|
@ -161,7 +164,8 @@
|
|||
"sourceId": "[variables('_solutionId')]"
|
||||
},
|
||||
"author": {
|
||||
"name": "Microsoft"
|
||||
"name": "Microsoft",
|
||||
"email": "[variables('_email')]"
|
||||
},
|
||||
"support": {
|
||||
"tier": "Microsoft",
|
||||
|
@ -181,7 +185,7 @@
|
|||
"connectorUiConfig": {
|
||||
"title": "Dynamics365",
|
||||
"publisher": "Microsoft",
|
||||
"descriptionMarkdown": "The Dynamics 365 Common Data Service (CDS) activities connector provides insight into admin, user, and support activities, as well as Microsoft Social Engagement logging events. By connecting Dynamics 365 CRM logs into Microsoft Sentinel, you can view this data in workbooks, use it to create custom alerts, and improve your investigation process.",
|
||||
"descriptionMarkdown": "The Dynamics 365 Common Data Service (CDS) activities connector provides insight into admin, user, and support activities, as well as Microsoft Social Engagement logging events. By connecting Dynamics 365 CRM logs into Microsoft Sentinel, you can view this data in workbooks, use it to create custom alerts, and improve your investigation process. For more information, see the [Microsoft Sentinel documentation](https://go.microsoft.com//fwlink/p/?linkid=2226719&wt.mc_id=sentinel_dataconnectordocs_content_cnl_csasci).",
|
||||
"graphQueries": [
|
||||
{
|
||||
"metricName": "Total data received",
|
||||
|
@ -223,7 +227,8 @@
|
|||
"sourceId": "[variables('_solutionId')]"
|
||||
},
|
||||
"author": {
|
||||
"name": "Microsoft"
|
||||
"name": "Microsoft",
|
||||
"email": "[variables('_email')]"
|
||||
},
|
||||
"support": {
|
||||
"name": "Microsoft Corporation",
|
||||
|
|
Загрузка…
Ссылка в новой задаче