Azure-Sentinel/Tools/Sentinel-All-In-One/MSSPversion
Pouyan Khabazi d1ac912023 Adding ThreatIntelligence to dataconnectors 2021-04-30 10:04:48 +02:00
..
LinkedTemplates Adding ThreatIntelligence to dataconnectors 2021-04-30 10:04:48 +02:00
Scripts MSSP version 2021-02-22 12:23:58 +01:00
README.md modified README 2021-02-23 15:48:04 +01:00
createUiDefinition.json troubleshooting 2021-02-23 14:58:39 +01:00
msspdeploy.json type in linked template 2021-03-17 11:15:00 +01:00

README.md

ARM template version for MSSPs

This is a special version of the Azure Sentinel All-In-One artifact that includes Azure Lighthouse delegation/s as part of the deployment. This is specially useful for MSSPs or multi-tenant organizations.

IMPORTANT! - You need to modify several parameters to match you Azure Lighthouse deployment. Specifically, you need to modify the following parameters in the msspdeploy.json template:

  • mspOfferName - A name describing this definition. This value is displayed to the customer as the title of the offer and must be a unique value.
  • mspOfferDescription - A brief description of your offer (for example, "Azure Sentinel Managed Services").
  • managedByTenantId - The MSSP Azure Active Directory Tenant ID
  • authorizations - An array of authorizations that define the access that principals from the MSSP tenant will have on the customer tenant.

The template performs the following tasks:

  • Creates resource group (if given resource group doesn't exist yet)
  • Creates the Azure Lighthouse registration definition
  • Creates the Azure Lighthouse registration assignments to the resource group that will contain the Azure Sentinel resources
  • Creates Log Analytics workspace (if given workspace doesn't exist yet)
  • Installs Azure Sentinel on top of the workspace (if not installed yet)
  • Enables the following Data Connectors:
    • Azure Activity
    • Azure Security Center
    • Azure Active Directory Identity Protection
    • Office 365 (Sharepoint, Exchange and Teams)
    • Microsoft Cloud App Security
    • Azure Advanced Threat Protection
    • Microsoft Defender Advanced Threat Protection
    • Security Events
    • Linux Syslog
    • DNS (Preview)
    • Windows Firewall
  • Enables analytics rules for selected Microsoft 1st party products
  • Enables Fusion rule and ML Behavior Analytics rules for RDP or SSH (if selected)
  • Enables Scheduled analytics rules that apply to all the enabled connectors

Deploy To Azure