Skip to main content
Version: 2.1.0

CISA.MS.EXO.13.1 - Mailbox auditing SHALL be enabled.

Overview

Mailbox auditing SHALL be enabled.

Rationale: Exchange Online user accounts can be compromised or misused. Enabling mailbox auditing provides a valuable source of information to detect and respond to mailbox misuse.

Remediation action:

Mailbox auditing can be managed from the Exchange Online PowerShell module. Follow the instructions listed on Manage mailbox auditing in Office 365.

  1. To enable mailbox auditing by default for your organization via PowerShell:
  2. Connect to the Exchange Online PowerShell.
  3. Run the following command: Set-OrganizationConfig –AuditDisabled $false

Test Metadata

FieldValue
Test IDCISA.MS.EXO.13.1
SeverityHigh
SuiteCISA
Categoryexchange
PowerShell testTest-MtCisaMailboxAuditing
TagsCISA, CISA.MS.EXO.13.1, MS.EXO, MS.EXO.13.1

Source

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