Skip to content

samikroy/ms-sentinel-scout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft Sentinel Scout

⚙️ Features Feature Description

🔍 KQL Query Automation Runs customizable checks via Log Analytics API
📋 Real-Time Markdown Logs Easy-to-read GitHub Actions output
📄 Styled HTML Report Downloadable assessment report for customer sharing
🔐 Secure Login Uses Azure Service Principal credentials
🧰 Plug-and-Play Just configure secrets, add queries, and run

🔍 Report Snapshort

ms-sentinel-scout-report

📁 Repo Structure

.
├── scripts/
│   ├── generate-ms-sentinel-scout-report.ps1  # Main script to run checks and export HTML
│   └── kql-queries.txt               # List of readiness queries with alias
├── .github/
│   └── workflows/Generate MS Sentinel Scout Report.yml  # GitHub Actions workflow
└── README.md                         # You're reading it

🔐 Permission

The solution on a service principaln with the Microsoft Sentinel Reader or Log Analytics Reader Permission.

⚙️ How it Runs

Define rules → Run Pipeline → Generate Report - visual selection

Here is a sample report - https://github.com/samikroy/ms-sentinel-scout/blob/main/ms-sentinel-scout-report.html

Reach out to samik.n.roy@gmail.com for any queries.

⚙️ How you can run this

  • Clone this repo
  • Configure the Repository secret based on your environment

https://github.com/samikroy/ms-sentinel-scout/settings/secrets/actions

image
  • Review the schedule

https://github.com/samikroy/ms-sentinel-scout/blob/main/.github/workflows/Generate%20MS%20Sentinel%20Scout%20Report.yml

image

and then let this run and generate the HTML report.

🧰 Got Ideas

Submit Here - https://github.com/samikroy/ms-sentinel-scout/issues

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors