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