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
relevantTechniques:
- T1530
id: c1d4a005-e220-4d06-9e53-7326a22b8fe4
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cognni/Analytic Rules/CognniMediumRiskGovernanceIncidents.yaml
requiredDataConnectors:
- dataTypes:
- CognniIncidents_CL
connectorId: CognniSentinelDataConnector
version: 1.0.0
severity: Medium
triggerThreshold: 0
name: Cognni Incidents for Medium Sensitivity Governance Information
queryPeriod: 5h
entityMappings:
- fieldMappings:
- identifier: FullName
columnName: AccountCustomEntity
entityType: Account
queryFrequency: 5h
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
tactics:
- Collection
kind: Scheduled
description: |
'Display incidents in which medium sensitivity governance information was placed at risk by user sharing.'
triggerOperator: gt