Forum Discussion
Sentinel automation - create Analytics alert rules from Alert rule templates using PowerShell
- Mar 22, 2021
I would recommend going to the Azure Sentinel GitHub page and getting your rules there.
Don't know if all of the built-in rules are there, but there are more rules there than there are templates within Azure Sentinel. Azure/Azure-Sentinel: Cloud-native SIEM for intelligent security analytics for your entire enterprise. (github.com)
Otherwise, you can also use the AzSentinel mode to first retrieve the templates (AZSentinel/Get-AzSentinelAlertRuleTemplates.ps1 at master · wortell/AZSentinel (github.com)) and then push them
I would recommend going to the Azure Sentinel GitHub page and getting your rules there.
Don't know if all of the built-in rules are there, but there are more rules there than there are templates within Azure Sentinel. Azure/Azure-Sentinel: Cloud-native SIEM for intelligent security analytics for your entire enterprise. (github.com)
Otherwise, you can also use the AzSentinel mode to first retrieve the templates (AZSentinel/Get-AzSentinelAlertRuleTemplates.ps1 at master · wortell/AZSentinel (github.com)) and then push them
- Rod_TrentMar 22, 2021Microsoft
Additionally, @PhilippeAugras and Thijs Lecomte ... there was a PowerShell module developed last week that will allow direct import from a GitHub repo...
- PhilippeAugrasMar 24, 2021Brass Contributor
Rod_Trent and Thijs Lecomte , thank you very much for your answers, they are what I needed :).
P.