Tüm alıştırma soruları

2232 soru

Soru 461Soru

A network security administrator examining packet captures from an enterprise core switch notices several anomalous frames originating from an untrusted workstation segment. The captured frame header displays an outer 802.1Q tag corresponding to VLAN 1 (the native VLAN) and an inner 802.1Q tag designated for VLAN 50 (the secure database subnet). Which of the following network attack indicators is demonstrated in this scenario?

Cevabı ve açıklamayı göster

Cevap: VLAN hopping via double-tagging

Cevap

The scenario describes VLAN hopping via double-tagging.
VLAN hopping via double-tagging occurs when an attacker crafts a packet with two 802.1Q tags. The initial switch removes the outer tag because it matches the native VLAN assigned to the trunk link, then forwards the frame. The recipient switch evaluates the inner tag and delivers the payload directly into the targeted VLAN, bypassing firewall and access control boundaries.

Adım Adım Çözüm

1
Analyze the frame structure from the packet capture log.
The frame contains nested 802.1Q headers: an outer tag matching the native VLAN of the switch trunk and an inner tag targeting a restricted subnet VLAN.
When a switch configured with a native VLAN receives a frame with an outer tag matching that native VLAN, it strips the outer header without rewriting and forwards the frame out trunk interfaces. The secondary switch then reads the inner tag and delivers the frame to the target VLAN.
2
Correlate frame anomalies with recognized attack vectors.
Encapsulating two 802.1Q tags to bypass VLAN boundaries is the signature mechanism of a double-tagging attack.
This technique exploits switch trunking behavior and implicit trust of native VLAN traffic to achieve unauthorized cross-VLAN frame injection.

Anahtar Kavram

VLAN Hopping Indicators and 802.1Q Double-Tagging
Soru 462Soru

A system administrator is reviewing web application event logs and discovers multiple database syntax errors generated by user input containing payload strings such as `' OR '1'='1`. Which of the following application vulnerabilities is the attacker attempting to exploit?

Cevabı ve açıklamayı göster

Cevap: SQL injection

Cevap

SQL injection is the vulnerability being targeted.
SQL injection occurs when untrusted input is passed directly into a database query engine without adequate input validation or parameterization. The input payload `' OR '1'='1` forces a SQL boolean condition to always evaluate as true, manipulating the expected query execution flow.

Adım Adım Çözüm

1
Analyze the log entries provided in the scenario.
Identify database syntax errors caused by input string `' OR '1'='1`.
Recognizing database command manipulation patterns in user inputs helps identify web application attacks.
2
Determine which application vulnerability allows database syntax execution.
SQL injection occurs when user input fields accept unsanitized SQL commands.
Unsanitized user inputs passed directly into database queries allow attackers to manipulate standard SQL logic.

Anahtar Kavram

SQL Injection Identification
Soru 463Soru

A DevSecOps engineer is configuring automated security testing methods within a continuous integration/continuous deployment (CI/CD) pipeline for a microservices application. Security directives require identifying code flaws before deployment and assessing application security at runtime in a non-production staging environment without attempting intrusive exploitation. Which TWO of the following security testing methods should be integrated to meet these requirements? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Static Application Security Testing (SAST) to analyze uncompiled source code for security flaws early in the build pipeline.; Dynamic Application Security Testing (DAST) to evaluate running application instances in staging using automated non-intrusive web security scans.

Cevap

Static Application Security Testing (SAST) and Dynamic Application Security Testing (DAST) should be integrated into the CI/CD pipeline.
Static Application Security Testing (SAST) and Dynamic Application Security Testing (DAST) provide complementary vulnerability testing methodologies. SAST analyzes uncompiled code early in the build pipeline to catch static flaws, while DAST tests the compiled, executing application in a staging environment to discover runtime vulnerabilities prior to production release.

Adım Adım Çözüm

1
Identify the pre-deployment source code security analysis requirement.
Static Application Security Testing (SAST) is selected because it inspects source code for vulnerabilities before compilation and deployment.
SAST fulfills the requirement of finding software flaws early in the software development lifecycle without running the code.
2
Identify the non-production runtime assessment requirement.
Dynamic Application Security Testing (DAST) is selected because it assesses a functional, running application in a staging environment.
DAST analyzes runtime behavior and identifies vulnerabilities exposed through active application interfaces.

Anahtar Kavram

Vulnerability Assessment and Security Testing Methods in Software Development Lifecycles
Soru 464Soru

