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