Skip to content

Commit 52d6149

Browse files
Merge pull request #50267 from KenMAG/main
Updated and improved Acrolinx scores.
2 parents fbd0f3d + 342a67a commit 52d6149

File tree

10 files changed

+26
-31
lines changed

10 files changed

+26
-31
lines changed

learn-pr/wwl-sci/use-watchlists-azure-sentinel/1-introduction.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction"
7-
ms.date: 06/21/2022
8-
author: wwlpublish
7+
ms.date: 05/02/2025
8+
author: KenMAG
99
ms.author: kelawson
1010
ms.topic: unit
1111
azureSandbox: false

learn-pr/wwl-sci/use-watchlists-azure-sentinel/3-create-watchlist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: Create a watchlist
44
metadata:
55
title: Create a watchlist
66
description: "Create a watchlist"
7-
ms.date: 06/21/2022
8-
author: wwlpublish
7+
ms.date: 05/02/2025
8+
author: KenMAG
99
ms.author: kelawson
1010
ms.topic: unit
1111
azureSandbox: false

learn-pr/wwl-sci/use-watchlists-azure-sentinel/4-manage-watchlists.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: Manage watchlists
44
metadata:
55
title: Manage watchlists
66
description: "Manage watchlists"
7-
ms.date: 06/21/2022
8-
author: wwlpublish
7+
ms.date: 05/02/2025
8+
author: KenMAG
99
ms.author: kelawson
1010
ms.topic: unit
1111
azureSandbox: false

learn-pr/wwl-sci/use-watchlists-azure-sentinel/5-knowledge-check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: Module assessment
44
metadata:
55
title: Module assessment
66
description: "Knowledge check"
7-
ms.date: 06/21/2022
8-
author: wwlpublish
7+
ms.date: 05/02/2025
8+
author: KenMAG
99
ms.author: kelawson
1010
ms.topic: unit
1111
azureSandbox: false
@@ -31,10 +31,10 @@ quiz:
3131
choices:
3232
- content: "_Watchlist('MyList ')"
3333
isCorrect: false
34-
explanation: "Incorrect. The GetWatchlist will return the values"
34+
explanation: "Incorrect. The GetWatchlist returns the values"
3535
- content: "_GetWatchlist('MyList')"
3636
isCorrect: true
37-
explanation: "Correct. This is the proper function."
37+
explanation: "Correct. This is the proper function."
3838
- content: "_Getlist('MyList ')"
3939
isCorrect: false
40-
explanation: "Incorrect. The GetWatchlist will return the values"
40+
explanation: "Incorrect. The GetWatchlist returns the values"

learn-pr/wwl-sci/use-watchlists-azure-sentinel/6-summary-resources.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: Summary and resources
44
metadata:
55
title: Summary and resources
66
description: "Summary and resources"
7-
ms.date: 06/21/2022
8-
author: wwlpublish
7+
ms.date: 05/02/2025
8+
author: KenMAG
99
ms.author: kelawson
1010
ms.topic: unit
1111
azureSandbox: false

learn-pr/wwl-sci/use-watchlists-azure-sentinel/includes/1-introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Microsoft Sentinel provides a table to store list data accessible to Kusto Query Language (KQL) queries. The Watchlists page in Microsoft Sentinel provides the management options to maintain the lists.
1+
Microsoft Sentinel provides a table to store list data accessible to Kusto Query Language (KQL) queries. The Watchlists page in Microsoft Sentinel provides the management options to maintain the lists.
22

3-
You're a Security Operations Analyst working at a company that has implemented Microsoft Sentinel. The Security Operations team members need to prioritize alerts that are impacting high-value target servers.
3+
You're a Security Operations Analyst working at a company that deployed Microsoft Sentinel. The Security Operations team members need to prioritize alerts that are impacting high-value target servers.
44

5-
You must import a list of server names into Microsoft Sentinel, which can then be used by detection queries to set a priority field. You import a list of servers into the Watchlist page of Microsoft Sentinel. Once created, you instruct the Security Operations team to use the watch list in their KQL queries.
5+
You must import a list of server names into Microsoft Sentinel, which is used by detection queries to set a priority field. You import a list of servers into the Watchlist page of Microsoft Sentinel. Once created, you instruct the Security Operations team to use the watch list in their KQL queries.
66

77
After completing this module, you'll be able to:
88

learn-pr/wwl-sci/use-watchlists-azure-sentinel/includes/3-create-watchlist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ To create a watchlist from the Azure portal perform these steps:
22

33
1. Go to **Microsoft Sentinel > Configuration > Watchlist** and select **Add new**.
44

5-
:::image type="content" source="../media/watchlist-create.png" alt-text="Screen shot of creating a Sentinel Watchlist List.":::
5+
:::image type="content" source="../media/watchlist-create.png" alt-text="Screen shot of creating a Microsoft Sentinel Watchlist List.":::
66

