General Security Concepts

268 soru

Soru 41Soru

A security architect is designing an enterprise Zero Trust Architecture (ZTA) baseline aligned with NIST SP 800-207. During a dynamic context evaluation event, distinct logical control plane and data plane components handle distinct duties. Match each Zero Trust logical component on the left with its precise operational role during access decision making and execution on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Policy Engine (PE)
Policy Administrator (PA)
Policy Enforcement Point (PEP)
Continuous Diagnostics and Mitigation (CDM) System

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Policy Engine pairs with evaluating policies and telemetry to make access decisions. Policy Administrator pairs with issuing control plane commands to establish or terminate sessions. Policy Enforcement Point pairs with inline data plane inspection and traffic gating. CDM System pairs with providing host health and vulnerability posture data.
In NIST SP 800-207 Zero Trust Architecture, logical responsibilities are strictly demarcated across control plane and data plane boundaries. The Policy Engine (PE) acts as the decision-making body evaluating authorization rules and contextual signals. The Policy Administrator (PA) acts as the control plane gateway issuing session control commands (establishing or severing connections). The Policy Enforcement Point (PEP) sits in the data plane to directly gate, inspect, or drop traffic to enterprise resources. Continuous Diagnostics and Mitigation (CDM) systems provide ongoing host state metrics as inputs into the Policy Engine.

Adım Adım Çözüm

1
Differentiate between control plane decision logic and execution components in Zero Trust Architecture (NIST SP 800-207).
Identified the Policy Engine (PE) as the brain that applies security policy algorithms to reach a decision, and the Policy Administrator (PA) as the control component that communicates that decision.
The Policy Engine evaluates context, while the Policy Administrator translates the decision into command signals (such as issuing short-lived credentials or token revocations).
2
Separate data plane execution from control plane governance.
Identified the Policy Enforcement Point (PEP) as the single data-plane component in direct path of resource traffic.
The PEP gates, inspects, enables, or severs actual network connections to resources based on PA instructions.
3
Map threat intelligence and posture telemetry data sources.
Mapped the Continuous Diagnostics and Mitigation (CDM) System as an external signal feeder to the Policy Engine.
ZTA relies on dynamic context, requiring posture indicators like OS patch levels and threat detection states from CDM systems to continually calculate trust scores.

Anahtar Kavram

NIST SP 800-207 Zero Trust Architecture Logical Components (Control Plane vs. Data Plane)
Soru 42Soru

A security analyst places decoy configuration files containing dummy server hostnames and fake database connection parameters onto several developer endpoints. The intention is that an unauthorized intruder performing local credential harvesting will follow these planted traces toward a monitored decoy system. Which of the following deception and disruption technologies is primarily being utilized on the developer endpoints?

Cevabı ve açıklamayı göster

Cevap: Breadcrumb

Cevap

Breadcrumbs are host-based deception artifacts (such as fake database strings, saved connections, or registry keys) placed on real endpoints to entice adversaries into exposing their presence by targeting monitored decoys.
Breadcrumbs consist of intentionally placed decoy information—such as fake registry entries, stored connection paths, mapped drives, or configuration files—on real production devices. They serve as lure trails to trick adversaries performing internal reconnaissance into revealing themselves by contacting decoy systems.

Adım Adım Çözüm

1
Analyze the action performed on the endpoints
Fake configuration files and server parameters were planted on legitimate workstations.
Identifying the nature of the placed artifact helps differentiate between decoy targets and decoy pointers.
2
Determine the operational purpose of the artifact
The artifacts act as fake trails to guide attackers from production hosts toward decoy infrastructure.
Artifacts designed to lead adversaries to deception targets fit the definition of breadcrumbs.
3
Match the defense mechanism to standard deception technology definitions
Breadcrumbs serve as the trail/pointer mechanisms on production systems.
This distinguishes breadcrumb artifacts from honeypots (the decoy targets themselves) or honeynets (entire decoy networks).

Anahtar Kavram

Deception Technologies - Breadcrumbs vs. Decoy Systems
Soru 43Soru

Match each deception technology component on the left with its corresponding functional definition on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Honeynet
Honeyfile
Low-interaction Honeypot
Honeytoken

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Honeynet pairs with the network segment of multiple decoy systems. Honeyfile pairs with the deceptive file positioned on storage shares. Low-interaction Honeypot pairs with the decoy service emulating basic protocols. Honeytoken pairs with fake data used to detect exfiltration.
Each deception technology is paired accurately based on its scope and implementation layer: Honeynet matches multi-system network decoys; Honeyfile matches decoy documents on storage systems; Low-interaction Honeypot matches basic protocol emulation services; and Honeytoken matches fake data records used for tracing exfiltration.

