Midnight is a theme for GitHub Pages.
Platform: Microsoft Sentinel / Microsoft Defender XDR
Focus: Log analysis, detection logic, and threat hunting using Kusto Query Language (KQL)
This lab demonstrates practical use of Kusto Query Language (KQL) to:
All activities were performed in a controlled, non-production environment.
Executed queries to retrieve data from custom tables and validate data ingestion.

Searched for events containing specific keywords within log descriptions.

Filtered events based on a defined timeframe (last 7 days).

Filtered events other than related to process creation activities within a defined timeframe.

Created a temporary list of accounts exhibiting suspicious activity and used it to filter related events.

Summarized process creation activity across accounts to identify anomalies.

Developed logic to detect repeated account disable failures across multiple systems.

Queried the most recent event for a specific host.

Generated a list of accounts logging into systems over a defined period.

Rendered a bar chart to visualize event distribution across accounts.

These queries support:
All activities were performed in a controlled lab environment using simulated data.