let highRisk = 3;
let business = 'Business Information';
CognniIncidents_CL
| where Severity == highRisk
| where informationType_s == business
| where TimeGenerated >= ago(5h)
| extend AccountCustomEntity = userId_s
queryPeriod: 5h
relevantTechniques:
- T1530
kind: Scheduled
query: |
let highRisk = 3;
let business = 'Business Information';
CognniIncidents_CL
| where Severity == highRisk
| where informationType_s == business
| where TimeGenerated >= ago(5h)
| extend AccountCustomEntity = userId_s
tactics:
- Collection
queryFrequency: 5h
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cognni/Analytic Rules/CognniHighRiskBusinessIncidents.yaml
id: 44e80f00-b4f5-486b-a57d-4073746276df
version: 1.0.0
entityMappings:
- entityType: Account
fieldMappings:
- identifier: FullName
columnName: AccountCustomEntity
triggerThreshold: 0
status: Available
name: Cognni Incidents for Highly Sensitive Business Information
severity: High
requiredDataConnectors:
- dataTypes:
- CognniIncidents_CL
connectorId: CognniSentinelDataConnector
description: |
'Display incidents in which highly sensitive business information was placed at risk by user sharing.'