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
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cognni/Analytic Rules/CognniMediumRiskBusinessIncidents.yaml
description: |
'Display incidents in which medium sensitivity business information was placed at risk by user sharing.'
id: 2c286288-3756-4824-b599-d3c499836c11
severity: Medium
entityMappings:
- fieldMappings:
- identifier: FullName
columnName: AccountCustomEntity
entityType: Account
status: Available
requiredDataConnectors:
- connectorId: CognniSentinelDataConnector
dataTypes:
- CognniIncidents_CL
kind: Scheduled
queryFrequency: 5h
name: Cognni Incidents for Medium Sensitivity Business Information
triggerOperator: gt
queryPeriod: 5h
version: 1.0.0
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
relevantTechniques:
- T1530