How Auto-Triage Works
Understanding the pipeline helps you interpret verdicts in the Quarantine queue and tune your Policies.
Stages
Section titled “Stages”-
Content classification — the email body, subject, and headers are classified (phishing, BEC, malware, spam, safe) with a confidence score.
-
Sender reputation — SPF/DKIM/DMARC are verified against the real headers, plus DNS and domain-reputation checks.
-
Link & attachment analysis — URLs and files are scored against reputation feeds and heuristics.
-
Graph intelligence — sender history, domain spread, and prior flags feed a per-sender reputation score.
-
Risk score — a weighted blend: content 40% + graph 30% + reputation 30%.
-
Verdict — Helios returns
QUARANTINE,DISMISS,ESCALATE, orMARK_AS_SPAM. -
Sandbox detonation — URLs/attachments are detonated in an isolated sandbox in the background; results attach to the threat record.
-
Action — the email is physically moved (quarantine / junk / inbox) via the Gmail or Graph API.
-
Learning — a
FLAGGED_ASedge is written on quarantine, and retracted (reputation recomputed) if you release a false positive.
Verdicts
Section titled “Verdicts”| Verdict | Action |
|---|---|
QUARANTINE | Moved out of the inbox; sender flagged |
DISMISS | Clean; reinjected if user-reported |
ESCALATE | Routed to a human analyst |
MARK_AS_SPAM | Moved to spam/junk |