let mediumRisk = 2;
let financial = 'Financial Information';
CognniIncidents_CL
| where Severity == mediumRisk
| where informationType_s == financial
| where TimeGenerated >= ago(5h)
| extend AccountCustomEntity = userId_s
id: d29b1d66-d4d9-4be2-b607-63278fc4fe6b
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cognni/Analytic Rules/CognniMediumRiskFinancialIncidents.yaml
entityMappings:
- fieldMappings:
- identifier: FullName
columnName: AccountCustomEntity
entityType: Account
requiredDataConnectors:
- dataTypes:
- CognniIncidents_CL
connectorId: CognniSentinelDataConnector
queryFrequency: 5h
queryPeriod: 5h
status: Available
query: |
let mediumRisk = 2;
let financial = 'Financial Information';
CognniIncidents_CL
| where Severity == mediumRisk
| where informationType_s == financial
| where TimeGenerated >= ago(5h)
| extend AccountCustomEntity = userId_s
name: Cognni Incidents for Medium Sensitivity Financial Information
kind: Scheduled
tactics:
- Collection
severity: Medium
relevantTechniques:
- T1530
triggerThreshold: 0
version: 1.0.0
description: |
'Display incidents in which medium sensitive financial information was placed at risk by user sharing.'