Azure-Sentinel/Sample Data/MITRE ATT&CK
Ashwin Patil c348fb5be8 removed all references of en-us 2021-09-01 02:57:19 -07:00
..
Layers updated sample data and adding workbook 2021-09-01 02:02:54 -07:00
gif renamed files 2020-10-08 19:40:24 +00:00
images updated sample data and adding workbook 2021-09-01 02:02:54 -07:00
AzureSentinel-with-Headers.csv removed all references of en-us 2021-09-01 02:57:19 -07:00
AzureSentinel.csv removed all references of en-us 2021-09-01 02:57:19 -07:00
MITRE ATT&CK for Azure Sentinel.ipynb fixed content 2021-06-02 13:46:36 +03:00
MSFTAlerts-with-Headers.csv updated sample data and adding workbook 2021-09-01 02:02:54 -07:00
MSFTAlerts.csv updated sample data and adding workbook 2021-09-01 02:02:54 -07:00
README.md readme link fixes 2020-10-09 15:48:34 +00:00
config.json Jupyter Notebook and Readme file 2020-10-06 18:32:21 +00:00
msticpyconfig.yaml New layer Json files 2020-10-08 19:13:42 +00:00

README.md

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 : Click on nbviewer Badge - nbviewer

Raw Csv file for Azure Sentinel Detections and hunting Queries

KQL Query:

let SentinelGithub = (externaldata(MITREMatrix: string, Tactic: string, TechniqueId:string, TechniqueName:string, Platform: string , DetectionType: string , DetectionService: string , DetectionId: string, DetectionName: string, DetectionDescription: string, ConnectorId: string, DataTypes: string, Query: string , QueryFrequency: string , QueryPeriod:string , TriggerOperator: string, TriggerThreshold: string, DetectionSeverity: string, DetctionUrl: string, IngestedDate: string )
[@"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Sample%20Data/MITRE%20ATT%26CK/AzureSentinel.csv"]
);
SentinelGithub

Raw Csv file for Microsoft Threat Protection Portfolio Services

KQL Query

let MSFTServices = (externaldata(Alert: string, Description: string, Tactics:string, Severity:string, Provider:string, DetectionService: string)
[@"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Sample%20Data/MITRE%20ATT%26CK/MSFTAlerts.csv"]
);
MSFTServices

Setup

Setup

Data Acquisition Github

Data Cleaning And Preprocessing

Data Scraping

Data Visualization

Jupyter Dataframe Widget

Heatmaps

RadarPlots

ATT&CK Navigator

DonutCharts