Bitglass
| where EventType =~ 'swgwebdlp'
| where HttpRequestMethod =~ 'POST'
| where isnotempty(DlpPattern)
| summarize count() by User, bin(TimeGenerated, 15m)
| where count_ > 1
| extend AccountCustomEntity = User
id: 4b272e82-19f1-40d1-bfdf-74fbb6353e8b
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Bitglass/Analytic Rules/BitglassSuspiciousFileUpload.yaml
entityMappings:
- fieldMappings:
- identifier: Name
columnName: AccountCustomEntity
entityType: Account
requiredDataConnectors:
- dataTypes:
- Bitglass
connectorId: Bitglass
queryFrequency: 1h
queryPeriod: 1h
status: Available
query: |
Bitglass
| where EventType =~ 'swgwebdlp'
| where HttpRequestMethod =~ 'POST'
| where isnotempty(DlpPattern)
| summarize count() by User, bin(TimeGenerated, 15m)
| where count_ > 1
| extend AccountCustomEntity = User
name: Bitglass - Suspicious file uploads
kind: Scheduled
tactics:
- Exfiltration
severity: High
relevantTechniques:
- T1567
triggerThreshold: 0
version: 1.0.1
description: |
'Detects suspicious file upload activity.'