Skip to content

[New Rule] Possible Consent Grant Attack via Azure-Registered Application#236

Merged
threat-punter merged 9 commits intoelastic:mainfrom
threat-punter:new-rule-illicit-consent-grant-attack
Sep 22, 2020
Merged

[New Rule] Possible Consent Grant Attack via Azure-Registered Application#236
threat-punter merged 9 commits intoelastic:mainfrom
threat-punter:new-rule-illicit-consent-grant-attack

Conversation

@threat-punter
Copy link
Copy Markdown
Contributor

Issues

Summary

Resolves #129

Contributor checklist

Copy link
Copy Markdown
Contributor

@bm11100 bm11100 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just the azure.activitylogs.properties.result comment

@threat-punter
Copy link
Copy Markdown
Contributor Author

This rule can be merged when elastic/beats#20990 is resolved.

@threat-punter threat-punter merged commit 11145ff into elastic:main Sep 22, 2020
@threat-punter threat-punter deleted the new-rule-illicit-consent-grant-attack branch September 22, 2020 14:30
@bm11100
Copy link
Copy Markdown
Contributor

bm11100 commented Sep 22, 2020

Just doubled checked, we should update this one to account for AuditLogs as well

event.module:azure and (event.dataset:azure.activitylogs or event.dataset:azure.auditlogs) and (azure.activitylogs.operation_name:"Consent to application" or azure.auditlogs.operation_name:"Consent to application")

@threat-punter
Copy link
Copy Markdown
Contributor Author

threat-punter commented Sep 22, 2020

Just doubled checked, we should update this one to account for AuditLogs as well

event.module:azure and (event.dataset:azure.activitylogs or event.dataset:azure.auditlogs) and (azure.activitylogs.operation_name:"Consent to application" or azure.auditlogs.operation_name:"Consent to application")

Good eye. I will take care of that under this PR #237

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[New Rule] Possible Illicit Consent Grant Attack via Azure-Registered Application

4 participants