Adım Adım Çözüm

1
Identify full network decoy implementations.
Honeynet corresponds to an entire simulated network infrastructure.
Honeynets represent multi-system decoy environments rather than isolated files or single services.
2
Identify file-based deception assets.
Honeyfile corresponds to fake documents or files on storage devices.
Honeyfiles are dedicated file objects monitored specifically for unauthorized opening or editing.
3
Identify limited-emulation decoys.
Low-interaction Honeypot corresponds to basic service emulation.
Low-interaction honeypots simulate only necessary network responses without exposing a full operating system.
4
Identify data-centric deception tokens.
Honeytoken corresponds to synthetic data records or fake credentials.
Honeytokens are isolated pieces of data planted in systems or databases to detect unauthorized handling.

Anahtar Kavram

Deception and Disruption Technologies
Soru 44Soru

An organization installs closed-circuit television (CCTV) cameras around the perimeter of its facility to continuously monitor activity and review video footage following potential security incidents. Which security control functional type does this installation primarily represent?

Cevabı ve açıklamayı göster

Cevap: Detective

Cevap

Detective
Detective security controls operate to identify, record, and signal security events or unauthorized actions. CCTV recording provides security personnel with the ability to detect incidents as they occur or review evidence during post-incident investigations.

Adım Adım Çözüm

1
Evaluate the primary purpose of the security mechanism described in the scenario.
The continuous recording of camera footage is used to observe activity and identify security breaches after they occur.
Controls designed to record, alert, or inspect events to identify policy violations or breaches fall into the detective functional type.

Anahtar Kavram

Security Control Functional Types
Soru 45Soru

A security engineer is integrating an identity provider (IdP) with an internal web application using OpenID Connect (OIDC) and OAuth 2.0. During testing, users successfully authenticate at the IdP prompt and receive a valid ID token verifying their credentials. However, when the web application presents the accompanying access token to a backend microservice to update sensitive records, the backend service returns an HTTP 403 Forbidden status code because the token is missing the required write permission scope. Which core pillar of the AAA framework is directly failing in this scenario, and why?

Cevabı ve açıklamayı göster

Cevap: Authorization, because while user identity was verified during authentication, the access token lacks the required permissions scope to perform the requested operation.

Cevap

Authorization failed because user identity was successfully authenticated, but the issued access token lacked the required permission scopes to perform the requested operation.
The correct response highlights that Authorization is the specific AAA component failing. Authentication was successfully completed when the identity provider verified the user's credentials and issued the ID token. However, when requesting the backend resource, the access token lacked the required scope attributes to permit write operations, resulting in an authorization failure (HTTP 403 Forbidden).

Adım Adım Çözüm

1
Analyze the scenario metrics and log responses
User credentials were validated and an ID token was issued (Authentication succeeded). The backend returned HTTP 403 Forbidden due to missing scope attributes.
Differentiating between identity validation and permission assignment is essential for identifying the specific AAA stage.
2
Map the error behavior to the AAA framework
HTTP 403 Forbidden corresponds to permission enforcement failure (Authorization), whereas HTTP 401 Unauthorized corresponds to identity proof failure (Authentication).
Authorization enforces access rights based on policies, roles, or scopes after identity is established.
3
Evaluate the correct operational function of AAA pillars
The failure occurs at the authorization layer due to missing privilege scopes on the access token presented to the backend resource.
Proper AAA implementation isolates authentication (identity verification) from authorization (permission evaluation).

Anahtar Kavram

Distinction between Authentication (proving identity) and Authorization (granting permissions) within OAuth 2.0 / OIDC and AAA frameworks
Tahmini Süre:2m 0s
Soru 46Soru

A security administrator is evaluating existing security measures across an enterprise environment to ensure appropriate control categorization. Which of the following represent technical security controls? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Firewall rules restricting unauthorized inbound port traffic; Database disk encryption applied to sensitive files at rest

Cevap

The technical security controls are firewall rules restricting unauthorized inbound port traffic and database disk encryption applied to sensitive files at rest.
Technical controls rely on software, hardware, or firmware mechanisms to automatically safeguard systems and data. Firewall rules enforce access control at the network level using software logic, and disk encryption uses cryptographic algorithms to protect data at rest.

Adım Adım Çözüm

