let mediumRisk = 2;
let legal = 'Legal Information';
CognniIncidents_CL
| where Severity == mediumRisk
| where informationType_s == legal
| 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 medium sensitivity legal 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/CognniMediumRiskLegalIncidents.yaml
id: db750607-d48f-4aef-b238-085f4a9882f1
queryFrequency: 5h
query: |
let mediumRisk = 2;
let legal = 'Legal Information';
CognniIncidents_CL
| where Severity == mediumRisk
| where informationType_s == legal
| where TimeGenerated >= ago(5h)
| extend AccountCustomEntity = userId_s
severity: Medium
status: Available
queryPeriod: 5h
name: Cognni Incidents for Medium Sensitivity Legal Information
tactics:
- Collection
kind: Scheduled