Cybersecurity controls are the specific safeguards an organisation puts in place to reduce risk: the technical settings, written procedures, and physical measures that stop an attack, limit its damage, or reveal that something has gone wrong. They are the concrete "how" behind every framework and compliance obligation. NIST groups them into administrative, technical, and physical categories; other models sort them by what they do (preventive, detective, corrective). Whatever the taxonomy, the point is the same – controls turn a policy statement like "we protect customer data" into something you can actually configure, test, and prove.

That gap between intention and evidence is where most security programmes struggle. A company can own a firewall and still be breached because no one reviewed the rules in two years. A hospital can hold a HIPAA policy binder and still leak records because access was never restricted to the people who needed it. Controls only work when they are chosen deliberately, implemented fully, and checked on a schedule. This guide explains what cybersecurity controls are, how the major frameworks define them, how they map to compliance regimes like GDPR and HIPAA, and how to build a control set that fits your organisation rather than a generic checklist.

What cybersecurity controls actually are

A control is a countermeasure against a specific type of risk. If the risk is "an attacker guesses a weak password and logs in," the controls might include a password policy, multi-factor authentication, and account lockout after repeated failures. Each of those addresses the same threat from a different angle, which is deliberate. Serious security does not rely on any single barrier holding.

It helps to think about controls along two axes. The first is the nature of the control:

  • Administrative controls are the policies, procedures, and human processes: access reviews, security awareness training, incident response plans, vendor risk assessments. They govern how people behave and how decisions get made.
  • Technical controls are the configurations and tools that enforce security automatically: encryption, firewalls, endpoint protection, logging, identity and access management, network segmentation.
  • Physical controls protect the tangible world: locked server rooms, badge access, cameras, environmental monitoring. Easy to forget in a cloud-first mindset, and still essential wherever hardware lives.

The second axis is the function of the control:

  • Preventive controls stop an incident before it happens (MFA, patching, least privilege).
  • Detective controls surface an incident in progress or after the fact (logging, intrusion detection, file integrity monitoring).
  • Corrective controls limit damage and restore normal operation (backups, failover, incident response).

Most well-designed programmes need all three functions. You cannot prevent everything, so you invest in detection to shorten the time an intruder goes unnoticed, and in correction so that when something does break, recovery is a plan rather than a panic.

For a broader view of how controls sit inside a full security programme, our cybersecurity framework guide explains how frameworks organise these pieces into a coherent whole.

Where controls come from: the major frameworks

You rarely invent controls from scratch. Recognised frameworks publish tested control catalogues, and adopting one saves enormous effort while giving auditors, customers, and regulators a shared language.

The NIST Cybersecurity Framework and NIST SP 800-53

The NIST Cybersecurity Framework organises security outcomes into functions. The 2024 revision (CSF 2.0) added Govern to the original five – Identify, Protect, Detect, Respond, and Recover – putting organisational governance and risk oversight at the centre rather than treating it as an afterthought. The CSF itself is outcome-focused; it tells you what good looks like without prescribing exact settings.

For the detailed control catalogue, NIST publishes SP 800-53, a comprehensive set of security and privacy controls used across US federal systems and widely adopted in the private sector. It is thorough to the point of intimidating, which is why most smaller organisations start with the CSF and pull in 800-53 controls where they need depth. NIST also maintains SP 800-171 for protecting controlled unclassified information, which matters to anyone in a US government supply chain.

ISO/IEC 27001 and Annex A

ISO/IEC 27001 is the international standard for an information security management system (ISMS). Its companion, ISO/IEC 27002, describes the controls. The 2022 revision reorganised Annex A into four themes – organisational, people, physical, and technological – and reduced the count from the earlier version while adding controls for areas like threat intelligence, cloud services, and data masking.

The distinction that trips people up: ISO 27001 certification is about the management system, not about implementing every control. You select controls based on a risk assessment and justify your choices in a Statement of Applicability. That risk-driven approach is the heart of the standard, and it is why a genuine cybersecurity risk assessment has to come before you pick controls.

CIS Critical Security Controls

