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