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
relevantTechniques:
- T1567
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Bitglass/Analytic Rules/BitglassSuspiciousFileUpload.yaml
triggerOperator: gt
kind: Scheduled
entityMappings:
- fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name
  entityType: Account
requiredDataConnectors:
- dataTypes:
  - Bitglass
  connectorId: Bitglass
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  
version: 1.0.1
description: |
    'Detects suspicious file upload activity.'
tactics:
- Exfiltration
severity: High
name: Bitglass - Suspicious file uploads
queryFrequency: 1h
triggerThreshold: 0
status: Available
id: 4b272e82-19f1-40d1-bfdf-74fbb6353e8b
{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "workspace": {
      "type": "String"
    }
  },
  "resources": [
    {
      "apiVersion": "2023-02-01-preview",
      "id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/4b272e82-19f1-40d1-bfdf-74fbb6353e8b')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/4b272e82-19f1-40d1-bfdf-74fbb6353e8b')]",
      "properties": {
        "alertRuleTemplateName": "4b272e82-19f1-40d1-bfdf-74fbb6353e8b",
        "customDetails": null,
        "description": "'Detects suspicious file upload activity.'\n",
        "displayName": "Bitglass - Suspicious file uploads",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "Account",
            "fieldMappings": [
              {
                "columnName": "AccountCustomEntity",
                "identifier": "Name"
              }
            ]
          }
        ],
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Bitglass/Analytic Rules/BitglassSuspiciousFileUpload.yaml",
        "query": "Bitglass\n| where EventType =~ 'swgwebdlp'\n| where HttpRequestMethod =~ 'POST'\n| where isnotempty(DlpPattern)\n| summarize count() by User, bin(TimeGenerated, 15m)\n| where count_ > 1\n| extend AccountCustomEntity = User\n",
        "queryFrequency": "PT1H",
        "queryPeriod": "PT1H",
        "severity": "High",
        "status": "Available",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "Exfiltration"
        ],
        "techniques": [
          "T1567"
        ],
        "templateVersion": "1.0.1",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}