Exchange Online mail forwarding rule enabled
이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우
언제든지 연락주시기 바랍니다.Goal
Detect when a user sets up a mail forwarding rule to another email address. An adversary or insider threat could set a forwarding rule to forward all emails to an external email address.
Strategy
Monitor Microsoft 365 audit logs to look for events with @evt.name
value of Set-Mailbox
, where a value is set for @Parameters.ForwardingSmtpAddress
and the @evt.outcome
is True
.
Triage and response
- Inspect the
@Parameters.ForwardingSmtpAddress
for {{@usr.email}}
to see if it is sending email to an external non-company owned domain. - Determine if there is a legitimate use case for the mail forwarding rule.
- If
{{@usr.email}}
is not aware of the mail forwarding rule, investigate all {{@usr.email}}
accounts for anomalous activity.