FlashGenius Logo FlashGenius
ISACA CRISCยฎ ยท Domain 4 ยท 20% of Exam

CRISC: Technology & Security

Master the IT environment, architecture, SDLC, data management, and security principles that underpin all IT risk and control work.

150
Questions
4
Domains
20%
This Domain
3-Yr
Credential
Domain 4: Technology & Security
20% of the CRISC exam โ€” evaluating IT environment understanding from architecture to security principles.
150 Questions
4 Domains
20% This Domain
3-Year Credential

What Domain 4 Tests

Domain 4 evaluates whether risk professionals understand the IT environment they are managing โ€” technology architecture, SDLC, operations, data management, and core security principles that underpin all IT risk and control work. Expect scenario-based questions requiring you to identify technology risks and select appropriate controls across the full technology stack.

๐Ÿ›๏ธ Enterprise Architecture & Technology Roadmap

EA frameworks (TOGAF, Zachman) align technology investments with business strategy; technology roadmaps communicate planned changes and associated risks to stakeholders.

๐Ÿ”ง SDLC & DevOps Risk

Risk must be integrated into every phase of software development โ€” from requirements through retirement. DevOps/Agile introduces speed but also risk of inadequate security testing.

๐Ÿ”’ CIA Triad & Security Frameworks

Confidentiality, Integrity, Availability โ€” the three pillars of information security. Frameworks (NIST CSF, ISO 27001, COBIT) provide the control structure for managing security risk.

๐Ÿ›ก๏ธ Data Privacy & Protection

Privacy by design, data minimization, lawful processing basis, individual rights (access, erasure), breach notification โ€” GDPR and similar regulations create compliance risk that CRISC professionals must assess.

๐Ÿ“Œ
Domain 4 Subtopics: Technology & Security (A): Technology Principles, EA, Operations Management, SDLC, Data Lifecycle, Portfolio/Project Management, Technology Resilience/DR, Emerging Technologies. Information Security Principles (B): Security Concepts/Frameworks/Standards, Security/Risk Awareness & Training, Data Privacy & Data Protection.
Core Concepts
Comprehensive coverage of Domain 4 subtopics for exam mastery.

A โ€” Technology and Security

Technology Principles
  • CRISC professionals must understand foundational IT concepts to assess risk accurately
  • Confidentiality: protecting data from unauthorized access (encryption, access controls)
  • Integrity: ensuring data accuracy and completeness (checksums, hashing, audit logs)
  • Availability: ensuring systems are accessible when needed (redundancy, failover, BCP/DRP)
  • Non-repudiation: ensuring actions cannot be denied (digital signatures, audit trails)
  • Authentication, Authorization, Accountability (AAA) framework
  • Defense in depth: layered security controls reduce the chance of complete compromise
Technology Roadmaps and Enterprise Architecture (EA)
  • Enterprise Architecture: structured approach to aligning business strategy with technology (people, process, technology, information)
  • EA frameworks: TOGAF (most widely used), Zachman Framework, FEAF (federal)
  • TOGAF ADM phases: Architecture Vision โ†’ Business Architecture โ†’ Information Systems โ†’ Technology โ†’ Opportunities โ†’ Migration โ†’ Implementation โ†’ Change Management
  • Technology roadmap: planned evolution of technology assets over time; exposes transition-period risks
  • EA produces artifacts: current-state architecture, target-state architecture, gap analysis, transition plan
  • Risk view: EA changes (cloud migration, system consolidation) create risk events CRISC must identify
Operations Management
  • Change Management: formal process to control IT changes; risk of unauthorized/failed changes โ†’ ITIL Change Advisory Board (CAB)
  • Change types: Standard (pre-approved, low risk), Normal (CAB review), Emergency (expedited, post-implementation review)
  • Asset management: lifecycle tracking of hardware/software; unmanaged assets = unknown risk
  • Incident management (ITIL): detect โ†’ log โ†’ categorize โ†’ prioritize โ†’ diagnose โ†’ resolve โ†’ close; links to risk when incidents reveal control gaps
  • Problem management: root cause analysis of recurring incidents; drives risk register updates
  • DevOps: CI/CD accelerates delivery but requires embedded security (DevSecOps); risks: inadequate testing, secrets in code, rapid release without security review
