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

Digital Guardian - Incident with not blocked action

Back
Id07bca129-e7d6-4421-b489-32abade0b6a7
RulenameDigital Guardian - Incident with not blocked action
DescriptionDetects when incident has not block action.
SeverityHigh
TacticsExfiltration
TechniquesT1048
Required data connectorsSyslogAma
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Digital Guardian Data Loss Prevention/Analytic Rules/DigitalGuardianViolationNotBlocked.yaml
Version1.0.2
Arm template07bca129-e7d6-4421-b489-32abade0b6a7.json
Deploy To Azure
DigitalGuardianDLPEvent
| where isnotempty(IncidentStatus)
| extend inc_act = split(IncidentStatus, ',')
| where inc_act has 'New'
| where inc_act !contains 'Block'
| extend AccountCustomEntity = SrcUserName
name: Digital Guardian - Incident with not blocked action
query: |
  DigitalGuardianDLPEvent
  | where isnotempty(IncidentStatus)
  | extend inc_act = split(IncidentStatus, ',')
  | where inc_act has 'New'
  | where inc_act !contains 'Block'
  | extend AccountCustomEntity = SrcUserName  
entityMappings:
- entityType: Account
  fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name
queryPeriod: 1h
version: 1.0.2
tactics:
- Exfiltration
triggerOperator: gt
kind: Scheduled
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Digital Guardian Data Loss Prevention/Analytic Rules/DigitalGuardianViolationNotBlocked.yaml
relevantTechniques:
- T1048
id: 07bca129-e7d6-4421-b489-32abade0b6a7
severity: High
requiredDataConnectors:
- connectorId: SyslogAma
  datatypes:
  - Syslog
status: Available
description: |
    'Detects when incident has not block action.'
queryFrequency: 1h