Rule library
// Detection

Bulk data egress

A transfer far larger than the baseline for the host, to a destination not previously seen. The shape of exfiltration rather than backup.

CriticalInvestigating2alerts raisedSignature
Armed

What this rule does

Rendered from the stored logic, so it cannot drift from what executes.

Any event where eventType is DATA_EGRESS

{
  "kind": "match",
  "where": [
    {
      "op": "eq",
      "field": "eventType",
      "value": "DATA_EGRESS"
    }
  ]
}

Revise

Backtest before saving. Alerts already raised keep their original descriptions: they record what the rule found at the time.

Fields: eventType, username, sourceIp, destinationIp, hostname, processName, commandLine, parentProcess, action, status, country, city

Alerts raised (2)

What this rule has actually caught.

Rule

Category
Exfiltration
ATT&CK tactic
Exfiltration
Technique
T1048
Kind
Signature
State
Armed
Created
7d ago
Last changed
7d ago

Firing history

Total alerts
2
First fired
9d ago
Last fired
8d ago
Escalated to cases
1
Dismissed benign
1

Related