System Development Life Cycle (SDLC)
  • Phases: Requirements โ†’ Design โ†’ Development โ†’ Testing โ†’ Deployment โ†’ Maintenance โ†’ Retirement
  • Requirements phase: include security requirements (misuse cases, threat modeling)
  • Design phase: architecture review, threat modeling (STRIDE/PASTA)
  • Development phase: secure coding standards, code reviews, SAST (static analysis)
  • Testing phase: DAST (dynamic analysis), penetration testing, UAT
  • Deployment: change management, rollback plan, configuration hardening
  • Maintenance: patch management, vulnerability management
  • Retirement: secure data disposal (NIST 800-88), decommissioning procedures
  • Waterfall vs Agile risk: Waterfall = testing at end (late risk discovery); Agile = incremental but risk of skipping security in sprints
Data Lifecycle Management
  • Data lifecycle phases: Create โ†’ Store โ†’ Use โ†’ Share โ†’ Archive โ†’ Destroy
  • Data classification: the foundation for data protection controls (Confidential, Internal, Public)
  • Data at rest: encryption (AES-256), database encryption, storage encryption
  • Data in transit: TLS 1.2+, VPN, secure file transfer protocols
  • Data in use: memory encryption, secure enclaves, access controls
  • Data retention: regulatory requirements drive minimum and maximum retention periods
  • Secure disposal: NIST SP 800-88 (Clear, Purge, Destroy methods based on sensitivity)
  • Data loss prevention (DLP): controls to prevent unauthorized exfiltration
Portfolio and Project Management
  • Portfolio risk: aggregated risk across all IT projects and programs
  • Project risk: risk within individual projects (scope creep, resource shortfall, technology failure)
  • PMI approach: risk identification, qualitative analysis, quantitative analysis, response planning, monitoring
  • Agile risk: velocity-driven teams may deprioritize security; risk practitioner should ensure security user stories in backlog
  • IT investment governance: ensuring projects align with strategic risk appetite before funding
Technology Resilience and Disaster Response/Recovery
  • Technology resilience: ability of IT systems to withstand and recover from failures
  • High availability (HA): redundant components (RAID, load balancers, clustered servers) โ€” measured by uptime %
  • Fault tolerance: continues operating even when components fail (active-active clustering)
  • Disaster Recovery: restore IT after catastrophic event; RTO and RPO drive DR design
  • DR site types: Hot (fully operational, immediate failover), Warm (partially operational, hours to activate), Cold (basic infrastructure, days to activate)
  • Backup strategies: full, incremental, differential; 3-2-1 rule (3 copies, 2 media types, 1 offsite)
  • DRP testing: tabletop exercise (discussion), walkthrough, simulation, parallel test, full interruption test
DR Site TypeOperational StateData CurrencyActivation TimeCostRTO Suitability
HotFully operational, mirrors productionReal-time replicationMinutesHighestVery short RTO (critical systems)
WarmPartially configured, systems runningRecent backups (hours old)HoursModerateMedium RTO (important systems)
ColdBasic infrastructure only (power, network)Must restore from backup tapes/offsiteDaysLowestLong RTO (non-critical systems)
Emerging Technologies and Risk
  • Cloud computing: IaaS/PaaS/SaaS shift control responsibility; shared responsibility model; cloud risk = loss of visibility and control
  • AI/ML: algorithmic bias, data poisoning, model opacity, adversarial attacks
  • Internet of Things (IoT): expanded attack surface, poor patching, default credentials
  • Blockchain: smart contract vulnerabilities, consensus mechanism risks, private key management
  • Robotic Process Automation (RPA): bot credential management, process integrity, audit trail gaps
  • CRISC Task: "Evaluate emerging technologies and changes to the environment for threats, vulnerabilities, and opportunities"

