Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Cognni Incidents for Low Sensitivity HR Information

Back
Idef8654b1-b2cf-4f6c-ae5c-eca635a764e8
RulenameCognni Incidents for Low Sensitivity HR Information
DescriptionDisplay incidents in which low sensitive HR information was placed at risk by user sharing.
SeverityLow
TacticsCollection
TechniquesT1530
Required data connectorsCognniSentinelDataConnector
KindScheduled
Query frequency5h
Query period5h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cognni/Analytic Rules/CognniLowRiskHRIncidents.yaml
Version1.0.0
Arm templateef8654b1-b2cf-4f6c-ae5c-eca635a764e8.json
Deploy To Azure
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