Skip to content

Commit 4df8640

Browse files
authored
Merge pull request #88 from Azure/pebryan/2021-6-2SupportedPlatformFix
Removed platform supported metadata
2 parents 7d386d2 + 48663a3 commit 4df8640

18 files changed

+3554
-3502
lines changed

A Getting Started Guide For Azure Sentinel Notebooks.ipynb

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,25 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Getting Started with Azure Notebooks and Azure Sentinel\n",
8-
"**Notebook Version:** 1.0<br>\n",
9-
" **Python Version:** Python 3.6 (including Python 3.6 - AzureML)<br>\n",
10-
" **Required Packages**: <br>\n",
11-
" **Platforms Supported**:\n",
12-
" - Azure Notebooks Free Compute\n",
13-
" - Azure Notebooks DSVM\n",
14-
" - OS Independent\n",
15-
"\n",
16-
"**Data Sources Required**:\n",
17-
" - Log Analytics - SiginLogs (Optional)\n",
18-
" - VirusTotal\n",
19-
" - MaxMind\n",
20-
" \n",
21-
" \n",
22-
"This notebook takes you through the basics needed to get started with Azure Notebooks and Azure Sentinel, and how to perform the basic actions of data acquisition, data enrichment, data analysis, and data visualization. These actions are the building blocks of threat hunting with notebooks and are useful to understand before running more complex notebooks. This notebook only lightly covers each topic but includes 'learn more' sections to provide you with the resource to deep dive into each of these topics. \n",
23-
"\n",
24-
"This notebook assumes that you are running this in an Azure Notebooks environment, however it will work in other Jupyter environments.\n",
25-
"\n",
26-
"**Note:**\n",
27-
"This notebooks uses SigninLogs from your Azure Sentinel Workspace. If you are not yet collecting SigninLogs configure this connector in the Azure Sentinel portal before running this notebook.\n",
28-
"This notebook also uses the VirusTotal API for data enrichment, for this you will require an API key which can be obtained by signing up for a free [VirusTotal community account](https://www.virustotal.com/gui/join-us)\n"
7+
"# Getting Started with Azure Notebooks and Azure Sentinel\r\n",
8+
"**Notebook Version:** 1.0<br>\r\n",
9+
" **Python Version:** Python 3.6 (including Python 3.6 - AzureML)<br>\r\n",
10+
" **Required Packages**: \r\n",
11+
" - MSTICPy\r\n",
12+
"\r\n",
13+
"**Data Sources Required**:\r\n",
14+
" - Log Analytics - SiginLogs (Optional)\r\n",
15+
" - VirusTotal\r\n",
16+
" - MaxMind\r\n",
17+
" \r\n",
18+
" \r\n",
19+
"This notebook takes you through the basics needed to get started with Azure Notebooks and Azure Sentinel, and how to perform the basic actions of data acquisition, data enrichment, data analysis, and data visualization. These actions are the building blocks of threat hunting with notebooks and are useful to understand before running more complex notebooks. This notebook only lightly covers each topic but includes 'learn more' sections to provide you with the resource to deep dive into each of these topics. \r\n",
20+
"\r\n",
21+
"This notebook assumes that you are running this in an Azure Notebooks environment, however it will work in other Jupyter environments.\r\n",
22+
"\r\n",
23+
"**Note:**\r\n",
24+
"This notebooks uses SigninLogs from your Azure Sentinel Workspace. If you are not yet collecting SigninLogs configure this connector in the Azure Sentinel portal before running this notebook.\r\n",
25+
"This notebook also uses the VirusTotal API for data enrichment, for this you will require an API key which can be obtained by signing up for a free [VirusTotal community account](https://www.virustotal.com/gui/join-us)\r\n"
2926
]
3027
},
3128
{

A Getting Started Guide For CSharp AML Notebooks.ipynb

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)