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
Copy file name to clipboardExpand all lines: articles/sentinel/get-visibility.md
+18-5Lines changed: 18 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ If your workspace is onboarded to the unified security operations platform, sele
24
24
25
25
:::image type="content" source="media/get-visibility/dashboard.png" alt-text="Screenshot of the Microsoft Sentinel Overview dashboard.":::
26
26
27
-
Data for each section of the dashboard is pre-calculated, and the last refresh time is shown at the top of each section. Select **Refresh** at the top of the page to refresh the entire page.
27
+
Data for each section of the dashboard is precalculated, and the last refresh time is shown at the top of each section. Select **Refresh** at the top of the page to refresh the entire page.
28
28
29
29
## View incident data
30
30
@@ -36,7 +36,7 @@ The following image shows an example of the **Incidents** section on the **Overv
36
36
37
37
The **Incidents** section lists the following data:
38
38
39
-
- The number of number of new, active, and closed incidents over the last 24 hours.
39
+
- The number of new, active, and closed incidents over the last 24 hours.
40
40
- The total number of incidents of each severity.
41
41
- The number of closed incidents of each type of closing classification.
42
42
- Incident statuses by creation time, in four hour intervals.
@@ -52,7 +52,7 @@ After deploying automation with Microsoft Sentinel, monitor your workspace's aut
52
52
53
53
- Start with a summary of the automation rules activity: Incidents closed by automation, the time the automation saved, and related playbooks health.
54
54
55
-
Microsoft Sentinel calculates the time saved by automation by finding the average time that a single automation saved, multiplied by the number of incident that were resolved by automation. The formula is as follows:
55
+
Microsoft Sentinel calculates the time saved by automation by finding the average time that a single automation saved, multiplied by the number of incidents resolved by automation. The formula is as follows:
56
56
57
57
`(avgWithout - avgWith) * resolvedByAutomation`
58
58
@@ -64,7 +64,7 @@ After deploying automation with Microsoft Sentinel, monitor your workspace's aut
64
64
65
65
- Below the summary, a graph summarizes the numbers of actions performed by automation, by type of action.
66
66
67
-
- At the bottom of the section, find a count of the active automation rules with a link to the automation blade.
67
+
- At the bottom of the section, find a count of the active automation rules with a link to the **Automation** page.
68
68
69
69
Select the **configure automation rules** link to the jump the **Automation** page, where you can configure more automation.
70
70
@@ -90,10 +90,23 @@ Track data for your analytics rules in the **Analytics** section of the **Overvi
90
90
91
91
:::image type="content" source="./media/qs-get-visibility/analytics.png" alt-text="Screenshot of the Analytics section in the Microsoft Sentinel Overview page.":::
92
92
93
-
The number of analytics rules in Microsoft Sentinel are shown by status, including enabled, disabled, and auto-disabled.
93
+
The number of analytics rules in Microsoft Sentinel are shown by status, including enabled, disabled, and autodisabled.
94
94
95
95
Select the **MITRE view** link to jump to the **MITRE ATT&CK**, where you can view how your environment is protected against MITRE ATT&CK tactics and techniques. Select the **manage analytics rules** link to jump to the **Analytics** page, where you can view and manage the rules that configure how alerts are triggered.
96
96
97
+
<!--unclear what this section is doing here. doesn't seem to have any connection to workbooks?
98
+
## Create new detections
99
+
100
+
Generate detections on the [data sources that you connected to Microsoft Sentinel](connect-data-sources.md) to investigate threats in your organization.
101
+
102
+
When you create a new detection, leverage the detections crafted by Microsoft security researchers that are tailored to the data sources you connected.
103
+
104
+
To view the installed out-of-the-box detections, go to **Analytics** and then **Rule templates**. This tab contains all the installed Microsoft Sentinel rule templates. To find more rule templates, go to the **Content hub** in Microsoft Sentinel to install product solutions or standalone content.
105
+
106
+

