-
Notifications
You must be signed in to change notification settings - Fork 603
[New Rule] Azure Storage Account Deletion #5200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Rule: New - GuidelinesThese guidelines serve as a reminder set of considerations when proposing a new rule. Documentation and Context
Rule Metadata Checks
New BBR Rules
Testing and Validation
|
query = ''' | ||
event.dataset: azure.activitylogs and | ||
azure.activitylogs.operation_name: "MICROSOFT.STORAGE/STORAGEACCOUNTS/DELETE" and | ||
azure.activitylogs.identity.claims_initiated_by_user.name: * |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is azure.activitylogs.identity.claims_initiated_by_user.name
field ever not populated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not that I have seen from telemetry, regardless if it is a console session or access token session. However I am not 100% sure if it is always present so I added it to be sure.
Fixes #5199
Pull Request
Issue link(s):
Summary - What I changed
Adds detection for unusual storage account deletion actions in Azure. Based on ItW behaviors by STORM-0501. Please see issue for more details.
How To Test
Queries can be used in the TRADE serverless stack.
Checklist
bug
,enhancement
,schema
,maintenance
,Rule: New
,Rule: Deprecation
,Rule: Tuning
,Hunt: New
, orHunt: Tuning
so guidelines can be generatedmeta:rapid-merge
label if planning to merge within 24 hoursContributor checklist