Microsoft Sentinel
Cloud and workloads

Watchlists Create

In brief

The documentation now clarifies how to create a storage container, upload a watchlist CSV for SAS URL reference, and add the watchlist from Azure Storage. Related Microsoft Sentinel links were also refreshed.

What Defender admins need to know

Administrators get clearer instructions for creating Azure Storage-backed watchlists; no action is required.

Summaries are generated from the documentation change itself.

Documentation change

The comparison below shows only the changed extract. Use the full-page view for complete context.

Watchlists in Microsoft Sentinel help you correlate data from a data source you provide with the events in your Microsoft Sentinel environment. For example, you might create a watchlist with a list of high value assets, terminated employees, or service accounts in your environment.

You can create a watchlist by using any of the following methods:

Upload files and directories to Blob storage by using the AzCopy v10 command-line utility. To learn more, see Upload files to Azure Blob storage by using AzCopy.

  1. If you don't already have a storage container, create the destination blob container by runningin your storage account to hold the watchlist file. Run the following command.

    azcopy make
    https://<storage-account-name>.<blob or dfs>.core.windows.net/<container-name>
    
  2. Upload the local watchlist CSV file to the blob container so it can be referenced by runninga SAS URL. Run the following command.

    azcopy copy '<local-file-path>' 'https://<storage-account-name>.<blob or dfs>.core.windows.net/<container-name>/<blob-name>'
    

Upload your file in Azure portal

If you don't use AzCopy, upload your watchlist CSV file by using the Azure portal. Go to your storage account in Azure portal to upload the CSV file with your watchlist data.

  1. If you don't already have an existing storage container, create a container. For the level of public access to the container, use the default which is set to Private (no anonymous access).
  2. Upload a block blob to upload your CSV file to the storage account.

Step 4: Add the watchlist to a workspace

To add the watchlist from Azure Storage to your Microsoft Sentinel workspace, complete the following steps:

  1. In the Defender portal, go to Microsoft Sentinel > Configuration > Watchlist.

  2. Select + New to open the Watchlist wizard.

Related content

For more information about watchlists and Microsoft Sentinel, see: