Microsoft Sentinel
Cloud and workloads

Purview Solution

In brief

The article now links to the procedure for modifying Microsoft Purview analytics rule templates and identifies the referenced Kusto documentation as applying to the sample `PurviewDataSensitivityLogs` query. The page metadata was also updated.

What Defender admins need to know

No administrator action is required; the guidance is easier to navigate when customizing analytics rules and reviewing the sample query.

Summaries are generated from the documentation change itself.

Documentation change

The comparison below shows only the changed extract. Use the full-page view for complete context.

#Customer intent: As a security engineer, I want to integrate data governance logs with Microsoft Sentinel so that analysts can prioritize and investigate critical security incidents involving sensitive information.

  • The generic version, Sensitive Data Discovered in the Last 24 Hours, monitors for the detection of any classifications found across your data estate during a Microsoft Purview scan.
  • The customized version, Sensitive Data Discovered in the Last 24 Hours - Customized, monitors and generates alerts each time the specified classification, such as Social Security Number, has been detected.

Use the following procedure in Modify the Microsoft Purview analytics rule templates to customize the Microsoft Purview analytics rules' queries to detect assets with specific classification, sensitivity label, source region, and more. Combine the data generated with other data in Microsoft Sentinel to enrich your detections and alerts.

| where TimeGenerated > ago (24h)
```

See more information on the following items used in the sample `PurviewDataSensitivityLogs` query, in the Kusto documentation:
- [***where*** operator](/kusto/query/where-operator?view=microsoft-sentinel&preserve-view=true)
- [***ago()*** function](/kusto/query/ago-function?view=microsoft-sentinel&preserve-view=true)