Table of Contents

Click Here to Return To the CompTIA SecurityX Course Page

Governance, Risk, and Compliance is 20% of the CompTIA SecurityX (CAS-005) exam. This domain covers how you set direction, measure risk, and prove your program meets legal and contractual obligations across a large enterprise. SecurityX tests you as an architect who advises leadership, so think in terms of business risk and organizational outcomes, not individual controls.

Governance sets the rules. Risk management decides where to invest. Compliance proves you met your obligations. Together they turn security from a technical hobby into a business function leadership trusts and funds.

Governance Components

Security programs need a documented hierarchy so every employee knows what is required and why.

DocumentBinding?Changed byExample
PolicyMandatorySenior leadershipAcceptable Use Policy
StandardMandatorySecurity teamPassword complexity requirement
ProcedureMandatoryOperationsStep-by-step patch process
GuidelineOptionalSecurity teamRecommended browser settings

Policies state intent. Standards make it measurable. Procedures tell people exactly what to do. Guidelines offer flexibility when a prescriptive standard would cause more harm than good.

You align the program to a recognized governance framework to demonstrate maturity:

  • COBIT (Control Objectives for Information and Related Technologies) links IT goals to business goals through governance and management objectives.
  • ITIL (IT Infrastructure Library) organizes IT service management around a service lifecycle, emphasizing continual improvement.

Security Program Maturity

Maturity models let you measure how repeatable and optimized your program is:

ModelUsed for
CMMCDefense industrial base contractors, DoD supply chain
SSE-CMMSystems security engineering processes
NIST CSF TiersCybersecurity risk management sophistication (1–4)

On the exam, recognize that a Tier 1 (Partial) organization acts ad hoc while a Tier 4 (Adaptive) organization integrates threat intelligence into real-time decisions.

Change and Configuration Management

Unauthorized changes create vulnerabilities. You control changes through a formal process: request, approve, test, implement, and verify.

A Configuration Management Database (CMDB) records every asset and its relationships. It answers: “If I patch this server, what else breaks?” An accurate inventory is the foundation of every other control. You cannot protect what you do not know exists.

The asset management life cycle follows the asset from procurement through deployment, maintenance, and secure decommissioning. End-of-life assets without a disposal plan become unpatched attack surface.

Risk Management Activities

Risk management is a repeatable cycle: identify, assess, respond, and monitor. You measure risk two ways depending on data availability:

MethodUsesStrength
QuantitativeDollar values (SLE, ARO, ALE)Objective, supports cost-benefit analysis
QualitativeRatings like high/medium/lowFast, works when data is unavailable

The core quantitative formulas the exam tests:

SLE  = Asset Value × Exposure Factor
ALE  = SLE × ARO

SLE (Single Loss Expectancy) is the loss from one event. ARO (Annualized Rate of Occurrence) is how often it happens per year. ALE (Annualized Loss Expectancy) is the expected annual loss — you compare it against the annualized cost of a control. If a control costs less than the ALE it eliminates, it pays for itself.

Risk Responses

After calculating ALE, you choose one of four responses:

  • Mitigate — implement a control to reduce impact or likelihood.
  • Transfer — shift risk to another party through insurance or contracts.
  • Accept — document the risk and choose not to act, often because the cost to fix exceeds the ALE.
  • Avoid — eliminate the activity that creates the risk entirely.

Avoid is the strongest response but often the least practical. Every response except avoid leaves residual risk you must still monitor.

Business Impact Analysis

A Business Impact Analysis (BIA) identifies critical processes and quantifies what downtime costs. Key outputs:

  • RTO (Recovery Time Objective) — maximum tolerable downtime before business impact becomes unacceptable.
  • RPO (Recovery Point Objective) — maximum acceptable data loss measured in time.
  • MTBF (Mean Time Between Failures) — average uptime between failures; higher is better.
  • MTTR (Mean Time to Repair) — average time to restore service after failure; lower is better.

The BIA feeds directly into Security Architecture decisions about redundancy and recovery design.

Third-Party Risk

Your security posture equals the security of your weakest link, which is often a vendor. You assess third-party risk across the whole chain:

  • Supply chain risk covers tampering, counterfeits, and compromised software updates inserted before the product reaches you.
  • Vendor risk covers a supplier’s own security posture. You validate it with SOC 2 Type II reports, questionnaires, and right-to-audit clauses.
  • Subprocessor risk covers the vendors your vendors use — often the hidden weak link in large SaaS platforms.

You require a Software Bill of Materials (SBOM) so you know every third-party component inside software you buy or deploy. An SBOM makes it possible to respond quickly when a new CVE hits a transitive dependency.

Third-Party Assessment MethodWhat it tells you
SOC 2 Type IControls exist at a point in time
SOC 2 Type IIControls operated effectively over a period (6–12 months)
Questionnaire / SIGSelf-reported posture — use as a starting point only
Penetration test reportTechnical verification of claimed controls
Right to auditContractual ability to verify posture yourself