1
Identify the core definition of technical controls
Technical controls (also known as logical controls) are implemented through computer hardware, software, or firmware mechanisms.
Control categorization relies on distinguishing technology-driven mechanisms from policies, operational procedures, and physical barriers.
2
Evaluate each control option against the definition
Firewall rules and data encryption execute via system hardware/software logic, while security policies are managerial oversight documents and door locks are physical security mechanisms.
Distinguishing between technical, managerial, operational, and physical categories ensures accurate control assessment.

Anahtar Kavram

Technical security controls use software, hardware, or firmware technology to protect system resources and data integrity.
Soru 47Soru

A software enterprise recently migrated its legacy inventory management application to a hybrid cloud environment. To protect application access, the security team configured a Web Application Firewall at the network edge and mandated multi-factor authentication during user login. However, once an employee successfully authenticates at the start of their shift, backend microservices honor all subsequent data requests based on the request originating from an internal IP subnet, without re-evaluating risk telemetry, user behavior, or device compliance. Which core principle of Zero Trust Architecture is directly violated by this security design?

Cevabı ve açıklamayı göster

Cevap: Continuous verification and explicit validation, because session context and authorization must be evaluated dynamically per request rather than assuming persistent trust after initial authentication.

Cevap

Continuous verification and explicit validation, because session context and authorization must be evaluated dynamically per request rather than assuming persistent trust after initial authentication.
The correct answer accurately identifies that Zero Trust Architecture eliminates implicit trust based on physical or logical network location. Under Zero Trust guidelines (such as NIST SP 800-207), access decisions must be explicitly validated and continuously re-evaluated on a per-request basis using contextual signals (e.g., device health, resource sensitivity, threat intelligence), rather than relying on a single initial MFA event at the network border.

Adım Adım Çözüm

1
Analyze the operational scenario provided in the stem.
Identified that authentication occurs only once at login, after which access is granted implicitly based on internal network IP subnets.
Understanding the current security posture reveals where implicit trust assumptions are introduced.
2
Evaluate the identified flaw against Zero Trust tenets.
Zero Trust mandates 'Never Trust, Always Verify', requiring continuous assessment of identity, device health, and context for every transaction.
Static trust based on network location or initial login violates explicit validation and continuous verification principles.
3
Select the option that correctly identifies the violated Zero Trust principle.
The requirement for dynamic, per-request context re-evaluation directly highlights continuous verification as the missing principle.
Per-request authorization prevents lateral movement and unauthorized access from compromised internal endpoints.

Anahtar Kavram

Continuous Verification and Explicit Validation in Zero Trust Architecture
Soru 48Soru

An enterprise risk management team is auditing the security controls of an automated insurance claims processing platform. Match each system security implementation on the left to the corresponding security objective (CIA Triad pillar or Non-Repudiation) it primarily satisfies on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Encrypting database tables containing policyholder Personally Identifiable Information (PII) using AES-256 to block unauthorized viewing.
Validating claim file attachments against SHA-256 cryptographic checksums to detect any unauthorized modification or corruption during transmission.
Deploying load-balanced multi-region web servers with automated failover to maintain operational access during surge periods.
Requiring claims adjusters to digitally sign payout approvals using asymmetric key pairs stored on personal hardware tokens to prevent denial of authorization.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Encrypting PII matches Confidentiality; SHA-256 checksum validation matches Integrity; Multi-region load balancing matches Availability; Digital signatures on payout approvals match Non-repudiation.
Each technical safeguard maps directly to one of the four foundational security objectives: encrypting PII ensures Confidentiality; checking SHA-256 hashes ensures Integrity; load balancing ensures Availability; and digital signatures using hardware-backed asymmetric keys ensure Non-repudiation.

Adım Adım Çözüm

1
Analyze the control restricting unauthorized viewing of sensitive PII data
AES-256 database encryption protects privacy by hiding content from unauthorized entities, which maps to Confidentiality.
Confidentiality ensures information is accessible only to authorized users.
2
Analyze the control detecting unauthorized modifications to uploaded files
SHA-256 hash checks verify that data remains unaltered during transit, which maps to Integrity.
Integrity guarantees the accuracy and completeness of data by detecting unauthorized changes.
3
Analyze the control providing system uptime and access during high demand
Multi-region load balancing and redundancy maintain service uptime, which maps to Availability.
Availability ensures systems and data are operational and accessible whenever required.
4
Analyze the control preventing a user from denying a specific transaction or approval
Digital signatures using asymmetric cryptography combine authentication with proof of action, which maps to Non-repudiation.
Non-repudiation prevents an individual from denying the authenticity or origin of a signed document or transaction.