The CIS Controls from the Center for Internet Security are the most practical starting point for many organisations. They are prioritised into implementation groups, so a small business with limited staff can begin with the basic hygiene measures (asset inventory, secure configuration, access control, continuous vulnerability management) before advancing to the more demanding ones. If you want a concrete first list rather than a philosophy, CIS is where to look.

Our cybersecurity standards guide compares these frameworks side by side and helps you decide which to adopt.

How controls map to compliance obligations

Frameworks are voluntary guidance. Compliance regimes are legal or contractual requirements, and they often reference frameworks rather than replacing them. Understanding the relationship saves you from doing the same work twice.

GDPR

The EU General Data Protection Regulation requires "appropriate technical and organisational measures" to protect personal data, but it deliberately avoids naming specific controls. That flexibility is a feature and a burden – you decide what is appropriate given the risk, the state of the art, and the cost. In practice, organisations demonstrate GDPR's Article 32 security requirement using controls drawn from ISO 27001 or the NIST CSF: encryption, access control, resilience, and regular testing. The regulator (your national data protection authority, coordinated through the European Data Protection Board) expects you to document why your controls are appropriate, not just that they exist.

HIPAA

For healthcare data in the United States, the HIPAA Security Rule sets out required and "addressable" safeguards across administrative, physical, and technical categories – a structure that maps cleanly onto the control taxonomy above. "Addressable" does not mean optional; it means you either implement the safeguard or document a reasoned justification for an equivalent alternative. The US Department of Health and Human Services publishes guidance at HHS.gov, and many healthcare organisations use the NIST mapping HHS provides to align HIPAA safeguards with the CSF.

PCI DSS, SOC 2, and sector rules

Payment card handling brings PCI DSS, a prescriptive standard with specific technical controls. Service providers frequently pursue SOC 2 reports built on the AICPA Trust Services Criteria, which are themselves a control framework. Financial services, critical infrastructure, and other regulated sectors layer their own rules on top. The common thread: almost every regime can be satisfied by a well-chosen, well-documented control set mapped back to its requirements. Do the mapping once, and a single control often satisfies several obligations at the same time.

Our cybersecurity compliance guide goes deeper into how these regimes interact and how to avoid duplicating effort across them.

Industrial control systems: a different set of rules

Most control discussions assume information technology – laptops, servers, cloud services, email. Operational technology (OT) and industrial control systems (ICS) are a separate world with priorities that can feel inverted to an IT professional. These are the systems that run manufacturing lines, power grids, water treatment, building management, and transport. A programmable logic controller opening a valve does not care about your quarterly patch cycle.

The defining difference is what you are protecting. In IT, confidentiality often comes first. In ICS, availability and safety dominate. You cannot take a turbine controller offline for a routine reboot, and a badly timed patch can cause a physical incident rather than a data loss. Many of these systems were built decades ago, run software that can no longer be updated, and were never designed to touch a network at all. Then someone connected them for remote monitoring, and the risk changed overnight.

Cybersecurity for industrial control systems therefore leans on controls that IT teams sometimes underuse. Network segmentation – keeping OT networks strictly separated from corporate IT and the internet, using a model such as the Purdue reference architecture – is foundational. Strict access control matters because the population of people who should ever touch these systems is small. Monitoring designed for OT protocols is needed because standard IT security tools do not understand industrial traffic and can even disrupt it. Compensating controls carry a heavier load here precisely because patching and replacement are so constrained.

The recognised standard for this domain is IEC 62443, developed through the ISA and IEC, which defines security levels and requirements for industrial automation and control systems. In the United States, CISA publishes advisories and guidance specifically for ICS environments, and it is the authoritative place to check for current threats to these systems. If you run anything in this category, treat OT security as its own programme with its own controls, not as an extension of your office IT policy. A connected vehicle fleet raises related questions, which we cover in our automotive cybersecurity guide.

Choosing the right controls for your organisation

The temptation is to grab a full control catalogue and implement everything. That path leads to wasted budget, alert fatigue, and controls no one maintains. A better sequence starts with knowing what you have and what you are protecting.

Begin with an inventory and a risk assessment. You cannot protect assets you do not know exist. List your systems, data, and the ways they could be attacked, then rank the risks by likelihood and impact. This is not busywork – it is what tells you which controls earn their place. Our cybersecurity risk assessment guide walks through a workable method.

