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