Skip to content

Commit 76f2bcd

Browse files
authored
Merge pull request #273144 from cwatson-cat/4-23-24-hunt-reorg
Sentinel - Upd hunting topics to align to content patterns
2 parents dc1750d + 7e66d3c commit 76f2bcd

File tree

11 files changed

+168
-116
lines changed

11 files changed

+168
-116
lines changed

articles/sentinel/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,6 +1002,8 @@
10021002
href: /azure/data-explorer/kql-quick-reference?toc=/azure/sentinel/TOC.json&bc=/azure/sentinel/breadcrumb/toc.json
10031003
- name: Other KQL resources
10041004
href: kusto-resources.md
1005+
- name: Create custom query
1006+
href: hunts-custom-queries.md
10051007
- name: Hunt with bookmarks
10061008
href: bookmarks.md
10071009
- name: Hunt with livestream

articles/sentinel/bookmarks.md

Lines changed: 13 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Use hunting bookmarks for data investigations in Microsoft Sentinel
2+
title: Hunt with bookmarks in Microsoft Sentinel
33
description: This article describes how to use the Microsoft Sentinel hunting bookmarks to keep track of data.
44
ms.author: austinmc
55
author: austinmccollum
66
ms.topic: how-to
7-
ms.date: 03/12/2024
7+
ms.date: 04/23/2024
88
ms.collection: usx-security
99
appliesto:
1010
- Microsoft Sentinel in the Azure portal
@@ -13,27 +13,7 @@ appliesto:
1313

1414
# Keep track of data during hunting with Microsoft Sentinel
1515

