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