B โ€” Information Security Principles

Security Concepts, Frameworks, and Standards
  • CIA Triad: Confidentiality, Integrity, Availability โ€” foundational security objectives
  • Zero Trust Architecture: "never trust, always verify" โ€” no implicit trust based on network location
  • IAM (Identity and Access Management): authentication + authorization; MFA, SSO, PAM (Privileged Access Management)
  • Encryption: symmetric (AES โ€” same key), asymmetric (RSA/ECC โ€” public/private key pair); PKI infrastructure
  • Security frameworks: NIST CSF, ISO/IEC 27001, CIS Controls, COBIT โ€” each maps to CRISC control domains
  • Incident response lifecycle (PICERL): Preparation โ†’ Identification โ†’ Containment โ†’ Eradication โ†’ Recovery โ†’ Lessons Learned
Security/Risk Awareness and Training
  • Security awareness: the most cost-effective control for reducing human vulnerability (social engineering, phishing)
  • CRISC Task: "Promote a risk-aware culture by contributing to the development and implementation of security/risk awareness and training"
  • Training program components: initial onboarding, annual refresher, role-specific training (privileged users, developers), phishing simulations
  • Metrics for training effectiveness: phishing click rate, training completion %, incident reports by employee
  • Risk-aware culture: employees understand their role in risk management; report anomalies without fear
Data Privacy and Data Protection Principles
  • Privacy by design: integrate privacy into systems from the start, not as an afterthought
  • Data minimization: collect only what is necessary for the stated purpose
  • Purpose limitation: data used only for the purpose it was collected
  • Individual rights (GDPR): right to access, right to erasure (right to be forgotten), right to data portability, right to object to automated decision-making
  • Lawful basis for processing (GDPR): consent, contract, legal obligation, vital interests, public task, legitimate interests
  • Data breach notification: GDPR requires notification to supervisory authority within 72 hours; affected individuals "without undue delay" if high risk
  • Privacy Impact Assessment (PIA) / Data Protection Impact Assessment (DPIA): structured risk assessment for privacy risks of new systems or processes
  • HIPAA (healthcare): PHI protection, minimum necessary principle, Business Associate Agreements
  • CCPA (California): similar to GDPR for California residents; right to know, delete, opt-out
RegulationScopeKey RequirementCRISC Relevance
GDPREU citizens' personal data, worldwide applicability72-hr breach notification; individual rights; DPIAs; lawful basis for processingHigh โ€” privacy controls and data risk assessments
HIPAAUS healthcare PHI (patients, providers, insurers)PHI protection; minimum necessary; Business Associate Agreements; breach notificationHigh in healthcare โ€” controls for PHI access and disclosure
CCPACalifornia residents' personal informationRight to know, delete, opt-out of sale; privacy disclosures at collectionMedium โ€” similar to GDPR for CA-based organizations
PCI DSSOrganizations handling cardholder data (payment cards)12 requirements covering network security, access, encryption, monitoring, testingHigh for retail/financial โ€” control scoping and compliance risk
Memory Hooks
Six high-retention patterns to lock in Domain 4 exam knowledge.
1 โ€” "CIA + Non-repudiation = Security Foundation"

