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