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