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