Breyta

Deila með


Create a scheduled analytics rule from scratch

You’ve set up connectors and other means of collecting activity data across your digital estate. Now you need to dig through all that data to detect patterns of activity and discover activities that don’t fit those patterns and that could represent a security threat.

Microsoft Sentinel and its many solutions provided in the Content hub offer templates for the most commonly used types of analytics rules, and you’re strongly encouraged to make use of those templates, customizing them to fit your specific scenarios. But it’s possible you might need something completely different, so in that case you can create a rule from scratch, using the analytics rule wizard.

This article describes the process of creating an analytics rule from scratch, including using the Analytics rule wizard. It's accompanied by screenshots and directions to access the wizard in both the Azure portal, for Microsoft Sentinel users who aren't also Microsoft Defender subscribers, and the Defender portal, for users of the Microsoft Defender unified security operations platform.

Important

Microsoft Sentinel is now generally available within the Microsoft unified security operations platform in the Microsoft Defender portal. For more information, see Microsoft Sentinel in the Microsoft Defender portal.

Prerequisites

  • You must have the Microsoft Sentinel Contributor role, or any other role or set of permissions that includes write permissions on your Log Analytics workspace and its resource group.

  • You should have at least a basic familiarity with data science and analysis and the Kusto Query Language.

  • You should familiarize yourself with the analytics rule wizard and all the configuration options that are available. For more information, see Scheduled analytics rules in Microsoft Sentinel.

Design and build your query

Before you do anything else, you should design and build a query in Kusto Query Language (KQL) that your rule will use to query one or more tables in your Log Analytics workspace.

  1. Determine a data source, or a set of data sources, that you want to search to detect unusual or suspicious activity. Find the name of the Log Analytics table into which data from those sources is ingested. You can find the table name on the page of the data connector for that source. Use this table name (or a function based on it) as the basis for your query.

  2. Decide what kind of analysis you want this query to perform on the table. This decision will determine which commands and functions you should use in the query.

  3. Decide which data elements (fields, columns) you want from the query results. This decision will determine how you structure the output of the query.

  4. Build and test your queries in the Logs screen. When you’re satisfied, save the query for use in your rule.

For some helpful tips for building Kusto queries, see Best practices for analytics rule queries.

For more help building Kusto queries, see Kusto Query Language in Microsoft Sentinel and Best practices for Kusto Query Language queries.

Create your analytics rule

This section describes how to create a rule using the Azure or Defender portals.

Get started creating a scheduled query rule

To get started, go to the Analytics page in Microsoft Sentinel to create a scheduled analytics rule.

  1. For Microsoft Sentinel in the Azure portal, under Configuration, select Analytics.
    For Microsoft Sentinel in the Defender portal, select Microsoft Sentinel > Configuration > Analytics.

  2. Select +Create and select Scheduled query rule.

Name the rule and define general information

In the Azure portal, stages are represented visually as tabs. In the Defender portal, they're represented visually as milestones on a timeline.

  1. Enter the following information for your rule.

    Field Description
    Name A unique name for your rule.
    Description A free-text description for your rule.
    Severity Match the impact the activity triggering the rule might have on the target environment, should the rule be a true positive.

    Informational: No impact on your system, but the information might be indicative of future steps planned by a threat actor.
    Low: The immediate impact would be minimal. A threat actor would likely need to conduct multiple steps before achieving an impact on an environment.
    Medium: The threat actor could have some impact on the environment with this activity, but it would be limited in scope or require additional activity.
    High: The activity identified provides the threat actor with wide ranging access to conduct actions on the environment or is triggered by impact on the environment.
    MITRE ATT&CK Choose those threat activities which apply to your rule. Select from among the MITRE ATT&CK tactics and techniques presented in the drop-down list. You can make multiple selections.

    For more information on maximizing your coverage of the MITRE ATT&CK threat landscape, see Understand security coverage by the MITRE ATT&CK® framework.
    Status If you want the rule to run immediately after you finish creating it, leave the status set to Enabled. Otherwise, select Disabled, and enable it later from your Active rules tab when you need it. Or enable the rule without it running immediately by scheduling the rule's first run at a specific date and time. See Schedule and scope the query.
  2. Select Next: Set rule logic.