Confidentiality (protect from unauthorized access), Integrity (ensure accuracy), Availability (ensure access when needed). Add Non-repudiation (can't deny the action) and you have the full security objective set that underpins every CRISC control discussion. When a question asks about information security objectives, always check whether all four appear โ€” the distractor answer is usually the one that omits non-repudiation.

2 โ€” "Hot = Now, Warm = Hours, Cold = Days"

DR site recovery speed: Hot site (fully mirrored, failover in minutes), Warm site (partially configured, hours to activate), Cold site (basic infrastructure only, days to bring online). Lower RTO = more expensive site. Choose based on BIA-defined RTO. If the BIA says a system must be restored in 4 hours, the answer is NOT a cold site.

3 โ€” "SDLC: Shift Security Left"

The later you find a vulnerability in SDLC, the more expensive it is to fix. Shift security left: threat model in Design, SAST in Development, DAST in Testing. Retirement needs secure data disposal (NIST 800-88). Risk belongs in every phase, not just Testing. On exam questions about when to conduct threat modeling, the answer is always Design โ€” not Testing or Deployment.

4 โ€” "Cloud Shared Responsibility: You Own Your Data"

In IaaS: provider owns physical/network/hypervisor; you own OS/apps/data. In PaaS: provider adds runtime/middleware; you own apps/data. In SaaS: provider owns almost everything; you still own YOUR DATA and access management. CRISC must assess what you're responsible for. A common wrong answer is assuming the cloud provider is responsible for customer IAM in SaaS โ€” they never are.

5 โ€” "Privacy by Design = Build It In, Not Bolt On"

Privacy controls must be designed into systems from the start (default privacy settings, data minimization at architecture stage). Adding privacy controls post-deployment is costly and less effective. GDPR's 72-hour breach notification clock starts when the organization becomes aware โ€” not when the breach occurred. This distinction appears frequently in scenario questions.

6 โ€” "Change Management = CAB Gate"

Every IT change is a risk event. Standard changes: pre-approved, low risk. Normal changes: go through CAB review. Emergency changes: expedited with post-implementation review. Unauthorized changes bypass CAB and are a major control gap โ€” they appear frequently in CRISC audit scenarios. When a question describes a system change that caused an outage, check whether the CAB process was bypassed.

Domain 4 Quiz
10 scenario-based questions, one at a time. Test your exam readiness.
Question 1 of 10
Flashcards
Click any card to reveal the answer. Click again to flip back.
Security Foundation
CIA Triad + Non-repudiation
Tap to reveal โ†’
Confidentiality: protect from unauthorized disclosure (encryption, access controls).

Integrity: ensure accuracy and completeness (hashing, audit logs, checksums).

Availability: ensure access when needed (redundancy, HA, BCP).

Non-repudiation: ensure actions can't be denied (digital signatures, audit trails).
Disaster Recovery
DR Site Types
Tap to reveal โ†’
Hot site: fully operational, real-time data replication, failover in minutes โ€” highest cost.

Warm site: partially configured, data loaded from recent backups, hours to activate โ€” moderate cost.

Cold site: basic infrastructure only (power, cooling, connectivity), days to activate โ€” lowest cost. Choose based on BIA-defined RTO.
SDLC
SDLC Security by Phase
Tap to reveal โ†’
Requirements: security requirements, misuse cases.
Design: threat modeling (STRIDE), architecture review.
Development: secure coding, SAST, code review.
Testing: DAST, penetration testing.
Deployment: hardening, change management.
Maintenance: patch management.
Retirement: NIST 800-88 data disposal.
Shift left = earlier, cheaper fixes.
Cloud Risk
Cloud Shared Responsibility
Tap to reveal โ†’
IaaS: Provider = physical/network/hypervisor; Customer = OS/apps/data.

PaaS: Provider adds middleware/runtime; Customer = apps/data.

SaaS: Provider = almost everything; Customer = data + user access management.

Rule: YOU always own your data and IAM regardless of service model.
Data Privacy
GDPR Key Requirements
Tap to reveal โ†’
Lawful basis for processing (6 options: consent, contract, legal obligation, vital interests, public task, legitimate interests).

Individual rights: access, erasure, portability, object to automated decisions.

Breach notification: 72 hours to supervisory authority.

DPIA: required for high-risk processing. Data minimization + purpose limitation throughout.
Operations Management
ITIL Change Types
Tap to reveal โ†’
Standard: pre-approved, routine, low risk โ€” no CAB required (e.g., password reset).

Normal: requires CAB review and approval โ€” most IT changes.

Emergency: urgent fix, expedited approval, full documentation post-implementation.

Unauthorized: bypasses process โ€” a control gap and audit finding. All changes = potential risk events.
Data Management
Data Lifecycle + Security Controls
Tap to reveal โ†’
Create: classify at creation.
Store: encrypt at rest (AES-256).
Use: access controls, least privilege.
Share: encryption in transit (TLS), DLP.
Archive: retention per policy/regulation.
Destroy: NIST 800-88 (Clear, Purge, Destroy based on sensitivity). Each phase has distinct risk and control requirements.
Security Architecture
Zero Trust Architecture
Tap to reveal โ†’
Principle: "Never trust, always verify." No implicit trust based on network location (inside โ‰  safe).

Every access request is authenticated, authorized, and continuously validated.

Key components: MFA, microsegmentation, least privilege, continuous monitoring, device health verification. Replaces perimeter-based security model.
Study Advisor
Strategic guidance for Domain 4 exam preparation.
๐ŸŽฏ

Exam Strategy

Domain 4 is 20% of CRISC. Expect scenario-based questions testing whether you can identify IT risks within technology topics (cloud, SDLC, DevOps) and know the appropriate control. GDPR/privacy questions appear regularly โ€” know 72-hour notification and key individual rights. Questions on DR site types always require you to map back to BIA-defined RTO, not cost alone. For SDLC questions, the correct action is almost always the earliest phase where the risk could have been addressed.

๐Ÿ“š

Core Resources

ISACA CRISC Review Manual Domain 4 (primary source). NIST CSF at nist.gov/cyberframework. ISO/IEC 27001 overview. GDPR full text at gdpr-info.eu. TOGAF overview at opengroup.org/togaf. ISACA Cloud Computing: Business Benefits with Security and Governance. NIST SP 800-88 for data disposal methods.

๐Ÿ’ป

Hands-On Practice

Map SDLC phases to specific security activities for a fictional web app project. Classify 5 cloud risk scenarios by IaaS/PaaS/SaaS responsibility (who owns the control?). Build a data lifecycle table for a customer database with controls at each phase (Create through Destroy). Practice writing a one-paragraph DPIA summary for a hypothetical new HR system that processes biometric data.

โš ๏ธ

Common Mistakes

Confusing RTO (restore time) with DR site type selection โ€” hot/warm/cold maps to RTO, not to cost alone. Thinking the cloud provider owns all security (shared responsibility). Missing that GDPR's 72-hour clock runs from when the organization BECOMES AWARE, not when breach occurred. Confusing SAST (static/code analysis, during development) with DAST (dynamic/running application, during testing). Forgetting that unauthorized changes โ€” not just failed ones โ€” are the control gap CRISC flags.

๐Ÿ”—

Related Exam Topics

Technology & Security connects to all prior domains: EA changes create new risks for Domain 2 (Risk Assessment). SDLC controls feed Domain 3B (Control Design). Privacy and security frameworks provide the control vocabulary used throughout Domains 1โ€“3. Emerging technologies like AI and cloud are increasingly tested as new risk scenarios. Operations management (change, incident, problem) appears across all domains as the operational risk context.

Official Resources
Primary sources for CRISC Domain 4 study and exam registration.
๐Ÿ›๏ธ
ISACA CRISC Certification
isaca.org/credentialing/crisc
๐Ÿ”’
NIST Cybersecurity Framework
nist.gov/cyberframework
๐Ÿ—‘๏ธ
NIST SP 800-88 โ€” Media Sanitization Guidelines
csrc.nist.gov/publications/detail/sp/800-88/rev-1/final
๐Ÿ‡ช๐Ÿ‡บ
GDPR Full Text
gdpr-info.eu
๐Ÿ—๏ธ
TOGAF โ€” The Open Group Architecture Framework
opengroup.org/togaf
๐Ÿ“‹
ISO/IEC 27001 โ€” Information Security Management
iso.org/isoiec-27001-information-security.html
FlashGenius

Accelerate Your CRISC Prep

Access structured study tools, practice questions, and domain-by-domain guides for CRISC and 50+ other certifications.