A network administrator needs to isolate legacy industrial control devices that cannot accept software patches from the primary corporate network to prevent unauthorized lateral movement. Which of the following network design techniques best fulfills this security requirement?

Cevabı ve açıklamayı göster

Cevap: Placing the legacy devices into a dedicated isolated VLAN with strict firewall access control lists restricting inter-zone communication

Cevap

Placing the legacy devices into a dedicated isolated VLAN with strict firewall access control lists restricting inter-zone communication
Placing legacy devices into a dedicated, isolated VLAN enforced by firewall rules restricts network traffic to only authorized communication paths, preventing lateral threat movement across the internal network.

Adım Adım Çözüm

1
Identify the primary risk described in the scenario
Unpatchable legacy devices on a network create a risk of lateral movement if compromised.
Legacy devices often lack modern security controls and vendor patch support.
2
Determine the appropriate network architecture control
Network segmentation via VLANs and firewall ACLs isolates high-risk assets into specific zones.
Segmentation restricts network traffic flow, preventing unauthorized internal access to and from sensitive or vulnerable systems.

Anahtar Kavram

Network Segmentation and Isolation
Tahmini Süre:45s
Soru 465Soru

A wireless intrusion prevention system (WIPS) generates a high-severity alert for a mobile workstation located on an enterprise campus. The event log records that an unauthorized device is transmitting targeted unicast 802.11 Probe Response frames matching multiple distinct entries from the workstation's Preferred Network List (PNL). Immediately following the probe responses, the unauthorized device initiates an EAP-TTLS handshake and requests legacy authentication credentials. Which of the following attack mechanisms is most accurately represented by these indicators?

Cevabı ve açıklamayı göster

Cevap: A Karma attack utilizing passive probe request harvesting to spoof trusted SSIDs and intercept enterprise authentication credentials.

Cevap

A Karma attack utilizing passive probe request harvesting to spoof trusted SSIDs and intercept enterprise authentication credentials.
The correct answer accurately identifies a Karma attack. Mobile wireless devices broadcast 802.11 Probe Requests containing SSIDs from their Preferred Network List (PNL) to locate known Wi-Fi networks. In a Karma attack, a rogue access point listens for these requests and immediately responds with unicast Probe Responses matching whichever SSID the client requested. Once the client auto-connects under the assumption that it is reaching a trusted network, the rogue AP initiates authentication exchanges (like EAP-TTLS) to harvest user credentials.

Adım Adım Çözüm

1
Analyze the log indicators provided in the scenario.
Identified unicast Probe Responses matching multiple SSIDs from the client workstation's Preferred Network List (PNL), followed by EAP authentication requests.
Client wireless devices periodically broadcast Probe Requests containing SSIDs of previously connected networks stored in their PNL.
2
Correlate the observed frame behavior with wireless attack profiles.
A rogue access point running a Karma attack framework captures these probe requests and dynamically advertises itself as any network requested by the client, inducing automatic client association.
Karma attacks exploit client auto-connect behavior based on PNL probe probing.
3
Evaluate the subsequent credential request indicator.
Once connected to the spoofed SSID, the rogue AP initiates an inner EAP authentication exchange (such as EAP-TTLS/PAP) to capture domain credentials in cleartext or weak hashed format.
This confirms the attacker's motive is unauthorized credential harvesting via rogue AP association.

Anahtar Kavram

Karma Attack and Probe Request Harvesting Indicators
Soru 466Soru

A global manufacturing corporation is deploying a multi-cloud security architecture to support collaborative supply chain partner integration, internal software engineering teams, and cloud governance monitoring. Match each cloud architecture model or security control placement on the left with its corresponding responsibility boundary or functional description on the right.

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

Öğeler

Community Cloud Deployment Model
Cloud Access Security Broker (CASB) API Integration
Infrastructure as a Service (IaaS) Compute Layer
Platform as a Service (PaaS) Application Layer

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

The Community Cloud Deployment Model matches shared infrastructure operated for member organizations with common compliance goals. The Cloud Access Security Broker API Integration matches out-of-band inspection using native provider interfaces without proxy latency. The Infrastructure as a Service Compute Layer matches the boundary where the customer handles guest OS patching and virtual firewalls while the provider manages physical hardware and hypervisor. The Platform as a Service Application Layer matches the boundary where the provider manages the OS and runtime frameworks while the customer manages application code and access control.
Each cloud architectural concept correctly aligns with its defined operational scope under enterprise cloud governance standards. Community clouds address multi-tenant shared mission domains; API-based CASBs provide non-disruptive out-of-band auditing; IaaS demands guest OS management by the customer; and PaaS abstracts OS/runtime management to the CSP while retaining application and data security on the customer side.