Anahtar Kavram

CIA Triad and Non-Repudiation Core Security Objectives
Soru 49Soru

A enterprise security architect is updating the Transport Layer Security (TLS) configuration for an API gateway that services millions of mobile endpoints. The architecture requires establishing unique, temporary symmetric session keys across untrusted connections while minimizing computational overhead on mobile processor microchips. Additionally, the solution must enforce Perfect Forward Secrecy (PFS) so that a future compromise of the API gateway's long-term private key will not allow an attacker to decrypt previously captured session traffic. Which cryptographic key exchange algorithm combination should the architect configure on the gateway?

Cevabı ve açıklamayı göster

Cevap: Elliptic Curve Diffie-Hellman Ephemeral (ECDHE)

Cevap

Elliptic Curve Diffie-Hellman Ephemeral (ECDHE)
Elliptic Curve Diffie-Hellman Ephemeral (ECDHE) uses temporary (ephemeral) key pairs for every handshake session, ensuring that compromising long-term keys does not reveal past communications (Perfect Forward Secrecy). Additionally, using elliptic curve mathematics reduces bit-length overhead, preserving CPU and battery resources on mobile clients.

Adım Adım Çözüm

1
Analyze the core requirements
Identified low-overhead key exchange on mobile devices, temporary session key agreement, and Perfect Forward Secrecy (PFS).
PFS requires key exchange protocols that derive unique, temporary key pairs per session rather than using static private keys.
2
Evaluate key exchange mechanisms for forward secrecy
Ephemeral Diffie-Hellman (EDH/DHE) variants generate temporary keys discarded after session termination.
Because ephemeral keys are never stored long-term, compromising the server private key cannot decrypt past recorded sessions.
3
Select algorithm optimized for mobile resource constraints
Elliptic Curve cryptography (ECC) delivers equivalent security to standard RSA/DH with significantly smaller key sizes and less computational overhead.
Combining ECC with Ephemeral Diffie-Hellman yields ECDHE, meeting both the mobile efficiency requirement and PFS enforcement.

Anahtar Kavram

Perfect Forward Secrecy via Ephemeral Elliptic Curve Key Exchange
Tahmini Süre:2m 0s
Soru 50Soru

Following a major security incident involving a compromised legacy jump box, an enterprise security team implements two immediate measures: (1) deploying custom Web Application Firewall (WAF) rate-limiting rules to shield the legacy application while developers rebuild the primary authentication microservice, and (2) establishing an enterprise-wide policy requiring formal executive sign-off for any future jump box configuration modifications. Which of the following correctly classifies Measure 1 and Measure 2 by their control category and functional type?

Cevabı ve açıklamayı göster

Cevap: Measure 1 is a Technical / Compensating control; Measure 2 is a Managerial / Directive control.

Cevap

Measure 1 is classified as a Technical / Compensating control, and Measure 2 is classified as a Managerial / Directive control.
Deploying WAF rate-limiting rules relies on technical software enforcement to provide an alternative guardrail while primary authentication mechanisms are constructed, making it a Technical / Compensating control. Enforcing executive sign-off through formal policy sets organizational rules and oversight, making it a Managerial / Directive control.

Adım Adım Çözüm

1
Analyze Measure 1 (Deploying temporary WAF rate-limiting rules while rebuilding authentication).
Control Category = Technical; Functional Type = Compensating.
WAF rules are automated software mechanisms (Technical). Because they temporarily mitigate risk while the primary authentication control is missing or being rebuilt, they function as a Compensating control.
2
Analyze Measure 2 (Establishing enterprise policy requiring executive sign-off for configuration changes).
Control Category = Managerial; Functional Type = Directive.
Governance policies and administrative oversight rules are defined by management (Managerial). Controls that specify or mandate required organizational behavior operate as Directive controls.

Anahtar Kavram

Dual-Axis Security Control Classification (Categories vs. Functional Types)
Soru 51Soru

A cloud security team is designing a telemetry ingestion pipeline for high-speed streaming data collected from millions of remote edge devices. The architecture requires that each transmitted payload maintain confidentiality while enabling recipient servers to verify message authenticity and integrity in a single, computationally efficient pass. Which cryptographic algorithm mode or mechanism best satisfies these operational constraints?

Cevabı ve açıklamayı göster

Cevap: Galois/Counter Mode (GCM)

Cevap

