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.'
entityMappings:
- fieldMappings:
- columnName: AccountCustomEntity
identifier: FullName
entityType: Account
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
tactics:
- Collection
severity: Low
triggerThreshold: 0
queryFrequency: 5h
status: Available
queryPeriod: 5h
relevantTechniques:
- T1530
id: ef8654b1-b2cf-4f6c-ae5c-eca635a764e8
name: Cognni Incidents for Low Sensitivity HR Information
kind: Scheduled
triggerOperator: gt
version: 1.0.0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cognni/Analytic Rules/CognniLowRiskHRIncidents.yaml
requiredDataConnectors:
- dataTypes:
- CognniIncidents_CL
connectorId: CognniSentinelDataConnector