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

Corelight - Multiple files sent over HTTP with abnormal requests

Back
Id7226d37b-50ee-4e3b-9f80-5b74080d8f2c
RulenameCorelight - Multiple files sent over HTTP with abnormal requests
DescriptionDetects sources sending multiple compressed files greater than 10MBs sent over HTTP in a short amount of time.
SeverityMedium
TacticsExfiltration
TechniquesT1030
Required data connectorsCorelight
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Corelight/Analytic Rules/CorelightMultipleFilesSentOverHTTPAbnormalRequests.yaml
Version2.1.0
Arm template7226d37b-50ee-4e3b-9f80-5b74080d8f2c.json
Deploy To Azure
let threshold = 25;
let fl_size_threshold = 10000000;
corelight_http
| where method in~ ('POST', 'PUT')
| where isempty(referrer)
| where tolong(request_body_len) > fl_size_threshold
| summarize count() by uri, id_orig_h, bin(TimeGenerated, 15m)
| where count_ > threshold
description: |
    'Detects sources sending multiple compressed files greater than 10MBs sent over HTTP in a short amount of time.'
kind: Scheduled
tactics:
- Exfiltration
requiredDataConnectors:
- connectorId: Corelight
  dataTypes:
  - Corelight_v2_http
  - corelight_http
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Corelight/Analytic Rules/CorelightMultipleFilesSentOverHTTPAbnormalRequests.yaml
severity: Medium
name: Corelight - Multiple files sent over HTTP with abnormal requests
triggerThreshold: 0
queryPeriod: 1h
query: |
  let threshold = 25;
  let fl_size_threshold = 10000000;
  corelight_http
  | where method in~ ('POST', 'PUT')
  | where isempty(referrer)
  | where tolong(request_body_len) > fl_size_threshold
  | summarize count() by uri, id_orig_h, bin(TimeGenerated, 15m)
  | where count_ > threshold  
relevantTechniques:
- T1030
id: 7226d37b-50ee-4e3b-9f80-5b74080d8f2c
queryFrequency: 1h
status: Available
triggerOperator: gt
version: 2.1.0
entityMappings:
- entityType: IP
  fieldMappings:
  - columnName: id_orig_h
    identifier: Address