Define the rule logic

The next step is to set the rule logic which includes adding the Kusto query that you created.

  1. Enter the rule query and alert enhancement configuration.

    Setting Description
    Rule query Paste the query you designed, built, and tested into the Rule query window. Every change you make in this window is instantly validated, so if there are any mistakes, you’ll see an indication right below the window.
    Map entities Expand Entity mapping and define up to 10 entity types recognized by Microsoft Sentinel onto fields in your query results. This mapping integrates the identified entities into the Entities field in your alert schema.

    For complete instructions on mapping entities, see Map data fields to entities in Microsoft Sentinel.
    Surface custom details in your alerts Expand Custom details and define any fields in your query results you wish to be surfaced in your alerts as custom details. These fields appear in any incidents that result as well.

    For complete instructions on surfacing custom details, see Surface custom event details in alerts in Microsoft Sentinel.
    Customize alert details Expand Alert details and customize otherwise-standard alert properties according to the content of various fields in each individual alert. For example, customize the alert name or description to include a username or IP address featured in the alert.

    For complete instructions on customizing alert details, see Customize alert details in Microsoft Sentinel.
  2. Schedule and scope the query. Set the following parameters in the Query scheduling section:

    Setting Description / Options
    Run query every Controls the query interval: how often the query is run.
    Allowed range: 5 minutes to 14 days.
    Lookup data from the last Determines the lookback period: the time period covered by the query.
    Allowed range: 5 minutes to 14 days.
    Must be longer than or equal to the query interval.
    Start running Automatically: The rule will run for the first time immediately upon being created, and after that at the query interval.
    At specific time (Preview): Set a date and time for the rule to first run, after which it will run at the query interval.
    Allowed range: 10 minutes to 30 days after the rule creation (or enablement) time.
  3. Set the threshold for creating alerts.

    Use the Alert threshold section to define the sensitivity level of the rule. For example, set a minimum threshold of 100:

    Setting Description
    Generate alert when number of query results Is greater than
    Number of events 100

    If you don’t want to set a threshold, enter 0 in the number field.

  4. Set event grouping settings.

    Under Event grouping, choose one of two ways to handle the grouping of events into alerts:

    Setting Behavior
    Group all events into a single alert
    (default)
    The rule generates a single alert every time it runs, as long as the query returns more results than the specified alert threshold above. This single alert summarizes all the events returned in the query results.
    Trigger an alert for each event The rule generates a unique alert for each event returned by the query. This is useful if you want events to be displayed individually, or if you want to group them by certain parameters—by user, hostname, or something else. You can define these parameters in the query.
  5. Temporarily suppress rule after an alert is generated.

    To suppress a rule beyond its next run time if an alert is generated, turn the Stop running query after alert is generated setting On. If you turn this on, set Stop running query for to the amount of time the query should stop running, up to 24 hours.

  6. Simulate the results of the query and logic settings.

    In the Results simulation area, select Test with current data to see what your rule results would look like if it had been running on your current data. Microsoft Sentinel simulates running the rule 50 times on the current data, using the defined schedule, and shows you a graph of the results (log events). If you modify the query, select Test with current data again to update the graph. The graph shows the number of results over the time period defined by the settings in the Query scheduling section.

  7. Select Next: Incident settings.

Configure the incident creation settings

