Skip to content

CIS Controls and Implementation Groups

The CIS Critical Security Controls are an ordered set of defensive actions that organisations can apply to protect systems and data against common attack techniques. This topic explains the Controls structure, the three Implementation Groups that prioritise them by organisational size and risk, and how auditors use CIS Benchmarks to measure configuration compliance.

Last updated:

Share

The CIS Critical Security Controls (CIS Controls) are a prioritised catalogue of defensive actions published by the Center for Internet Security (CIS), a US-based non-profit organisation. Version 8, released in May 2021, organises 153 individual Safeguards into 18 Controls covering everything from hardware asset inventory to penetration testing. The Controls are explicitly derived from observed attack patterns: each Safeguard addresses a technique that real attackers use frequently, which distinguishes the framework from compliance-driven lists that may include controls with no empirical connection to actual risk. Three Implementation Groups (IG1, IG2, IG3) divide the Safeguards into cumulative subsets so that a small business can start with a realistic baseline rather than attempting the full catalogue at once.

CIS Benchmarks are a separate but related product line: configuration hardening guides for specific technologies such as Windows Server, Ubuntu Linux, AWS, Kubernetes, and Oracle Database. Where the Controls define categories of defence, Benchmarks prescribe exact settings values and provide audit procedures an examiner can run directly against a system. Together, the Controls and Benchmarks form a practical security baseline that organisations can implement without specialist research, because the work of translating threat data into actionable settings has already been done.

For security auditors, the CIS Controls serve two distinct functions. First, they provide a measurement baseline: an auditor can map an organisation's current security programme against the relevant Implementation Group and score each Safeguard as implemented, partial, or absent. Second, they provide a gap-analysis tool with built-in prioritisation, because the IG structure and the order of Controls within each group reflect the relative frequency and impact of attacks they defend against. The Controls also publish explicit crosswalk documents to NIST CSF, ISO 27001, and PCI-DSS, which allows an auditor to reuse evidence across multiple compliance frameworks.

By the end of this topic you will be able to:

  • Describe the structure of CIS Controls v8 and explain what distinguishes a Control from a Safeguard.
  • Explain the purpose of Implementation Groups and identify which IG is appropriate for a given organisational profile.
  • Explain how CIS Benchmarks relate to the Controls and describe the two levels of Benchmark recommendation.
  • Apply the CIS Controls as a measurement baseline to score a security programme and produce a prioritised gap report.
  • Map CIS Controls coverage to NIST CSF and ISO 27001 using published crosswalk documents.
Key terms
CIS Controls v8
The eighth version of the CIS Critical Security Controls, released in May 2021. It consolidates 18 Controls and 153 Safeguards, reorganised from the previous 20-control structure. The revision merged several Controls and added cloud and mobile coverage to reflect current infrastructure.
Safeguard
The individual action item within a CIS Control. Each Safeguard specifies a concrete activity (for example, 'establish and maintain an accurate inventory of all enterprise assets') and is assigned to an Implementation Group. Controls contain multiple Safeguards.
Implementation Group (IG)
A risk-based tier that groups Safeguards by organisational complexity and data sensitivity. IG1 (56 Safeguards) is the minimum baseline for any organisation. IG2 (74 additional) targets organisations with more complex environments. IG3 (23 additional) covers the full catalogue and applies to organisations subject to sophisticated targeted attacks.
CIS Benchmark
A technology-specific configuration hardening guide published by CIS for operating systems, cloud services, databases, and applications. Each Benchmark provides Level 1 (broadly applicable, low disruption) and Level 2 (higher security, may reduce functionality) recommendations with specific audit commands.
CIS Controls Self-Assessment Tool (CSAT)
A free web-based tool provided by CIS that allows organisations to score their current implementation status for each Safeguard and generate a gap report. Auditors use CSAT to structure assessments and produce repeatable documentation of findings.
Crosswalk
A published mapping document that shows the correspondence between CIS Safeguards and the controls or subcategories of another framework such as NIST CSF, ISO 27001 Annex A, or PCI-DSS. Crosswalks allow auditors to reuse evidence across multiple compliance obligations.

Structure of CIS Controls v8

CIS Controls v8 contains 18 Controls and 153 Safeguards. The Controls are numbered 1 to 18 and are intentionally ordered: the first Controls address foundational visibility (knowing what assets and software you have), because every subsequent defence depends on that inventory. Later Controls address more specific threat scenarios such as email and web browser defences, network monitoring, and penetration testing.

