Azure-Sentinel/Sample Data/MITRE ATT&CK
ashwin-patil f86b352f3c readme link fixes 2020-10-09 15:48:34 +00:00
..
Layers New layer Json files 2020-10-08 19:13:42 +00:00
gif renamed files 2020-10-08 19:40:24 +00:00
AzureSentinel-with-Headers.csv new csv files with fusion data 2020-10-08 19:12:36 +00:00
AzureSentinel.csv new csv files with fusion data 2020-10-08 19:12:36 +00:00
MITRE ATT&CK for Azure Sentinel.ipynb New layer Json files 2020-10-08 19:13:42 +00:00
MSFTAlerts-with-Headers.csv new csv files with fusion data 2020-10-08 19:12:36 +00:00
MSFTAlerts.csv new csv files with fusion data 2020-10-08 19:12:36 +00: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