Match controls to your actual risks and obligations. A small e-commerce shop and a regional hospital face different threats and different regulators. Let the risk assessment and the applicable compliance regimes drive selection. If you have adopted a framework, use its prioritisation – the CIS implementation groups are especially good for this.

Write it down. Controls that live only in someone's head disappear when that person leaves. A clear set of policies turns controls into organisational commitments. See our cybersecurity policy guide for how to document them without drowning in paperwork.

Test and review on a schedule. A control you have never tested is a hope, not a safeguard. Regular review is where audits earn their value; our cybersecurity audit guide explains what a real assessment involves and how to prepare.

Be honest about the trade-offs. Every control adds friction – MFA adds a step, segmentation complicates administration, logging generates data someone has to review. Security that ignores this reality gets bypassed by frustrated employees. The goal is proportionate protection, not maximum protection at any cost.

How machine-driven tooling is changing control selection and operation

The practical shift over the past few years is not that automation replaced controls, but that it changed how quickly attackers move and how much telemetry defenders must sift. Research from institutions such as MIT Sloan on enterprise strategy points to the same lesson security teams are learning first-hand: the value comes from applying automated tooling to well-defined problems, not from bolting it onto everything.

For controls, that means a few concrete things. Detective controls benefit most, because anomaly detection across large log volumes is exactly the kind of pattern work that machines do well – provided the data feeding them is clean and the alerts are tuned. Attackers, meanwhile, use similar tooling to write more convincing phishing and to probe systems faster, which raises the value of preventive controls that do not depend on a human spotting a fake. None of this changes the fundamentals. You still need asset inventory, access control, patching, and backups. Automation shifts the economics of detection and response; it does not remove the need for the basics. Treat vendor claims of automated protection with the same scepticism you would apply to any other marketing – ask what the control actually does and how you would verify it works.

A minimal control set worth starting from

If you are building from nothing, a defensible starting point covers the risks that account for the majority of real-world breaches. This is not a substitute for a risk assessment, but it is where the assessment usually lands for a typical small or mid-sized organisation:

  • Multi-factor authentication on every account that supports it, especially email, remote access, and administrative accounts.
  • Timely patching of operating systems and applications, with a documented process for prioritising critical fixes.
  • Least-privilege access so people and services hold only the permissions they need, reviewed regularly.
  • Reliable, tested backups kept offline or otherwise isolated, so ransomware cannot encrypt them along with everything else.
  • Endpoint protection and centralised logging so you can both stop common malware and reconstruct what happened after an incident.
  • Security awareness so the people who receive phishing attempts know what to do with them.
  • A written, rehearsed incident response plan so a bad day does not become a catastrophe.

Get these working and maintained before reaching for anything exotic. Most organisations that suffer serious incidents were missing one of these fundamentals, not some advanced control.

Cybersecurity Controls Reference tool

Use the Cybersecurity Controls Reference to map your obligations to concrete controls. Select your applicable frameworks and regimes – NIST CSF, ISO 27001, GDPR, HIPAA, PCI DSS – and the reference shows where a single control satisfies more than one requirement, so you can plan a control set that covers several obligations at once rather than building a separate programme for each.

This tool is general education, not a compliance determination for your specific environment. A qualified auditor or legal adviser should confirm what applies to you.

Working with a consultant or MSP

Not every organisation has the staff to design and run a control set internally, and that is a legitimate reason to bring in help. Compliance consultants and managed security service providers (MSPs) can accelerate the work, particularly the mapping between frameworks and the ongoing monitoring that in-house teams struggle to sustain.

Choose carefully. A good partner starts with your risks and obligations, not with the product they happen to sell. Ask how they select controls, how they will hand knowledge back to you, and how you would verify the controls are working independently of their reporting. Beware anyone who promises "compliance in a box" – the documentation matters, but a binder of policies with no operating controls behind it is exactly the failure mode regulators and attackers both find. If you engage help, keep ownership of your risk decisions; a consultant advises, but the accountability stays with you.

Frequently asked questions

What are the three main types of cybersecurity controls?

By nature, controls are administrative (policies and procedures), technical (configurations and tools), and physical (locks, cameras, environmental protection). By function, they are preventive, detective, and corrective. A mature programme uses all of these together rather than relying on one category.