A Control is a category or theme. A Safeguard is the specific, actionable task within that category. For example, Control 1 is 'Inventory and Control of Enterprise Assets'. Safeguard 1.1 within it is 'Establish and Maintain Detailed Enterprise Asset Inventory', assigned to IG1. Safeguard 1.2 is 'Address Unauthorised Assets', also IG1. Safeguard 1.3 is 'Utilise an Active Discovery Tool', assigned to IG2. The distinction matters for audit scope: when an auditor says an organisation is assessed against IG1, they mean all Safeguards marked IG1 across all 18 Controls.

Control numberControl nameFocus area
1Inventory and Control of Enterprise AssetsKnow what hardware you have
2Inventory and Control of Software AssetsKnow what software is installed
3Data ProtectionClassify, handle, and protect data
5Account ManagementManage user accounts and permissions
6Access Control ManagementRestrict access to authorised users
12Network Infrastructure ManagementSecure network devices and architecture
17Incident Response ManagementDetect, contain, and recover from incidents
18Penetration TestingTest defences with simulated attacks

Each Safeguard entry in the CIS Controls document specifies: the Safeguard title, a description of the activity, the asset type it applies to (devices, software, data, users, network, or services), the security function it performs (Identify, Protect, Detect, Respond, or Recover, drawn from the NIST CSF taxonomy), and the lowest Implementation Group at which it is required. This metadata makes it straightforward to filter the catalogue for a specific assessment scope.

Implementation Groups: IG1, IG2, and IG3

Implementation Groups were introduced in CIS Controls v7.1 to address a practical problem: a single unified control list gave small organisations no guidance on where to start. A dental clinic and a national bank both need security controls, but their resources and risk profiles differ by orders of magnitude. The IG structure provides a tiered answer.

IG1 is the essential cyber hygiene baseline. Its 56 Safeguards represent the actions that every organisation, regardless of size, should complete to defend against the most common, non-targeted attacks. CIS describes IG1 as appropriate for organisations with limited IT expertise and cybersecurity staff, constrained resources, and data that is primarily non-sensitive. Examples include small retailers, small professional service firms, and single-site non-profits.

IG2 adds 74 Safeguards to the IG1 baseline, totalling 130. The additional Safeguards address more complex environments with multiple departments, multiple network segments, cloud infrastructure, and a dedicated IT or security function. IG2 organisations handle sensitive client data or face compliance requirements such as HIPAA, PCI-DSS, or the EU General Data Protection Regulation. The additional Safeguards include activities such as establishing a vulnerability management programme, implementing multi-factor authentication for all accounts, and deploying a security information and event management (SIEM) system.

IG3 includes all 153 Safeguards. The 23 Safeguards added at this level address the requirements of organisations whose security failures could cause significant harm to critical infrastructure or public safety, or that face sophisticated adversaries including nation-state actors. IG3-only Safeguards include application layer filtering, advanced malware defence, and structured red team testing. Financial institutions, defence contractors, healthcare systems, and utilities typically operate at this level.

CIS Benchmarks: from Controls to configuration

The CIS Controls define what to do in broad terms: Control 4, 'Secure Configuration of Enterprise Assets and Software', says that organisations should establish and maintain secure configurations for devices and software. CIS Benchmarks translate that principle into exact, technology-specific settings. A Benchmark for Windows Server 2022, for example, specifies the exact Group Policy setting for password complexity, the exact value for the account lockout threshold, and the exact audit policy required for each event category.

Each Benchmark recommendation is classified as either Level 1 or Level 2. Level 1 recommendations are intended to be applicable to any organisation without significant disruption to normal operations. Level 2 recommendations provide higher security assurance but may reduce functionality or require additional effort to maintain. An organisation applying all Level 2 recommendations to a server operating system is making a deliberate choice to accept some operational constraint in exchange for a smaller attack surface.

CIS publishes Benchmarks for several hundred technology products, including major operating systems (Windows, Linux distributions, macOS), cloud platforms (AWS, Azure, GCP), container technologies (Docker, Kubernetes), databases (MySQL, PostgreSQL, Oracle, SQL Server), network devices (Cisco, Palo Alto), and browsers. CIS also provides CIS-CAT Pro, a paid scanning tool that automates the audit process by checking live systems against a chosen Benchmark and producing a scored report. Open-source tools such as OpenSCAP can evaluate some CIS content as well.

