AI Security, Privacy and Compliance

What Is the ACSC Essential Eight, and How Do You Automate Tracking Your Maturity Level?

Last updated 24 July 2026 · 6 min read

Direct Answer

The Essential Eight is a set of eight baseline cybersecurity mitigation strategies published by the Australian Signals Directorate (ASD): patching applications, patching operating systems, multi-factor authentication, restricting administrative privileges, application control, restricting Microsoft Office macros, user application hardening, and regular backups. Each strategy is scored against a Maturity Model with four levels — Maturity Level Zero (not yet implemented) through Maturity Level Three (mitigating even sophisticated, state-sponsored-style tradecraft) — and a business tracks its progress by assessing each of the eight strategies individually rather than treating "Essential Eight" as one pass/fail gate. Automating this means feeding live evidence (patch compliance data, MFA enrolment status, backup success logs, application-control exception lists) from the tools already enforcing each strategy into a maturity-tracking record, rather than reconstructing the assessment from scratch by hand each time it's needed.

Detailed Explanation

The Essential Eight is a baseline set of cybersecurity mitigation strategies published and maintained by the Australian Signals Directorate (ASD), designed to make it substantially harder for a cyberattack to succeed even if it isn't stopped entirely. Unlike a certification such as ISO 27001 or SOC 2, there's no external auditor who awards an "Essential Eight certificate" — a business assesses itself (or engages an assessor to do so) against the ASD's published criteria and reports a maturity level for each of the eight strategies individually.

The eight strategies are: patch applications, patch operating systems, multi-factor authentication, restrict administrative privileges, application control (also known as application allow-listing), restrict Microsoft Office macros, user application hardening, and regular backups. Four of the eight are aimed at preventing an attack from succeeding in the first place (patching, MFA, application control, macro restrictions); the rest limit the damage and speed recovery if one does (restricted privileges, hardening, backups).

The Maturity Model scores implementation on a scale from Maturity Level Zero (not yet implemented, or implemented with known weaknesses) through Maturity Level Three (mitigating tradecraft associated with sophisticated, well-resourced adversaries). Each level is defined per-strategy, not as one combined score — a business might sit at Maturity Level Two for patching but Maturity Level One for application control, and the ASD's own guidance is that most organizations should target the level appropriate to the actual threats they realistically face, not automatically chase the highest level across the board.

This is a distinct compliance-automation problem from the site's other own-certification pages. See what does it take to get your own business ISO 27001 certified for a management-system certification that ends in an external auditor's certificate — the Essential Eight has no equivalent external certification step, which changes what "automating compliance" actually means here: there's no audit deadline forcing evidence collection, so the discipline has to come from the business's own tracking process instead.

Setting This Up

  1. Assess each of the eight strategies against the Maturity Model separately, using the ASD's own Essential Eight Assessment Process Guide — don't treat "Essential Eight compliance" as one combined score, since the point of the model is to show exactly where the weakest strategy sits.
  2. Pull live evidence from the tools already enforcing each strategy, rather than reconstructing it manually. Patch-management software already tracks patch compliance; an identity provider already reports MFA enrolment; a backup platform already logs successful and failed jobs — feed these directly into a tracking record instead of asking someone to manually verify and re-document each control periodically.
  3. Automate an alert when a control's evidence falls out of the target maturity level — an MFA enrolment rate that drops below target, a patch-compliance window that's been missed, or a backup job that's failed repeatedly — so a maturity-level regression is caught quickly rather than surfacing only at the next scheduled review.
  4. Choose a target maturity level per strategy based on realistic threat exposure, not by default aiming for Level Three everywhere. A small business with no Defence-adjacent or critical-infrastructure exposure typically gets diminishing returns from chasing the highest level across every strategy, given the operational cost involved.
  5. Keep application-control and macro-restriction exception lists reviewed and current, since these two strategies in particular tend to accumulate ad hoc exceptions over time that quietly erode the maturity level actually being delivered in practice, regardless of what the policy document says.

Things to Consider

  • This is a technical baseline, not a governance framework. See what is the NIST Cybersecurity Framework, and does a small business need to adopt it for the broader six-function structure many businesses use alongside the Essential Eight's more concrete, control-level detail.
  • A growing number of contracts and questionnaires now ask for a maturity level directly, not just "do you follow the Essential Eight." Being able to state a specific level per strategy, backed by evidence, is more useful to a prospective enterprise customer or insurer than a general assurance that the framework is "in place."
  • The eight strategies aren't equally difficult to automate. Patch compliance, MFA enrolment, and backup success are all naturally logged by the tools enforcing them; application control and macro restriction require more deliberate ongoing maintenance of allow-lists and exceptions, which tends to be where maturity quietly regresses if it isn't actively tracked.
  • This is Australian-government-published guidance, which matters for an Australia-only business wanting a locally native reference point rather than adapting a US- or internationally-originated framework as the default.
  • A business handling card payments has an overlapping but separate technical baseline to track. See how do you automate PCI-DSS compliance monitoring and self-assessment — several Essential Eight controls (patching, access restriction, backups) support PCI-DSS requirements too, but the two frameworks have different scopes and neither substitutes for the other.

Common Mistakes

  • Treating the Essential Eight as one combined pass/fail score instead of eight separately assessed strategies. A business that reports "we're Essential Eight compliant" without naming a maturity level per strategy is making a claim the framework itself doesn't actually support.
  • Chasing Maturity Level Three across every strategy by default, when the ASD's own guidance is to target the level that matches realistic threat exposure — over-investing in the highest level everywhere often isn't the best use of a small business's security budget.
  • Letting application-control or macro-restriction exceptions accumulate without review. These two strategies degrade quietly and gradually as exceptions pile up, unlike a missed patch or a failed backup, which tend to be more visibly flagged by the tools enforcing them.
  • Reassessing maturity only when a customer or contract asks for it. Treating the Essential Eight as a point-in-time exercise rather than an ongoing, evidence-fed tracking process means the reported maturity level is often stale by the time it's actually needed.

Frequently Asked Questions

Is the Essential Eight mandatory for a small business?
Not generally. The Essential Eight is mandatory for non-corporate Commonwealth entities under the Protective Security Policy Framework, and increasingly expected of businesses in the Defence supply chain or other high-assurance procurement relationships, but there's no general law requiring an ordinary small business to implement it. Many small businesses adopt it anyway because it's a concrete, free, government-published baseline — and because a growing number of enterprise customers, insurers, and government-adjacent contracts now ask a supplier to state its Essential Eight maturity level directly.
How is the Essential Eight different from the NIST Cybersecurity Framework?
They cover overlapping ground but at a different level of specificity. The NIST Cybersecurity Framework (CSF) is a broad, six-function structure (Govern, Identify, Protect, Detect, Respond, Recover) for organizing a cybersecurity program generally, with no fixed list of controls. The Essential Eight is far more concrete and prescriptive: eight named technical strategies, each with defined implementation requirements at each of four maturity levels. A business can reasonably use the Essential Eight as its specific technical baseline and CSF (or ISO 27001) as the broader governance structure it sits inside, rather than treating them as competing choices.
Do you need to reach Maturity Level Three to get value from the Essential Eight?
No. The ASD's own guidance is that most organizations should aim for the maturity level appropriate to the sophistication of threats they realistically face, not automatically target the highest level available. Maturity Level One mitigates adversaries using basic, widely available techniques and is a genuine, meaningful improvement over no baseline at all for a typical small business — Levels Two and Three add protection against progressively more capable adversaries and are more relevant to organizations facing higher-value targeting, such as those in Defence-adjacent supply chains or critical infrastructure.

References

Related Questions