Skip to content

Commit 3c15dc3

Browse files
authored
Merge pull request #299336 from batamig/defender-flip
Defender flip
2 parents d2f513a + ea6ad9f commit 3c15dc3

22 files changed

+230
-218
lines changed

articles/sentinel/automation/create-playbooks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ms.author: bagol
66
ms.topic: how-to
77
ms.date: 10/16/2024
88
appliesto:
9-
- Microsoft Sentinel in the Azure portal
109
- Microsoft Sentinel in the Microsoft Defender portal
10+
- Microsoft Sentinel in the Azure portal
1111
ms.collection: usx-security
1212
#Customer intent: As a security analyst, I want to manage automated response playbooks so that I can efficiently handle incidents and alerts in my environment.
1313

@@ -50,14 +50,14 @@ This article describes how to create and manage Microsoft Sentinel playbooks. Yo
5050

5151
Follow these steps to create a new playbook in Microsoft Sentinel:
5252

53-
1. In the [Azure portal](https://portal.azure.com) or in the [Defender portal](https://security.microsoft.com/), go to your Microsoft Sentinel workspace. On the workspace menu, under **Configuration**, select **Automation**.
53+
1. In the [Defender portal](https://security.microsoft.com/) or in the [Azure portal](https://portal.azure.com), go to your Microsoft Sentinel workspace. On the workspace menu, under **Configuration**, select **Automation**.
54+
55+
#### [Defender portal](#tab/defender-portal)
56+
:::image type="content" source="../media/create-playbooks/add-new-playbook-defender.png" alt-text="Screenshot shows Defender portal and Microsoft Sentinel Automation page with Create selected." lightbox="../media/create-playbooks/add-new-playbook-defender.png":::
5457

5558
#### [Azure portal](#tab/azure-portal)
5659
:::image type="content" source="../media/create-playbooks/add-new-playbook.png" alt-text="Screenshot shows Azure portal and Microsoft Sentinel Automation page with Create selected." lightbox="../media/create-playbooks/add-new-playbook.png":::
5760

58-
#### [Defender portal](#tab/defender-portal)
59-
:::image type="content" source="../media/create-playbooks/add-new-playbook-defender.png" alt-text="Screenshot shows Defender portal and Microsoft Sentinel Automation page with Create selected." lightbox="../media/create-playbooks/add-new-playbook-defender.png":::
60-
6161
---
6262

6363
1. From the top menu, select **Create**, and then select one of the following options:

articles/sentinel/configure-data-connector.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ms.topic: how-to
66
ms.date: 03/28/2024
77
ms.author: cwatson
88
appliesto:
9-
- Microsoft Sentinel in the Azure portal
109
- Microsoft Sentinel in the Microsoft Defender portal
10+
- Microsoft Sentinel in the Azure portal
1111
ms.collection: usx-security
1212

1313

@@ -42,14 +42,10 @@ After you or someone in your organization installs the solution that includes th
4242
1. Search for and select the connector. If you don't see the data connector you want, install the solution associated with it from the **Content Hub**.
4343
1. Select **Open connector page**.
4444

45-
#### [Azure portal](#tab/azure-portal)
46-
47-
:::image type="content" source="media/configure-data-connector/open-connector-page-option.png" alt-text="Screenshot of data connector details page with open connector page button.":::
48-
4945
#### [Defender portal](#tab/defender-portal)
50-
5146
:::image type="content" source="media/configure-data-connector/open-connector-page-option-defender-portal.png" alt-text="Screenshot of data connector details page in the Defender portal.":::
52-
47+
#### [Azure portal](#tab/azure-portal)
48+
:::image type="content" source="media/configure-data-connector/open-connector-page-option.png" alt-text="Screenshot of data connector details page with open connector page button.":::
5349
---
5450

5551
1. Review the **Prerequisites**. To configure the data connector, fulfill all the prerequisites.
@@ -69,15 +65,15 @@ After you enable the connector successfully, the connector begins to stream data
6965

7066
To view the data:
7167

72-
#### [Azure portal](#tab/azure-portal-1)
68+
#### [Defender portal](#tab/defender-portal-1)
7369

74-
Query the tables in the Microsoft Sentinel workspace linked to your Microsoft Sentinel workspace.
70+
See [Where to find your Microsoft Sentinel data in Microsoft Defender portal](/defender-xdr/advanced-hunting-microsoft-defender#where-to-find-your-microsoft-sentinel-data).
7571

76-
#### [Defender portal](#tab/defender-portal-1)
77-
78-
See [Where to find your Microsoft Sentinel data in Microsoft Defender portal](/defender-xdr/advanced-hunting-microsoft-defender#where-to-find-your-microsoft-sentinel-data).
72+
#### [Azure portal](#tab/azure-portal-1)
7973

80-
---
74+
Query the tables in the Microsoft Sentinel workspace linked to your Microsoft Sentinel workspace.
75+
76+
---
8177

8278
## Find support for a data connector
8379

articles/sentinel/connect-data-sources.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ms.topic: conceptual
66
ms.date: 11/06/2024
77
ms.author: yelevin
88
appliesto:
9-
- Microsoft Sentinel in the Azure portal
109
- Microsoft Sentinel in the Microsoft Defender portal
10+
- Microsoft Sentinel in the Azure portal
1111
ms.collection: usx-security
1212
#Customer intent: As a security engineer, I want to use data connectors to integrate various data sources into Microsoft Sentinel so that I can enhance threat detection and response capabilities.
1313
---
@@ -32,14 +32,14 @@ Microsoft Sentinel solutions provide packaged security content, including data c
3232

3333
The Microsoft Sentinel **Data connectors** page lists the installed or in-use data connectors.
3434

35-
#### [Azure portal](#tab/azure-portal)
36-
37-
:::image type="content" source="media/connect-data-sources/data-connector-list.png" alt-text="Screenshot of the data connectors gallery." lightbox="media/connect-data-sources/data-connector-list.png":::
38-
3935
#### [Defender portal](#tab/defender-portal)
4036

4137
:::image type="content" source="media/connect-data-sources/data-connector-list-defender.png" alt-text="Screenshot of the data connectors gallery." lightbox="media/connect-data-sources/data-connector-list-defender.png":::
4238

39+
#### [Azure portal](#tab/azure-portal)
40+
41+
:::image type="content" source="media/connect-data-sources/data-connector-list.png" alt-text="Screenshot of the data connectors gallery." lightbox="media/connect-data-sources/data-connector-list.png":::
42+
4343
---
4444

4545
To add more data connectors, install the solution associated with the data connector from the **Content Hub**. For more information, see the following articles:

articles/sentinel/create-analytics-rule-from-template.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ms.author: yelevin
66
ms.topic: how-to
77
ms.date: 07/02/2024
88
appliesto:
9-
- Microsoft Sentinel in the Azure portal
109
- Microsoft Sentinel in the Microsoft Defender portal
10+
- Microsoft Sentinel in the Azure portal
1111
ms.collection: usx-security
1212

1313

@@ -28,9 +28,9 @@ This article shows you how to create a scheduled analytics rule using a template
2828

2929
To view the installed analytics rules in Microsoft Sentinel, go to the **Analytics** page. The **Rule templates** tab displays all the installed rule templates. To find more rule templates, go to the **Content hub** in Microsoft Sentinel to install the related product solutions or standalone content.
3030

31-
# [Azure portal](#tab/azure-portal)
31+
# [Defender portal](#tab/defender-portal)
3232

33-
1. From the **Configuration** section of the Microsoft Sentinel navigation menu, select **Analytics**.
33+
1. From the Microsoft Defender navigation menu, expand **Microsoft Sentinel**, then **Configuration**. Select **Analytics**.
3434

3535
1. On the **Analytics** screen, select the **Rule templates** tab.
3636

@@ -40,11 +40,11 @@ To view the installed analytics rules in Microsoft Sentinel, go to the **Analyti
4040

4141
1. From the resulting list, select **Scheduled**. Then select **Apply**.
4242

43-
:::image type="content" source="media/create-analytics-rule-from-template/view-detections.png" alt-text="Screenshot of scheduled analytics rule templates in Microsoft Azure portal." lightbox="media/create-analytics-rule-from-template/view-detections.png":::
43+
:::image type="content" source="media/create-analytics-rule-from-template/view-detections-defender.png" alt-text="Screenshot of scheduled analytics rule templates in Microsoft Defender portal." lightbox="media/create-analytics-rule-from-template/view-detections-defender.png":::
4444

45-
# [Defender portal](#tab/defender-portal)
45+
# [Azure portal](#tab/azure-portal)
4646

47-
1. From the Microsoft Defender navigation menu, expand **Microsoft Sentinel**, then **Configuration**. Select **Analytics**.
47+
1. From the **Configuration** section of the Microsoft Sentinel navigation menu, select **Analytics**.
4848

4949
1. On the **Analytics** screen, select the **Rule templates** tab.
5050

@@ -54,22 +54,22 @@ To view the installed analytics rules in Microsoft Sentinel, go to the **Analyti
5454

5555
1. From the resulting list, select **Scheduled**. Then select **Apply**.
5656

57-
:::image type="content" source="media/create-analytics-rule-from-template/view-detections-defender.png" alt-text="Screenshot of scheduled analytics rule templates in Microsoft Defender portal." lightbox="media/create-analytics-rule-from-template/view-detections-defender.png":::
57+
:::image type="content" source="media/create-analytics-rule-from-template/view-detections.png" alt-text="Screenshot of scheduled analytics rule templates in Microsoft Azure portal." lightbox="media/create-analytics-rule-from-template/view-detections.png":::
5858

5959
---
6060

6161
## Create a rule from a template
6262

6363
This procedure describes how to create an analytics rule from a template.
6464

65-
# [Azure portal](#tab/azure-portal)
66-
67-
From the **Configuration** section of the Microsoft Sentinel navigation menu, select **Analytics**.
68-
6965
# [Defender portal](#tab/defender-portal)
7066

7167
From the Microsoft Defender navigation menu, expand **Microsoft Sentinel**, then **Configuration**. Select **Analytics**.
7268

69+
# [Azure portal](#tab/azure-portal)
70+
71+
From the **Configuration** section of the Microsoft Sentinel navigation menu, select **Analytics**.
72+
7373
---
7474

7575
1. On the **Analytics** screen, select the **Rule templates** tab.

articles/sentinel/create-analytics-rules.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ms.author: yelevin
66
ms.topic: how-to
77
ms.date: 10/16/2024
88
appliesto:
9-
- Microsoft Sentinel in the Azure portal
109
- Microsoft Sentinel in the Microsoft Defender portal
10+
- Microsoft Sentinel in the Azure portal
1111
ms.collection: usx-security
1212

1313

@@ -58,18 +58,18 @@ This section describes how to create a rule using the Azure or Defender portals.
5858

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

61-
1. For Microsoft Sentinel in the [Azure portal](https://portal.azure.com), under **Configuration**, select **Analytics**.<br>For Microsoft Sentinel in the [Defender portal](https://security.microsoft.com), select **Microsoft Sentinel** > **Configuration** > **Analytics**.
61+
1. For Microsoft Sentinel in the [Defender portal](https://security.microsoft.com), select **Microsoft Sentinel** > **Configuration** > **Analytics**. For Microsoft Sentinel in the [Azure portal](https://portal.azure.com), under **Configuration**, select **Analytics**.
6262

6363
1. Select **+Create** and select **Scheduled query rule**.
6464

65-
# [Azure portal](#tab/azure-portal)
66-
67-
:::image type="content" source="media/create-analytics-rules/create-scheduled-query.png" alt-text="Screenshot of Analytics screen in Azure portal." lightbox="media/create-analytics-rules/create-scheduled-query.png":::
68-
6965
# [Defender portal](#tab/defender-portal)
7066

7167
:::image type="content" source="media/create-analytics-rules/defender-create-scheduled-query.png" alt-text="Screenshot of Analytics screen in Defender portal." lightbox="media/create-analytics-rules/defender-create-scheduled-query.png":::
7268

69+
# [Azure portal](#tab/azure-portal)
70+
71+
:::image type="content" source="media/create-analytics-rules/create-scheduled-query.png" alt-text="Screenshot of Analytics screen in Azure portal." lightbox="media/create-analytics-rules/create-scheduled-query.png":::
72+
7373
---
7474

7575
### Name the rule and define general information
@@ -88,14 +88,14 @@ In the Azure portal, stages are represented visually as tabs. In the Defender po
8888

8989
1. Select **Next: Set rule logic**.
9090

91-
# [Azure portal](#tab/azure-portal)
92-
93-
:::image type="content" source="media/create-analytics-rules/general-tab.png" alt-text="Screenshot of opening screen of analytics rule wizard in the Azure portal.":::
94-
9591
# [Defender portal](#tab/defender-portal)
9692

9793
:::image type="content" source="media/create-analytics-rules/defender-wizard-general.png" alt-text="Screenshot of opening screen of analytics rule wizard in the Defender portal.":::
9894

95+
# [Azure portal](#tab/azure-portal)
96+
97+
:::image type="content" source="media/create-analytics-rules/general-tab.png" alt-text="Screenshot of opening screen of analytics rule wizard in the Azure portal.":::
98+
9999
---
100100

101101
### Define the rule logic
@@ -150,18 +150,18 @@ The next step is to set the rule logic which includes adding the Kusto query tha
150150

151151
1. Select **Next: Incident settings**.
152152

153-
# [Azure portal](#tab/azure-portal)
154-
155-
:::image type="content" source="media/create-analytics-rules/set-rule-logic-1.png" alt-text="Screenshot of first half of set rule logic tab in the analytics rule wizard in the Azure portal.":::
156-
157-
:::image type="content" source="media/create-analytics-rules/set-rule-logic-2.png" alt-text="Screenshot of second half of set rule logic tab in the analytics rule wizard in the Azure portal.":::
158-
159153
# [Defender portal](#tab/defender-portal)
160154

161155
:::image type="content" source="media/create-analytics-rules/defender-set-rule-logic-1.png" alt-text="Screenshot of first half of set rule logic tab in the analytics rule wizard in the Defender portal.":::
162156

163157
:::image type="content" source="media/create-analytics-rules/defender-set-rule-logic-2.png" alt-text="Screenshot of second half of set rule logic tab in the analytics rule wizard in the Defender portal.":::
164158

159+
# [Azure portal](#tab/azure-portal)
160+
161+
:::image type="content" source="media/create-analytics-rules/set-rule-logic-1.png" alt-text="Screenshot of first half of set rule logic tab in the analytics rule wizard in the Azure portal.":::
162+
163+
:::image type="content" source="media/create-analytics-rules/set-rule-logic-2.png" alt-text="Screenshot of second half of set rule logic tab in the analytics rule wizard in the Azure portal.":::
164+
165165
---
166166

167167
### Configure the incident creation settings
@@ -217,14 +217,14 @@ In the **Incident settings** tab, choose whether Microsoft Sentinel turns alerts
217217
218218
1. Select **Next: Automated response**.
219219

220-
# [Azure portal](#tab/azure-portal)
221-
222-
:::image type="content" source="media/create-analytics-rules/incident-settings-tab.png" alt-text="Screenshot of incident settings screen of analytics rule wizard in the Azure portal.":::
223-
224220
# [Defender portal](#tab/defender-portal)
225221

226222
:::image type="content" source="media/create-analytics-rules/defender-incident-settings.png" alt-text="Screenshot of incident settings screen of analytics rule wizard in the Defender portal.":::
227223

224+
# [Azure portal](#tab/azure-portal)
225+
226+
:::image type="content" source="media/create-analytics-rules/incident-settings-tab.png" alt-text="Screenshot of incident settings screen of analytics rule wizard in the Azure portal.":::
227+
228228
---
229229

230230
### Review or add automated responses
@@ -241,14 +241,14 @@ In the **Incident settings** tab, choose whether Microsoft Sentinel turns alerts
241241

242242
- 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](migrate-playbooks-to-automation-rules.md) for full instructions.
243243

244-
# [Azure portal](#tab/azure-portal)
245-
246-
:::image type="content" source="media/create-analytics-rules/automated-response-tab.png" alt-text="Screenshot of automated response screen of analytics rule wizard in the Azure portal.":::
247-
248244
# [Defender portal](#tab/defender-portal)
249245

250246
:::image type="content" source="media/create-analytics-rules/defender-automated-response.png" alt-text="Screenshot of automated response screen of analytics rule wizard in the Defender portal.":::
251247

248+
# [Azure portal](#tab/azure-portal)
249+
250+
:::image type="content" source="media/create-analytics-rules/automated-response-tab.png" alt-text="Screenshot of automated response screen of analytics rule wizard in the Azure portal.":::
251+
252252
---
253253

254254
1. Select **Next: Review and create** to review all the settings for your new analytics rule.
@@ -261,14 +261,14 @@ In the **Incident settings** tab, choose whether Microsoft Sentinel turns alerts
261261

262262
1. Correct the error and go back to the **Review and create** tab to run the validation again.
263263

264-
# [Azure portal](#tab/azure-portal)
265-
266-
:::image type="content" source="media/create-analytics-rules/review-and-create-tab.png" alt-text="Screenshot of validation screen of analytics rule wizard in the Azure portal.":::
267-
268264
# [Defender portal](#tab/defender-portal)
269265

270266
:::image type="content" source="media/create-analytics-rules/defender-review-and-create.png" alt-text="Screenshot of validation screen of analytics rule wizard in the Defender portal.":::
271267

268+
# [Azure portal](#tab/azure-portal)
269+
270+
:::image type="content" source="media/create-analytics-rules/review-and-create-tab.png" alt-text="Screenshot of validation screen of analytics rule wizard in the Azure portal.":::
271+
272272
---
273273

274274
## View the rule and its output
@@ -279,18 +279,18 @@ You can find your newly created custom rule (of type "Scheduled") in the table u
279279

280280
### View the results of the rule
281281

282-
# [Azure portal](#tab/azure-portal)
283-
284-
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](investigate-cases.md), and [remediate the threats](respond-threats-during-investigation.md).
285-
286-
:::image type="content" source="media/create-analytics-rules/view-incidents.png" alt-text="Screenshot of incidents page in the Azure portal." lightbox="media/create-analytics-rules/view-incidents.png":::
287-
288282
# [Defender portal](#tab/defender-portal)
289283

290284
To view the results of the analytics rules you create in the Defender portal, expand **Investigation & response** in the navigation menu, then **Incidents & alerts**. View incidents on the **Incidents** page, where you can triage incidents, [investigate them](investigate-cases.md), and [remediate the threats](respond-threats-during-investigation.md). View individual alerts on the **Alerts** page.
291285

292286
:::image type="content" source="media/create-analytics-rules/defender-view-incidents.png" alt-text="Screenshot of incidents page in the Azure portal." lightbox="media/create-analytics-rules/defender-view-incidents.png":::
293287

288+
# [Azure portal](#tab/azure-portal)
289+
290+
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](investigate-cases.md), and [remediate the threats](respond-threats-during-investigation.md).
291+
292+
:::image type="content" source="media/create-analytics-rules/view-incidents.png" alt-text="Screenshot of incidents page in the Azure portal." lightbox="media/create-analytics-rules/view-incidents.png":::
293+
294294
---
295295

296296
### Tune the rule

0 commit comments

Comments
 (0)