Adım Adım Çözüm

1
Identify the deployment model characteristics for joint organization platforms.
Community cloud models serve pooled organizations with shared compliance or operational goals, dividing responsibilities among participants.
Differentiates community cloud from public or private deployment models.
2
Analyze CASB integration modes (inline proxy vs. out-of-band API).
API mode connects via provider administrative endpoints asynchronously, avoiding network latency.
Distinguishes API integration from forward/reverse inline proxy configurations.
3
Differentiate shared responsibility boundaries between IaaS and PaaS models.
IaaS obligates the customer to manage guest OS patching and middleware; PaaS shifts OS and runtime maintenance to the cloud service provider.
Establishes accurate security responsibility assignment across cloud service layers.

Anahtar Kavram

Cloud Shared Responsibility Model and Security Architecture Integration Modes
Soru 467Soru

Match each cloud deployment model to its defining security architecture characteristic.

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

Öğeler

Public Cloud
Private Cloud
Hybrid Cloud
Community Cloud

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Public Cloud matches multi-tenant third-party infrastructure. Private Cloud matches single-tenant dedicated infrastructure. Hybrid Cloud matches integrated private and public cloud infrastructure. Community Cloud matches shared infrastructure for organizations with common compliance goals.
Each deployment model is defined by its tenant isolation structure and user community: Public Cloud utilizes multi-tenant vendor infrastructure, Private Cloud provides dedicated single-tenant resources, Hybrid Cloud bridges private and public environments, and Community Cloud is shared among specific organizations with common compliance objectives.

Adım Adım Çözüm

1
Identify the multi-tenant deployment model hosted by third parties.
Public Cloud is hosted by third parties for external subscribers in a shared multi-tenant environment.
Public cloud resources are pooled by vendors and delivered over public networks to diverse customers.
2
Identify the dedicated single-tenant deployment model.
Private Cloud provides single-tenant isolation dedicated solely to one organization.
Organizations with strict regulatory needs use private clouds to maintain complete control over data storage and governance.
3
Identify the combined environment connecting distinct infrastructure types.
Hybrid Cloud connects on-premises or private infrastructure with public cloud resources.
Hybrid deployment allows organizations to maintain sensitive internal workloads while leveraging cloud elasticity.
4
Identify the model shared among specific organizations with shared industry or compliance requirements.
Community Cloud serves organizations with common regulatory mandates or goals.
Community cloud distributes pool costs and management across a restricted group of aligned entities.

Anahtar Kavram

Cloud Deployment Models
Tahmini Süre:1m 0s
Soru 468Soru

An organization plans to deploy a database solution in the cloud. The company requires the Cloud Service Provider (CSP) to manage hardware provisioning, operating system installation, and database engine maintenance, while the internal IT team retains control over database tables and user permissions. Which cloud service model should the organization select to meet these requirements?

Cevabı ve açıklamayı göster

Cevap: Platform as a Service (PaaS)

Cevap

Platform as a Service (PaaS)
Platform as a Service (PaaS) abstracts away physical infrastructure, OS deployment, and software runtime patching, enabling the cloud provider to manage the platform environment while allowing the customer to maintain full ownership over data structures, schemas, and identity permissions.

Adım Adım Çözüm

1
Analyze the management boundary described in the scenario
The Cloud Service Provider maintains the hardware, operating system, and database software binaries.
Determining which tier of the stack is vendor-managed establishes the service model tier.
2
Identify customer responsibilities
The customer manages data schemas, database contents, and access permissions.
Customer responsibility limited to application data and configuration aligns directly with PaaS.

Anahtar Kavram

Cloud Service Models and Shared Responsibility Boundaries
Soru 469Soru

A security architect is developing a cloud security matrix to clarify operational responsibilities across multi-cloud environments. Match each security operational task to the corresponding cloud service model where the customer is primarily responsible for performing that specific task.

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

Öğeler

