Pipeline Stage 13 — Final Stage
threatmgr @ 0x109C7E58 — the final arbiter of all scan results
Five steps from raw detection list to final user-facing verdict
The highest severity detection wins — "threatseverity" @ 0x109DA50C
When multiple detections exist, the one with the highest severity becomes the final verdict. The severity scale has no level 3 — it jumps from Medium (2) to High (4).
!-prefixed threat names from AAGGREGATOR are building blocks — never shown to users
Four suppression checks applied before finalizing the verdict
"BM detection suppressed due to exclusion."
@ 0x10A66880 — excludedthreats @ 0x109E4380
"BM detection suppressed due to friendlyness." [sic]
@ 0x10A666C0 — trusted publisher list
"BM detection suppressed due to cache."
@ 0x10A668F0 — previous scan result cached
"Lowfi detection supressed [sic]"
@ 0x10A536B0 — cloud says clean or named attribute filter
Standardized naming convention: Category:Platform/Family.Variant!Suffix
The final output returned to the scan caller
Detections can be upgraded, dropped, or consolidated during resolution
BM lowfi backed by threat detection → upgraded to full threat
MAPS FASTPATH SDN delivers full detection name to replace local lowfi
Cloud says clean → SDN/TDN matched, detection dropped entirely
All 13 stages converging into a single definitive answer
Multiple detections merged. Severity ranking: Severe(5) > High(4) > Medium(2) > Low(1). No level 3.
!-prefixed AAGGREGATOR building blocks are permanently removed. Users only see real threat names.
Exclusions, friendly file check, scan cache, and cloud-directed lowfi drops all reduce false positives.
FASTPATH SDN/TDN from MAPS can upgrade lowfi to full detection or drop false positives entirely.
All data from reverse engineering mpengine.dll v1.1.24120.x