16-
Threat hunting typically requires reviewing mountains of log data looking for evidence of malicious behavior. During this process, investigators find events that they want to remember, revisit, and analyze as part of validating potential hypotheses and understanding the full story of a compromise.
17-
18-
Hunting bookmarks in Microsoft Sentinel help you by preserving the queries you ran in **Microsoft Sentinel - Logs**, along with the query results that you deem relevant. You can also record your contextual observations and reference your findings by adding notes and tags. Bookmarked data is visible to you and your teammates for easy collaboration.
19-
20-
Now you can identify and address gaps in MITRE ATT&CK technique coverage, across all hunting queries, by mapping your custom hunting queries to MITRE ATT&CK techniques.
21-
22-
Investigate more types of entities while hunting with bookmarks, by mapping the full set of entity types and identifiers supported by Microsoft Sentinel Analytics in your custom queries. Use bookmarks to explore the entities returned in hunting query results using [entity pages](entities.md#entity-pages), [incidents](investigate-cases.md) and the [investigation graph](investigate-cases.md#use-the-investigation-graph-to-deep-dive). If a bookmark captures results from a hunting query, it automatically inherits the query's MITRE ATT&CK technique and entity mappings.
23-
24-
If you find something that urgently needs to be addressed while hunting in your logs, you can easily create a bookmark and either promote it to an incident or add it to an existing incident. For more information about incidents, see [Investigate incidents with Microsoft Sentinel](investigate-cases.md).
25-
26-
If you found something worth bookmarking, but that isn't immediately urgent, you can create a bookmark and then revisit your bookmarked data at any time on the **Bookmarks** tab of the **Hunting** pane. You can use filtering and search options to quickly find specific data for your current investigation.
27-
28-
You can visualize your bookmarked data by selecting **Investigate** from the bookmark details. This launches the investigation experience in which you can view, investigate, and visually communicate your findings using an interactive entity-graph diagram and timeline.
29-
30-
Alternatively, you can view your bookmarked data directly in the **HuntingBookmark** table in your Log Analytics workspace. For example:
31-
32-
:::image type="content" source="media/bookmarks/bookmark-table.png" alt-text="Screenshot of viewing hunting bookmarks table." lightbox="media/bookmarks/bookmark-table.png":::
33-
34-
Viewing bookmarks from the table enables you to filter, summarize, and join bookmarked data with other data sources, making it easy to look for corroborating evidence.
35-
36-
[!INCLUDE [reference-to-feature-availability](includes/reference-to-feature-availability.md)]
16+
Hunting bookmarks in Microsoft Sentinel helps you preserve the queries and query results that you deem relevant. You can also record your contextual observations and reference your findings by adding notes and tags. Bookmarked data is visible to you and your teammates for easy collaboration. For more information, see [Bookmarks](hunting.md#bookmarks-to-keep-track-of-data).
3717

3818
[!INCLUDE [unified-soc-preview](includes/unified-soc-preview.md)]
3919

@@ -42,7 +22,7 @@ Viewing bookmarks from the table enables you to filter, summarize, and join book
4222
Create a bookmark to preserve the queries, results, your observations, and findings.
4323

4424
1. For Microsoft Sentinel in the [Azure portal](https://portal.azure.com), under **Threat management** select **Hunting**.<br> For Microsoft Sentinel in the [Defender portal](https://security.microsoft.com/), select **Microsoft Sentinel** > **Threat management** > **Hunting**.
45-
25+
1. From the **Hunting** tab, select a hunt.
4626
1. Select one of the hunting queries.
4727
1. In the hunting query details, select **Run Query**.
4828

@@ -106,31 +86,33 @@ Add bookmarks to an incident from the bookmarks tab on the **Hunting** page.
10686

10787
1. From the **Bookmarks** tab, select the bookmark or bookmarks you want to add to an incident.
10888

109-
2. Select **Incident actions** from the command bar:
89+
1. Select **Incident actions** from the command bar:
11090

11191
:::image type="content" source="media/bookmarks/incident-actions.png" alt-text="Screenshot of adding bookmarks to incident.":::
11292

113-
3. Select either **Create new incident** or **Add to existing incident**, as appropriate. Then:
93+
1. Select either **Create new incident** or **Add to existing incident**, as appropriate. Then:
11494

11595
- For a new incident: Optionally update the details for the incident, and then select **Create**.
11696
- For adding a bookmark to an existing incident: Select one incident, and then select **Add**.
11797

118-
As an alternative to the **Incident actions** option on the command bar, you can use the context menu (**...**) for one or more bookmarks to select options to **Create new incident**, **Add to existing incident**, and **Remove from incident**.
98+
1. To view the bookmark within the incident,
99+
1. Go to **Microsoft Sentinel** > **Threat management** > **Incidents**.
100+
1. Select the incident with your bookmark and **View full details**.
101+
1. On the incident page, in the left pane, select the **Bookmarks**.
119102

120-
To view the bookmark within the incident: Navigate to **Microsoft Sentinel** > **Threat management** > **Incidents** and select the incident with your bookmark. Select **View full details**, and then select the **Bookmarks** tab.
121103

122104
## View bookmarked data in logs
123105

124106
View bookmarked queries, results, or their history.
125107

126-
1. Select the bookmark from the **Hunting** > **Bookmarks** tab.
127-
1. Select the links provided in the details pane:
108+
1. From the **Hunting** > **Bookmarks** tab, select the bookmark.
109+
1. From the details pane, select the following links:
128110

129111
- **View source query** to view the source query in the **Logs** pane.
130112

131113
- **View bookmark logs** to see all bookmark metadata, which includes who made the update, the updated values, and the time the update occurred.
132114

133-
1. View the raw bookmark data for all bookmarks by selecting **Bookmark Logs** from the command bar on the **Hunting** > **Bookmarks** tab:
115+
1. From the command bar on the **Hunting** > **Bookmarks** tab, select **Bookmark Logs** to view the raw bookmark data for all bookmarks.
134116

135117
:::image type="content" source="media/bookmarks/bookmark-logs.png" alt-text="Screenshot of bookmark logs command.":::
136118

0 commit comments

Comments
 (0)