let mediumRisk = 2;
let goverence = 'Goverence Information';
CognniIncidents_CL
| where Severity == mediumRisk
| where informationType_s == goverence
| where TimeGenerated >= ago(5h)
| extend AccountCustomEntity = userId_s
id: c1d4a005-e220-4d06-9e53-7326a22b8fe4
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cognni/Analytic Rules/CognniMediumRiskGovernanceIncidents.yaml
description: |
'Display incidents in which medium sensitivity governance information was placed at risk by user sharing.'
name: Cognni Incidents for Medium Sensitivity Governance Information
version: 1.0.0
severity: Medium
requiredDataConnectors:
- dataTypes:
- CognniIncidents_CL
connectorId: CognniSentinelDataConnector
tactics:
- Collection
triggerThreshold: 0
entityMappings:
- fieldMappings:
- identifier: FullName
columnName: AccountCustomEntity
entityType: Account
triggerOperator: gt
query: |
let mediumRisk = 2;
let goverence = 'Goverence Information';
CognniIncidents_CL
| where Severity == mediumRisk
| where informationType_s == goverence
| where TimeGenerated >= ago(5h)
| extend AccountCustomEntity = userId_s
status: Available
queryFrequency: 5h
relevantTechniques:
- T1530
kind: Scheduled
queryPeriod: 5h