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