Skip to content

Commit e827af8

Browse files
Merge pull request #233599 from cwatson-cat/4-5-23-mv-nb-tut
Sentinel - move notebook out of tutorials
2 parents f8f04eb + c6f5c40 commit e827af8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/sentinel/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
href: tutorial-enrich-ip-information.md
2626
- name: Detect Log4j vulnerability exploits
2727
href: tutorial-log4j-detection.md
28-
- name: Get started with notebooks and MSTICPy
29-
href: notebook-get-started.md
3028
- name: Build and monitor Zero Trust
3129
href: sentinel-solution.md
3230
- name: Integrate with Microsoft Defender for IoT
@@ -863,6 +861,8 @@
863861
items:
864862
- name: Hunt with Jupyter notebooks
865863
items:
864+
- name: Get started with notebooks and MSTICPy
865+
href: notebook-get-started.md
866866
- name: Launch Jupyter notebook
867867
href: notebooks-hunt.md
868868
- name: Advanced MSTICPy settings for Jupyter notebooks

articles/sentinel/notebook-get-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ ms.topic: how-to
77
ms.date: 01/09/2023
88
---
99

10-
# Tutorial: Get started with Jupyter notebooks and MSTICPy in Microsoft Sentinel
10+
# Get started with Jupyter notebooks and MSTICPy in Microsoft Sentinel
1111

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.
1313

1414
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.
1515

@@ -21,7 +21,7 @@ MSTICPy reduces the amount of code that customers need to write for Microsoft Se
2121
- Visualization tools using event timelines, process trees, and geo mapping.
2222
- Advanced analyses, such as time series decomposition, anomaly detection, and clustering.
2323

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.
2525

2626
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).
2727

@@ -33,7 +33,7 @@ For more information, see [Use notebooks to power investigations](hunting.md#use
3333

3434
- 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).
3535

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.
3737

3838
- 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).
3939

@@ -664,7 +664,7 @@ You can also try out other notebooks stored in the [Microsoft Sentinel Notebooks
664664
- 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.
665665

666666
> [!TIP]
667-
> If you use the notebook described in this tutorial in another Jupyter environment, you can use any kernel that supports Python 3.6 or later.
667+
> If you use the notebook described in this article in another Jupyter environment, you can use any kernel that supports Python 3.6 or later.
668668
>
669669
> 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.
670670
>

0 commit comments

Comments
 (0)