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