Skip to Content
ReportsExchange ReportsAuto-Forwarding Report

Auto-Forwarding Report

Lists all mailboxes with automatic forwarding configured across your managed tenants. This report is critical for security as external forwarding can indicate account compromise or data exfiltration.

Overview

The Auto-Forwarding Report identifies mailboxes that have inbox rules or forwarding settings configured to redirect mail to other addresses. External forwarding is a common technique used by attackers after compromising an account.

Warning: External forwards should be reviewed immediately. Unauthorized external forwarding is a common indicator of compromise and may violate compliance policies.

Report Columns

ColumnDescription
UserThe mailbox owner display name and email address
Forwarding TypeInbox Rule, SMTP Forwarding, or Transport Rule
Forward ToThe destination address receiving forwarded mail
DirectionInternal (within tenant) or External (outside organization)
StatusActive or Disabled
Created DateWhen the forwarding rule was configured
Created ByWhether the rule was created by the user or an admin

Forwarding Types

The report distinguishes between three types of forwarding:

  • Inbox Rules — User-created rules that forward or redirect messages
  • SMTP Forwarding — Mailbox-level forwarding configured via ForwardingSMTPAddress
  • Transport Rules — Organization-wide mail flow rules that redirect messages

Security Risk Assessment

Each forwarding rule is assessed for risk:

  1. High Risk — External forwarding to personal email domains (gmail.com, outlook.com, etc.)
  2. Medium Risk — External forwarding to business partner domains
  3. Low Risk — Internal forwarding within the organization
  4. Informational — Forwarding to shared mailboxes or distribution lists

Filters

  • Direction — All, External only, Internal only
  • Forwarding Type — Inbox Rule, SMTP, Transport Rule
  • Status — Active, Disabled
  • Risk Level — High, Medium, Low
  • Date Range — Filter by when forwarding was configured
  • Review all external forwards and confirm they are legitimate
  • Disable unauthorized forwarding rules immediately
  • Enable transport rules to block external auto-forwarding
  • Set up alerts for new external forwarding rules

Graph API Data Sources

  • GET /reports/getEmailActivityUserDetail
  • GET /users/{id}/mailboxSettings

API Reference

  • GET /api/reports/exchange/auto-forwards — Get auto-forwarding rules report
  • POST /api/reports/exchange/auto-forwards/export — Export report data
  • DELETE /api/reports/exchange/auto-forwards/{ruleId} — Disable a forwarding rule
Last updated on