107
+
108
+
For more information about getting out-of-the-box detections, see [Get built-in-analytics](detect-threats-built-in.md).
109
+
-->
97
110
## Next steps
98
111
99
112
Use workbook templates to dive deeper into events generated across your environment. For more information, see [Visualize log and query data with Microsoft Sentinel workbooks](workbooks.md).
Copy file name to clipboardExpand all lines: articles/sentinel/monitor-your-data.md
+79-5Lines changed: 79 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Visualize your data using workbooks in Microsoft Sentinel | Microsoft Doc
3
3
description: Learn how to visualize your data using workbooks in Microsoft Sentinel.
4
4
author: yelevin
5
5
ms.topic: how-to
6
-
ms.date: 03/07/2024
6
+
ms.date: 05/22/2024
7
7
ms.author: yelevin
8
8
appliesto:
9
9
- Microsoft Sentinel in the Azure portal
@@ -13,7 +13,9 @@ ms.collection: usx-security
13
13
14
14
# Visualize and monitor your data by using workbooks in Microsoft Sentinel
15
15
16
-
After you connect your data sources to Microsoft Sentinel, visualize and monitor the data using workbooks in Microsoft Sentinel. Microsoft Sentinel allows you to create custom workbooks across your data or, use existing workbook templates available with packaged solutions or as standalone content from the content hub. These templates allow you to quickly gain insights across your data as soon as you connect a data source.
16
+
After you connect your data sources to Microsoft Sentinel, visualize and monitor the data using workbooks in Microsoft Sentinel. Microsoft Sentinel workbooks are based on Azure Monitor workbooks, and add tables and charts with analytics for your logs and queries to the tools already available in Azure.
17
+
18
+
Microsoft Sentinel allows you to create custom workbooks across your data or use existing workbook templates available with packaged solutions or as standalone content from the content hub. Each workbook is an Azure resource like any other, and you can assign it with Azure role-based access control (RBAC) to define and limit who can access.
17
19
18
20
This article describes how to visualize your data in Microsoft Sentinel by using workbooks.
19
21
@@ -24,6 +26,7 @@ This article describes how to visualize your data in Microsoft Sentinel by using
24
26
- You must have at least **Workbook reader** or **Workbook contributor** permissions on the resource group of the Microsoft Sentinel workspace.
25
27
26
28
The workbooks that you see in Microsoft Sentinel are saved within the Microsoft Sentinel workspace's resource group and are tagged by the workspace in which they were created.
29
+
27
30
- To use a workbook template, install the solution that contains the workbook or install the workbook as a standalone item from the **Content Hub**. For more information, see [Discover and manage Microsoft Sentinel out-of-the-box content](sentinel-solutions-deploy.md).
28
31
29
32
## Create a workbook from a template
@@ -50,18 +53,25 @@ Use a template installed from the content hub to create a workbook.
50
53
51
54
[](media/monitor-your-data/workbook-graph.png#lightbox)
52
55
53
-
To clone your workbook, select **Edit** and then **Save as**. Save the clone with another name, under the same subscription and resource group. Cloned workbooks are displayed under the **My workbooks** tab.
56
+
For example, select the **TimeRange** filter to view data for a different time range than the current selection. To edit a specific workbook area, either select **Edit** or select the ellipsis (**...**) to add elements, or move, clone, or remove the area.
57
+
58
+
To clone your workbook, select **Save as**. Save the clone with another name, under the same subscription and resource group. Cloned workbooks are displayed under the **My workbooks** tab.
54
59
55
60
1. When you're done, select **Save** to save your changes.
56
61
57
-
For more information, see how to [Create interactive reports with Azure Monitor Workbooks](../azure-monitor/visualize/workbooks-overview.md).
62
+
For more information, see:
63
+
64
+
-[Create interactive reports with Azure Monitor Workbooks](../azure-monitor/visualize/workbooks-overview.md)
65
+
-[Tutorial: Visual data in Log Analytics](../azure-monitor/visualize/tutorial-logs-dashboards.md)
58
66
59
67
## Create new workbook
60
68
61
69
Create a workbook from scratch in Microsoft Sentinel.
62
70
63
71
1. For Microsoft Sentinel in the [Azure portal](https://portal.azure.com), under **Threat management**, select **Workbooks**.<br> For Microsoft Sentinel in the [Defender portal](https://security.microsoft.com/), select **Microsoft Sentinel** > **Threat management** > **Workbooks**.
72
+
64
73
1. Select **Add workbook**.
74
+
65
75
1. To edit the workbook, select **Edit**, and then add text, queries, and parameters as necessary. For more information on how to customize the workbook, see how to [Create interactive reports with Azure Monitor Workbooks](../azure-monitor/visualize/workbooks-overview.md).
66
76
67
77
[](media/monitor-your-data/create-workbook.png#lightbox)
@@ -80,6 +90,12 @@ Create a workbook from scratch in Microsoft Sentinel.
To add a custom tile to a Microsoft Sentinel workbook, first create the tile in Log Analytics. For more information, see [Visual data in Log Analytics](../azure-monitor/visualize/tutorial-logs-dashboards.md).
96
+
97
+
Once you create a tile, select **Pin** and then select the workbook where you want the tile to appear.
98
+
83
99
## Refresh your workbook data
84
100
85
101
Refresh your workbook to display updated data. In the toolbar, select one of the following options:
@@ -110,6 +126,64 @@ To print a workbook, or save it as a PDF, use the options menu to the right of t
110
126
111
127
To delete a saved workbook, either a saved template or a customized workbook, select the saved workbook that you want to delete and select **Delete**. This action removes the saved workbook. It also removes the workbook resource and any changes you made to the template. The original template remains available.
112
128
129
+
130
+
## Workbook recommendations
131
+
132
+
This section reviews basic recommendations we have for using Microsoft Sentinel workbooks.
133
+
134
+
### Add Microsoft Entra ID workbooks
135
+
136
+
If you use Microsoft Entra ID with Microsoft Sentinel, we recommend that you install the Microsoft Entra solution for Microsoft Sentinel and use the following workbooks:
137
+
138
+
-**Microsoft Entra sign-ins** analyzes sign-ins over time to see if there are anomalies. This workbook provides failed sign-ins by applications, devices, and locations so that you can notice, at a glance if something unusual happens. Pay attention to multiple failed sign-ins.
139
+
-**Microsoft Entra audit logs** analyzes admin activities, such as changes in users (add, remove, etc.), group creation, and modifications.
140
+
141
+
### Add firewall workbooks
142
+
143
+
We recommend that you install the appropriate solution from the **Content hub** to add a workbook for your firewall.
144
+
145
+
For example, install the Palo Alto firewall solution for Microsoft Sentinel to add the Palo Alto workbooks. The workbooks analyze your firewall traffic, providing you with correlations between your firewall data and threat events, and highlight suspicious events across entities.
146
+
147
+

148
+
149
+
### Create different workbooks for different uses
150
+
151
+
We recommend creating different visualizations for each type of persona that uses workbooks, based on the persona's role and what they're looking for. For example, create a workbook for your network admin that includes the firewall data.
152
+
153
+
Alternately, create workbooks based on how frequently you want to look at them, whether there are things you want to review daily, and others items you want to check once an hour. For example, you might want to look at your Microsoft Entra sign-ins every hour to search for anomalies.
154
+
155
+
### Sample query for comparing traffic trends across weeks
156
+
157
+
Use the following query to create a visualization that compares traffic trends across weeks. Switch the device vendor and data source you run the query on, depending on your environment.
158
+
159
+
The following sample query uses the **SecurityEvent** table from Windows. You might want to switch it to run on the **AzureActivity** or **CommonSecurityLog** table, on any other firewall.
You might want to create a query that incorporates data from multiples sources. For example, create a query that looks at Microsoft Entra audit logs for new users that were created, and then checks your Azure logs to see if the user started making role assignment changes within 24 hours of creation. That suspicious activity would show up in a visualization with the following query:
172
+
173
+
```kusto
174
+
AuditLogs
175
+
| where OperationName == "Add user"
176
+
| project AddedTime = TimeGenerated, user = tostring(TargetResources[0].userPrincipalName)
177
+
| join (AzureActivity
178
+
| where OperationName == "Create role assignment"
179
+
| project OperationName, RoleAssignmentTime = TimeGenerated, user = Caller) on user
180
+
| project-away user1
181
+
```
182
+
113
183
## Related articles
114
184
115
-
To learn about popular built-in workbooks, see [Commonly used Microsoft Sentinel workbooks](top-workbooks.md).
185
+
For more information, see:
186
+
187
+
-[Commonly used Microsoft Sentinel workbooks](top-workbooks.md)
0 commit comments