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
description: |
'Detects exfiltration to online fileshare.'
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Digital Guardian Data Loss Prevention/Analytic Rules/DigitalGuardianExfiltrationToFileShareServices.yaml
relevantTechniques:
- T1048
id: f7b6ddef-c1e9-46f0-8539-dbba7fb8a5b8
triggerThreshold: 0
queryFrequency: 1h
queryPeriod: 1h
entityMappings:
- fieldMappings:
- columnName: AccountCustomEntity
identifier: Name
entityType: Account
triggerOperator: gt
severity: High
requiredDataConnectors:
- datatypes:
- Syslog
connectorId: SyslogAma
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
tactics:
- Exfiltration
status: Available
name: Digital Guardian - Exfiltration to online fileshare
kind: Scheduled