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
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Corelight/Analytic Rules/CorelightMultipleFilesSentOverHTTPAbnormalRequests.yaml
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
severity: Medium
id: 7226d37b-50ee-4e3b-9f80-5b74080d8f2c
triggerOperator: gt
entityMappings:
- fieldMappings:
- columnName: id_orig_h
identifier: Address
entityType: IP
name: Corelight - Multiple files sent over HTTP with abnormal requests
description: |
'Detects sources sending multiple compressed files greater than 10MBs sent over HTTP in a short amount of time.'
queryPeriod: 1h
relevantTechniques:
- T1030
tactics:
- Exfiltration
version: 2.1.0
kind: Scheduled
status: Available
triggerThreshold: 0
queryFrequency: 1h
requiredDataConnectors:
- connectorId: Corelight
dataTypes:
- Corelight_v2_http
- corelight_http