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/notebook-get-started.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ ms.topic: how-to
7
7
ms.date: 01/09/2023
8
8
---
9
9
10
-
# Tutorial: Get started with Jupyter notebooks and MSTICPy in Microsoft Sentinel
10
+
# Get started with Jupyter notebooks and MSTICPy in Microsoft Sentinel
11
11
12
-
This tutorial describes how to run the **Getting Started Guide For Microsoft Sentinel ML Notebooks** notebook, which sets up basic configurations for running Jupyter notebooks in Microsoft Sentinel and running simple data queries.
12
+
This article describes how to run the **Getting Started Guide For Microsoft Sentinel ML Notebooks** notebook, which sets up basic configurations for running Jupyter notebooks in Microsoft Sentinel and running simple data queries.
13
13
14
14
The **Getting Started Guide for Microsoft Sentinel ML Notebooks** notebook uses MSTICPy, a Python library of Cybersecurity tools built by Microsoft, which provides threat hunting and investigation functionality.
15
15
@@ -21,7 +21,7 @@ MSTICPy reduces the amount of code that customers need to write for Microsoft Se
21
21
- Visualization tools using event timelines, process trees, and geo mapping.
22
22
- Advanced analyses, such as time series decomposition, anomaly detection, and clustering.
23
23
24
-
The steps in this tutorial describe how to run the **Getting Started Guide for Microsoft Sentinel ML Notebooks** notebook in your Azure ML workspace via Microsoft Sentinel. You can also use this tutorial as guidance for performing similar steps to run notebooks in other environments, including locally.
24
+
The steps in this article describe how to run the **Getting Started Guide for Microsoft Sentinel ML Notebooks** notebook in your Azure ML workspace via Microsoft Sentinel. You can also use this article as guidance for performing similar steps to run notebooks in other environments, including locally.
25
25
26
26
For more information, see [Use notebooks to power investigations](hunting.md#use-notebooks-to-power-investigations) and [Use Jupyter notebooks to hunt for security threats](notebooks.md).
27
27
@@ -33,7 +33,7 @@ For more information, see [Use notebooks to power investigations](hunting.md#use
33
33
34
34
- To use notebooks in Microsoft Sentinel, make sure that you have the required permissions. For more information, see [Manage access to Microsoft Sentinel notebooks](notebooks.md#manage-access-to-microsoft-sentinel-notebooks).
35
35
36
-
- To perform the steps in this tutorial, you'll need Python 3.6 or later. In Azure ML you can use either a Python 3.8 kernel (recommended) or a Python 3.6 kernel.
36
+
- To perform the steps in this article, you'll need Python 3.6 or later. In Azure ML you can use either a Python 3.8 kernel (recommended) or a Python 3.6 kernel.
37
37
38
38
- This notebook uses the [MaxMind GeoLite2](https://www.maxmind.com) geolocation lookup service for IP addresses. To use the MaxMind GeoLite2 service, you'll need an account key. You can sign up for a free account and key at the [Maxmind signup page](https://www.maxmind.com/en/geolite2/signup).
39
39
@@ -664,7 +664,7 @@ You can also try out other notebooks stored in the [Microsoft Sentinel Notebooks
664
664
- The [Entity Explorer series](https://github.com/Azure/Azure-Sentinel-Notebooks/) of notebooks, which allow for a deep drill-down into details about a host, account, IP address, and other entities.
665
665
666
666
> [!TIP]
667
-
> If you use the notebook described in this tutorialin another Jupyter environment, you can use any kernel that supports Python 3.6or later.
667
+
> If you use the notebook described in this articlein another Jupyter environment, you can use any kernel that supports Python 3.6or later.
668
668
>
669
669
> To use MSTICPy notebooks outside of Microsoft Sentinel and Azure Machine Learning (ML), you'll also need to configure your Python environment. Install Python 3.6 or later with the Anaconda distribution, which includes many of the required packages.
0 commit comments