Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 482 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 482 Bytes

Azure Sentinel Report Generator (Code Snippet)

📘 This is a code snippet to experiment an Azure Sentinel incidents status report generator

It generates:

  • Total Number of agents
  • Agents by OS
  • Total Number of Incidents
  • Incidents by Severity
  • Incidents by Status
  • Incidents over Time (In the last 30 days)
  • Table of Incident details

PS: The selected timeframe is: last 30 days.

You can clean it, enhance it and use it in your code