let threshold = 2;
DigitalGuardianDLPEvent
| where isnotempty(MatchedPolicies)
| summarize count() by SrcUserName, bin(TimeGenerated, 30m)
| where count_ >= threshold
| extend AccountCustomEntity = SrcUserName
queryPeriod: 1h
description: |
'Detects multiple incidents from user.'
kind: Scheduled
query: |
let threshold = 2;
DigitalGuardianDLPEvent
| where isnotempty(MatchedPolicies)
| summarize count() by SrcUserName, bin(TimeGenerated, 30m)
| where count_ >= threshold
| extend AccountCustomEntity = SrcUserName
tactics:
- Exfiltration
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Digital Guardian Data Loss Prevention/Analytic Rules/DigitalGuardianMultipleIncidentsFromUser.yaml
id: e8901dac-2549-4948-b793-5197a5ed697a
version: 1.0.2
entityMappings:
- entityType: Account
fieldMappings:
- identifier: Name
columnName: AccountCustomEntity
triggerThreshold: 0
status: Available
relevantTechniques:
- T1048
name: Digital Guardian - Multiple incidents from user
severity: High
requiredDataConnectors:
- datatypes:
- Syslog
connectorId: SyslogAma
queryFrequency: 1h