Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

readme.md

Deploy the full solution

This template is used to deploy or update the Microsoft Sentinel Triage AssistanT (STAT) solution.

Deployment Considerations

The Microsoft Sentinel Triage AssistanT (STAT) creates an Azure Function, API connection, and a Logic Apps Custom Connector. To use the STAT solution these items must be deployed in the same subscription and datacenter region as the Microsoft Sentinel playbooks which will use the solution.

Deploying Multiple Copies of STAT

In most cases it is only necessary to deploy STAT a single time, but in some circumstances such as if you need to create playbooks using STAT in multiple subscriptions or in multiple data center regions the solution may need to be deployed more than once. If you must deploy STAT in multiple subscriptions or multiple datacenters it is recommended to use the advanced setup option.

Upgrade Considerations

To upgrade the Microsoft Sentinel Triage AssistanT you can simply deploy the solution again, using the same settings as your original deployment. This will update all of the STAT components but will maintain any existing connections to other logic apps you have a built and you will not be required to reassign the permissions as they will also be maintained. When upgrading an advanced mode deployment, it is important that you use the same configuration as the original deployment.

Quick Deployment

Deploy to Azure

Post Deployment

Grant Permissions

  • Run GrantPermissions.ps1 to grant the necessary API and RBAC permissions to the STAT Function deployed by this template. You will find more information on how to run the script in the wiki.

Restrict Calls to STAT Function (optional)

By default the STAT function is protected by a unique Shared Access Signature. However, there are not any default restrictions on which IP addresses this function can be called from and it is possible to restrict it to only allow calls from Logic Apps custom connectors.

To restrict the STAT Function to only accept calls from the Logic apps custom connector:

  1. Locate the appropriate IP ranges for your Azure datacenter region here under the section AzureConnectors.<AzureRegion>
  2. Navigate in the Azure Portal to the STAT Function app
  3. Locate Settings -> Networking
  4. Click Access restriction
  5. Click + Add to add a new restriction
  6. Configure the rule with the following properties:
Field Value
Name Allow LA Connector
Action Allow
Priority 100
Description Allow access from Logic app custom connector
Type Service Tag
Service Tag AzureConnector.
  1. Click Add rule

Note: To maintain these IP restrictions, these steps will need to be repeated when updating the STAT solution.