let lowRisk = 1;
let business = 'Business Information';
CognniIncidents_CL
| where Severity == lowRisk
| where informationType_s == business
| where TimeGenerated >= ago(5h)
| extend AccountCustomEntity = userId_s
relevantTechniques:
- T1530
entityMappings:
- fieldMappings:
- columnName: AccountCustomEntity
identifier: FullName
entityType: Account
triggerThreshold: 0
description: |
'Display incidents in which low sensitivity business information] was placed at risk by user sharing.'
requiredDataConnectors:
- connectorId: CognniSentinelDataConnector
dataTypes:
- CognniIncidents_CL
triggerOperator: gt
version: 1.0.0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cognni/Analytic Rules/CognniLowRiskBusinessIncidents.yaml
id: a0647a60-16f9-4175-b344-5cdd2934413f
queryFrequency: 5h
query: |
let lowRisk = 1;
let business = 'Business Information';
CognniIncidents_CL
| where Severity == lowRisk
| where informationType_s == business
| where TimeGenerated >= ago(5h)
| extend AccountCustomEntity = userId_s
severity: Low
status: Available
queryPeriod: 5h
name: Cognni Incidents for Low Sensitivity Business Information
tactics:
- Collection
kind: Scheduled