Quick Review Purpose
This Quick Review is for candidates preparing for the real CompTIA SecurityX (CAS-005) exam from CompTIA. Use it to refresh high-yield concepts before moving into topic drills, mock exams, and detailed explanations in an IT Mastery question bank.
SecurityX is an advanced security exam. Many questions are not asking, “What is this term?” They are asking, “Given this business constraint, threat, architecture, and operational reality, what is the best security decision?”
Your review should focus on:
- Architecture tradeoffs, not just tool names.
- Risk-based prioritization.
- Enterprise controls across identity, cloud, network, application, data, and operations.
- Secure implementation details.
- Governance, risk, and compliance reasoning.
- Incident response and resilience.
- Choosing the best answer when multiple options are technically valid.
Exam Mindset: Think Like a Security Architect
For CompTIA SecurityX (CAS-005), assume the role of a senior security practitioner who must balance risk, usability, cost, compliance, and operational impact.
The “Best Answer” Pattern
When two answers look correct, prefer the one that is:
| If the scenario emphasizes… | Prefer an answer that… |
|---|
| Enterprise architecture | Reduces systemic risk, not just one symptom |
| Compliance | Provides evidence, auditability, policy mapping, and repeatability |
| Zero trust | Verifies identity, device, context, and least privilege continuously |
| Cloud | Uses native controls, automation, identity-first design, and shared-responsibility awareness |
| Incident response | Preserves evidence, contains impact, and follows the IR process |
| Business continuity | Meets recovery objectives and protects critical processes |
| Vulnerability management | Prioritizes by exploitability, exposure, business criticality, and compensating controls |
| DevSecOps | Shifts security left while also enforcing runtime protections |
| Data protection | Uses classification, lifecycle controls, encryption, DLP, and access governance |
| High availability | Removes single points of failure and validates failover |
Common Candidate Mistake
Do not automatically choose the most expensive or most advanced technology. The exam often rewards the control that best satisfies the stated requirement with the least unnecessary complexity.
Example:
- If the problem is excessive standing administrator access, privileged access management with just-in-time access is usually stronger than simply adding another password policy.
- If the problem is untrusted east-west traffic, microsegmentation and workload identity are often better than only hardening the perimeter firewall.
- If the problem is lack of evidence for compliance, logging, control mapping, attestation, and repeatable reporting may matter more than buying a new prevention tool.
High-Yield SecurityX Review Map
| Area | What to know cold | Common trap |
|---|
| Identity and access | Federation, MFA, PAM, conditional access, RBAC, ABAC, least privilege | Confusing authentication with authorization |
| Zero trust | Continuous verification, device posture, segmentation, identity-centric access | Treating zero trust as one product |
| Cloud security | Shared responsibility, IAM, network controls, encryption, logging, CSPM, workload protection | Assuming the cloud provider secures customer configurations |
| Application security | Secure SDLC, APIs, SAST, DAST, SCA, secrets, CI/CD security | Relying only on final-stage penetration testing |
| Data security | Classification, encryption, tokenization, masking, DLP, retention | Encrypting data without managing access or keys |
| Cryptography | Use cases, key management, PKI, TLS, HSM, certificates | Choosing custom crypto or weak legacy algorithms |
| Risk management | Inherent/residual risk, treatment options, BIA, RTO/RPO, third-party risk | Treating all vulnerabilities as equal |
| Security operations | SIEM, SOAR, EDR/XDR, NDR, threat hunting, incident response | Containment before preserving critical evidence when forensics is required |
| Resilience | HA, DR, backups, immutable storage, failover testing | Confusing backup with business continuity |
| Network security | Segmentation, NAC, VPN/ZTNA, WAF, IDS/IPS, DDoS protection | Depending only on perimeter controls |
| Governance | Policies, standards, procedures, baselines, audits, metrics | Writing policy without enforcement or evidence |
| Enterprise assessment | Threat modeling, attack path analysis, red/purple teaming, vulnerability management | Fixing low-risk findings while critical exposed systems remain exploitable |
Fast Decision Workflow for Scenario Questions
Use this mental workflow when a CAS-005 scenario is long or includes several attractive answer choices.
flowchart TD
A[Read the business problem] --> B[Identify the asset and risk]
B --> C[Find constraints: compliance, cost, uptime, cloud, legacy, users]
C --> D[Determine control type needed]
D --> E{Prevent, detect, respond, recover, or govern?}
E --> F[Map to least-privilege and risk-based option]
F --> G[Eliminate tools that do not address the root cause]
G --> H[Choose the answer with evidence, scalability, and operational fit]
Identity and Access Management
Identity is central to modern enterprise security. For advanced questions, expect identity to connect to cloud, remote work, privileged administration, SaaS, APIs, and zero trust.
Core Identity Concepts
| Concept | Review point |
|---|
| Authentication | Proves identity, often with password, certificate, token, biometric, or MFA |
| Authorization | Determines what an authenticated subject can access |
| Accounting | Records activity for audit, investigation, and nonrepudiation |
| Federation | Allows identity trust across organizations, clouds, or applications |
| Single sign-on | Reduces repeated logins but increases importance of IdP security |
| MFA | Stronger when factors are independent and phishing-resistant |
| Conditional access | Uses context such as device posture, location, risk score, and user behavior |
| PAM | Controls privileged accounts, sessions, credentials, elevation, and approvals |
| JIT access | Grants privilege only when needed and for limited time |
| JEA | Grants only the specific administrative capability needed |
| Service accounts | Require rotation, least privilege, monitoring, and ownership |
| Break-glass accounts | Emergency use only; strongly protected, monitored, and tested |
Federation and Access Protocols
| Protocol / Standard | Primary use | Exam distinction |
|---|
| SAML | Browser-based enterprise SSO | Common with SaaS federation |
| OAuth 2.0 | Delegated authorization | Grants access through scopes; not primarily authentication |
| OpenID Connect | Authentication layer on OAuth 2.0 | Used for identity claims and sign-in |
| Kerberos | Ticket-based authentication | Common in enterprise directory environments |
| LDAP / LDAPS | Directory queries | LDAPS protects LDAP with TLS |
| RADIUS | Centralized authentication for network access | Common with VPN, Wi-Fi, NAC |
| TACACS+ | Device administration AAA | Separates authentication, authorization, and accounting well |
| SCIM | Identity provisioning | Automates user lifecycle across systems |
Identity Traps
- OAuth is not the same as authentication. OAuth delegates authorization; OpenID Connect adds authentication.
- SSO is not automatically safer. It centralizes risk; protect the identity provider with MFA, monitoring, conditional access, and strong recovery controls.
- MFA quality matters. Phishing-resistant MFA is stronger than SMS-based MFA.
- Privileged access is not only about admins. Service accounts, CI/CD runners, API keys, and cloud roles can be privileged.
- Least privilege requires lifecycle management. Access reviews, recertification, role mining, and deprovisioning matter.
Authorization Models
| Model | Best fit | Watch for |
|---|
| RBAC | Stable job roles | Role explosion if roles are too granular |
| ABAC | Dynamic access based on attributes | Requires accurate attributes and policy logic |
| MAC | High-control environments | Less flexible; centrally enforced labels |
| DAC | Owner-controlled access | Can lead to inconsistent permissions |
| ReBAC | Relationship-based access | Common in collaboration and social graph-style access |
| Rule-based access | If/then policy logic | Can become hard to manage at scale |
Quick Rule
If the scenario emphasizes dynamic context such as device health, location, risk score, time, data sensitivity, and user attributes, ABAC or conditional access is usually a better answer than static role assignment alone.
Zero Trust Architecture
Zero trust assumes no implicit trust based solely on network location.
Zero Trust Principles
- Verify explicitly.
- Use least privilege.
- Assume breach.
- Continuously evaluate trust.
- Segment access to applications and workloads.
- Monitor behavior and posture.
- Apply policy consistently across users, devices, services, and data.
Zero Trust Control Map
| Zero trust concern | Strong control examples |
|---|
| User identity | MFA, conditional access, identity governance |
| Device trust | Device certificates, MDM/UEM, posture checks |
| Application access | ZTNA, identity-aware proxy, per-app access |
| Workload access | Service identity, microsegmentation, workload policies |
| Data access | Classification, DLP, rights management, encryption |
| Visibility | Centralized logs, UEBA, EDR/XDR, NDR |
| Privilege | PAM, JIT, JEA, session recording |
Common Trap
A VPN alone is not zero trust. VPNs can provide encrypted connectivity, but zero trust requires explicit verification, least privilege, segmentation, and continuous evaluation.
Network and Infrastructure Security
Segmentation Choices
| Requirement | Better design choice |
|---|
| Limit user-to-server access | VLANs, ACLs, firewalls, NAC |
| Limit workload-to-workload traffic | Microsegmentation |
| Isolate sensitive systems | Dedicated security zones and strict policy enforcement |
| Control third-party access | ZTNA, bastion, restricted routes, monitored sessions |
| Reduce lateral movement | Identity-based access, host firewalling, EDR, segmentation |
| Protect OT/ICS | Strong separation, allowlists, jump hosts, passive monitoring |
Perimeter and Edge Controls
| Control | Use |
|---|
| NGFW | Layer 7 filtering, application visibility, IPS features |
| IDS | Detects suspicious activity; does not block by itself |
| IPS | Blocks or prevents detected traffic |
| WAF | Protects web apps from application-layer attacks |
| API gateway | Authentication, authorization, rate limiting, routing, observability |
| DDoS protection | Absorbs or filters volumetric and protocol attacks |
| Secure web gateway | Controls outbound web access |
| CASB | Visibility and control for SaaS/cloud usage |
| SASE | Converges networking and security services |
| SSE | Security service edge capabilities without full WAN functions |
Secure Network Services
| Service | Secure design points |
|---|
| DNS | Use filtering, logging, DNSSEC where appropriate, secure resolvers |
| Email | SPF, DKIM, DMARC, anti-phishing controls, sandboxing |
| NTP | Authenticated time sources; critical for logs and Kerberos |
| DHCP | Snooping, IP source guard, segmentation |
| SNMP | Prefer SNMPv3; avoid default communities |
| SSH | Key-based auth, strong algorithms, no shared admin accounts |
| RDP | Restrict exposure; use gateway, MFA, logging |
| Wi-Fi | Enterprise authentication, strong encryption, certificate-based access where possible |
Candidate Traps
- A firewall rule does not replace identity governance.
- Network segmentation does not remove the need for endpoint controls.
- IDS alerts are not prevention unless paired with blocking or response workflows.
- Exposing management interfaces to the internet is rarely acceptable.
- “Encrypt the traffic” does not fix excessive authorization.
Cloud Security
Cloud questions often test whether you understand responsibility boundaries, identity, automation, logging, and secure architecture.
Shared Responsibility Review
| Area | Usually cloud provider responsibility | Usually customer responsibility |
|---|
| Physical data center | Facilities, physical security | Vendor assessment and contractual review |
| Core infrastructure | Hardware, foundational cloud services | Secure configuration choices |
| Identity | Platform IAM capabilities | Users, roles, policies, federation |
| Data | Storage services available | Classification, encryption choices, access, retention |
| Network | Cloud networking primitives | Routing, security groups, segmentation |
| Applications | Managed service platform elements | Application code, secrets, API security |
| Logging | Log generation features | Enabling, centralizing, monitoring, retention |
Exact responsibility depends on service model and contract. IaaS gives the customer more operational responsibility than PaaS or SaaS.
IaaS, PaaS, SaaS Decision Points
| Model | Customer focus |
|---|
| IaaS | OS hardening, patching, network rules, IAM, logging, workload security |
| PaaS | App configuration, identity, secrets, data, secure code, service settings |
| SaaS | User access, tenant configuration, data governance, integrations, audit logs |
Cloud Security Controls
| Need | Control |
|---|
| Find misconfigurations | CSPM |
| Protect workloads | CWPP |
| Manage cloud entitlements | CIEM |
| Secure containers and clusters | Image scanning, admission control, runtime protection |
| Govern infrastructure changes | IaC scanning, policy as code |
| Protect secrets | Secrets manager, rotation, no hardcoding |
| Centralize events | Cloud-native logging to SIEM/data lake |
| Reduce blast radius | Separate accounts/projects/subscriptions, least-privilege IAM |
| Protect keys | KMS, HSM-backed keys when required |
Cloud Traps
- Public object storage exposure is usually a configuration and governance failure.
- Long-lived access keys are riskier than short-lived federated credentials.
- Cloud encryption is incomplete without access control and key governance.
- Security groups, NACLs, and routing controls operate differently; do not assume one replaces all others.
- Multi-cloud increases complexity; standardize identity, logging, policy, and tagging.
Container, Kubernetes, and Workload Security
Container Security Checklist
| Layer | Review focus |
|---|
| Image | Minimal base image, signed image, vulnerability scanning, SBOM |
| Build | Secure CI/CD, no secrets in pipelines, dependency checks |
| Registry | Access control, image signing, retention, scanning |
| Runtime | Least privilege, read-only filesystem, resource limits |
| Network | Namespace isolation, network policies, service mesh where useful |
| Secrets | Dedicated secrets management, rotation, no environment leakage |
| Cluster | RBAC, admission control, audit logs, secure API server |
| Node | Hardened host, patching, EDR/runtime monitoring |
Kubernetes Traps
- Do not run containers as root unless explicitly required and justified.
- Do not grant broad cluster-admin rights to applications.
- Kubernetes secrets are not automatically equivalent to full enterprise secrets management.
- Image scanning is not enough; runtime behavior still matters.
- Admission control can prevent risky deployments before they run.
Application and API Security
Secure SDLC Controls
| Phase | High-yield controls |
|---|
| Requirements | Security requirements, privacy requirements, abuse cases |
| Design | Threat modeling, architecture review, secure patterns |
| Development | Secure coding, peer review, secrets control |
| Build | SAST, SCA, IaC scanning, signing |
| Test | DAST, IAST, fuzzing, API testing |
| Release | Change approval, deployment controls, artifact integrity |
| Runtime | WAF, RASP where appropriate, logging, monitoring |
| Maintenance | Patch dependencies, vulnerability intake, bug bounty handling |
Testing Types
| Test | Best use |
|---|
| SAST | Finds code issues before runtime |
| DAST | Tests running application behavior |
| IAST | Observes application while tested |
| SCA | Identifies vulnerable or risky dependencies |
| Fuzzing | Finds unexpected input-handling failures |
| Penetration test | Exploits realistic attack paths under scope |
| Code review | Finds logic flaws and insecure patterns |
| Threat modeling | Finds design-level weaknesses before build |
API Security Review
| Risk | Control |
|---|
| Broken object-level authorization | Enforce authorization per object and request |
| Excessive data exposure | Response filtering and data minimization |
| Weak authentication | Strong tokens, OIDC, mutual TLS where appropriate |
| Token misuse | Proper audience, issuer, scope, expiration validation |
| Abuse and scraping | Rate limiting, throttling, anomaly detection |
| Injection | Input validation, parameterized queries |
| Unmanaged APIs | API inventory, gateway, discovery |
| Secrets leakage | Vaulting, rotation, scanning |
Common Application Traps
- Authentication success does not prove authorization is correct.
- WAFs help, but they do not replace secure code.
- SAST may miss runtime configuration issues.
- DAST may miss unreachable code paths.
- SCA identifies dependency risk but does not always prove exploitability in your environment.
- Secrets in source control require rotation, not just deletion from the latest commit.
Data Security and Privacy
Data Lifecycle Controls
| Stage | Controls |
|---|
| Create | Classification, ownership, labeling |
| Store | Encryption, access control, tokenization, retention |
| Use | Least privilege, masking, monitoring |
| Share | DLP, rights management, secure transfer, contracts |
| Archive | Retention policy, immutable storage where required |
| Destroy | Secure deletion, cryptographic erasure, certificate of destruction |
Data Protection Methods
| Method | Best fit | Watch for |
|---|
| Encryption | Confidentiality of data at rest or in transit | Key management is critical |
| Tokenization | Replacing sensitive data with tokens | Token vault becomes highly sensitive |
| Masking | Reducing exposure in displays or tests | May not protect original source data |
| Hashing | Integrity verification or password storage | Passwords need salt and slow hashing |
| DLP | Detecting or preventing sensitive data movement | Requires tuning and classification |
| Rights management | Persistent usage control | May affect usability and compatibility |
Data Classification Decision Rule
If the question asks what to do first before applying data protection controls, the answer is often to identify, classify, and assign ownership. You cannot consistently protect data you have not inventoried or classified.
Cryptography and PKI
Cryptographic Use Cases
| Need | Common solution |
|---|
| Confidentiality | Symmetric encryption for bulk data |
| Key exchange | Asymmetric cryptography or key agreement |
| Integrity | Hashing or message authentication |
| Authentication | Certificates, digital signatures, MACs |
| Nonrepudiation | Digital signatures with proper key control |
| Password storage | Salted, adaptive hashing |
| Data in transit | TLS with strong configuration |
| Data at rest | Disk, database, object, or application-layer encryption |
| Key protection | HSM, KMS, TPM, secure enclave |
PKI Components
| Component | Role |
|---|
| Root CA | Trust anchor; should be highly protected |
| Intermediate CA | Issues certificates while limiting root exposure |
| Certificate | Binds public key to subject identity |
| CSR | Request containing public key and subject details |
| CRL / OCSP | Certificate revocation checking |
| HSM | Hardware-backed key protection |
| Certificate policy | Defines issuance and management rules |
TLS Review
Know the purpose of:
- Server authentication.
- Optional mutual TLS.
- Certificate chain validation.
- Cipher suite selection.
- Forward secrecy.
- Certificate expiration and renewal.
- Revocation checking.
- Secure protocol versions and configurations.
Crypto Traps
- Do not choose custom cryptography.
- Do not choose deprecated or weak algorithms when modern alternatives are available.
- Encryption does not provide integrity unless the mode or construction supports it.
- Hashing is not encryption.
- Encoding is not encryption.
- Key rotation must be planned with availability and data access in mind.
- Losing encryption keys can mean losing the data.
Governance, Risk, and Compliance
Risk Terms
| Term | Meaning |
|---|
| Asset | Something of value to protect |
| Threat | Potential cause of harm |
| Vulnerability | Weakness that can be exploited |
| Likelihood | Chance of risk occurring |
| Impact | Consequence if risk occurs |
| Inherent risk | Risk before controls |
| Residual risk | Risk remaining after controls |
| Risk appetite | Amount of risk leadership is willing to accept |
| Risk tolerance | Acceptable variation around appetite |
| Control | Safeguard that modifies risk |
| Compensating control | Alternative control that reduces risk when primary control is not feasible |
Risk Treatment Options
| Option | Meaning | Example |
|---|
| Avoid | Stop the risky activity | Retire an unsafe legacy service |
| Mitigate | Reduce likelihood or impact | Patch, segment, monitor |
| Transfer | Shift financial or operational risk | Cyber insurance, contract terms |
| Accept | Formally acknowledge residual risk | Documented exception approval |
Use these when a question provides numerical values.
\[
SLE = Asset\ Value \times Exposure\ Factor
\]\[
ALE = SLE \times ARO
\]
Where:
- SLE = single loss expectancy.
- ARO = annualized rate of occurrence.
- ALE = annualized loss expectancy.
Governance Artifacts
| Artifact | Purpose |
|---|
| Policy | High-level management intent |
| Standard | Mandatory specific requirement |
| Procedure | Step-by-step instructions |
| Guideline | Recommended practice |
| Baseline | Minimum secure configuration |
| Exception | Approved deviation with risk acceptance |
| Control matrix | Maps controls to requirements |
| Risk register | Tracks risks, owners, status, and treatment |
| Audit evidence | Proves controls exist and operate |
GRC Traps
- A policy without enforcement, ownership, and evidence is weak.
- Accepting risk should be formal and authorized, not informal.
- Compliance does not guarantee security.
- Security does not automatically prove compliance.
- Metrics should support decisions, not just report activity.
- Third-party risk continues after contract signing; monitoring and reassessment matter.
Business Continuity and Disaster Recovery
Key Terms
| Term | Meaning |
|---|
| BIA | Business impact analysis; identifies critical processes and impacts |
| RTO | Maximum acceptable time to restore service |
| RPO | Maximum acceptable data loss measured in time |
| MTD / MAO | Maximum tolerable downtime/outage |
| DRP | Disaster recovery plan for technology restoration |
| BCP | Business continuity plan for sustaining critical operations |
| COOP | Continuity of operations planning |
| Failover | Moving service to alternate resources |
| Failback | Returning to primary resources after recovery |
Availability and Recovery Choices
| Requirement | Likely answer |
|---|
| Minimal downtime | Active-active, clustering, load balancing |
| Rapid recovery at lower cost | Warm site or pre-provisioned standby |
| Lowest cost, slower recovery | Cold site |
| Protect against ransomware | Immutable/offline backups and tested restoration |
| Protect regional outage | Multi-region architecture |
| Reduce hardware failure impact | Redundancy and high availability |
| Verify DR readiness | Tabletop, simulation, failover test |
Backup Types
| Type | Advantage | Limitation |
|---|
| Full | Simplest restore | More storage/time |
| Incremental | Efficient backup | Restore may require chain |
| Differential | Faster restore than long incremental chain | Grows until next full |
| Snapshot | Fast point-in-time capture | May depend on underlying platform |
| Immutable backup | Resists tampering/ransomware | Requires retention and access planning |
| Offline backup | Strong isolation | Slower operational access |
Continuity Trap
A backup is not a disaster recovery strategy by itself. The exam may expect tested restoration, defined RTO/RPO, alternate processing, dependency mapping, communications, and business ownership.
Security Operations and Monitoring
| Tool | Role |
|---|
| SIEM | Aggregates, correlates, and alerts on logs/events |
| SOAR | Automates response workflows and enrichment |
| EDR | Endpoint detection and response |
| XDR | Correlates across multiple telemetry sources |
| NDR | Network detection and response |
| UEBA | Detects abnormal user/entity behavior |
| DLP | Detects or blocks sensitive data movement |
| TIP | Threat intelligence platform |
| Deception | Honeypots, decoys, canary tokens |
| Case management | Tracks investigations and evidence |
Log Sources to Remember
- Identity provider events.
- Endpoint telemetry.
- Network flow logs.
- DNS logs.
- Firewall and proxy logs.
- Cloud control plane logs.
- SaaS audit logs.
- Application logs.
- Database activity logs.
- EDR/XDR alerts.
- Email security events.
- CI/CD and code repository events.
Incident Response Process
| Phase | Focus |
|---|
| Preparation | Plans, tools, roles, communications, logging |
| Identification | Confirm incident and scope |
| Containment | Limit spread and damage |
| Eradication | Remove root cause and attacker presence |
| Recovery | Restore operations securely |
| Lessons learned | Improve controls and procedures |
Evidence Handling
For forensic scenarios, preserve:
- Chain of custody.
- Time synchronization.
- Original evidence integrity.
- Volatile data when appropriate.
- Disk/memory images when needed.
- Logs before retention windows expire.
- Documented actions and timestamps.
IR Traps
- Do not wipe a system before collecting required evidence if forensic investigation is needed.
- Do not restore from backup without removing the root cause.
- Do not notify externally before following the incident communication plan, unless the scenario clearly requires it.
- Containment should be proportional; disconnecting critical systems may create business harm.
- Lessons learned should produce control improvements, not only a report.
Threat Intelligence and Threat Hunting
Threat Intelligence Types
| Type | Description |
|---|
| Strategic | Executive-level trends and risk context |
| Operational | Campaigns, adversaries, motivations |
| Tactical | TTPs mapped to attacker behavior |
| Technical | IOCs such as IPs, hashes, domains |
Intelligence Quality
Good intelligence is:
- Relevant.
- Timely.
- Actionable.
- Accurate.
- Contextualized.
- Mapped to controls or detection logic.
Threat Hunting Review
| Step | Activity |
|---|
| Hypothesis | Define suspected attacker behavior |
| Data selection | Choose logs/telemetry needed |
| Analysis | Query and investigate patterns |
| Validation | Confirm or reject hypothesis |
| Response | Escalate, contain, or tune detections |
| Improvement | Create detections and close visibility gaps |
Trap
Indicators of compromise are useful but often expire quickly. For advanced defense, behavioral detections based on tactics, techniques, and procedures are usually more durable.
Vulnerability Management and Enterprise Assessment
Vulnerability Prioritization
Do not prioritize only by severity score. Consider:
- Internet exposure.
- Known exploitation.
- Asset criticality.
- Data sensitivity.
- Compensating controls.
- Exploit maturity.
- Privilege required.
- Attack path relevance.
- Business impact.
- Patch availability.
- Maintenance windows.
- Regulatory or contractual requirements.
Assessment Types
| Assessment | Purpose |
|---|
| Vulnerability scan | Identifies known weaknesses |
| Configuration audit | Compares systems to baselines |
| Penetration test | Exploits vulnerabilities to prove impact |
| Red team | Tests detection and response against realistic adversary behavior |
| Blue team | Defends, monitors, and responds |
| Purple team | Collaborative improvement between attack and defense |
| Tabletop exercise | Validates plans and decision-making |
| Security architecture review | Evaluates design-level risk |
| Threat model | Identifies design threats and mitigations |
| Attack path analysis | Finds chained paths to critical assets |
| Situation | Best response |
|---|
| Patch available, critical exposed system | Patch or mitigate urgently |
| Patch unavailable | Compensating controls, segmentation, monitoring |
| Legacy system cannot be patched | Isolate, restrict, virtual patch, plan replacement |
| False positive suspected | Validate with evidence |
| Business outage risk | Plan maintenance, test rollback, add temporary mitigations |
| Repeated misconfiguration | Automate baseline enforcement |
Trap
A penetration test finding is not “fixed” when the report is delivered. Closure requires remediation, validation, tracking, ownership, and sometimes control redesign.
Threat Modeling
Threat modeling helps identify design flaws before deployment.
STRIDE Review
| STRIDE category | Concern | Example control |
|---|
| Spoofing | Pretending to be someone/something else | Strong authentication |
| Tampering | Unauthorized modification | Integrity checks, signing |
| Repudiation | Denying an action | Logging, nonrepudiation |
| Information disclosure | Data exposure | Encryption, access control |
| Denial of service | Availability attack | Rate limiting, redundancy |
| Elevation of privilege | Gaining unauthorized rights | Least privilege, input validation |
Threat Modeling Traps
- Threat modeling is most valuable early in design, not only after production deployment.
- A data flow diagram helps identify trust boundaries.
- Mitigations should map to specific threats.
- Business logic flaws may not be found by simple vulnerability scanning.
Enterprise Architecture Decision Rules
Control Selection Table
| Scenario clue | Likely best control |
|---|
| Excessive administrator privileges | PAM, JIT, access review |
| Lateral movement after phishing | Segmentation, EDR, identity controls |
| SaaS shadow IT | CASB, discovery, SaaS governance |
| Cloud misconfigurations | CSPM, policy as code, IaC scanning |
| Secrets in code | Secrets manager, scanning, rotation |
| API abuse | API gateway, rate limiting, authorization checks |
| Sensitive data in test environments | Masking, tokenization, synthetic data |
| Ransomware concern | Immutable backups, EDR, segmentation, tested restore |
| Weak vendor security | Third-party risk assessment, contract controls, monitoring |
| Audit evidence gaps | Centralized logging, control mapping, evidence automation |
| Legacy unsupported server | Isolation, compensating controls, migration plan |
| High false positives | Detection tuning, baselining, context enrichment |
| Need secure remote app access | ZTNA or identity-aware proxy |
| Need branch security and cloud access | SASE/SSE depending on networking requirement |
| Need workload-to-workload restriction | Microsegmentation |
| Need secure admin access | Bastion host, PAM, session recording |
Secure Engineering and Automation
Infrastructure as Code Security
| Risk | Control |
|---|
| Misconfigured cloud resources | IaC scanning and policy as code |
| Unreviewed changes | Pull requests and approvals |
| Drift | Continuous compliance checks |
| Secret exposure | Secret scanning and vault integration |
| Inconsistent builds | Immutable infrastructure |
| Manual errors | Automated deployment pipelines |
CI/CD Security
| Area | Controls |
|---|
| Source control | Branch protection, signed commits, code review |
| Build agents | Hardened runners, ephemeral builds |
| Dependencies | SCA, repository controls, SBOM |
| Secrets | Vault integration, short-lived credentials |
| Artifacts | Signing, provenance, integrity checks |
| Deployment | Least-privilege deploy roles, approvals |
| Monitoring | Pipeline logs, anomaly detection |
DevSecOps Trap
“Shift left” does not mean runtime security disappears. Strong programs combine early testing, secure pipelines, runtime monitoring, and rapid feedback.
Endpoint, Mobile, and Device Security
Endpoint Controls
| Control | Purpose |
|---|
| EDR | Detect and respond to endpoint threats |
| Application allowlisting | Restrict execution to approved software |
| Host firewall | Limit inbound/outbound host traffic |
| Disk encryption | Protect data if device is lost |
| Secure boot | Validate boot integrity |
| TPM | Hardware-backed key protection |
| Patch management | Reduce known vulnerabilities |
| MDM/UEM | Enforce mobile and endpoint policy |
| DLP | Prevent sensitive data leakage |
| Browser isolation | Reduce web-based compromise risk |
BYOD and Mobile Traps
- BYOD requires policy, user consent, containerization or app protection, and data wipe boundaries.
- Full device wipe may be inappropriate for personally owned devices unless policy and consent allow it.
- Jailbroken or rooted devices should fail posture checks.
- Mobile MFA push fatigue attacks require stronger controls and user education.
OT, ICS, and IoT Security
OT/ICS Priorities
| Priority | Security implication |
|---|
| Safety | Avoid controls that could disrupt safe operations |
| Availability | Patch and scan carefully; test before deployment |
| Integrity | Protect commands, configurations, and sensor data |
| Segmentation | Separate OT from IT and internet exposure |
| Monitoring | Prefer passive monitoring where active scanning is risky |
| Remote access | Use jump hosts, MFA, strict approvals, logging |
OT/IoT Traps
- Traditional vulnerability scanning can disrupt fragile systems.
- Patching may require vendor validation and maintenance windows.
- Default credentials and exposed management interfaces are common IoT risks.
- Network isolation is often essential because device-level controls may be limited.
Physical and Environmental Security
Physical Control Categories
| Type | Examples |
|---|
| Deterrent | Fences, lighting, signage |
| Preventive | Locks, mantraps, guards, biometrics |
| Detective | Cameras, motion sensors, alarms |
| Corrective | Fire suppression, incident response |
| Compensating | Additional monitoring when primary control is unavailable |
Environmental Controls
- Fire detection and suppression.
- HVAC and humidity control.
- UPS and generator power.
- Water leak detection.
- Cable management.
- Secure equipment disposal.
- Restricted data center access.
Trap
Biometrics identify people, but they can raise privacy, storage, and fallback concerns. Strong designs include liveness detection, secure template storage, and alternate access procedures.
Security Metrics and Reporting
Useful Metrics
| Metric | Why it matters |
|---|
| Mean time to detect | Visibility and detection effectiveness |
| Mean time to respond | Operational response capability |
| Patch SLA compliance | Vulnerability management performance |
| Phishing report rate | User reporting culture |
| Control coverage | Whether critical assets are protected |
| Backup restore success | Actual recoverability |
| Incident recurrence | Root-cause remediation quality |
| Privileged account count | Access risk exposure |
| Logging coverage | Investigation readiness |
| Exception age | Risk acceptance discipline |
Reporting Trap
Executives usually need risk, trend, impact, and decision support. Analysts need technical detail. Match the report to the audience.
Common SecurityX Candidate Traps
Technical Traps
- Confusing encryption, hashing, encoding, and tokenization.
- Treating authentication as authorization.
- Choosing a VPN when the scenario requires per-application zero trust access.
- Selecting IDS when prevention is required.
- Selecting prevention when the scenario asks for visibility or evidence.
- Ignoring key management in encryption scenarios.
- Forgetting certificate lifecycle management.
- Fixing symptoms instead of root causes.
- Assuming cloud-native means secure by default.
- Missing service accounts and machine identities.
Risk and Governance Traps
- Treating every critical vulnerability score as the top business risk.
- Ignoring asset criticality and exposure.
- Accepting risk without formal approval.
- Confusing policy, standard, procedure, and guideline.
- Assuming compliance equals security.
- Forgetting third-party monitoring after onboarding.
- Choosing a control that violates stated business constraints.
Incident Response Traps
- Destroying evidence too early.
- Restoring systems before eradication.
- Communicating outside the approved plan.
- Skipping lessons learned.
- Failing to document actions.
- Ignoring time synchronization.
- Not validating that recovery is clean.
Quick Tables for Last-Minute Review
Control Type Recognition
| Control type | Purpose | Example |
|---|
| Preventive | Stops event before it occurs | MFA, firewall, access control |
| Detective | Identifies event | IDS, SIEM alert, camera |
| Corrective | Restores after event | Patch, restore backup |
| Deterrent | Discourages attack | Warning banner, guard |
| Compensating | Alternative risk reduction | Extra monitoring for unpatchable system |
| Directive | Guides behavior | Policy, standard |
| Recovery | Restores capability | DR site, backup restoration |
Security Objective Recognition
| Objective | Primary concern |
|---|
| Confidentiality | Prevent unauthorized disclosure |
| Integrity | Prevent unauthorized modification |
| Availability | Ensure reliable access |
| Authenticity | Verify identity/source |
| Accountability | Trace actions to subjects |
| Nonrepudiation | Prevent denial of performed action |
| Privacy | Proper handling of personal data |
| Safety | Prevent harm to people and physical systems |
Architecture Pattern Recognition
| Pattern | Use when… |
|---|
| Defense in depth | No single control is sufficient |
| Least privilege | Access should be minimized |
| Segmentation | Blast radius must be reduced |
| Zero trust | Network location cannot be trusted |
| Secure by default | Baseline should reduce misconfiguration |
| Fail secure | Failure should not expose assets |
| Resilience | Systems must continue or recover |
| Separation of duties | Reduce fraud or abuse risk |
| Dual control | Two parties required for sensitive action |
| Automation | Manual process causes drift or inconsistency |
Practice Strategy for CAS-005
Use this Quick Review before IT Mastery practice, then let the questions expose weak areas.
Recommended Practice Sequence
- Run topic drills on one domain area at a time, such as IAM, cloud security, GRC, incident response, or application security.
- Review detailed explanations for both correct and incorrect answers.
- Write down decision rules you missed, not just definitions.
- Retake mixed sets to practice switching contexts quickly.
- Use mock exams only after you have strengthened weak topics.
- Review missed questions by root cause:
- Did you misread the scenario?
- Did you confuse two technologies?
- Did you ignore a business constraint?
- Did you pick a tool instead of a process?
- Did you choose a control that was too narrow?
What to Look for in Original Practice Questions
Strong original practice questions for CompTIA SecurityX (CAS-005) should include:
- Scenario-based architecture decisions.
- Cloud and hybrid enterprise constraints.
- Identity and privilege tradeoffs.
- Security operations workflows.
- Risk and compliance reasoning.
- Detailed explanations that teach why distractors are wrong.
- Topic drills for repeated weak areas.
- Mock exams that mix concepts under time pressure.
Final Rapid Review Checklist
Before starting your next practice set, confirm you can explain:
- The difference between authentication, authorization, and accounting.
- When to choose RBAC, ABAC, conditional access, PAM, JIT, or JEA.
- Why zero trust is an architecture, not a single product.
- How cloud shared responsibility changes by service model.
- How to prioritize vulnerabilities using exposure, exploitability, and business impact.
- How RTO and RPO affect DR design.
- Why immutable backups matter for ransomware resilience.
- When to use SAST, DAST, SCA, fuzzing, and threat modeling.
- How to protect APIs with scopes, token validation, authorization, and rate limits.
- Why encryption depends on key management.
- How to preserve evidence during incident response.
- How governance artifacts differ: policy, standard, procedure, guideline, baseline.
- How to match security metrics to the audience.
Practical Next Step
Use this Quick Review to identify two or three weak areas, then move into IT Mastery practice with topic drills, original practice questions, and detailed explanations. Focus less on memorizing isolated terms and more on consistently choosing the best risk-based security decision for each CompTIA SecurityX (CAS-005) scenario.
Continue in IT Mastery
Use this Quick Review as a final concept map, then move into IT Mastery for focused topic drills, mixed practice sets, timed mock exams, and detailed explanations. The practice questions are original IT Mastery practice items; they are not official CompTIA questions, copied live-exam content, or exam dumps.