let threshold = 10;
DigitalGuardianDLPEvent
| where isnotempty(inspected_document)
| where http_url contains 'dropbox' or http_url contains 'mega.nz'
| summarize f = dcount(inspected_document) by SrcUserName, bin(TimeGenerated, 30m)
| where f >= threshold
| extend AccountCustomEntity = SrcUserName
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Digital Guardian Data Loss Prevention/Analytic Rules/DigitalGuardianExfiltrationToFileShareServices.yaml
query: |
let threshold = 10;
DigitalGuardianDLPEvent
| where isnotempty(inspected_document)
| where http_url contains 'dropbox' or http_url contains 'mega.nz'
| summarize f = dcount(inspected_document) by SrcUserName, bin(TimeGenerated, 30m)
| where f >= threshold
| extend AccountCustomEntity = SrcUserName
version: 1.0.2
tactics:
- Exfiltration
triggerThreshold: 0
relevantTechniques:
- T1048
entityMappings:
- entityType: Account
fieldMappings:
- columnName: AccountCustomEntity
identifier: Name
kind: Scheduled
queryFrequency: 1h
name: Digital Guardian - Exfiltration to online fileshare
description: |
'Detects exfiltration to online fileshare.'
queryPeriod: 1h
triggerOperator: gt
id: f7b6ddef-c1e9-46f0-8539-dbba7fb8a5b8
status: Available
severity: High
requiredDataConnectors:
- datatypes:
- Syslog
connectorId: SyslogAma