Forum Discussion
Min Diagnostic Event Categories for Azure Sentinel
I would Say Security . You can find the description for each category below
Ref : https://docs.microsoft.com/en-us/azure/azure-monitor/essentials/activity-log-schema
Category | Description |
Contains the record of all create, update, delete, and action operations performed through Resource Manager. Examples of Administrative events include create virtual machine and delete network security group. | |
Contains the record of any service health incidents that have occurred in Azure. An example of a Service Health event SQL Azure in East US is experiencing downtime. | |
Contains the record of any resource health events that have occurred to your Azure resources. An example of a Resource Health event is Virtual Machine health status changed to unavailable. | |
Contains the record of activations for Azure alerts. An example of an Alert event is CPU % on myVM has been over 80 for the past 5 minutes. | |
Contains the record of any events related to the operation of the autoscale engine based on any autoscale settings you have defined in your subscription. An example of an Autoscale event is Autoscale scale up action failed. | |
Contains recommendation events from Azure Advisor. | |
Contains the record of any alerts generated by Azure Security Center. An example of a Security event is Suspicious double extension file executed. | |
Contains records of all effect action operations performed by Azure Policy. Examples of Policy events include Audit and Deny. Every action taken by Policy is modeled as an operation on a resource. |
- thidalgoMay 08, 2021Copper ContributorThanks for that. And that table is what had me thinking, administrative events like create, update, delete operations...wouldn't that be interesting information to correlate with security events if sentinel allows this kind of correlation.
- ibnmbodjiMay 09, 2021Steel ContributorHi
In any case if you are using adavanced threat protection + analytics abnormal operations ( delete many files in a short time ) will be detected as security issues . If you build a good RBAC strategy leveraging least privilege and custom roles if needed you may have less false positives when adding administrative operations so yes that make sense.