01.E.04 · Compliance Fundamentals

SOX

A 2002 financial-reform law that quietly became one of the largest drivers of IT-security investment in US public companies. The accountants set the goal; security teams build half the controls.

The Sarbanes-Oxley Act of 2002 — "SOX" or "Sarbox" — is a US federal statute aimed at restoring trust in public-company financial reporting after a wave of accounting scandals. The visible product is a CEO and CFO who certify each quarterly and annual financial filing, on penalty of personal criminal liability. The invisible product is the elaborate web of internal controls that has to exist for those signatures to be credible — and a substantial portion of that web is operated by IT and security teams.

This page concentrates on the side of SOX practitioners actually live in: IT General Controls (ITGCs) and the audit process that tests them. The financial-reporting fundamentals get a brief tour so the IT-controls part has context. The goal is to leave you fluent enough to talk to an external auditor without confusion when one of them shows up asking who has admin access to the general ledger.

Who's covered

SOX applies to:

SOX does not apply to private companies, non-profits, or government entities. But many private companies that intend to IPO begin "SOX-readiness" projects 12-24 months ahead of the offering. Many privately-held companies also adopt SOX-style controls because their lenders, insurers, or major customers expect them. Treat SOX as the de facto baseline for the financial-systems side of any well-run organization, regulated or not.

The four sections that matter

SOX has 11 titles and over 60 sections. Four come up constantly.

SectionWhat it requires
302The CEO and CFO must personally certify every periodic report (10-K, 10-Q) — they have reviewed it, it doesn't contain material misstatements or omissions, they are responsible for internal controls, they disclosed all material weaknesses and any fraud. Civil liability for false certifications.
404Annual management assessment of the effectiveness of Internal Controls over Financial Reporting (ICFR), included in the 10-K. For "accelerated filers" (most large public companies), the external auditor must also issue an attestation on the effectiveness of ICFR. 404 is where almost all the SOX work lives.
906The criminal version of 302. CEO/CFO certifications under 906 carry up to 10 years' imprisonment if false, and up to 20 years if willful. Independent of any other prosecution.
802Document retention. Auditors must retain audit workpapers for at least 7 years. Knowingly destroying records to obstruct a federal investigation is a felony (up to 20 years). The Arthur Andersen / Enron shredding case birthed this provision.

For security and IT teams, section 404 is the entire job. Everything below this point flows from 404's requirement that management assess (and the auditor attest to) the effectiveness of controls over financial reporting.

ICFR and the controls hierarchy

Internal Controls over Financial Reporting is a hierarchy. SOX 404 cares whether the top number on the financial statements is materially correct. To get assurance there, the auditor follows a chain of controls down the stack:

The logic chains upward: if the ITGCs are weak, the auditor can't rely on the application controls. If the application controls fail, the process controls can't be relied on to produce accurate numbers. A weak ITGC environment forces the auditor to expand substantive testing on every downstream control, which is enormously expensive and slow. This is why CFOs notice when ITGC findings appear in the audit report.

IT General Controls · the security side of SOX

Four ITGC families are tested by virtually every SOX audit. The detailed controls vary by environment, but the families are universal. This is the part security teams own.

ITGC 1

Logical access

Who has access to financial systems, and is that appropriate? Tested controls typically include:

Provisioning: documented role-based access; approval by manager + system owner; tied to a ticketing system.
De-provisioning: access removed within X days of termination/transfer; periodic terminated-employee access reviews.
Periodic recertification: usually annual; system owners attest that each user's access is still required.
Privileged access: separate accounts; logged; reviewed.
Segregation of duties (SoD): nobody can both create a vendor and pay an invoice; configurable role matrices.
Authentication: MFA, password policies, account lockout. shared accounts are an automatic finding.

ITGC 2

Change management

Are changes to financial systems controlled, tested, and approved? Tested controls typically include:

Documented change request: business justification, technical description, risk assessment.
Approval: change advisory board or designated approvers; segregated from the developer.
Testing: evidence of UAT; separate non-production environment.
Migration to production: performed by someone other than the developer; logged.
Emergency changes: shorter process but always followed by post-change documentation and review.
Direct database changes: tightly restricted; alerted; manually reviewed against change tickets.

ITGC 3

IT operations

Do production systems run reliably and recover from disruptions? Tested controls typically include:

