let highRisk = 3;
let legal = 'Legal Information';
CognniIncidents_CL
| where Severity == highRisk
| where informationType_s == legal
| where TimeGenerated >= ago(5h)
| extend AccountCustomEntity = userId_s
queryFrequency: 5h
triggerThreshold: 0
query: |
let highRisk = 3;
let legal = 'Legal Information';
CognniIncidents_CL
| where Severity == highRisk
| where informationType_s == legal
| where TimeGenerated >= ago(5h)
| extend AccountCustomEntity = userId_s
description: |
'Display incidents in which highly sensitive legal information was placed at risk by user sharing.'
version: 1.0.0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cognni/Analytic Rules/CognniHighRiskLegalIncidents.yaml
status: Available
kind: Scheduled
requiredDataConnectors:
- connectorId: CognniSentinelDataConnector
dataTypes:
- CognniIncidents_CL
tactics:
- Collection
severity: High
triggerOperator: gt
id: 4f45f43b-3a4b-491b-9cbe-d649603384aa
queryPeriod: 5h
entityMappings:
- fieldMappings:
- columnName: AccountCustomEntity
identifier: FullName
entityType: Account
name: Cognni Incidents for Highly Sensitive Legal Information
relevantTechniques:
- T1530