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