Skip to content

Commit abe3b5a

Browse files
Merge pull request #261370 from cwatson-cat/patch-21
Sentinel - Update watchlist-schemas.md to add more tag examples
2 parents 44bd532 + ab13d2c commit abe3b5a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

articles/sentinel/watchlist-schemas.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ description: Learn about the schemas used in each built-in watchlist template in
44
author: cwatson-cat
55
ms.author: cwatson
66
ms.topic: reference
7-
ms.custom: mvc, ignite-fall-2021
8-
ms.date: 11/09/2021
7+
ms.date: 12/15/2023
98
---
109

1110
# Microsoft Sentinel built-in watchlist template schemas (preview)
@@ -25,7 +24,7 @@ The High Value Assets watchlist lists devices, resources, and other assets that
2524
| **Asset Name** | String | `Microsoft.Storage/storageAccounts/purviewadls` | Optional |
2625
| **Asset FQDN** | FQDN | `Finance-SRv.local.microsoft.com` | Mandatory |
2726
| **IP Address** | IP | `1.1.1.1` | Optional |
28-
| **Tags** | List | `["SAW user","Blue Ocean team"] ` | Optional |
27+
| **Tags** | List | `["SAW user","Blue Ocean team"] ` for CSV files created in Microsoft Excel or `[""SAW user"",""Blue Ocean team""] ` for CSV files created in a text editor | Optional |
2928

3029

3130
## VIP Users
@@ -38,7 +37,7 @@ The VIP Users watchlist lists user accounts of employees that have high impact v
3837
| **User AAD Object Id** | SID | `03fa4b4e-dc26-426f-87b7-98e0c9e2955e` | Optional |
3938
| **User On-Prem Sid** | SID | `S-1-12-1-4141952679-1282074057-627758481-2916039507` | Optional |
4039
| **User Principal Name** | UPN | `[email protected]` | Mandatory |
41-
| **Tags** | List | `["SAW user","Blue Ocean team"]` | Optional |
40+
| **Tags** | List | `["SAW user","Blue Ocean team"]` for CSV files created in Microsoft Excel or `[""SAW user"",""Blue Ocean team""]` for CSV files created in a text editor | Optional |
4241

4342

4443
## Network Addresses
@@ -49,7 +48,7 @@ The Network Addresses watchlist lists IP subnets and their respective organizati
4948
| ---------- | ------------ | ---------------------------- | ------------------ |
5049
| **IP Subnet** | Subnet range | `198.51.100.0/24` | Mandatory |
5150
| **Range Name** | String | `DMZ` | Optional |
52-
| **Tags** | List | `["Example","Example"]` | Optional |
51+
| **Tags** | List | `["Example","Example"]` for CSV files created in Microsoft Excel or `[""Example"",""Example""]` for CSV files created in a text editor | Optional |
5352

5453

5554
## Terminated Employees
@@ -65,7 +64,7 @@ The Terminated Employees watchlist lists user accounts of employees that have be
6564
| **UserState** | String <br><br>We recommend using either `Notified` or `Terminated` | `Terminated` | Mandatory |
6665
| **Notification date** | Timestamp - day <br><br>We recommend using the UTC format | `2020-12-1` | Optional |
6766
| **Termination date** | Timestamp - day <br><br>We recommend using the UTC format | `2021-01-01` | Mandatory |
68-
| **Tags** | List | `["SAW user","Amba Wolfs team"]` | Optional |
67+
| **Tags** | List | `["SAW user","Amba Wolfs team"]` for CSV files created in Microsoft Excel or `[""SAW user"",""Amba Wolfs team""]` for CSV files created in a text editor | Optional |
6968

7069

7170

@@ -83,7 +82,7 @@ The Identity Correlation watchlist lists related user accounts that belong to th
8382
| **Email** | Email | `[email protected]` | Optional |
8483
| **Associated Privileged Account ID** | UID/SID | `S-1-12-1-4141952679-1282074057-627758481-2916039507` | Optional |
8584
| **Associated Privileged Account** | UPN | `[email protected]` | Optional |
86-
| **Tags** | List | `["SAW user","Amba Wolfs team"]` | Optional |
85+
| **Tags** | List | `["SAW user","Amba Wolfs team"]` for CSV files created in Microsoft Excel or `[""SAW user"",""Amba Wolfs team""]`for CSV files created in a text editor | Optional |
8786

8887

8988
## Service Accounts
@@ -100,7 +99,7 @@ The Service Accounts watchlist lists service accounts and their owners, and incl
10099
| **Owner User AAD Object Id** | SID | `03fa4b4e-dc26-426f-87b7-98e0c9e2955e` | Optional |
101100
| **Owner User On-Prem Sid** | SID | `S-1-12-1-4141952679-1282074057-627758481-2916039507` | Optional |
102101
| **Owner User Principal Name** | UPN | `[email protected]` | Mandatory |
103-
| **Tags** | List | `["Automation Account","GitHub Account"]` | Optional |
102+
| **Tags** | List | `["Automation Account","GitHub Account"]` for CSV files created in Microsoft Excel or `[""Automation Account"",""GitHub Account""]`for CSV files created in a text editor | Optional |
104103

105104

106105
## Next steps

0 commit comments

Comments
 (0)