Galois/Counter Mode (GCM) is the correct cryptographic mechanism as it provides authenticated encryption with high performance and parallel processing capability.
Galois/Counter Mode (GCM) combines counter-mode symmetric encryption with Galois field authentication to deliver Authenticated Encryption with Associated Data (AEAD). It provides confidentiality, integrity, and origin authenticity in a highly efficient, parallelizable structure ideal for fast streaming telemetry.

Adım Adım Çözüm

1
Analyze the scenario requirements
Identified the need for confidentiality (encryption), integrity/authenticity verification, high throughput, and low processing overhead for streaming telemetry data.
High-volume IoT ingestion requires a mechanism that combines encryption and authentication efficiently without requiring multiple heavy passes over data blocks.
2
Evaluate cryptographic mechanisms against security objectives
Authenticated Encryption with Associated Data (AEAD) modes like GCM perform symmetric block cipher encryption (CTR mode) while computing an authentication tag (Galois field multiplication) in parallel.
AEAD eliminates the need to run separate encryption and hashing routines, saving CPU cycles on edge endpoints and ingestion servers.
3
Rule out unsuitable alternatives
Asymmetric encryption (RSA) is too slow for bulk streaming; ECB mode lacks pattern protection and integrity checks; standalone SHA-256 lacks confidentiality.
Selecting symmetric AEAD modes is the standard enterprise practice for authenticated stream encryption.

Anahtar Kavram

Authenticated Encryption with Associated Data (AEAD) and Cipher Modes
Tahmini Süre:1m 30s
Soru 52Soru

An enterprise security team is designing a cryptographically secure real-time transaction processing engine for a distributed financial network. The system requires ephemeral key agreement for inter-microservice TLS communications to protect past sessions if long-term credentials are compromised, alongside high-speed data encryption with built-in authenticity verification for sensitive ledger entries stored in volatile memory. Which of the following cryptographic implementation choices should the security team select to satisfy these requirements? (Select TWO).

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Implement Elliptic Curve Diffie-Hellman Ephemeral (ECDHE) key exchange for microservice transport sessions to provide Perfect Forward Secrecy.; Utilize Advanced Encryption Standard in Galois/Counter Mode (AES-GCM) for in-memory ledger entry protection.

Cevap

The correct implementation choices are using Elliptic Curve Diffie-Hellman Ephemeral (ECDHE) for transport session key exchange and Advanced Encryption Standard in Galois/Counter Mode (AES-GCM) for in-memory ledger protection.
Implementing Elliptic Curve Diffie-Hellman Ephemeral (ECDHE) provides Perfect Forward Secrecy (PFS) by generating temporary keys for each TLS session, ensuring past communications remain secure even if long-term private keys are compromised later. Additionally, Advanced Encryption Standard in Galois/Counter Mode (AES-GCM) is an authenticated symmetric encryption cipher mode (AEAD) optimized for high-throughput data protection, delivering both confidentiality and integrity verification.

Adım Adım Çözüm

1
Analyze transport session privacy and key durability requirements
Identify that Perfect Forward Secrecy (PFS) via ephemeral key agreement (ECDHE) is required so future key compromises do not decrypt past traffic.
Static key exchange mechanisms reuse keys across sessions, whereas ephemeral Diffie-Hellman creates temporary keys per session.
2
Evaluate data protection requirements for high-throughput volatile memory storage
Select AES-GCM as an authenticated symmetric cipher providing high-speed confidentiality and built-in integrity tags.
Symmetric AEAD modes handle bulk data efficiently with cryptographic authenticity verification, unlike asymmetric algorithms which are too slow.
3
Differentiate cryptographic integrity vs non-repudiation and control scope
Reject standalone hashing for non-repudiation, asymmetric ciphers for bulk storage, and network firewalls for cipher suite remediation.
Non-repudiation requires private-key digital signatures, bulk storage demands symmetric encryption, and cipher suite weaknesses require protocol-level cryptographic configuration.

Anahtar Kavram

Cryptographic Algorithms, Cipher Modes, and Ephemeral Key Exchange
Soru 53Soru

An IT operations team is preparing to upgrade the operating system of an enterprise web server host cluster. According to standard change management procedures, which of the following activities MUST be completed prior to implementing the change in the production environment? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Testing the operating system upgrade in a non-production staging environment to assess security and operational impacts; Creating a documented backout and rollback plan to restore the previous functional state if the upgrade fails

Cevap

The essential pre-implementation change management activities are testing the upgrade in a non-production staging environment and creating a documented backout plan to restore functionality if issues arise.
Formal change management procedures require pre-implementation testing in a non-production environment to evaluate security impacts and potential conflicts. Additionally, establishing a documented backout plan is mandatory to ensure that the environment can be safely restored if errors or vulnerabilities manifest during execution.

