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