PurviewDataSensitivityLogs
| where Classification != "[]"
| where TimeGenerated > ago(24h)
id: 7ae7e8b0-07e9-43cb-b783-b04082f09060
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Microsoft Purview/Analytic Rules/MicrosoftPurviewSensitiveDataDiscovered.yaml
entityMappings:
- fieldMappings:
- identifier: ResourceId
columnName: SourcePath
entityType: AzureResource
- fieldMappings:
- identifier: Name
columnName: AssetName
entityType: File
- fieldMappings:
- identifier: Name
columnName: PurviewAccountName
entityType: Account
requiredDataConnectors:
- dataTypes:
- PurviewDataSensitivityLogs
connectorId: MicrosoftAzurePurview
queryFrequency: 1d
alertDetailsOverride:
alertDisplayNameFormat: Sensitive Data Discovered in the Last 24 Hours by Microsoft Purview
alertDescriptionFormat: Within the last 24 hours, Microsoft Purview scanned assets that contained classifications. The classifications discovered include {{Classification}}.
queryPeriod: 1d
triggerThreshold: 0
query: |
PurviewDataSensitivityLogs
| where Classification != "[]"
| where TimeGenerated > ago(24h)
name: Sensitive Data Discovered in the Last 24 Hours
kind: Scheduled
tactics:
- Discovery
severity: Informational
relevantTechniques:
- T1087
version: 1.0.1
description: |
'Identifies all classifications that have been detected on assets during a scan by Microsoft Purview within the last 24 hours.'
customDetails:
AssetPath: AssetPath
LastScanTime: AssetLastScanTime
SourceRegion: SourceRegion
PurviewAccount: PurviewAccountName
AssetName: AssetName
Classification: Classification