SOC 2 Type II is far more valuable than Type I because it proves sustained operation, not just design.

Compliance Frameworks and Regulations

Compliance frameworks shape your security strategy because noncompliance carries fines, lost contracts, and reputational harm.

FrameworkScopeKey Requirement
PCI DSSPayment card data12 requirements around card data protection
ISO/IEC 27001Information security managementISMS with formal risk treatment
ISO/IEC 27002Controls guidance for 2700193 controls across 4 themes
SOC 2Service provider controlsTrust Service Criteria: security, availability, confidentiality
NIST CSFVoluntary risk frameworkFive functions: Identify, Protect, Detect, Respond, Recover
CIS Controls v8Prioritized defensive actions18 controls organized by implementation group
CSA CCMCloud servicesCloud-specific controls mapped to ISO and NIST

Privacy Regulations

Privacy regulations add legal duties tied to personal data collection and processing:

RegulationRegionKey Requirement
GDPREuropean UnionLawful basis for processing; right to erasure; 72-hour breach notification
CCPA / CPRACaliforniaRight to know, delete, and opt out of data sale
LGPDBrazilSimilar to GDPR; DPA, legal basis, data subject rights
COPPAUnited StatesParental consent required for children under 13
HIPAAUnited StatesProtected Health Information (PHI) safeguards

The exam may ask you to apply GDPR’s right to erasure or COPPA’s age verification in a scenario. Focus on what each regulation requires of the organization.

Audit Types

Understanding audit types helps you advise leadership on evidence preparation:

  • Attestation — an independent auditor confirms controls work (SOC 2 reports).
  • Examination — deep independent review of specific assertions.
  • Agreed-upon procedures (AUP) — auditor performs procedures both parties agree on; no opinion issued.
  • Internal audit — conducted by the organization’s own audit function; less independence.

Threat Modeling

Threat modeling focuses defense where attackers actually operate. You pick the model that fits the question being asked.

FrameworkWhat it answers
MITRE ATT&CKWhat real adversary TTPs look like, mapped to detection and response
CAPECCommon attack patterns against software and systems
Cyber Kill ChainStages of an intrusion from reconnaissance to actions on objectives
Diamond ModelRelationships between adversary, capability, infrastructure, and victim
STRIDESix threat categories against a component or data flow
OWASP Top 10Most critical web application security risks
PASTAProcess for Attack Simulation and Threat Analysis — risk-centric, attacker-focused

STRIDE in Practice

STRIDE is the most commonly tested threat-modeling method because it maps neatly to countermeasures:

ThreatCountermeasure
SpoofingAuthentication
TamperingIntegrity controls, signing
RepudiationAudit logging and non-repudiation
Information DisclosureEncryption and access control
Denial of ServiceAvailability controls, rate limiting
Elevation of PrivilegeLeast privilege, authorization checks

Apply STRIDE to each component in a data flow diagram. Every arrow and process bubble has a different threat profile.

AI Security Challenges

SecurityX adds AI threats because both attackers and defenders now use machine learning. Understand the attack mechanisms so you can recommend controls.

AI AttackMechanismMitigation
Prompt injectionCrafted input overrides model instructionsInput sanitization, output filtering
Training data poisoningCorrupts a model by inserting malicious training examplesData provenance, integrity checks
Model theftExtracts a proprietary model through repeated queriesRate limiting, query monitoring
Model inversionReconstructs sensitive training data from model outputsDifferential privacy, output minimization
Deep fakesGenerates convincing fake media for fraud or disinformationDetection tooling, multi-channel verification
Adversarial examplesSubtly altered inputs that fool a classifierAdversarial training, ensemble methods

For a broader look at how AI is reshaping the threat landscape and what governance frameworks struggle with, read the state of AI in cybersecurity and the critical review of AI governance certifications . The CompTIA SecurityAI+ course covers AI security in far greater depth if this is a focus area for you.

Governance Exam Tips

  • When a question asks you to choose a governance document, ask: is it binding? Policies and standards are. Guidelines are not.
  • ALE math appears on the exam. Practice: Asset = $500,000, EF = 20%, ARO = 0.5. SLE = $100,000. ALE = $50,000.
  • SOC 2 Type II always beats Type I when assessing a vendor’s ongoing reliability.
  • STRIDE maps directly to countermeasures. Memorize the six categories and what stops each one.
  • GDPR’s 72-hour breach notification window is a frequent distractor question.

Next Steps

With governance, risk, and compliance established, move to Security Architecture to design resilient systems that serve the risk strategy. Then continue to Security Engineering to implement those designs. When you have covered all four domains, test your readiness with the CompTIA SecurityX Practice Test and review tips for passing CompTIA exams .