You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Customer intent: As a security analyst, I want to manage watchlists in my SIEM platform so that I can correlate critical data with security events and enhance threat detection.
@@ -26,7 +27,7 @@ You can create a watchlist by using any of the following methods:
26
27
-[Upload a watchlist file from your Azure Storage account](#create-a-large-watchlist-from-file-in-azure-storage-preview)
27
28
-[Create a watchlist manually](#create-a-watchlist-manually-preview)
28
29
29
-
You can currently upload local files up to 3.8 MB in size. A file that's over 3.8 MB and up to 500 MB is considered a large watchlist. To upload a large watchlist, upload the file to an Azure Storage account. Before you create a watchlist, review the [limitations of watchlists](watchlists.md#watchlist-limitations).
30
+
You can upload local files up to 3.8 MB. A file that's over 3.8 MB and up to 500 MB is considered a large watchlist. To upload a large watchlist, upload the file to an Azure Storage account. Before you create a watchlist, review the [limitations of watchlists](watchlists.md#watchlist-limitations).
30
31
31
32
Data in the Log Analytics Watchlist table is retained for 28 days.
32
33
@@ -50,7 +51,7 @@ If you didn't use a watchlist template to create your file:
50
51
51
52
1. Select **+ New** to open the **Watchlist wizard**.
52
53
53
-
:::image type="content" source="./media/watchlists-create/sentinel-watchlist-new-defender.png" alt-text="Screenshot of add watchlist option on watchlist page." lightbox="./media/watchlists-create/sentinel-watchlist-new-defender.png":::
54
+
:::image type="content" source="./media/watchlists-create/sentinel-watchlist-new-defender.png" alt-text="Screenshot of the Microsoft Sentinel Watchlist page with the New button highlighted." lightbox="./media/watchlists-create/sentinel-watchlist-new-defender.png":::
54
55
55
56
1. On the **General** page, enter the name, description, and alias for the watchlist, and then select **Next: Source**.
56
57
@@ -66,7 +67,7 @@ If you didn't use a watchlist template to create your file:
66
67
|Upload file | Either drag and drop your data file, or select **Browse for files** and select the file to upload. |
67
68
|SearchKey | Enter the name of a column in your watchlist that you expect to use as a join with other data or a frequent object of searches. For example, if your server watchlist contains country/region names and their respective two-letter country codes, and you expect to use the country codes often for search or joins, use the **Code** column as the SearchKey. |
68
69
69
-
>[!NOTE]
70
+
>[!NOTE]
70
71
> If your CSV file is larger than 3.8 MB, you need to use the instructions for [Create a large watchlist from file in Azure Storage](#create-a-large-watchlist-from-file-in-azure-storage-preview).
71
72
72
73
:::image type="content" source="./media/watchlists-create/sentinel-watchlist-source.png" alt-text="Screenshot showing the watchlist source tab." lightbox="./media/watchlists-create/sentinel-watchlist-source.png":::
@@ -103,7 +104,7 @@ It might take several minutes for the watchlist to be created and the new data t
103
104
104
105
## Create a large watchlist from file in Azure Storage (preview)
105
106
106
-
If you have a large watchlist up to 500 MB in size, upload your watchlist file to your Azure Storage account. Then create a shared access signature URL for Microsoft Sentinel to retrieve the watchlist data. A shared access signature URL is an URI that contains both the resource URI and shared access signature token of a resource like a CSV file in your storage account. Finally, add the watchlist to your workspace in Microsoft Sentinel.
107
+
If you have a large watchlist up to 500 MB, upload your watchlist file to your Azure Storage account. Then create a shared access signature URL for Microsoft Sentinel to retrieve the watchlist data. A shared access signature URL is a URI that contains both the resource URI and shared access signature token of a resource like a CSV file in your storage account. Finally, add the watchlist to your workspace in Microsoft Sentinel.
107
108
108
109
For more information about shared access signatures, see [Azure Storage shared access signature token](/azure/storage/common/storage-sas-overview#sas-token).
109
110
@@ -142,14 +143,17 @@ If you don't use AzCopy, upload your file by using the Azure portal. Go to your
142
143
143
144
Create a shared access signature URL for Microsoft Sentinel to retrieve the watchlist data.
144
145
146
+
> [!NOTE]
147
+
> Only public Blob SAS URI is supported.
148
+
145
149
1. Follow the steps in [Create SAS tokens for blobs in the Azure portal](/azure/ai-services/translator/document-translation/how-to-guides/create-sas-tokens?tabs=blobs#create-sas-tokens-in-the-azure-portal).
146
150
1. Set the shared access signature token expiry time to at least six hours.
147
151
1. Keep the default value for **Allowed IP addresses** as blank.
148
152
1. Copy the value for **Blob SAS URL**.
149
153
150
154
### Step 3: Add Azure to the CORS tab
151
155
152
-
Before using a SAS URI, add the Azure portal to the CrossOrigin Resource Sharing (CORS).
156
+
Before you use a SAS URI, add the Azure portal to the Cross-Origin Resource Sharing (CORS) configuration.
153
157
154
158
1. Go to the storage account settings, **Resource sharing** page.
155
159
1. Select the **Blob service** tab.
@@ -203,8 +207,8 @@ To create a watchlist from scratch:
203
207
204
208
It might take several minutes for the watchlist to be created and the new data to be available in queries.
205
209
206
-
>[!NOTE]
207
-
>Watchlists you create manually automatically contain a single entry that uses default values. You can update this entry as needed. For more information, see [Manage watchlists](watchlists-manage.md).
210
+
>[!NOTE]
211
+
>Watchlists you create manually automatically contain a single entry that uses default values. You can update this entry as needed. For more information, see [Manage watchlists](watchlists-manage.md).
208
212
209
213
## View watchlist status
210
214
@@ -240,7 +244,7 @@ To download one of the watchlist templates:
240
244
241
245
1. Select **Download Schema**.
242
246
243
-
:::image type="content" source="./media/watchlists-create/create-watchlist-download-schema.png" alt-text="Screenshot of templates tab with download schema selected.":::
247
+
:::image type="content" source="./media/watchlists-create/create-watchlist-download-schema.png" alt-text="Screenshot of the Watchlist Templates tab with the Download Schema option selected from the context menu.":::
244
248
245
249
1. Populate your local version of the file and save it locally as a CSV file.
246
250
@@ -252,7 +256,7 @@ If you delete and recreate a watchlist, you might see both the deleted and recre
252
256
253
257
## Related content
254
258
255
-
To learn more about Microsoft Sentinel, see the following articles:
259
+
For more information about watchlists and Microsoft Sentinel, see:
256
260
257
261
- Learn how to [get visibility into your data and potential threats](get-visibility.md)
258
262
- Get started [detecting threats with Microsoft Sentinel](./detect-threats-built-in.md)
0 commit comments