Azure-Sentinel/Playbooks
Chi 5a832ea3c3 add deployment links to playbooks 2020-05-25 15:21:29 -07:00
..
Aggregate-SNOW-tickets Fixing Playbook Deploy URLs 2020-02-24 10:06:59 -05:00
AutoConnect-ASCSubscriptions Auto Connect ASC 2020-05-17 17:09:41 +03:00
Block-AADUser Fixing Playbook Deploy URLs 2020-02-24 10:06:59 -05:00
Block-ExchangeIP Update readme.md 2020-03-04 18:44:53 +01:00
Block-IPs-on-MDATP-Using-GraphSecurity Update approval email message to High Importance 2020-04-27 11:03:18 -07:00
Change-Incident-Severity Fixing Playbook Deploy URLs 2020-02-24 10:06:59 -05:00
Close-Incident-ASCAlert Merge pull request #506 from swiftsolves-msft/nateswi_playbook 2020-02-27 08:56:52 -05:00
Comment-OriginAlertURL Added Readme file 2020-04-22 15:13:01 -07:00
Confirm-AADRiskyUser Fixing Playbook Deploy URLs 2020-02-24 10:06:59 -05:00
Create-AzureDevOpsTask readme for the Create-AzureDevOpsTask playbook 2020-04-15 13:55:04 +02:00
Create-AzureSnapshot Create-AzureSnapshot (#501) 2020-03-12 14:52:24 -07:00
Create-IBMResilientIncident initial 2020-02-28 11:48:23 -05:00
Enrich-SentinelIncident-MDATPTVM Update azuredeploy.json 2020-04-14 22:57:47 +03:00
Export-Incidents-With-Comments New playbook created to export incidents and comments 2020-04-17 16:17:25 +01:00
Get-ASCRecommendations Initial Playbook (#537) 2020-03-26 17:55:13 -07:00
Get-GeoFromIpAndTagIncident Fixing Playbook Deploy URLs 2020-02-24 10:06:59 -05:00
Get-IPReputation Fix bug 2020-03-06 14:23:37 -05:00
Get-MDATPInvestigationPackage Fixing Playbook Deploy URLs 2020-02-24 10:06:59 -05:00
Get-MDATPVulnerabilities Fixed readme title 2020-04-30 07:29:35 +08:00
Get-Microsoft-Covid19-Indicators add deployment links to playbooks 2020-05-25 15:21:29 -07:00
Get-O365Data fixes to addonguid 2020-05-16 00:14:21 +00:00
Get-ProofPointTapEvents Fixing Playbook Deploy URLs 2020-02-24 10:06:59 -05:00
Ingest-Prisma update readme 2020-05-15 14:55:38 -04:00
Isolate-AzureVMtoNSG added depends on 2020-03-19 10:04:20 -04:00
Isolate-MDATPMachine Fixing Playbook Deploy URLs 2020-02-24 10:06:59 -05:00
Notify-ASCAlertAzureResource Updates to Notify playbook 2020-03-08 15:05:20 -04:00
OktaRawLog fix connection issue 2020-05-15 16:24:21 +00:00
Open-JIRA-Ticket Fixes due to connector bug (#647) 2020-05-07 10:53:15 -07:00
Open-SNOW-Ticket Fixes due to connector bug (#647) 2020-05-07 10:53:15 -07:00
Open-ServiceDeskPlusOnDemand-Ticket New playbook created. 2020-03-12 10:35:53 +00:00
Open-Zendesk-Ticket Fixing Playbook Deploy URLs 2020-02-24 10:06:59 -05:00
Post-Message-Slack fix bug 2020-04-07 08:08:58 -04:00
Post-Message-Teams Fix to use Get Incident and remove loop 2020-04-24 07:50:36 -04:00
Prompt-User Fixing Playbook Deploy URLs 2020-02-24 10:06:59 -05:00
Reset-AADUserPassword Fixing Playbook Deploy URLs 2020-02-24 10:06:59 -05:00
Restrict-MDATPAppExectution Fixing Playbook Deploy URLs 2020-02-24 10:06:59 -05:00
Restrict-MDATPDomain Restrict-MDATPDomain (#652) 2020-05-07 13:10:06 -07:00
Restrict-MDATPFileHash Restrict-MDATPFileHash (#653) 2020-05-07 13:48:49 -07:00
Restrict-MDATPIPAddress Update azuredeploy.json 2020-05-13 13:28:43 -04:00
Restrict-MDATPUrl Update azuredeploy.json 2020-04-23 16:14:30 -04:00
Revoke-AADSignInSessions Fixing Playbook Deploy URLs 2020-02-24 10:06:59 -05:00
Run-AzureVMPacketCapture New Playbook - Run-AzureVMPacketCapture 2020-03-18 21:23:03 -04:00
Run-MDATPAntivirus Fixing Playbook Deploy URLs 2020-02-24 10:06:59 -05:00
Save-NamedLocations Update CA URL 2020-05-18 11:37:09 +02:00
Send-UrlReport Fixing Playbook Deploy URLs 2020-02-24 10:06:59 -05:00
Logic_Apps.svg v1 2019-12-07 11:56:13 -08:00
ReadMe.md fix format 2020-05-19 11:16:15 -07:00

ReadMe.md

alt text

About

This repo contains sample security playbooks for security automation, orchestration and response (SOAR). Each folder contains a security playbook ARM template that uses Microsoft Azure Sentinel trigger.

Instructions for deploying a custom template

After selecting a playbook, in the Azure portal:

  1. Search for deploy a custom template
  2. Click build your own template in the editor
  3. Paste the contents from the GitHub playbook
  4. Click Save
  5. Fill in needed data and click Purchase

Once deployment is complete, you will need to authorize each connection.

  1. Click the Azure Sentinel connection resource
  2. Click edit API connection
  3. Click Authorize
  4. Sign in
  5. Click Save
  6. Repeat steps for other connections
  • For Azure Log Analytics Data Collector, you will need to add the workspace ID and Key You can now edit the playbook in Logic apps.

Instructions for templatizing a playbook

Once you have created a playbook that you want to export to share, go to the Logic App resource in Azure.

Note: this is the generic instructions there may be other steps depending how complex or what connectors are used for the playbook.

  1. Click Export Template from the resource menu in Azure Portal.
  2. Copy the contents of the template.
  3. Using VS code, create a JSON file with the name "azuredeploy.json".
  4. Paste the code into the new file.
  5. In the parameters section, you can remove all parameters and add the following minimum fields. Users can edit the parameters when deploying your template. You can add more parameters based on your playbook requirements.
    "parameters": {
        "PlaybookName": {
            "defaultValue": "<PlaybookName>",
            "type": "string"
        },
        "UserName": {
            "defaultValue": "<username>@<domain>",
            "type": "string"
        }
    },
  • Playbook name and username are minimum requirements that will be used for the connections.
  1. In the variables section, create a variable for each connection the playbook is using.
  • To construct a string variable, use this following snippet. Make sure to replace the connectorname with actual name of the connector.
    [concat('<connectorname>-', parameters('PlaybookName'))]
  • For example, if you are using Azure Active Directory and Azure Sentinel connections in the playbook, then create two variables with actual connection names. The variables will be the connection names. Here we are creating a connection name using the connection (AzureAD) and "-" and the playbook name.
    "variables": {
        "AzureADConnectionName": "[concat('azuread-', parameters('PlaybookName'))]",
        "AzureSentinelConnectionName": "[concat('azuresentinel-', parameters('PlaybookName'))]"
    },
  1. Next, you will need to add resources to be created for each connection.
   "resources": [
        {
            "type": "Microsoft.Web/connections",
            "apiVersion": "2016-06-01",
            "name": "[variables('AzureADConnectionName')]",
            "location": "[resourceGroup().location]",
            "properties": {
                "displayName": "[parameters('UserName')]",
                "customParameterValues": {},
                "api": {
                    "id": "[concat('/subscriptions/', subscription().subscriptionId, '/providers/Microsoft.Web/locations/', resourceGroup().location, '/managedApis/azuread')]"
                }
            }
        },
  • The name is using the variable we created.
  • The location is using the resource group that was selected as part of the deployment.
  • The displayname is using the Username parameter.
  • Lastly, you can build the string for the id using strings plus properties of the subscription and resource group.
  • Repeat for each connection needed.
  1. In the Microsoft.Logic/workflows resource under parameters / $connections, there will be a value for each connection. You will need to update each like the following.
"parameters": {
                    "$connections": {
                        "value": {
                            "azuread": {
                                "connectionId": "[resourceId('Microsoft.Web/connections', variables('AzureADConnectionName'))]",
                                "connectionName": "[variables('AzureADConnectionName')]",
                                "id": "[concat('/subscriptions/', subscription().subscriptionId, '/providers/Microsoft.Web/locations/', resourceGroup().location, '/managedApis/azuread')]"
                            },
                            "azuresentinel": {
                                "connectionId": "[resourceId('Microsoft.Web/connections', variables('AzureSentinelConnectionName'))]",
                                "connectionName": "[variables('AzureSentinelConnectionName')]",
                                "id": "[concat('/subscriptions/', subscription().subscriptionId, '/providers/Microsoft.Web/locations/', resourceGroup().location, '/managedApis/azuresentinel')]"
                            }
                        }
                    }
                }

  • The connectionId will use a string and variable.
  • The connectionName is the variable.
  • The id is the string we used early for the id when creating the resource.
  1. In the Microsoft.Logic/workflows resource, you will also need the dependsOn field, which is a list of resourceId. The string for each resourceId is constructed using this snippet, followed by an example which contains Azure AD and Azure Sentinel connections.
    [resourceId('Microsoft.Web/connections', <ConnectionVariableName>)]
    "dependsOn": [
        "[resourceId('Microsoft.Web/connections', variables('AzureADConnectionName'))]",
        "[resourceId('Microsoft.Web/connections', variables('AzureSentinelConnectionName'))]"
    ]
  1. Save the JSON.
  2. Create a Readme.md file with a brief description of the playbook.
  3. Test deployment of your template following Instructions for deploying a custom template. Make sure the deployment succeeds.
  4. If you need samples of a playbook template, refer to an existing playbooks' azuredeploy.json sample file in the repo.
  5. Contribute the playbook template to the repository.

Suggestions and feedback

We value your feedback. Let us know if you run into any problems or share your suggestions and feedback by sending email to AzureSentinel@microsoft.com