Skip to main content
Version: 2.1.1-preview

CISA.MS.EXO.1.1 - Automatic forwarding to external domains SHALL be disabled.

Overview​

Automatic forwarding to external domains SHALL be disabled.

Rationale: Adversaries can use automatic forwarding to gain persistent access to a victim's email. Disabling forwarding to external domains prevents this technique when the adversary is external to the organization but does not impede legitimate internal forwarding.

Remediation action:​

To disable automatic forwarding to external domains:

  1. Sign in to the Exchange admin center.
  2. Select Mail flow, then Remote domains.
  3. Select Default.
  4. Under Email reply types, select Edit reply types.
  5. Clear the checkbox next to Allow automatic forwarding, then click Save.
  6. Return to Remote domains and repeat steps 4 and 5 for each additional remote domain in the list.

Test Metadata​

FieldValue
Test IDCISA.MS.EXO.1.1
SeverityHigh
SuiteCISA
Categoryexchange
PowerShell testTest-MtCisaAutoExternalForwarding
TagsCISA, CISA.MS.EXO.1.1, MS.EXO, MS.EXO.1.1

Source​

  • Pester test: tests/cisa/exchange/Test-MtCisaAutoExternalForwarding.Tests.ps1
  • PowerShell source: powershell/public/cisa/exchange/Test-MtCisaAutoExternalForwarding.ps1