-
Notifications
You must be signed in to change notification settings - Fork 27
Querying Azure Defender with lokqlDx
Neil MacMullen edited this page Sep 21, 2025
·
2 revisions
Lokqldx can issue KQL queries to Azure Defender resources and render the results locally using the .defender command
.set tenantid 1eb4...
.defender $tenantid
SecurityResources
| where type =~ "microsoft.security/assessments/subassessments"
| summarize count() by type
| render columnchart.defender accepts an optional tenant id
Although the Defender API does not accept the render operator, LokqlDx will process the render clause, remove it from the query before submission, and then use the visualization state to render locally.
#Home
Core Engine
Lokqldx (UI data explorer)
- Introduction
- Tutorials
- Running queries and commands
- Autocompletion
- Generating powerpoint reports
- Accessing ApplicationInsights data
Powershell
Other
Articles