Applying security patches to the guest operating system and configuring host network firewalls
Configuring user role permissions and single sign-on (SSO) integration within a fully vendor-managed application
Hardening source code and managing database schemas while the vendor maintains the execution runtime and middleware
Securing custom function trigger logic and API endpoints while the provider manages event orchestration and container execution

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Guest OS patching and firewalling matches Infrastructure as a Service (IaaS); configuring user role permissions matches Software as a Service (SaaS); source code and schema security matches Platform as a Service (PaaS); securing function logic and API endpoints matches Function as a Service (FaaS / Serverless).
Each service model transfers specific operational responsibilities to the cloud provider. In IaaS, the customer retains control down to the guest OS level. In PaaS, the provider handles the OS and runtime, leaving application code to the customer. In SaaS, the provider manages the entire application stack, leaving access control to the customer. In FaaS, short-lived function code and trigger handling are the customer's focus.

Adım Adım Çözüm

1
Analyze the IaaS responsibility boundary
Identify tasks that involve managing operating system kernels, host security policies, and virtual networking.
IaaS provides raw compute resources, making OS maintenance and host firewalling a customer responsibility.
2
Analyze the SaaS responsibility boundary
Identify tasks limited strictly to identity access management and application configuration.
SaaS abstracts all infrastructure and software delivery, leaving customer responsibility focused on data governance and access control.
3
Analyze the PaaS responsibility boundary
Identify tasks managing custom code and application data while relying on provider-managed runtimes.
PaaS relieves the customer of operating system patching while keeping application logic and data within the customer's domain.
4
Analyze the FaaS responsibility boundary
Identify tasks focused purely on event execution logic and API triggers.
FaaS isolates customer responsibility to individual execution functions and endpoint security, abstracting all server host execution.

Anahtar Kavram

Cloud Shared Responsibility Model across Service Delivery Models
Tahmini Süre:1m 30s
Soru 470Soru

An incident response team at a critical infrastructure firm is investigating several concurrent security incidents involving social engineering vectors. Match each observed incident scenario to the attack vector that best describes the adversary's delivery method.

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

Öğeler

An administrative staff member receives a customized email appearing to originate from the Chief Executive Officer requesting an immediate, out-of-band wire transfer to secure an urgent acquisition.
A remote system engineer receives a phone call from an attacker impersonating enterprise IT helpdesk support, claiming an urgent credential re-verification is required to restore compromised network access.
Employees at a regional facility find promotional USB flash drives scattered across the employee parking lot, which install reverse-shell malware when inserted into workstation ports.
Threat actors compromise a niche online forum popular among industrial control systems engineers, injecting malicious code into the site to serve drive-by exploits to visiting staff.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

The scenarios match their respective social engineering attack vectors as follows: the executive wire transfer scam matches Whaling; the phone call impersonating IT support matches Vishing; leaving malware-infected USB drives in the parking lot matches Baiting; and compromising a frequently visited industry forum matches a Watering Hole Attack.
Each attack scenario aligns with its specific technical vector definition: executive impersonation email is Whaling; fraudulent IT support telephone call is Vishing; infected physical media in a public area is Baiting; and compromised industry website targeting specific users is a Watering Hole Attack.

Adım Adım Çözüm

1
Analyze the communication channel and target of the targeted email scenario.
Identified spear phishing targeting high-level corporate personnel and authority, which corresponds to Whaling.
Whaling specifically target senior executives or impersonates executive authority for financial or high-value gain.
2
Examine the telephone-based credential harvesting scenario.
Identified voice-based social engineering, which corresponds to Vishing.
Vishing relies on phone conversations and pretexting to elicit sensitive credentials from victims.
3
Evaluate the physical media USB scenario.
Identified physical baiting tactics using hardware media left in accessible areas.
Baiting entices victims with physical objects (like USB drives) promising a gain or appealing to curiosity.
4
Evaluate the web forum injection scenario.
Identified strategic web compromise targeting a specific user group, corresponding to a Watering Hole Attack.
Watering hole attacks infect trusted sites frequented by the target demographic to deliver drive-by downloads.

Anahtar Kavram

Social Engineering Attack Vector Classification
Soru 471Soru

A security architect is updating the enterprise security baseline for several subnets and workload environments. Match each network design requirement to the most appropriate architecture technique or isolation mechanism.

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

Öğeler

