Finding classic automation in Sentinel analytics

George Zerphey 136 Reputation points
2024-05-15T18:59:30.75+00:00

I have the ability to search through ARM templates for the Sentinel analytics and I'm hoping to find a way to detect the use of classic alert automation. Does anyone know what i should be searching for in the ARM template? We have not used this method, but apparently some of our clients have.

Any information would be helpful.

Thank you,

Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
1,004 questions
{count} votes

1 answer

Sort by: Most helpful
  1. James Hamil 22,431 Reputation points Microsoft Employee
    2024-05-15T19:55:01.7333333+00:00

    Hi @George Zerphey , you can search for the following API operations in the ARM template:

    • Microsoft.Insights/AlertRules/Write
    • Microsoft.Insights/AlertRules/Delete
    • Microsoft.Insights/AlertRules/Read
    • Microsoft.Insights/AlertRules/Activated/Action
    • Microsoft.Insights/AlertRules/Resolved/Action
    • Microsoft.Insights/AlertRules/Throttled/Action
    • Microsoft.Insights/AlertRules/Incidents/Read

    If any of these operations are present in the ARM template, it indicates that classic alert automation is being used. You can also check for the presence of the "classic" keyword in the ARM template, as this may indicate the use of classic alert automation as well.

    Please let me know if you have any questions and I can help you further!

    0 comments No comments