https://github.com/cristianoag/lgpdm365
M365 DLP rule package to support Brazilian LGPD personal information detection
https://github.com/cristianoag/lgpdm365
dlp lgpd m365 microsoft365 o365 office365
Last synced: 8 months ago
JSON representation
M365 DLP rule package to support Brazilian LGPD personal information detection
- Host: GitHub
- URL: https://github.com/cristianoag/lgpdm365
- Owner: cristianoag
- Created: 2019-04-22T21:50:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-24T18:51:34.000Z (about 6 years ago)
- Last Synced: 2025-01-14T05:36:02.852Z (9 months ago)
- Topics: dlp, lgpd, m365, microsoft365, o365, office365
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lgpdm365
M365 DLP rule package to support Brazilian LGPD personal information detectionThis is a set of rules to improve detection of personal information in compliance to the Brazilian LGPD requirements.
To install the package, follow the steps below:
Connect to the M365 tenant using the following commands
$UserCredential = Get-Credential
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.compliance.protection.outlook.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection
Import-PSSession $Session -DisableNameCheckingSave the LGPDRulePackage.xml file in your hard drive
Import the file using the following commandNew-DlpSensitiveInformationTypeRulePackage -FileData ([Byte[]]$(Get-Content -Path "LGPDRulePackage.xml" -Encoding Byte -ReadCount 0))
Create the DLP detection rule using the detection types created
Brazil Legal Entity Number (CNPJ)
Brazil General Address
Brazil Zip Code
Brazil Phone Numbers
Brazil Email Address
Brazil CPF Number
Brazil National ID Card (RG)