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