Adım Adım Çözüm

1
Identify risk reduction procedures required before production deployment.
Staging environment testing verifies software stability and security impact prior to touching live infrastructure.
Testing mitigates operational risk by exposing flaws early.
2
Identify contingency controls required for formal change authorization.
Developing a detailed rollback plan guarantees that services can be recovered if the change breaks production functionality.
Rollback planning ensures business continuity and resilience.

Anahtar Kavram

Change Management and Security Impacts
Tahmini Süre:45s
Soru 54Soru

Following an enterprise risk assessment, an organization implements several new security measures: (1) automated Endpoint Detection and Response (EDR) agents configured to isolate compromised hosts and terminate malicious processes, (2) formal updates to the enterprise security governance document requiring multi-factor authentication (MFA) across all administrative accounts, (3) decoy honeypot servers deployed in an isolated subnet to attract and monitor threat actors, and (4) mandatory annual security awareness training for all software developers. Which of the following statements correctly classify the category and functional type of these security controls according to CompTIA Security+ standards? (Select TWO).

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Automated EDR host isolation and process termination represents a Technical control operating as a Corrective control type.; Formal updates to governance documentation mandating MFA enforcement represent a Managerial control operating as a Directive control type.

Cevap

The correct statements are that automated EDR host isolation represents a Technical control operating as a Corrective control type, and formal updates to governance documentation mandating MFA represent a Managerial control operating as a Directive control type.
Automated EDR scripts that isolate hosts and kill malicious processes utilize system technology (Technical category) to contain active threats and restore normal operations (Corrective type). Additionally, official updates to security policy documentation by leadership fall under governance (Managerial category) and dictate mandatory compliance requirements (Directive type).

Adım Adım Çözüm

1
Analyze Control 1 (Automated EDR host isolation and process termination)
Categorized under Technical controls because it is executed via software agents and operating system APIs. Functionally classified as Corrective because host isolation actively mitigates an ongoing security event and contains damage.
Technical controls use technology/hardware/software; Corrective controls lessen the impact of an incident after or during occurrence.
2
Analyze Control 2 (Formal governance document updates requiring MFA)
Categorized under Managerial (Administrative) controls because it involves policy documentation and oversight framework design. Functionally classified as Directive because it specifies mandatory security practices and organizational expectations.
Managerial controls deal with security governance, policies, and risk oversight; Directive controls prescribe mandated behaviors.
3
Evaluate Distractor 1 (Honeypot servers as Preventive controls)
Incorrect. Honeypots capture intelligence and detect intrusion; they do not filter or prevent production traffic attacks inline.
Honeypots are Detective/Deception tools, not inline Preventive enforcement points like firewalls or IPS.
4
Evaluate Distractor 2 (Security awareness training as Physical controls)
Incorrect. Security awareness training governs human behavior and day-to-day user tasks, making it an Operational control.
Physical controls protect tangible assets and facilities (e.g., locks, fences, guards). Training is an Operational control.

Anahtar Kavram

Dual-axis classification of security controls by Category (Technical, Managerial, Operational, Physical) and Functional Type (Preventive, Detective, Corrective, Deterrent, Compensating, Directive).
Soru 55Soru

A security operations team configures an isolated decoy server on an internal network. The server runs a complete, fully functional operating system with authentic services and interactive shells designed to capture advanced attacker tools, command-line techniques, and lateral movement tactics in real time. Which of the following deception technologies has the team implemented?

Cevabı ve açıklamayı göster

Cevap: High-interaction honeypot

Cevap

High-interaction honeypot
A high-interaction honeypot presents a real, fully operational environment with authentic operating system services. This enables security teams to observe sophisticated post-exploitation behavior, capture custom tools, and analyze an attacker's manual command execution.

Adım Adım Çözüm

1
Analyze the operational capabilities described in the scenario
The target system requires a complete, fully functional operating system with interactive command shell access to record advanced adversary tactics.
Deception technologies are categorized by their level of interactivity, complexity, and operational exposure.
2
Compare high-interaction and low-interaction deception implementations
High-interaction honeypots run real operating systems and full services, whereas low-interaction honeypots only emulate basic network listeners or fixed protocol responses.
Providing genuine interactive shells and complete OS functionality is the defining characteristic of a high-interaction honeypot.

Anahtar Kavram

Deception and Disruption Technologies - High-Interaction Honeypot
Soru 56Soru

