CISA.MS.EXO.8.2 - The DLP solution SHALL protect personally identifiable information (PII) and sensitive information, as defined by the agency.
Overviewā
The DLP solution SHALL protect personally identifiable information (PII) and sensitive information, as defined by the agency.
Reference your organization's policy defining PII.
Rationale: Users may inadvertently share sensitive information with others who should not have access to it. Data loss prevention policies provide a way for agencies to detect and prevent unauthorized disclosures.
Remediation action:ā
-
Sign in to the Microsoft Purview compliance portal.
-
Under the Solutions section, select Data loss prevention.
-
Select Policies from the left menu.
-
Select Create policy.
-
From the Categories list, select Custom.
-
From the Templates list, select Custom policy and then click Next.
-
Edit the name and description of the policy if desired, then click Next.
-
Under Choose locations to apply the policy, set Status to On for at least the Exchange email, OneDrive accounts, SharePoint sites, Teams chat and channel messages, and Devices locations, then click Next.
-
Under Define policy settings, select Create or customize advanced DLP rules, and then click Next.
-
Click Create rule. Assign the rule an appropriate name and description.
-
Click Add condition, then Content contains.
-
Click Add, then Sensitive info types.
-
Add information types that protect information sensitive to the agency.
At a minimum, the agency should protect:
- Credit card numbers
- U.S. Individual Taxpayer Identification Numbers (ITIN)
- U.S. Social Security Numbers (SSN)
- All agency-defined PII and sensitive information
-
Click Add.
-
Under Actions, click Add an action.
-
Check Restrict Access or encrypt the content in Microsoft 365 locations.
-
Under this action, select Block Everyone.
-
Under User notifications, turn on Use notifications to inform your users and help educate them on the proper use of sensitive info.
-
Under Microsoft 365 services, a section that appears after user notifications are turned on, check the box next to Notify users in Office 365 service with a policy tip.
-
Click Save, then Next.
-
Select Turn it on right away, then click Next.
-
Click Submit.
Related linksā
- Purview admin center - Data loss prevention policies
- CISA 8 Data Loss Prevention Solutions - MS.EXO.8.2
- CISA ScubaGear Rego Reference
Test Metadataā
| Field | Value |
|---|---|
| Test ID | CISA.MS.EXO.8.2 |
| Severity | Medium |
| Suite | CISA |
| Category | exchange |
| PowerShell test | Test-MtCisaDlpPii |
| Tags | CISA, CISA.MS.EXO.8.2, MS.EXO, MS.EXO.8.2 |
Sourceā
- Pester test:
tests/cisa/exchange/Test-MtCisaDlpPii.Tests.ps1 - PowerShell source:
powershell/public/cisa/exchange/Test-MtCisaDlpPii.ps1