let mediumRisk = 2;
let business = 'Business Information';
CognniIncidents_CL
| where Severity == mediumRisk
| where informationType_s == business
| where TimeGenerated >= ago(5h)
| extend AccountCustomEntity = userId_s
name: Cognni Incidents for Medium Sensitivity Business Information
id: 2c286288-3756-4824-b599-d3c499836c11
description: |
'Display incidents in which medium sensitivity business information was placed at risk by user sharing.'
triggerThreshold: 0
entityMappings:
- fieldMappings:
- columnName: AccountCustomEntity
identifier: FullName
entityType: Account
version: 1.0.0
triggerOperator: gt
query: |
let mediumRisk = 2;
let business = 'Business Information';
CognniIncidents_CL
| where Severity == mediumRisk
| where informationType_s == business
| where TimeGenerated >= ago(5h)
| extend AccountCustomEntity = userId_s
tactics:
- Collection
kind: Scheduled
queryFrequency: 5h
severity: Medium
queryPeriod: 5h
requiredDataConnectors:
- dataTypes:
- CognniIncidents_CL
connectorId: CognniSentinelDataConnector
status: Available
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cognni/Analytic Rules/CognniMediumRiskBusinessIncidents.yaml
relevantTechniques:
- T1530