Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Sensitive Data Discovered in the Last 24 Hours

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