Using CIS Controls as a measurement baseline

A CIS Controls assessment starts by determining the organisation's Implementation Group. This is not a technical question initially: it requires understanding the organisation's size, IT staffing, regulatory obligations, and the sensitivity of the data it processes. A hospital system subject to HIPAA in the United States, the NHS in the United Kingdom, or the Health Insurance Portability requirements of India's National Digital Health Mission will almost always fall into IG2 or IG3, because their data sensitivity and regulatory obligations place them beyond the IG1 profile.

Once the IG is set, the auditor works through every Safeguard in scope. For each Safeguard, the assessment records: the current implementation status (not implemented, partially implemented, or fully implemented), the evidence reviewed (policy documents, configuration outputs, tool reports, interview notes), and the risk implication of any gap. The CIS Controls Self-Assessment Tool (CSAT) provides a structured form for this process and generates a dashboard showing implementation percentages by Control and by IG tier.

The output of a CIS Controls assessment is a gap report in which gaps are already ordered by priority, because the IG structure places the highest-impact, most frequently exploited Safeguards first. A gap in Safeguard 1.1 (asset inventory) is almost always more consequential than a gap in a Control 18 Safeguard (penetration testing cadence), because the Controls are ordered to reflect attack frequency data. This built-in prioritisation distinguishes the CIS Controls from compliance frameworks where all controls nominally carry equal weight.

Mapping CIS Controls to other frameworks

Most large organisations face multiple compliance obligations simultaneously. A financial services firm in India may need to satisfy the Reserve Bank of India's cybersecurity framework, the Digital Personal Data Protection Act 2023, and ISO 27001 certification requirements, while also preferring to use the CIS Controls as an operational baseline. In the European Union, the same firm might need DORA compliance alongside ISO 27001. The challenge is avoiding duplicated assessment work across frameworks.

CIS publishes official crosswalk documents that map each Safeguard to corresponding controls in NIST CSF, NIST SP 800-53, ISO 27001:2022 Annex A, PCI-DSS v4.0, and HIPAA. The mapping is many-to-many: a single Safeguard may satisfy multiple NIST CSF subcategories, and a single ISO 27001 Annex A control may be addressed by several Safeguards. Auditors use these crosswalks to build a unified evidence library: a single policy document or configuration report can satisfy a CIS Safeguard and its NIST or ISO equivalent simultaneously, reducing the total audit workload.

The relationship between CIS Controls and NIST CSF is particularly close. The NIST CSF functions (Identify, Protect, Detect, Respond, Recover) are used in the CIS Controls documentation to classify each Safeguard's security function. This shared taxonomy means that a CIS Controls gap report can be restated directly as a NIST CSF coverage map without significant rework. See Mapping Controls Across Frameworks for a detailed treatment of this translation process.

CIS Controls in audit practice: scope, evidence, and reporting

When a client engages an auditor to assess against CIS Controls, the first deliverable is an agreement on scope: which systems are in scope, which Implementation Group applies, and whether any Safeguards are formally excluded (with documented justification). Scope exclusions are common for Safeguards that apply to technology the organisation does not use; a company with no wireless network can exclude wireless-specific Safeguards if it documents the absence of wireless infrastructure.

Evidence collection follows the Safeguard type. Policy and process Safeguards (for example, 'Establish and Maintain a Data Management Process') require document review: the auditor reads the policy, checks its approval date and review cycle, and confirms it covers the required elements. Technical Safeguards require configuration evidence: system outputs, tool reports, or direct inspection of settings. CIS Benchmark reports satisfy configuration Safeguards for specific platforms. Personnel Safeguards (for example, 'Establish and Maintain a Security Awareness Programme') require training records and content review.

The audit report presents findings in order of risk, not in Controls order. Gaps in IG1 Safeguards, if any remain in an IG2 or IG3 organisation, are flagged as critical because they represent failures in the most basic defensive layer. The report should state each gap as a finding, reference the specific Safeguard number and title, describe the evidence (or absence of evidence) reviewed, assess the risk, and recommend a specific remediation action. Recommendations should reference available CIS guidance, including relevant Benchmarks, so the organisation's technical staff can implement the fix without ambiguity.