77
1. On the General page, provide the name, description, and alias for the watchlist, then select **Next**.
88

@@ -11,7 +11,7 @@ To create a watchlist from the Azure portal perform these steps:
1111
> [!NOTE]
1212
> File uploads are currently limited to files of up to 3.8 MB in size.
1313
14-
1. Next, review the information, verify that it's correct, then select **Create**. A notification appears once the watchlist is ready.
14+
1. Review the information, and verify that it's correct. Then select **Create**. A notification appears once the watchlist is ready.
1515

1616
To use the watchlist data in KQL, use the KQL function _GetWatchlist('watchlist name').
1717

learn-pr/wwl-sci/use-watchlists-azure-sentinel/includes/4-manage-watchlists.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
We recommend you edit an existing watchlist instead of deleting and recreating a watchlist. Log analytics has a five-minute SLA for data ingestion. If you delete and recreate a watchlist, you might see both the deleted and recreated entries in Log Analytics during this five-minute window. If you see these duplicate entries in Log Analytics for a longer period of time, submit a support ticket.
1+
We recommend you edit an existing watchlist instead of deleting and recreating a watchlist. Log analytics has a five-minute SLA (Service Level Agreement) for data ingestion. If you delete and recreate a watchlist, you might see both the deleted and recreated entries in Log Analytics during this five-minute window. If you see these duplicate entries in Log Analytics for a longer period of time, submit a support ticket.
22

33
## Edit a watchlist item
44

@@ -32,9 +32,9 @@ Edit a watchlist to edit or add an item to the watchlist.
3232

3333
## Bulk update a watchlist
3434

35-
When you have many items to add to a watchlist, use bulk update. A bulk update of a watchlist appends items to the existing watchlist. Then, it de-duplicates the items in the watchlist where all the value in each column match.
35+
When you have many items to add to a watchlist, use bulk update. A bulk update of a watchlist appends items to the existing watchlist. Then, it deduplicates the items in the watchlist where all the value in each column match.
3636

37-
If you've deleted an item from your watchlist file and upload it, bulk update won't delete the item in the existing watchlist. Delete the watchlist item individually. Or, when you have many deletions, delete and recreate the watchlist.
37+
If you deleted an item from your watchlist file and upload it, bulk update won't delete the item in the existing watchlist. Delete the watchlist item individually. Or, when you have many deletions, delete and recreate the watchlist.
3838

3939
The updated watchlist file you upload must contain the search key field used by the watchlist with no blank values.
4040

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
You should have learned how Microsoft Sentinel provides a table to store list data accessible to Kusto Query Language (KQL) queries. And that the Watchlists page in Microsoft Sentinel provides the management options to maintain the lists.
1+
You learned how Microsoft Sentinel provides a table to store list data accessible to Kusto Query Language (KQL) queries. And that the Watchlists page in Microsoft Sentinel provides the management options to maintain the lists.
22

33
You should now be able to:
44

@@ -12,8 +12,3 @@ You can learn more by reviewing the following.
1212
[Become a Microsoft Sentinel Ninja](https://techcommunity.microsoft.com/t5/azure-sentinel/become-an-azure-sentinel-ninja-the-complete-level-400-training/ba-p/1246310?azure-portal=true)
1313

1414
[Microsoft Tech Community Security Webinars](https://techcommunity.microsoft.com/t5/microsoft-security-and/security-community-webinars/ba-p/927888?azure-portal=true)
15-
16-
17-
18-
19-

learn-pr/wwl-sci/use-watchlists-azure-sentinel/index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ uid: learn.wwl.use-watchlists-azure-sentinel
33
metadata:
44
title: Use watchlists in Microsoft Sentinel
55
description: "Use watchlists in Microsoft Sentinel"
6-
ms.date: 06/21/2022
7-
author: wwlpublish
6+
ms.date: 05/02/2025
7+
author: KenMAG
88
ms.author: kelawson
99
ms.topic: module
1010
ms.service: microsoft-sentinel
1111
title: Use watchlists in Microsoft Sentinel
12-
summary: Learn how to create Microsoft Sentinel watchlists that are a named list of imported data. Once created, you can easily use the named watchlist in KQL queries.
12+
summary: Learn how to create Microsoft Sentinel watchlists that are a named list of imported data. Once created, you can easily use the named watchlist in KQL queries.
1313
abstract: |
14-
Upon completion of this module, the learner will be able to:
14+
Upon completion of this module, the learner is able to:
1515
- Create a watchlist in Microsoft Sentinel
1616
- Use KQL to access the watchlist in Microsoft Sentinel
1717
prerequisites: ""

0 commit comments

Comments
 (0)