Screenata

Beyond SOC 2

What are the three types of security controls?

September 14, 20262 min read

What are the three types of security controls?

The three types of security controls are administrative, technical, and physical, grouped by how a control is implemented. A second common set of three groups controls by when they act: preventive, detective, and corrective. Both lists are correct because they measure different things, and every control has a type on each axis. Multi-factor authentication, for example, is both technical and preventive.

By implementation: administrative, technical, physical

TypeWhat it isExamples
AdministrativePolicies, procedures, and people-run processesSecurity policies, training, background checks, access reviews, vendor assessments
TechnicalControls enforced by hardware or softwareMFA, encryption, firewalls, logging, endpoint protection
PhysicalControls on physical access to facilities and devicesBadge readers, locked server rooms, cameras, device disposal

This is the grouping the HIPAA Security Rule uses for its administrative, physical, and technical safeguards. Administrative controls are sometimes called managerial controls, and older NIST guidance split them further into management and operational classes.

By function: preventive, detective, corrective

TypeWhen it actsExamples
PreventiveBefore an incident, to stop itMFA, least-privilege access, code review before merge
DetectiveDuring or after, to surface itLog alerts, intrusion detection, access reviews, vulnerability scans
CorrectiveAfter, to limit damage and restoreIncident response, restoring from backup, revoking a compromised key

Some frameworks extend this list with deterrent controls (warning banners), recovery controls (disaster recovery), and compensating controls (an alternative used when the standard control is not feasible). The three above are the core.

How the two axes combine

Reading a control on both axes shows where a program is thin. A company with strong preventive technical controls but no detective controls will not know when prevention fails. A program heavy on administrative controls with few technical ones depends on people following documents.

ControlBy implementationBy function
MFA on the identity providerTechnicalPreventive
Quarterly user access reviewAdministrativeDetective
Branch protection requiring pull request approvalTechnicalPreventive
Incident response planAdministrativeCorrective
Badge access to the officePhysicalPreventive

SOC 2 does not require either classification, but auditors expect a mix. In practice, detective administrative controls such as access reviews generate the most evidence requests, because they run periodically and the auditor samples each occurrence. For how auditors test those occurrences, see the four types of tests of controls.

Connect and see

See your SOC 2 with your real systems.

Connect GitHub and cloud read-only. Vera shows your control matrix, policy gaps, and prioritized next actions before you commit to anything.