What is the difference between a control and a framework?

A framework is the organising structure that tells you what security outcomes to achieve and how to manage the programme. A control is a specific safeguard that helps achieve one of those outcomes. Frameworks like the NIST CSF and ISO 27001 reference catalogues of controls; the framework is the map, the controls are the individual steps.

How many cybersecurity controls does an organisation need?

There is no universal number. The right count comes from your risk assessment and the compliance regimes that apply to you. A small business might operate effectively with a few dozen well-maintained controls, while a large regulated enterprise runs hundreds. More controls are not automatically better – unmaintained controls create a false sense of security.

Are NIST controls mandatory?

The NIST Cybersecurity Framework is voluntary for most private organisations. NIST SP 800-53 and SP 800-171 become effectively mandatory for US federal agencies and their contractors through contract clauses and regulations. Many organisations adopt NIST controls voluntarily because customers and insurers increasingly expect a recognised framework.

What controls does GDPR require?

GDPR does not name specific controls. Article 32 requires "appropriate technical and organisational measures" based on risk, cost, and the state of the art. In practice, organisations satisfy this using controls such as encryption, access control, resilience, and regular testing – often drawn from ISO 27001 or the NIST CSF – and document why those measures are appropriate.

How do cybersecurity controls relate to ISO 27001 certification?

ISO 27001 certifies your information security management system, not a fixed list of controls. You select controls from Annex A based on a risk assessment and justify your selection in a Statement of Applicability. You are not required to implement every Annex A control – you are required to make and document risk-based choices.

What is a compensating control?

A compensating control is an alternative safeguard used when the primary required control is not feasible. It must provide a comparable level of protection. Compensating controls are common in industrial environments, where legacy systems cannot be patched, and in PCI DSS, which formally allows documented compensating controls under defined conditions.

Why are controls for industrial control systems different?

ICS and operational technology prioritise safety and availability over confidentiality, run long-lived equipment that often cannot be patched, and use industrial protocols that standard IT security tools do not understand. Controls emphasise network segmentation, tight access control, and OT-aware monitoring. The IEC 62443 series and CISA guidance address this domain specifically.

What is the difference between preventive and detective controls?

Preventive controls stop an incident from happening – multi-factor authentication, patching, least privilege. Detective controls reveal that an incident is happening or has happened – logging, intrusion detection, file integrity monitoring. You need both, because no preventive measure is perfect and detection shortens the time an attacker stays hidden.

How often should controls be reviewed?

Continuously for some (log monitoring, vulnerability scanning) and periodically for others (access reviews, policy updates, penetration testing). Many frameworks and regulations expect at least an annual formal review, plus a review after any significant change or incident. A control never tested is a control you cannot rely on.

Can one control satisfy multiple compliance requirements?

Yes, and this is one of the most useful things to plan for. A single control like encryption of data at rest can help satisfy GDPR, HIPAA, PCI DSS, and ISO 27001 simultaneously. Mapping your controls to requirements once lets you avoid building a separate programme for each regime.

Do small businesses really need formal controls?

Yes. Small businesses are frequently targeted precisely because attackers assume their defences are weaker. The good news is that the fundamentals – MFA, patching, least privilege, tested backups, awareness, and an incident plan – prevent most common incidents and are within reach of a small organisation. You do not need an enterprise budget to be defensible.

Deciding what to do next

Start where the evidence points, not where the marketing does. Build or update your asset inventory, run a genuine risk assessment, and let that tell you which controls deserve your limited time and budget first. Adopt a recognised framework so you inherit a tested control catalogue and a shared language with auditors and customers. Implement the fundamentals fully before chasing anything advanced, write your controls down as policy, and put a review schedule on the calendar so they do not quietly decay.

If your environment includes industrial or operational technology, treat it as a separate programme with its own controls and check CISA's ICS guidance for current, authoritative advice. And where the stakes are high – regulated data, safety-critical systems, contractual security obligations – have a qualified auditor or legal adviser confirm what applies to you. This guide gives you the map; the terrain is always your own.

Read this article in Español.

Educational content. Not a substitute for a qualified security audit or incident response advice for your specific environment.