Completely detaching sensitive legacy industrial control devices from all physical and wireless network connectivity
Restricting lateral East-West traffic flow between virtual machine workloads operating on the same hypervisor host
Placing publicly accessible web application servers in a network boundary separated from internal database servers
Establishing a single, heavily monitored host through which system administrators must authenticate to access remote secure zones

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Complete network detachment corresponds to Air-gapping; Restricting lateral virtual machine traffic corresponds to Microsegmentation; Separating public web servers from core databases corresponds to Demilitarized Zone (DMZ); Enforcing a single monitored administrative gateway corresponds to Jump box / Bastion host.
Air-gapping ensures absolute isolation from external networks; microsegmentation applies workload-level traffic filtering to limit lateral movement within subnets; a DMZ segregates public-facing resources from internal networks; and a jump box serves as a secured gateway for privileged administrative sessions.

Adım Adım Çözüm

1
Evaluate requirement 1 (legacy device isolation without connectivity)
Identified absolute physical/logical separation requirement
Disconnecting systems entirely from networks defines an air gap topology.
2
Evaluate requirement 2 (lateral East-West traffic control between workloads on the same host)
Identified fine-grained workload-level policy enforcement
Controlling communication between individual container/VM workloads on shared subnets is achieved using microsegmentation.
3
Evaluate requirement 3 (isolating internet-exposed services from private networks)
Identified perimeter network isolation pattern
Exposing services to external traffic while keeping internal networks protected behind firewall interfaces defines a DMZ.
4
Evaluate requirement 4 (centralized administrative management entry point)
Identified single-purpose proxy server requirement
Requiring admins to connect through a single secure proxy before reaching target systems describes a jump box.

Anahtar Kavram

Network Segmentation Archetypes and Traffic Isolation Controls
Soru 472Soru

A chief information security officer (CISO) observes that system administrators are frequently targeted with sophisticated social engineering tactics tailored specifically to technical environments. Which training approach is most effective for addressing this human risk?

Cevabı ve açıklamayı göster

Cevap: Role-based security training designed around the elevated privileges and specific attack vectors of technical staff

Cevap

Role-based security training designed around the elevated privileges and specific attack vectors of technical staff
Role-based awareness training customizes educational material to match the responsibilities, privilege levels, and specific attack vectors encountered by distinct job roles such as system administrators.

Adım Adım Çözüm

1
Identify the target user group and their unique risk profile.
System administrators hold privileged access and face specialized social engineering threats.
Standard employee training does not cover high-privilege technical attack scenarios.
2
Select the appropriate security awareness program methodology.
Role-based training tailors content directly to specific job functions and threat vectors.
Tailored training effectively changes behavior for specialized operational roles.

Anahtar Kavram

Role-based security awareness and human risk management
Soru 473Soru

A security analyst investigates an incident where an adversary registered a domain visually similar to an enterprise's external vendor portal (payro1l-service.com). The adversary hosted a trojanized software patch on the site and sent personalized emails directly to three payroll specialists, claiming an urgent compliance update was required to prevent processing delays. Which of the following social engineering attack vectors best describes the primary delivery tactic used against the payroll specialists?

Cevabı ve açıklamayı göster

Cevap: Spear phishing utilizing pretexting and typosquatting

Cevap

Spear phishing utilizing pretexting and typosquatting is the primary vector because the adversary targeted specific employees with tailored emails, crafted an urgent compliance story, and hosted the malware on a deceptive domain.
The scenario describes a targeted attack against specific employees (payroll specialists) using customized communication, which characterizes spear phishing. The attacker fabricated an urgent compliance requirement scenario (pretexting) and directed targets to a visually deceptive lookalike domain (typosquatting).

Adım Adım Çözüm

1
Analyze the delivery method and target specificity in the scenario.
The adversary targeted specific payroll specialists using customized emails, which defines spear phishing.
General phishing broadcasts messages broadly, whereas targeting specific individuals based on their roles is spear phishing.
2
Evaluate the psychological influence technique and domain setup.
The adversary created a fake story about mandatory compliance updates (pretexting) and hosted it on a lookalike domain (typosquatting).
Pretexting establishes a fabricated scenario to manipulate targets into taking action, while typosquatting tricks users via deceptive URL spellings.
3
Differentiate from alternative social engineering vectors.
Watering hole, vishing/baiting, and whaling do not match the targeted email medium, technical setup, or audience profile described.
Watering hole attacks compromise third-party sites passively, vishing uses voice calls, baiting uses physical media, and whaling targets C-suite executives.

Anahtar Kavram

Identifying Spear Phishing, Pretexting, and Typosquatting Vectors
Soru 474Soru

