Jupyter Notebook and Readme file
This commit is contained in:
Родитель
f47be1a593
Коммит
07ee5a385b
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -0,0 +1,10 @@
|
|||
# MITRE ATT&CK for Azure Sentinel
|
||||
|
||||
This folder has resources to generate MITRE ATT&CK coverage for Azure Sentinel and other Microsoft threat Protection Portfolio solutions.
|
||||
|
||||
- Jupyter Notebook
|
||||
- Raw Csv file for Azure Sentinel Detections and hunting Queries
|
||||
- Raw Csv file for Microsoft Threat Protection Portfolio Services
|
||||
- ATT&CK navigation Layer Json Files
|
||||
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"tenant_id": "{{cookiecutter.tenant_id}}",
|
||||
"subscription_id": "{{cookiecutter.subscription_id}}",
|
||||
"resource_group": "{{cookiecutter.resource_group}}",
|
||||
"workspace_id": "{{cookiecutter.workspace_id}}",
|
||||
"workspace_name": "{{cookiecutter.workspace_name}}"
|
||||
}
|
Загрузка…
Ссылка в новой задаче