Jupyter Notebook and Readme file

This commit is contained in:
ashwin-patil 2020-10-06 18:32:21 +00:00
Родитель f47be1a593
Коммит 07ee5a385b
3 изменённых файлов: 18938 добавлений и 0 удалений

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -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}}"
}