A security engineering team is conducting a vulnerability assessment of an internal payment API gateway. The assessment reveals that client TLS connections are configured to accept cipher suites utilizing the RC4 stream cipher for data encryption and static RSA key exchange for session negotiation. Which of the following security risks or weaknesses are directly introduced by this cryptographic configuration? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Susceptibility to plaintext recovery attacks resulting from statistical biases in the stream cipher keystream; Loss of Perfect Forward Secrecy, allowing retrospective decryption of recorded sessions if the server private key is compromised

Cevap

The correct selections state that the configuration introduces susceptibility to plaintext recovery via keystream statistical biases and results in a loss of Perfect Forward Secrecy.
The scenario highlights two distinct cryptographic weaknesses: the use of RC4 and static RSA key exchange. RC4 contains documented statistical biases in its keystream generation, which enables malicious actors to recover plaintext from captured TLS traffic over time. Static RSA key exchange uses the server's static public key to transport pre-master secrets without generating ephemeral keys per session; consequently, it lacks Perfect Forward Secrecy, meaning a future compromise of the server's private key compromises all previously recorded session communications.

Adım Adım Çözüm

1
Analyze the symmetric encryption component (RC4 stream cipher).
Identify that RC4 suffers from known keystream biases (e.g., Fluhrer, Mantin, and Shamir attacks / NOMORE attacks), permitting plaintext recovery over repeated ciphertexts.
Cryptographic assessment requires identifying vulnerabilities tied directly to weak or deprecated bulk ciphers.
2
Analyze the key exchange mechanism (static RSA key exchange).
Determine that static RSA key exchange does not generate ephemeral session keys, failing to provide Perfect Forward Secrecy (PFS).
Without ephemeral key exchange algorithms like ECDHE or DHE, compromise of the server's long-term private key compromises all historical session traffic.
3
Evaluate and eliminate incorrect distractor claims regarding identity authentication and memory buffer security.
Confirm that server authentication via RSA certificates remains active and that buffer overflows represent software execution vulnerabilities rather than cipher flaws.
Differentiates protocol-level cryptographic weaknesses from software code vulnerabilities and general PKI misconceptions.

Anahtar Kavram

Cryptographic and Security Control Weaknesses
Soru 475Soru

A security architect is designing a multi-tier web application network layout for a corporate enterprise. The design requires that public Internet users can access the front-end web servers, but direct connectivity from the Internet to the backend database servers holding sensitive payment data must be strictly prohibited. Furthermore, administrative access to the database tier must be tightly restricted and audited, with lateral East-West movement between unauthorized server segments blocked. Which of the following network architecture designs best achieves this security objective?

Cevabı ve açıklamayı göster

Cevap: Place web servers in a perimeter screened subnet (DMZ) and isolate database servers in a restricted internal network segment, enforcing access control lists and requiring administrative transit through a dedicated jump server.

Cevap

Placing public-facing web servers in a screened subnet (DMZ), placing backend databases in isolated internal network segments, and restricting management access via jump boxes best protects sensitive assets from direct external access and lateral threat movement.
Placing public-facing services in a screened subnet (DMZ) isolates external exposure. Combining this with internal subnetting/VLAN isolation for database tiers and restricting administrative access to a jump server enforces effective defense-in-depth and controls lateral movement.

Adım Adım Çözüm

1
Identify perimeter isolation requirements for public-facing assets versus sensitive data stores.
Public web servers must reside in a screened subnet (DMZ) to accept external requests while keeping the internal network protected.
Direct Internet access to database tiers creates high vulnerability exposure.
2
Evaluate lateral traffic control (East-West enforcement) and administration pathways.
Database servers require microsegmentation or restricted VLAN placement, with firewall ACLs permitting connection only from authorized web tier ports and audited jump hosts.
Strict segmentation prevents compromised front-end hosts from pivoting freely to internal database assets.

Anahtar Kavram

Network Segmentation, Screened Subnets (DMZ), and Bastion/Jump Server Architecture
Soru 476Soru

A lead security analyst at a online retail enterprise is evaluating threat intelligence options to proactively detect compromised corporate credentials being offered for sale on subterranean marketplaces. The organization requires actionable, curated threat feeds with tailored risk scoring and automated API integration to ingest indicators of compromise (IOCs) without dedicating internal staff to manually monitor dark web forums. Which threat intelligence source type should the analyst recommend to meet these requirements?

Cevabı ve açıklamayı göster

Cevap: Commercial threat intelligence feed

Cevap