An organization aims to enhance its threat detection capabilities against internal lateral movement and credential theft within a cloud-native environment. The security team decides to deploy deception technologies to lure attackers into revealing their presence without exposing actual production assets. Which of the following techniques should the security team implement to meet these objectives? (Select TWO).

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Honeytokens embedded within deployment configuration files to trigger alerts when invoked; Low-interaction honeypots disguised as vulnerable microservice API endpoints to detect unauthorized probes

Cevap

The organization should implement honeytokens embedded within configuration files and low-interaction honeypots disguised as vulnerable API endpoints.
Honeytokens embedded in configuration files and low-interaction honeypots simulating API endpoints are direct implementations of deception technology. Honeytokens alert security operations when unauthorized entities attempt to use fake tokens, while low-interaction honeypots capture reconnaissance probes safely without risking production data.

Adım Adım Çözüm

1
Identify the primary objective of active deception deployment
The objective is to deploy deception resources that attract adversaries and detect unauthorized internal activities without exposing real assets.
Deception technologies work by establishing non-production lures and decoys that generate high-fidelity detection signals upon interaction.
2
Evaluate candidate deception components
Honeytokens provide immediate detection when stolen credentials are used, while low-interaction honeypots simulate API endpoints to capture initial reconnaissance.
Both methods act directly as lures to trap attackers early in the lateral movement or discovery phase.
3
Distinguish deception mechanisms from traditional security controls
Inline IPS devices and NAC policies are active preventive and network enforcement defenses, not deception lures.
Traditional defensive controls enforce policy and filter production traffic rather than intentionally offering fake target assets.

Anahtar Kavram

Deception technologies strategically deploy fake assets, credentials, or services (such as honeytokens and honeypots) to allure adversaries and detect unauthorized activity early in the attack lifecycle.
Soru 57Soru

A lead security analyst is evaluating enterprise cryptographic controls to remediate vulnerabilities identified in a recent security audit. Match each cryptographic mechanism on the left with its primary operational security objective or implementation purpose on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Ephemeral Elliptic Curve Diffie-Hellman (ECDHE)
Password-Based Key Derivation Function 2 (PBKDF2)
Galois/Counter Mode (AES-GCM)
Elliptic Curve Digital Signature Algorithm (ECDSA)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Ephemeral Elliptic Curve Diffie-Hellman (ECDHE) pairs with providing Perfect Forward Secrecy; PBKDF2 pairs with mitigating offline brute-force attacks on stored credentials; AES-GCM pairs with delivering authenticated encryption (AEAD) providing confidentiality and integrity; and ECDSA pairs with providing non-repudiation and origin authenticity via asymmetric signatures.
Each cryptographic primitive is mapped to its core security objective: ECDHE provides ephemeral session key exchange for Perfect Forward Secrecy; PBKDF2 implements computational key stretching to thwart offline password cracking; AES-GCM delivers authenticated symmetric encryption (AEAD) combining integrity and confidentiality; and ECDSA leverages asymmetric keys to generate digital signatures guaranteeing non-repudiation and origin verification.

Adım Adım Çözüm

1
Analyze Ephemeral Elliptic Curve Diffie-Hellman (ECDHE)
ECDHE is an asymmetric key exchange protocol using ephemeral (temporary) keys per session.
Because session keys are regenerated dynamically and discarded, compromising a permanent private key does not decrypt historical session traffic, meeting the requirement for Perfect Forward Secrecy.
2
Analyze Password-Based Key Derivation Function 2 (PBKDF2)
PBKDF2 is a key stretching algorithm utilizing salt and iterative hashing.
Iterative hashing slows down candidate testing, directly counteracting high-speed GPU-based offline brute-force credential cracking.
3
Analyze Galois/Counter Mode (AES-GCM)
AES-GCM is a symmetric authenticated encryption mode (AEAD).
It combines counter mode encryption (confidentiality) with Galois field multiplication (integrity authentication tag) for fast, secure data stream protection.
4
Analyze Elliptic Curve Digital Signature Algorithm (ECDSA)
ECDSA is an asymmetric algorithm used for digital signatures.
Signing hash values using asymmetric private keys establishes verifiable proof of origin, integrity, and non-repudiation.

Anahtar Kavram

Cryptographic Concepts and Algorithms
Soru 58Soru

An enterprise network team plans to modify existing firewall rule sets to allow communications for a new third-party business application. Which of the following represents the primary security objective of conducting a security impact assessment before approving this request?

Cevabı ve açıklamayı göster

