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