let lowRisk = 1;
let governance = 'Governance Information';
CognniIncidents_CL
| where Severity == lowRisk
| where informationType_s == governance
| where TimeGenerated >= ago(5h)
| extend AccountCustomEntity = userId_s
query: |
let lowRisk = 1;
let governance = 'Governance Information';
CognniIncidents_CL
| where Severity == lowRisk
| where informationType_s == governance
| where TimeGenerated >= ago(5h)
| extend AccountCustomEntity = userId_s
queryPeriod: 5h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cognni/Analytic Rules/CognniLowRiskGovernanceIncidents.yaml
severity: Low
triggerOperator: gt
id: d2e40c79-fe8c-428e-8cb9-0e2282d4558c
requiredDataConnectors:
- connectorId: CognniSentinelDataConnector
dataTypes:
- CognniIncidents_CL
description: |
'Display incidents in which low sensitivity governance information] was placed at risk by user sharing.'
kind: Scheduled
tactics:
- Collection
entityMappings:
- entityType: Account
fieldMappings:
- identifier: FullName
columnName: AccountCustomEntity
triggerThreshold: 0
status: Available
name: Cognni Incidents for Low Sensitivity Governance Information
queryFrequency: 5h
version: 1.0.0
relevantTechniques:
- T1530