let highRisk = 3;
let governance = 'Governance Information';
CognniIncidents_CL
| where Severity == highRisk
| where informationType_s == governance
| where TimeGenerated >= ago(5h)
| extend AccountCustomEntity = userId_s
entityMappings:
- fieldMappings:
- columnName: AccountCustomEntity
identifier: FullName
entityType: Account
triggerOperator: gt
tactics:
- Collection
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cognni/Analytic Rules/CognniHighRiskGovernanceIncidents.yaml
version: 1.0.0
query: |
let highRisk = 3;
let governance = 'Governance Information';
CognniIncidents_CL
| where Severity == highRisk
| where informationType_s == governance
| where TimeGenerated >= ago(5h)
| extend AccountCustomEntity = userId_s
triggerThreshold: 0
relevantTechniques:
- T1530
queryPeriod: 5h
status: Available
severity: High
kind: Scheduled
name: Cognni Incidents for Highly Sensitive Governance Information
queryFrequency: 5h
id: 2926ce29-08d2-4654-b2e8-7d8df70095d9
description: |
'Display incidents in which highly sensitive governance information was placed at risk by user sharing.'
requiredDataConnectors:
- dataTypes:
- CognniIncidents_CL
connectorId: CognniSentinelDataConnector