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