← Back to blog

Introducing Obexum 0.9 — 569 forensic checks, 0 false positives

2026-04-27 · Release notes · 6 min read

Today we are publishing Obexum 0.9, the first release that closes the original 13-phase audit roadmap. Five months ago we sat down with a clean Go module and one rule: zero false positives in a clean baseline, or the check does not ship. As of this commit, 569 out of 569 checks have passed that bar.

What is in the box

Why “zero false positives” matters

Every commercial scanner we evaluated emitted dozens of "informational" findings on a freshly-promoted Server 2022 DC. After the third or fourth audit, the operator stops reading the report. By then, the actual adversary primitives — ESC1-15 certificate templates, ACL backdoors, Kerberos abuse paths — are buried under "Anonymous-FTP-Allowed-On-IPv6-Loopback-Maybe" noise.

Zero false positives is not just a quality bar. It is a contract. It means the operator can hand the report to management, sign it pericial-grade, and be confident that every CRITICAL flag corresponds to a documented adversary primitive that is genuinely open right now.

How we got there

Every check passed a four-step round-trip before it earned its rule_id:

The full lab evidence trail is on /results. Every commit references its engagement transcript; every probe is reviewable Go code.

What is next

Get it

curl -fsSL https://get.obexum.com | sh
obexum init

14-day Team trial, no credit card. Pricing here. Talk to us at hello@obexum.com.

— The Obexum team