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