let threshold = 2;
DigitalGuardianDLPEvent
| where isnotempty(MatchedPolicies)
| summarize count() by SrcUserName, bin(TimeGenerated, 30m)
| where count_ >= threshold
| extend AccountCustomEntity = SrcUserName
query: |
let threshold = 2;
DigitalGuardianDLPEvent
| where isnotempty(MatchedPolicies)
| summarize count() by SrcUserName, bin(TimeGenerated, 30m)
| where count_ >= threshold
| extend AccountCustomEntity = SrcUserName
relevantTechniques:
- T1048
severity: High
tactics:
- Exfiltration
entityMappings:
- entityType: Account
fieldMappings:
- identifier: Name
columnName: AccountCustomEntity
triggerThreshold: 0
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
description: |
'Detects multiple incidents from user.'
queryPeriod: 1h
name: Digital Guardian - Multiple incidents from user
requiredDataConnectors:
- connectorId: SyslogAma
datatypes:
- Syslog
status: Available
triggerOperator: gt
queryFrequency: 1h
kind: Scheduled