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 Business Information

Back
Ida0647a60-16f9-4175-b344-5cdd2934413f
RulenameCognni Incidents for Low Sensitivity Business Information
DescriptionDisplay incidents in which low sensitivity business 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/CognniLowRiskBusinessIncidents.yaml
Version1.0.0
Arm templatea0647a60-16f9-4175-b344-5cdd2934413f.json
Deploy To Azure
let lowRisk = 1;
let business = 'Business Information';
CognniIncidents_CL 
| where Severity == lowRisk
| where informationType_s == business
| where TimeGenerated >= ago(5h)
| extend AccountCustomEntity = userId_s
description: |
    'Display incidents in which low sensitivity business information] was placed at risk by user sharing.'
kind: Scheduled
tactics:
- Collection
requiredDataConnectors:
- connectorId: CognniSentinelDataConnector
  dataTypes:
  - CognniIncidents_CL
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cognni/Analytic Rules/CognniLowRiskBusinessIncidents.yaml
severity: Low
name: Cognni Incidents for Low Sensitivity Business Information
triggerThreshold: 0
queryPeriod: 5h
query: |
  let lowRisk = 1;
  let business = 'Business Information';
  CognniIncidents_CL 
  | where Severity == lowRisk
  | where informationType_s == business
  | where TimeGenerated >= ago(5h)
  | extend AccountCustomEntity = userId_s  
relevantTechniques:
- T1530
id: a0647a60-16f9-4175-b344-5cdd2934413f
queryFrequency: 5h
status: Available
triggerOperator: gt
version: 1.0.0
entityMappings:
- entityType: Account
  fieldMappings:
  - columnName: AccountCustomEntity
    identifier: FullName