Azure-Sentinel/Tools/MITREATT&CK-LayerGeneration...
Ashwin Patil 1ace136e82 updating KQL in readme 2022-05-24 14:20:58 -07:00
..
gif moving to Tools 2022-02-18 22:31:05 +00:00
images Updateing exported svg files 2022-05-24 14:19:59 -07:00
MITRE ATT&CK for Microsoft Sentinel.ipynb updated json path in iframe 2022-02-24 21:20:58 +00:00
MSFT-Builtin-Alerts.csv updated csv name and readme path changes 2022-05-24 14:19:45 -07:00
README.md updating KQL in readme 2022-05-24 14:20:58 -07:00
config.json moving to Tools 2022-02-18 22:31:05 +00:00
msticpyconfig.yaml moving to Tools 2022-02-18 22:31:05 +00:00

README.md

MITRE ATT&CK for Microsoft Sentinel

This folder has resources to generate MITRE ATT&CK coverage for Microsoft Sentinel and other Microsoft threat Protection Portfolio solutions.

Jupyter Notebook : Click on nbviewer Badge - nbviewer

Raw Csv file for Microsoft Sentinel Detections and hunting Queries

KQL Query:

let SentinelGithub = (externaldata(Tactic: string, TechniqueId: string, Platform: string, DetectionType: string, DetectionService: string, DetectionId: guid, DetectionName: string, DetectionDescription: string, ConnectorId: string, DataTypes: string, Query: string, QueryFrequency: string, QueryPeriod: string, TriggerOperator: string, TriggerThreshold: real, DetectionSeverity: string, DetectionUrl: string, IngestedDate: datetime)
[@"https://raw.githubusercontent.com/microsoft/mstic/master/PublicFeeds/MITREATT%26CK/MicrosoftSentinel.csv"] with (format="csv", ignoreFirstRecord=True)
);
SentinelGithub

Raw Csv file for Microsoft Threat Protection Portfolio Services

KQL Query

let MSFTBuiltinAlerts = (externaldata(Alert: string, Description: string, Tactics:string, Severity:string, Provider:string, DetectionService: string)
[@"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Tools/MITREATT%26CK-LayerGeneration-Notebook/MSFT-Builtin-Alerts.csv"] with (format="csv", ignoreFirstRecord=True)
);
MSFTBuiltinAlerts

Setup

Setup

Data Acquisition Github

Data Cleaning And Preprocessing

Data Scraping

Data Visualization

Jupyter Dataframe Widget

Heatmaps

RadarPlots

ATT&CK Navigator

DonutCharts