Job scheduling: automated jobs (overnight batch postings, EOM closing routines) execute as scheduled; failures alert and are followed up.
Monitoring: system performance, error rates, availability are monitored.
Incident management: documented process, ticket trail, root cause analysis for outages affecting financial systems.
Backup and recovery: backups scheduled, validated, periodically restored; documented DR plan, tested at least annually.
Capacity: storage and compute monitored to prevent silent data loss.

ITGC 4

Information security

Is the environment around financial systems protected from external threats? Tested controls typically include:

Network security: firewall rules, segmentation between corporate and financial systems, perimeter monitoring.
Patch management: documented process, defined SLAs for critical patches on financial-system hosts.
Vulnerability management: regular scanning, documented remediation.
Encryption: data at rest and in transit on financial systems.
Logging and monitoring: SIEM ingestion of financial-system logs; alerting; periodic log review.
Anti-malware: deployed, current, alerted.

The audit and PCAOB AS 2201

Public-company external audits are governed by the Public Company Accounting Oversight Board (PCAOB), created by SOX itself. The PCAOB writes the audit standards, registers and inspects audit firms, and enforces compliance.

The standard that controls SOX 404 work is AS 2201, "An Audit of Internal Control over Financial Reporting That Is Integrated with an Audit of Financial Statements." Two practical implications:

Most organizations align their control framework with COSO Internal Control — Integrated Framework (2013 update is the standard) and the COBIT framework for IT-specific guidance. SOX itself doesn't require either, but the auditor expects you to be using a recognized framework. If your control language doesn't match COSO/COBIT, you'll spend the audit explaining your own taxonomy instead of testing controls.

Enforcement and penalties

SOX enforcement runs along three tracks:

Penalties scale with the violation:

ProvisionMaximum
SOX 906 false certification (knowing)$1M and/or 10 years imprisonment
SOX 906 false certification (willful)$5M and/or 20 years imprisonment
SOX 802 record destruction20 years imprisonment
SEC civil penaltiesPer-violation; commonly into the tens of millions for material cases; bonuses subject to clawback

Recent cases

A few representative post-2015 enforcement matters that surfaced ITGC- or control-related issues:

The SolarWinds line. The SEC's 2023 enforcement action explicitly tied a company's cybersecurity posture to its SOX ICFR obligations. The argument: if your security controls are materially deficient and that affects the integrity of financial-reporting systems, you have an ICFR problem — not just a security problem. This case is reshaping how security teams document control deficiencies and how they communicate with internal audit and the disclosure committee.

What SOX means for a security team

Translated into operational reality:

Takeaway

SOX is a financial-reporting statute that turns out to require half the work to be done by IT and security teams. The mechanism is the controls hierarchy: if your ITGCs (access, change management, operations, security) can't be relied on, then the application controls inside the ERP can't be relied on, then the auditor can't sign off on management's ICFR assessment, then the 10-K filing is at risk. That chain is why CFOs care about who has admin rights to production.

The path of least friction is to align your security program with COSO/COBIT vocabulary, automate evidence collection where you can, and treat internal audit as your most useful internal customer. The SolarWinds case made one thing newly explicit: materially deficient cybersecurity controls on financial systems are now an ICFR problem under SEC enforcement theory, not just a security issue. Build for that reality.

Sources

  1. U.S. Congress. (2002). Sarbanes-Oxley Act of 2002. Pub. L. No. 107-204, 116 Stat. 745. https://www.congress.gov/bill/107th-congress/house-bill/3763
  2. Public Company Accounting Oversight Board. (2007, as amended). Auditing Standard No. 2201: An Audit of Internal Control Over Financial Reporting That Is Integrated with An Audit of Financial Statements. https://pcaobus.org/oversight/standards/auditing-standards/details/AS2201
  3. Committee of Sponsoring Organizations of the Treadway Commission. (2013). Internal Control — Integrated Framework. https://www.coso.org/Pages/ic.aspx
  4. ISACA. (2019). COBIT 2019 Framework: Governance and Management Objectives. https://www.isaca.org/resources/cobit
  5. U.S. Securities and Exchange Commission. (2023). SEC Charges SolarWinds and Chief Information Security Officer with Fraud, Internal Control Failures (Press Release 2023-227). https://www.sec.gov/news/press-release/2023-227
  6. U.S. Department of Justice and U.S. Securities and Exchange Commission. (2020). Wells Fargo Agrees to Pay $3 Billion to Resolve Criminal and Civil Investigations into Sales Practices. https://www.justice.gov/opa/pr/wells-fargo-agrees-pay-3-billion-resolve-criminal-and-civil-investigations-sales-practices