Auditors working in the financial sector should note that regulators in multiple jurisdictions have endorsed CIS Controls as an acceptable baseline. The US Federal Financial Institutions Examination Council (FFIEC) references CIS Controls in its cybersecurity assessment tool. India's Securities and Exchange Board of India (SEBI) Cybersecurity and Cyber Resilience Framework accepts CIS Controls alignment as partial evidence for its requirements. The UK National Cyber Security Centre (NCSC) Cyber Essentials scheme overlaps substantially with IG1. Understanding these regulatory endorsements allows an auditor to frame CIS Controls findings directly in terms of regulatory exposure.

Check your understanding
Question 1 of 4· 0 answered

An organisation is a 15-person accounting firm with no dedicated IT security staff, handling primarily client financial records. Which Implementation Group is most appropriate?

Key Takeaways

  • CIS Controls v8 contains 18 Controls and 153 Safeguards ordered by attack frequency: the Controls addressing asset inventory and access control appear first because every subsequent defence depends on knowing what assets exist and who can access them.
  • Implementation Groups are cumulative tiers: IG1 covers 56 Safeguards for all organisations, IG2 adds 74 more for complex environments, and IG3 includes all 153 Safeguards for organisations facing sophisticated or targeted attacks.
  • CIS Benchmarks are technology-specific configuration guides that complement the Controls; Level 1 recommendations are broadly applicable, while Level 2 recommendations provide higher assurance at the cost of some functionality.
  • Auditors use the CIS Controls as both a measurement baseline and a gap-analysis tool with built-in prioritisation: gaps in lower-numbered Controls and lower-IG Safeguards are automatically higher risk because of the attack-frequency ordering.
  • Published CIS crosswalk documents map Safeguards to NIST CSF, ISO 27001 Annex A, and PCI-DSS, allowing a single evidence set to satisfy multiple compliance frameworks and reducing duplicated audit effort.
What are the CIS Critical Security Controls?
The CIS Critical Security Controls (CIS Controls) are a prioritised set of defensive actions published by the Center for Internet Security. Version 8, released in 2021, consolidates 153 Safeguards across 18 Controls covering areas such as asset inventory, access management, data protection, incident response, and penetration testing. The Controls are derived from observed attack patterns, so they address the most common techniques attackers actually use rather than theoretical threats.
What is the difference between IG1, IG2, and IG3?
Implementation Groups (IGs) are risk-based subsets of the CIS Controls. IG1 contains 56 Safeguards suited to small organisations with limited IT resources and low data-sensitivity risk. IG2 adds 74 Safeguards for organisations with more complex environments and moderate risk. IG3 includes all 153 Safeguards and targets organisations with high sensitivity data or operations that attract sophisticated, targeted attacks. Each IG is cumulative: IG2 includes all of IG1, and IG3 includes all of IG2.
What are CIS Benchmarks?
CIS Benchmarks are configuration guidelines published by the Center for Internet Security for specific operating systems, cloud platforms, databases, and applications. Each Benchmark specifies exact settings values and provides audit procedures that can be executed manually or via automated scanning tools. Benchmarks are separate documents from the CIS Controls but complement them: the Controls define what to protect, while Benchmarks define how to harden the technology used to do it.
How do auditors use CIS Controls for gap analysis?
Auditors map the organisation's current security practices against the Safeguards in the relevant Implementation Group. For each Safeguard, the auditor determines whether the control is implemented, partially implemented, or absent, and assigns a score. The resulting gap report shows which Safeguards are missing and their risk priority, allowing remediation to be sequenced by impact. Many auditors use the CIS Controls Self-Assessment Tool (CSAT) to structure and record this process.
How do the CIS Controls relate to other frameworks like NIST CSF and ISO 27001?
The CIS Controls map to both the NIST Cybersecurity Framework and ISO 27001 Annex A controls. The Center for Internet Security publishes explicit crosswalk documents that show which CIS Safeguard corresponds to which NIST CSF subcategory or ISO 27001 control. This allows an organisation already assessed against one framework to identify coverage gaps relative to another without starting a new assessment from scratch.

Test yourself on Information Security Audit and Compliance with free, timed mocks.

Practice Information Security Audit and Compliance questions

Found this useful? Pass it along.

Share

Spotted an error in this page? Report a correction or read our editorial standards.

Your journey to becoming a forensic professional starts here.

Practice with mock tests, learn from structured notes, and get your questions answered by a global forensic community, all in one place.