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