Commercial threat intelligence feed
Commercial threat intelligence feeds are subscription-based services provided by security vendors who deploy dedicated researchers and automated tools to monitor dark web forums, paste sites, and subterranean channels. They curate this raw data, enrich it with contextual risk scores, and deliver actionable indicators automatically through API integrations, fulfilling all specified organizational criteria.

Adım Adım Çözüm

1
Analyze the operational requirements
Identified key requirements: dark web monitoring, curated risk scoring, automated API integration, and no manual internal research overhead.
The enterprise needs a turnkey intelligence product rather than raw data collection.
2
Evaluate intelligence source attributes
Commercial threat intelligence vendors specialize in specialized deep/dark web monitoring, raw data processing, contextual enrichment, and automated IOC delivery via structured APIs.
Paid commercial feeds offload manual scraping and vetting from internal SOC teams.
3
Compare against alternative options
OSINT lacks deep subterranean monitoring guarantees; ISACs focus on peer sharing rather than credential scraping services; NVD catalogs software flaws rather than compromised account data.
Commercial threat intelligence is the only option satisfying all constraints.

Anahtar Kavram

Distinguishing characteristics and operational use cases of Commercial/Proprietary Threat Intelligence feeds compared to OSINT, ISACs, and Vulnerability Databases.
Tahmini Süre:2m 0s
Soru 477Soru

A global pharmaceutical firm connects several remote research facilities to its central datacenters using legacy IPsec VPN site-to-site tunnels. A cryptographic assessment of the gateway configurations reveals that Phase 1 IKE negotiations utilize Diffie-Hellman (DH) Group 2 (1024-bit) with 3DES-CBC payload encryption, while Phase 2 uses MD5 for message integrity verification. Security analysts report elevated risks of session key recovery, collision vulnerabilities, and performance degradation. Which of the following primary mitigation strategies comprehensively addresses these cryptographic control weaknesses?

Cevabı ve açıklamayı göster

Cevap: Reconfigure the IPsec VPN tunnels to use Diffie-Hellman Group 14 or higher (or ECDH), transition payload encryption to AES-256-GCM, and replace MD5 authentication with SHA-256.

Cevap

Reconfigure the IPsec VPN tunnels to use Diffie-Hellman Group 14 or higher (or ECDH), transition payload encryption to AES-256-GCM, and replace MD5 authentication with SHA-256.
The option recommending upgrading Diffie-Hellman to Group 14 or higher (or ECDH), replacing 3DES with AES-256-GCM, and upgrading MD5 to SHA-256 directly addresses all three identified cryptographic flaws. DH Group 2 (1024-bit) is vulnerable to state-sponsored precomputation; 3DES uses 64-bit blocks subject to collision attacks (Sweet32); and MD5 is broken due to practical hash collisions. Upgrading key length, cipher strength, and hashing algorithms restores robust security across IKE Phase 1 and Phase 2 negotiations.

Adım Adım Çözüm

1
Analyze the identified cryptographic weaknesses in the scenario
Identified DH Group 2 (1024-bit MODP) as vulnerable to precomputation attacks, 3DES as vulnerable to Sweet32 collision attacks on 64-bit block sizes, and MD5 as susceptible to cryptographic hash collisions.
Security assessment requires identifying specific failure points across key exchange, bulk encryption, and integrity verification components.
2
Select appropriate modern cryptographic replacements for each vulnerable primitive
Diffie-Hellman Group 14+ / ECDHE replaces weak key exchange, AES-256-GCM replaces weak block ciphers with authenticated encryption, and SHA-256 replaces collision-prone MD5.
CompTIA Security+ standards mandate robust, current symmetric and asymmetric primitives with sufficient key lengths to safeguard enterprise data transit.
3
Evaluate and eliminate incorrect control recommendations
Eliminated options recommending asymmetric ciphers for bulk traffic, network perimeter firewalls for crypto remediation, and control category reclassifications.
Only upgrading the negotiation parameters directly resolves protocol-level cryptographic flaws.

Anahtar Kavram

Cryptographic Control Weaknesses and Legacy Cipher Remediation
Soru 478Soru

A web application developer wants to remediate software vulnerabilities that allow attacker-controlled inputs to execute malicious scripts in user browsers or alter database commands. Which of the following secure coding practices should the developer implement to address these application vulnerabilities? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Context-aware output encoding before rendering user input in HTML responses; Parameterized queries and prepared statements for all database operations

Cevap

