Skip to content

Chapter 8 of 8

Governance, Risk, and Compliance

Frameworks and standards give organizations a shared vocabulary and a roadmap for managing risk. The NIST Cybersecurity Framework (NIST CSF) is a voluntary framework with five core functions: Identify (understand risk), Protect (implement safeguards), Detect (discover events), Respond (take action), and Recover (restore capabilities). ISO 27001 is the international standard for Information Security Management Systems (ISMS), and certification means an organization has implemented a systematic ISMS that meets international standards for managing sensitive information, including regular risk assessments, security controls, and continuous improvement processes. SOC 2 is an AICPA audit framework that assesses controls around security, availability, confidentiality, processing integrity, and privacy. Together these frameworks translate abstract security principles into operational requirements.

Regulations add legally enforceable obligations. PCI DSS governs how organizations handle credit card data. HIPAA is the U.S. law protecting health information privacy and security. GDPR is the EU's General Data Protection Regulation, a privacy law with extraterritorial reach that applies to any organization handling EU residents' personal data. The federal validation standard for cryptographic modules is FIPS 140, required in federal use cases. Beyond the letter of these regulations, organizations also need operational discipline: data classification categorizes data as public, internal, confidential, or restricted so appropriate protections can be applied, while DLP tools and policies prevent sensitive data from leaving the organization. Secret scanning and secrets management reduce the secret sprawl that routinely causes breaches.

Risk sits at the heart of governance. Risk is the likelihood of a threat exploiting a vulnerability multiplied by the impact if it does, and risk management identifies, assesses, treats, and monitors that risk over time. The four risk treatment options are avoid, transfer, mitigate, and accept, with any remaining risk after controls called residual risk. The role of "trust but verify" pairs naturally with zero trust: initial confidence is established, but verification is required to confirm it is still valid. Security through obscurity, relying on the secrecy of design as the primary defense, is generally insufficient on its own and must be combined with real controls. Practical daily habits reinforce governance: pausing before trusting links, attachments, requests for credentials, or unusual urgency, recognizing that software updates patch known vulnerabilities actively exploited by attackers, and assuming that human factors are both the weakest link and a powerful defensive asset. A security control is a safeguard or countermeasure implementing policy; controls may be preventive, detective, or corrective, and they may be technical, administrative, or physical. The CISO is the executive responsible for the entire security program, and the simplest overarching principle is to assume breach, minimize blast radius, monitor everything, patch quickly, and train people.

All chapters
  1. 1Foundations of Cybersecurity
  2. 2Identity, Authentication, and Access Control
  3. 3Cryptography and Public Key Infrastructure
  4. 4Network and Infrastructure Security
  5. 5Application and Web Security
  6. 6Threats, Attacks, and Malware
  7. 7Defense Operations and Incident Response
  8. 8Governance, Risk, and Compliance

Drill it

Reading is not remembering. These come from the Cybersecurity Fundamentals deck:

Q

What are the three components of the CIA triad in cybersecurity?

Confidentiality (ensuring data is accessible only to authorized parties), Integrity (ensuring data is accurate and unaltered), and Availability (ensuring system...

Q

How does a breach of "integrity" in the CIA triad differ from a breach of "confidentiality"?

A confidentiality breach means unauthorized parties accessed the data (e.g., a data leak). An integrity breach means the data was altered or tampered with witho...

Q

Why is "availability" considered equally important as confidentiality and integrity?

Even if data remains confidential and unaltered, a system is useless if legitimate users cannot access it when needed. DDoS attacks, ransomware, and hardware fa...

Q

What is a phishing attack and what makes spear phishing more dangerous?

Phishing uses fraudulent emails or messages to trick victims into revealing sensitive information or clicking malicious links. Spear phishing targets a specific...