If an external scan covers roughly a fifth of what a SOC 2 audit looks at, it's worth being specific about the other four fifths. Not as a sales point - as a map, because most of the work is there.
Data isolation
Whether one customer's data can reach another's. Row-level security on shared tables, tenant scoping in API endpoints, key separation. An auditor will ask how it's enforced and how you'd know if it failed. Nothing about this is visible from a domain.
Backups and resilience
Not whether backups exist - whether anyone has restored one. Recovery point and recovery time objectives, tested rather than documented, plus what happens when a critical dependency goes down.
Access governance
Who has production access, whether MFA is enforced rather than merely offered, how quickly access is revoked when someone leaves, and whether anyone reviews the list periodically. Offboarding is where this usually falls down.
Engineering process
Change management, code review, how secrets are handled in CI, how deployments are approved. An auditor cares less about the tooling than about whether the process is consistently followed and evidenced.
People and policy
Written incident response, an annual risk assessment, security training for new hires. These are documents to write rather than settings to find - which makes them easy to defer indefinitely.
Vendor management
Every vendor that touches customer data, signed DPAs with each, and some review of their security posture. Most companies underestimate this list by half.
Why the visible fifth still matters
Because it's quick, concrete, and it's what a prospect sees first. Fixing email authentication or missing headers takes an afternoon; the six categories above take months. Doing the fast part first is sensible - as long as nobody mistakes it for the whole job.
We've mapped the visible fifth in detail in external security posture, and explained why we won't call the result a certificate in the previous post. The six categories above are not our invention: they are where the trust services criteria live, which our full guide to SOC 2 walks through one series at a time.