In the Incident settings tab, choose whether Microsoft Sentinel turns alerts into actionable incidents, and whether and how alerts are grouped together in incidents.

  1. Enable incident creation.

    In the Incident settings section, Create incidents from alerts triggered by this analytics rule is set by default to Enabled, meaning that Microsoft Sentinel will create a single, separate incident from each and every alert triggered by the rule.

    • If you don’t want this rule to result in the creation of any incidents (for example, if this rule is just to collect information for subsequent analysis), set this to Disabled.

      Important

      If you onboarded Microsoft Sentinel to the unified security operations platform in the Microsoft Defender portal, leave this setting Enabled.

    • If you want a single incident to be created from a group of alerts, instead of one for every single alert, see the next section.

  2. Set alert grouping settings.

    In the Alert grouping section, if you want a single incident to be generated from a group of up to 150 similar or recurring alerts (see note), set Group related alerts, triggered by this analytics rule, into incidents to Enabled, and set the following parameters.

    1. Limit the group to alerts created within the selected time frame: Set the time frame within which the similar or recurring alerts are grouped together. Alerts outside this time frame generate a separate incident or set of incidents.

    2. Group alerts triggered by this analytics rule into a single incident by: Choose how alerts are grouped together:

      Option Description
      Group alerts into a single incident if all the entities match Alerts are grouped together if they share identical values for each of the mapped entities (defined in the Set rule logic tab above). This is the recommended setting.
      Group all alerts triggered by this rule into a single incident All the alerts generated by this rule are grouped together even if they share no identical values.
      Group alerts into a single incident if the selected entities and details match Alerts are grouped together if they share identical values for all of the mapped entities, alert details, and custom details selected from the respective drop-down lists.
    3. Re-open closed matching incidents: If an incident has been resolved and closed, and later on another alert is generated that should belong to that incident, set this setting to Enabled if you want the closed incident re-opened, and leave as Disabled if you want the alert to create a new incident.

    Note

    Up to 150 alerts can be grouped into a single incident.

    • The incident will only be created after all the alerts have been generated. All of the alerts will be added to the incident immediately upon its creation.

    • If more than 150 alerts are generated by a rule that groups them into a single incident, a new incident will be generated with the same incident details as the original, and the excess alerts will be grouped into the new incident.

  3. Select Next: Automated response.

Review or add automated responses

  1. In the Automated responses tab, see the automation rules displayed in the list. If you want to add any responses that aren't already covered by existing rules, you have two choices:

    • Edit an existing rule if you want the added response to apply to many or all rules.
    • Select Add new to create a new automation rule that will apply only to this analytics rule.

    To learn more about what you can use automation rules for, see Automate threat response in Microsoft Sentinel with automation rules

    • Under Alert automation (classic) at the bottom of the screen, you'll see any playbooks you've configured to run automatically when an alert is generated using the old method.
      • As of June 2023, you can no longer add playbooks to this list. Playbooks already listed here will continue to run until this method is deprecated, effective March 2026.

      • If you still have any playbooks listed here, you should instead create an automation rule based on the alert created trigger and invoke the playbook from the automation rule. After you've done that, select the ellipsis at the end of the line of the playbook listed here, and select Remove. See Migrate your Microsoft Sentinel alert-trigger playbooks to automation rules for full instructions.

  1. Select Next: Review and create to review all the settings for your new analytics rule.

Validate configuration and create the rule

  1. When the "Validation passed" message appears, select Create.

  2. If an error appears instead, find and select the red X on the tab in the wizard where the error occurred.

  3. Correct the error and go back to the Review and create tab to run the validation again.

View the rule and its output

View the rule definition

You can find your newly created custom rule (of type "Scheduled") in the table under the Active rules tab on the main Analytics screen. From this list you can enable, disable, or delete each rule.

View the results of the rule

To view the results of the analytics rules you create in the Azure portal, go to the Incidents page, where you can triage incidents, investigate them, and remediate the threats.

Screenshot of incidents page in the Azure portal.

Tune the rule

Note

Alerts generated in Microsoft Sentinel are available through Microsoft Graph Security. For more information, see the Microsoft Graph Security alerts documentation.

Export the rule to an ARM template

If you want to package your rule to be managed and deployed as code, you can easily export the rule to an Azure Resource Manager (ARM) template. You can also import rules from template files in order to view and edit them in the user interface.

Next steps

When using analytics rules to detect threats from Microsoft Sentinel, make sure you enable all rules associated with your connected data sources to ensure full security coverage for your environment.

To automate rule enablement, push rules to Microsoft Sentinel via API and PowerShell, although doing so requires additional effort. When using API or PowerShell, you must first export the rules to JSON before enabling the rules. API or PowerShell may be helpful when enabling rules in multiple instances of Microsoft Sentinel with identical settings in each instance.

For more information, see:

Also, learn from an example of using custom analytics rules when monitoring Zoom with a custom connector.