Forum Discussion
ReccoB
Aug 20, 2020Copper Contributor
How to generate Sentinel incidents to test playbooks?
Is there a tool or way to generate specific incidents in Sentinel so that we can test playbooks? Right now I am having to actually attempt to brute force a resource to generate an incident, is th...
Rod_Trent
Microsoft
Aug 21, 2020ReccoB You could also try this one:
https://secureinfra.blog/2020/08/13/azure-sentinel-analytics-rule-to-keep-track-of-cloud-shell/
All you have to do is initiate a Cloud Shell instance and an Incident will be created with the entities you need for investigations, automation, etc.
- GBusheyApr 24, 2023Former EmployeeAnother option is to use the "datatable" command in a dummy analytic rule that will generate exactly what you need to test in your playbook and then switch to your real analytic rule when your testing is complete.
- JBUB_AcceleryntApr 20, 2023Brass ContributorThis link is bad now.
- Rod_TrentApr 20, 2023
Microsoft
Which one?
Here's the Analytics Rule: https://github.com/rod-trent/SentinelKQL/blob/master/AR-CloudShellExecution.txt
Sending emails: https://azurecloudai.blog/2020/09/23/sentinel-email-notification-logic-app/