Skip to content

Commit 29ceeaf

Browse files
committed
First full draft
1 parent 53346b1 commit 29ceeaf

File tree

6 files changed

+65
-13
lines changed

6 files changed

+65
-13
lines changed

articles/security-center/alerts-suppression-rules.md

Lines changed: 65 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,18 @@ ms.topic: conceptual
1212

1313
# Suppressing alerts from Azure Security Center's threat protection
1414

15+
## Introduction to suppression rules (preview)
16+
1517
The threat protection components of Azure Security Center detect threats in any area of your environment and generate security alerts.
1618

17-
When a single alert isn't interesting or relevant, you can dismiss it. Alternatively, use the suppression rules (preview) feature to automatically dismiss such alerts in the future. Typically, you'd use a suppression rule for:
19+
When a single alert isn't interesting or relevant, you can manually dismiss it. Alternatively, use the suppression rules (preview) feature to automatically dismiss similar alerts in the future. Typically, you'd use a suppression rule to:
1820

19-
- alerts that you know are false positives
21+
- suppress alerts that you've identified as false positives
2022

2123
- alerts that are being triggered too often to be useful
2224

2325
Your suppression rules define the criteria for which alerts should be automatically dismissed.
2426

25-
> [!TIP]
26-
> Alerts that match your enabled suppression rules will still be generated, but their state will be set to **dismissed**. You can see the state in the Azure portal or however you access your Security Center security alerts.
27-
2827
[![Azure Security Center security alerts page with alerts suppression options](media/alerts-suppression-rules/alerts-screen-with-options.png)](media/alerts-suppression-rules/alerts-screen-with-options.png#lightbox)
2928

3029
## Creating a suppression rule
@@ -41,35 +40,79 @@ To create a rule directly in the Azure portal:
4140

4241
1. From Security Center's security alerts page:
4342

44-
- Locate the specific alert you don't want to see any more, and from the ellipsis menu (...) for the alert, select **Auto-dismiss in the future**:
43+
- Locate the specific alert you don't want to see anymore, and from the ellipsis menu (...) for the alert, select **Create suppression rule**:
4544

46-
[![**Auto-dismiss in the future** option](media/alerts-suppression-rules/auto-dismiss-in-future-option.png)](media/alerts-suppression-rules/auto-dismiss-in-future-option.png#lightbox)
45+
[![**Create suppression rule** option](media/alerts-suppression-rules/auto-dismiss-in-future-option.png)](media/alerts-suppression-rules/auto-dismiss-in-future-option.png#lightbox)
4746

4847
- Or, select the **suppression rules** link at the top of the page, and from the suppression rules page select **Create new suppression rule**:
4948

5049
[![**Create new suppression rule** button](media/alerts-suppression-rules/create-new-suppression-rule.png)](media/alerts-suppression-rules/create-new-suppression-rule.png#lightbox)
5150

5251
1. In the new suppression rule pane, enter the details of your new rule.
5352

53+
- Your rule can dismiss the alert on **all resources** so you don't get any alerts like this one in the future.
54+
55+
- Your rule can dismiss the alert **on specific criteria** - when it relates to a specific IP address, process name, user account, Azure resource, or location.
56+
5457
> [!TIP]
55-
> If you opened the new rule page from a specific alert, the alert type and subscription will be automatically configured in your new rule. If you used the **Create new suppression rule** link, the selected subscriptions will match the current filter in the portal.
58+
> If you opened the new rule page from a specific alert, the alert and subscription will be automatically configured in your new rule. If you used the **Create new suppression rule** link, the selected subscriptions will match the current filter in the portal.
5659
5760
[![Suppression rule creation pane](media/alerts-suppression-rules/new-suppression-rule-pane.png)](media/alerts-suppression-rules/new-suppression-rule-pane.png#lightbox)
5861

62+
1. Enter details of the rule:
63+
64+
- **Name** - A name for the rule. Rule names must begin with a letter or a number, be between 2 and 50 characters, and contain no symbols other than dashes (-) or underscores (_).
65+
- **State** - Enabled or disabled.
66+
- **Reason** - Select one of the built-in reasons or 'other' if they don't meet your needs.
67+
- **Expiration date** - An end date and time for the rule. Rules can run for up to six months.
68+
69+
1. Optionally, test the rule using the **Simulate** button to see how many alerts would have been dismissed if this rule had been active.
70+
71+
1. Save the rule.
5972

60-
- Your rule can dismiss **all instances** of an alert types.
61-
- Your rule can dismiss **some instances** of an alert types based on one or more defined entity options. You can dismiss an alert if it relates to a specific IP address, process name, user account, Azure resource, or location.
73+
## Editing suppression rules
6274

63-
1. Optionally, test the rule using the **Simulate** button to see how many alerts that have already been triggered would have been dismissed if this rule had been active.
75+
To edit the rules you've created, use the suppression rules page.
6476

65-
1. Save your alert.
77+
1. From Security Center's security alerts page, select the **suppression rules** link at the top of the page.
6678

67-
## Editing suppression rules
79+
1. The suppression rules page opens listing all available rules according to the subscriptions currently selected.
80+
81+
[![Suppression rules list](media/alerts-suppression-rules/suppression-rules-page.png)](media/alerts-suppression-rules/suppression-rules-page.png#lightbox)
82+
83+
1. To edit a single rule, open the ellipsis menu (...) for the rule and select **Edit**.
84+
85+
1. Make the necessary changes and select **Apply**.
6886

6987
## Deleting suppression rules
7088

89+
To delete one or more rules you've created, use the suppression rules page.
90+
91+
1. From Security Center's security alerts page, select the **suppression rules** link at the top of the page.
92+
93+
1. The suppression rules page opens listing all available rules according to the subscriptions currently selected.
94+
95+
1. To delete a single rule, open the ellipsis menu (...) for the rule and select **Delete**.
96+
97+
1. To delete multiple rules, select the check boxes for the rules to be deleted and select **Delete**.
98+
99+
[![Deleting one or more suppression rules](media/alerts-suppression-rules/deleting-multiple-alerts.png)](media/alerts-suppression-rules/deleting-multiple-alerts.png#lightbox)
100+
101+
71102
## Viewing alerts that have been suppressed
72103

104+
Alerts that match your enabled suppression rules will still be generated, but their state will be set to **dismissed**. You can see the state in the Azure portal or however you access your Security Center security alerts.
105+
106+
> [!TIP]
107+
> [Azure Sentinel](https://azure.microsoft.com/services/azure-sentinel/) won't create incidents for suppressed alerts. For other SIEMs, you can filter suppressed alerts by using the alerts' state ('dismissed').
108+
109+
Use Security Center's filter to view alerts that have been dismissed by your rules.
110+
111+
* From Security Center's security alerts page, open the filter options and select **Dismissed**.
112+
113+
[![Viewing dismissed alerts](media/alerts-suppression-rules/viewing-dismissed-alerts.png)](media/alerts-suppression-rules/viewing-dismissed-alerts.png#lightbox)
114+
115+
73116
## Using the REST API to create and manage suppression rules
74117

75118
You can create, view, or delete alert suppression rules via Security Center's REST API.
@@ -90,3 +133,12 @@ The relevant HTTP methods for suppression rules in the REST API are:
90133

91134
For full details and usage examples, see the [API documentation](https://docs.microsoft.com/api/securitycenter/).
92135

136+
137+
## Next steps
138+
139+
This article described the suppression rules in Azure Security Center that automatically dismiss unwanted alerts.
140+
141+
For more information on security alerts in Azure Security Center, see the following pages:
142+
143+
- [Security alerts and the intent kill chain](alerts-reference.md) - A reference guide for the security alerts you might see in Azure Security Center's Threat Protection module.
144+
- [Threat protection in Azure Security Center](threat-protection.md) - A description of the many aspects of your environment monitored by Azure Security Center's Threat Protection module.
-1.03 KB
Loading
26 Bytes
Loading
20.1 KB
Loading
27.1 KB
Loading
50.3 KB
Loading

0 commit comments

Comments
 (0)