A customer raised an issue with the current detection - email forwarding change events can come from applications with name user_accoutns or login. They observed events where applicationName=login did not raise alerts. We confirmed this behaviour and updated the rule.
Changes
restrict applicationName to login or user_accounts instead of just user_accounts
Testing
used a recent email forwarding event from our own logs as a test case
Background
A customer raised an issue with the current detection - email forwarding change events can come from applications with name
user_accoutns
orlogin
. They observed events whereapplicationName=login
did not raise alerts. We confirmed this behaviour and updated the rule.Changes
applicationName
tologin
oruser_accounts
instead of justuser_accounts
Testing