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