Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Bitglass - Suspicious file uploads

Back
Id4b272e82-19f1-40d1-bfdf-74fbb6353e8b
RulenameBitglass - Suspicious file uploads
DescriptionDetects suspicious file upload activity.
SeverityHigh
TacticsExfiltration
TechniquesT1567
Required data connectorsBitglass
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Bitglass/Analytic Rules/BitglassSuspiciousFileUpload.yaml
Version1.0.1
Arm template4b272e82-19f1-40d1-bfdf-74fbb6353e8b.json
Deploy To Azure
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