The correct secure coding practices are context-aware output encoding and parameterized queries with prepared statements.
Context-aware output encoding neutralizes script execution to mitigate Cross-Site Scripting (XSS), while parameterized queries isolate user data from executable SQL commands to mitigate SQL Injection (SQLi). Both are essential application-level secure coding practices.

Adım Adım Çözüm

1
Identify the target application vulnerability types described in the scenario.
Executing scripts in browsers indicates Cross-Site Scripting (XSS), and altering database commands indicates SQL Injection (SQLi).
Accurate identification of vulnerability mechanisms is required to select effective code-level mitigations.
2
Select the appropriate mitigation control for client-side script execution (XSS).
Context-aware output encoding neutralizes special characters so the browser treats input purely as display text.
Encoding prevents script tags from executing in the web browser context.
3
Select the appropriate mitigation control for database command alteration (SQLi).
Parameterized queries ensure database engines treat user input strictly as parameter values rather than executable SQL syntax.
Prepared statements prevent input strings from redefining query logic.

Anahtar Kavram

Application Software Vulnerability Remediation and Secure Coding
Soru 479Soru

A network security team is establishing security zones and access control mechanisms for an enterprise environment. Match each network segmentation strategy on the left to its primary application scenario on the right.

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

Öğeler

Air Gap
DMZ (Demilitarized Zone)
Microsegmentation
Jump Box

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Air Gap matches complete physical isolation from external networks; DMZ matches hosting internet-accessible services while buffering internal networks; Microsegmentation matches granular isolation of individual virtual workloads; Jump Box matches serving as a hardened administrative entry point.
Air gaps completely physically separate high-security networks from external connections. DMZs host public-facing services to isolate the internal network from internet threats. Microsegmentation applies granular policy controls between individual virtualized workloads. Jump boxes serve as single hardened entry points for administrative traffic accessing sensitive zones.

Adım Adım Çözüm

1
Identify the function of an air gap.
Air gaps provide total physical separation.
Air gaps ensure sensitive environments have zero network connections to outside or untrusted systems.
2
Determine the role of a DMZ.
DMZs host public-facing servers separated from internal subnets.
This architecture buffers internal corporate assets from untrusted internet traffic.
3
Define microsegmentation.
Microsegmentation isolates workloads at the virtual machine or container layer.
It applies zero-trust principles to control East-West network traffic between workload instances.
4
Evaluate the function of a jump box.
A jump box acts as a hardened administrative access portal.
Administrators must first connect and authenticate to the jump box before initiating management sessions into isolated zones.

Anahtar Kavram

Secure Network Design and Segmentation Strategies
Tahmini Süre:1m 0s
Soru 480Soru

Match each threat intelligence source type to its primary characteristic or operational scope.

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

Öğeler

Open-Source Intelligence (OSINT)
Information Sharing and Analysis Center (ISAC)
Commercial Threat Feed
Vulnerability Database (NVD/CVE)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Open-Source Intelligence (OSINT) pairs with publicly accessible security data gathered from open sources. Information Sharing and Analysis Center (ISAC) pairs with a sector-specific trust community established to exchange relevant threat indicators among industry peers. Commercial Threat Feed pairs with a paid subscription service providing vetted, high-fidelity threat indicators. Vulnerability Database (NVD/CVE) pairs with a standardized public catalog detailing known security flaws.
Each threat intelligence source type is accurately mapped to its core delivery mechanism: OSINT relies on publicly available information; ISACs represent sector-specific peer sharing communities; commercial feeds are paid vendor subscriptions; and vulnerability databases provide public catalogs of known software security flaws.

Adım Adım Çözüm

1
Identify the defining features of public versus proprietary threat intelligence sources.
OSINT aligns with publicly available information, while Commercial feeds align with paid vendor subscriptions.
Source accessibility and licensing distinguish OSINT from closed/commercial intelligence feeds.
2
Differentiate peer-to-peer industry sharing platforms from general vulnerability repositories.
ISACs handle sector-specific member sharing, whereas Vulnerability Databases (like NVD/CVE) provide a universal reference catalog for software flaws.
ISACs focus on threat actor activity across critical sectors, while CVE repositories detail specific software vulnerabilities.
3
Map each threat intelligence source to its corresponding operational description.
All four intelligence source types are correctly paired with their target definitions.
Each definition precisely captures the primary scope and business model of the respective intelligence source.

Anahtar Kavram

Threat Intelligence Sources and Classification
ÖncekiSayfa 24 / 112Sonraki
Tüm alıştırma soruları — CompTIA Security+ | Examkin