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