Cevap: To identify unintended vulnerability exposures and potential security risks introduced by the proposed modification.

Cevap

To identify unintended vulnerability exposures and potential security risks introduced by the proposed modification.
Conducting a security impact assessment ensures an organization evaluates how a proposed infrastructure or configuration change affects the security posture, helping identify new vulnerabilities, policy violations, or unauthorized access vectors before implementation.

Adım Adım Çözüm

1
Analyze the proposed configuration change scenario.
Recognize that modifying firewall rule sets alters network traffic boundaries and access permissions.
Firewall configuration updates can inadvertently open unauthorized ports or grant excessive privileges.
2
Determine the role of a security impact assessment within change management workflows.
Identify that the primary goal is proactively identifying new risks, compliance issues, or attack surface expansions.
Evaluating security impacts prior to implementation ensures that potential risks are understood and mitigated before changes go live.

Anahtar Kavram

Security Impact Analysis in Change Control
Soru 59Soru

A systems administrator is reviewing federated identity access logs for an enterprise web portal. After a user successfully validates their username, password, and time-based one-time password (TOTP) at the central Identity Provider (IdP), the service provider parses the group membership claims in the token to restrict the user to read-only privileges on administrative dashboards. Which pillar of the AAA framework is being executed by the service provider when enforcing these access privileges based on group membership?

Cevabı ve açıklamayı göster

Cevap: Authorization

Cevap

Authorization
Authorization is the AAA function responsible for evaluating rules and permissions to determine what resources or capabilities an authenticated identity may access. Restricting a user to read-only access based on group claims in a federated token is a classic application of authorization.

Adım Adım Çözüm

1
Identify the primary action being evaluated in the scenario.
The service provider evaluates token claims to grant specific privileges (read-only administrative dashboard access).
Assigning and restricting permissions based on verified roles or attributes defines how privileges are governed.
2
Map the identified action to the AAA framework components.
Credential validation is Authentication; permission evaluation is Authorization; logging and audit metrics is Accounting.
Because the step enforces what the user can do after identity confirmation, it falls under Authorization.

Anahtar Kavram

Authentication, Authorization, and Accounting (AAA)
Soru 60Soru

A logistics enterprise is migrating its internal supply chain microservices from a legacy network zone model to a Zero Trust Architecture (ZTA). The engineering team must ensure that service-to-service communications are secured strictly according to Zero Trust principles. Which of the following design decisions directly align with Zero Trust Architecture principles for this deployment? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Implement mutual TLS (mTLS) to cryptographically authenticate identity and encrypt transit data for every API request between microservices, regardless of logical network location.; Enforce continuous transaction-level authorization by dynamically evaluating contextual risk parameters and access token validity for each request.

Cevap

Implementing mutual TLS for cryptographic identity and data protection across all requests, alongside enforcing continuous transaction-level authorization based on contextual risk evaluation, directly aligns with Zero Trust Architecture principles.
Zero Trust Architecture operates on the core tenets of 'never trust, always verify' and assuming breach. Implementing mutual TLS ensures explicit verification of service identity and cryptographic data protection for every request across all boundaries. Furthermore, continuous transaction-level authorization re-evaluates security posture and context dynamically rather than relying on static or initial authentication states.

Adım Adım Çözüm

1
Evaluate the baseline Zero Trust principle regarding implicit trust and network boundaries.
Zero Trust mandates that no request is inherently trusted based on network position, requiring explicit verification and encryption for all inter-service traffic via mutual TLS (mTLS).
Microservices operating inside a container cluster or internal network must still authenticate and encrypt all data in transit.
2
Analyze how authorization decisions should be made within a Zero Trust Architecture.
Authorization must be continuous and contextual, evaluating security parameters and session tokens on every transaction rather than relying on one-time initial authentication.
Static initial authentication at the boundary does not account for mid-session risk changes or lateral movement threats within the environment.
3
Eliminate choices based on flawed assumptions regarding perimeter reliance, control types, and authentication scope.
Bypassing authentication for internal cluster traffic, trusting edge gateway authentication for downstream access, and misclassifying passive detective controls as inline preventive enforcement all violate Zero Trust principles.
Zero Trust rejects perimeter-based implicit trust and requires proper alignment of Policy Enforcement Points with dynamic policy evaluation.

Anahtar Kavram

Zero Trust Architecture Principles (Explicit Verification and Continuous Authorization)
ÖncekiSayfa 3 / 14Sonraki
General Security Concepts Alıştırma Soruları — CompTIA Security+ — Sayfa 3 | Examkin