Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "MicrosoftDefenderForCloudTenantBased",
"title": "Tenant-based Microsoft Defender for Cloud (Preview)",
"title": "Tenant-based Microsoft Defender for Cloud",
"publisher": "Microsoft",
"descriptionMarkdown": "Microsoft Defender for Cloud is a security management tool that allows you to detect and quickly respond to threats across Azure, hybrid, and multi-cloud workloads. This connector allows you to stream your MDC security alerts from Microsoft 365 Defender into Microsoft Sentinel, so you can can leverage the advantages of XDR correlations connecting the dots across your cloud resources, devices and identities and view the data in workbooks, queries and investigate and respond to incidents. For more information, see the [Microsoft Sentinel documentation](https://go.microsoft.com/fwlink/p/?linkid=2269832&wt.mc_id=sentinel_dataconnectordocs_content_cnl_csasci).",
"logo": "Microsoft.svg",
Expand Down Expand Up @@ -67,7 +67,7 @@
"instructions": [
{
"parameters": {
"title": "Tenant-based Microsoft Defender for Cloud (Preview)",
"title": "Tenant-based Microsoft Defender for Cloud",
"connectorKind": "MicrosoftDefenderForCloudTenantBased",
"enable": true,
"newPipelineEnabledFeatureFlagConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"Microsoft Defender for Cloud/Data Connectors/AzureSecurityCenter.json",
"Microsoft Defender for Cloud/Data Connectors/MicrosoftDefenderForCloudTenantBased.json"
],
"Analytic Rules": [
"Analytic Rules/CoreBackupDeletionwithSecurityAlert.yaml"
],
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions",
"Version": "3.0.2",
"Metadata": "SolutionMetadata.json",
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@
"text": "This Solution installs the data connector for Microsoft Defender for Cloud. You can get Microsoft Defender for Cloud custom log data in your Microsoft Sentinel workspace. After installing the solution, configure and enable this data connector by following guidance in Manage solution view."
}
},
{
"name": "dataconnectors2-text",
"type": "Microsoft.Common.TextBlock",
"options": {
"text": "This Solution installs the data connector for Microsoft Defender for Cloud. You can get Microsoft Defender for Cloud custom log data in your Microsoft Sentinel workspace. After installing the solution, configure and enable this data connector by following guidance in Manage solution view."
}
},
{
"name": "dataconnectors-link2",
"type": "Microsoft.Common.TextBlock",
Expand Down Expand Up @@ -124,4 +131,4 @@
"workspace": "[basics('workspace')]"
}
}
}
}
Loading