Network Security

427 soru

Soru 361Soru

A network administrator is performing baseline security hardening on a newly installed Layer 3 switch before introducing it to the production network. Place the administrative hardening tasks into the correct sequential order from first step to last step.

Öğeleri doğru sıraya koymak için sürükleyin

Cevabı ve açıklamayı göster

Cevap

The correct administrative sequence begins with setting encrypted local credentials, generating RSA keys to enable SSH v2, configuring centralized TACACS+ AAA authentication with local fallback, restricting VTY line access to authorized management subnets using an ACL, and finally deactivating unencrypted services and unused ports.
Device hardening follows an orderly sequence: securing local fallback access, enabling encrypted management transport, binding centralized AAA authentication, restricting management source IPs via ACLs, and closing legacy protocols/unused ports to minimize exposure.

Adım Adım Çözüm

1
Set up encrypted local admin accounts and enable secret.
Initial local access is secured against lockout during remote AAA or network transport changes.
Administrative control must be established locally before modifying network management transport protocols.
2
Generate RSA keys and enable SSH v2.
The switch generates public/private key pairs necessary for encrypted remote terminal sessions.
Secure remote shell access requires cryptographic key material to encrypt session data.
3
Configure AAA authentication using TACACS+ with local fallback.
Centralized identity control and session logging are bound to management login attempts.
Enterprise policy mandates centralized authentication while retaining local credentials as a fallback mechanism.
4
Attach restrictive ACLs to VTY lines.
Network management connections are limited strictly to designated administrative IP subnets.
Restricting source IP addresses prevents unauthorized internal network devices from probing management ports.
5
Disable Telnet/HTTP and administratively shut down unused ports.
Plaintext management daemons are closed, and unused physical ports are assigned to an inactive state.
Deactivating unnecessary protocols and ports removes vulnerabilities and physical intrusion vectors as a final surface reduction measure.

Anahtar Kavram

Management Plane Hardening Lifecycle
Soru 362Soru

A security analyst is reconfiguring the wireless network for a regional medical center's mobile workstation carts to meet stringent health data protection standards. The organization mandates upgrading to WPA3-Enterprise 192-bit mode. Which of the following requirements must be implemented to achieve this configuration? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: 802.1X authentication integrated with a RADIUS server supporting EAP-TLS; GCMP-256 (Galois/Counter Mode Protocol) cipher suite for data payload encryption

Cevap

The configuration requires implementing 802.1X authentication with RADIUS EAP-TLS and configuring the GCMP-256 encryption cipher suite.
WPA3-Enterprise 192-bit mode provides maximum security for enterprise wireless networks. It mandates 802.1X RADIUS authentication using EAP-TLS with enterprise PKI certificates, alongside GCMP-256 (Galois/Counter Mode Protocol) for payload encryption.

Adım Adım Çözüm

1
Identify the authentication requirements for WPA3-Enterprise 192-bit mode.
WPA3-Enterprise requires centralized authentication via an 802.1X RADIUS architecture, with 192-bit mode specifically mandating EAP-TLS.
Centralized credential verification and mutual certificate authentication prevent unauthorized network access and rogue access point association.
2
Identify the cryptographic encryption cipher suite for 192-bit mode.
WPA3-Enterprise 192-bit mode replaces standard 128-bit ciphers with GCMP-256.
GCMP-256 provides higher-grade 256-bit Galois/Counter Mode encryption and message integrity required for high-security environments.

Anahtar Kavram

WPA3-Enterprise 192-bit Security Mode Requirements
Soru 363Soru

A network administrator is configuring a new wireless network for a corporate branch office. Company security policy mandates that every employee must authenticate using their individual domain accounts against a centralized RADIUS server, preventing the use of a shared network passphrase. Which WPA3 security mode and authentication mechanism should the administrator configure on the Wireless LAN Controller (WLC)?

Cevabı ve açıklamayı göster

Cevap: WPA3-Enterprise using 802.1X RADIUS authentication

Cevap

WPA3-Enterprise using 802.1X RADIUS authentication
The correct option is WPA3-Enterprise using 802.1X RADIUS authentication because WPA3-Enterprise relies on the 802.1X framework to pass user credentials to an external AAA RADIUS server, fulfilling the requirement for individual user login via domain accounts.

Adım Adım Çözüm

1
Identify the authentication requirement from the scenario.
The requirement mandates individual employee authentication via centralized domain accounts and a RADIUS server, excluding shared passwords.
Different wireless security modes determine whether access is granted via a shared credential or unique user identities.
2
Compare WPA3 security modes.
WPA3-Personal uses Simultaneous Authentication of Equals (SAE) for shared passphrases, whereas WPA3-Enterprise integrates with 802.1X and RADIUS servers.
Enterprise networks requiring individual user auditing and credential management depend on 802.1X framework integration.
3
Select the option that correctly pairs the enterprise mode with 802.1X RADIUS.
WPA3-Enterprise using 802.1X RADIUS authentication meets all criteria.
This combination ensures user-level authentication and dynamic key generation for each connected station.

Anahtar Kavram

WPA3 Enterprise vs. Personal Modes and 802.1X RADIUS Authentication
Soru 364Soru

A network engineer configures a stateless router Access Control List (ACL) to allow client workstations on subnet 10.50.1.0/2410.50.1.0/24 to access an internal web server at 172.16.10.20172.16.10.20. The engineer applies the inbound rule `permit tcp 10.50.1.0 0.0.0.255 host 172.16.10.20 eq 80` on the interface facing the web server. Although initial packets reach the server, workstation browsers consistently time out when attempting to load web pages. Which configuration change will resolve this connection failure?

Cevabı ve açıklamayı göster

Cevap: Add an outbound ACL rule allowing TCP traffic from host 172.16.10.20 using the established keyword back to the 10.50.1.0/24 subnet.

Cevap

Add an outbound ACL rule allowing TCP traffic from host 172.16.10.20 using the established keyword back to the 10.50.1.0/24 subnet.
Stateless ACLs evaluate each packet in isolation and do not keep track of active connection states. While the inbound rule permits HTTP client requests to reach the web server, the server's TCP return traffic (SYN-ACK / ACK) is blocked by the router interface's implicit deny rule. Adding an outbound rule matching return traffic from the web server using the `established` keyword permits return packets belonging to established TCP connections.

Adım Adım Çözüm

1
Analyze the stateless nature of the configured ACL.
Stateless ACLs evaluate packets individually and do not track connection states.
Because state is not tracked, permitting inbound traffic from client to server does not automatically permit return traffic from server to client.
2
Identify the cause of the connection timeout.
The web server receives HTTP requests but its TCP SYN-ACK return packets are blocked by the default implicit deny rule on the router interface.
Without an explicit return rule or stateful inspection, return packets are dropped.
3
Determine the necessary configuration fix.
Permit return traffic outbound from host 172.16.10.20172.16.10.20 to subnet 10.50.1.0/2410.50.1.0/24 with the `established` keyword (matching TCP packets with ACK or RST flags set).
This allows return communication for established TCP sessions while preventing external hosts from initiating unauthorized connections back to internal clients.

Anahtar Kavram

Stateless vs Stateful ACL Filtering and Return Traffic
Soru 365Soru

A network technician needs to isolate administrative access for core switches situated in an unstaffed facility. The security policy dictates that remote administrative management traffic must be completely separated from user data traffic so that compromised production host networks cannot reach the switch management interfaces. Which of the following strategies best fulfills this security requirement?

Cevabı ve açıklamayı göster

Cevap: Configure switch management interfaces within a dedicated Virtual Routing and Forwarding (VRF) instance and restrict management protocols to that isolated network.

Cevap

Configure switch management interfaces within a dedicated Virtual Routing and Forwarding (VRF) instance and restrict management protocols to that isolated network.
Out-of-band (OOB) management using a dedicated management VRF or physical management interface ensures management traffic remains completely segregated from production data paths. This prevents hosts on production subnets from reaching or probing management interfaces.

Adım Adım Çözüm

1
Analyze the security requirement
Identified the core requirement: total isolation of management traffic (out-of-band) from user data traffic.
Preventing production host networks from reaching administrative interfaces mitigates unauthorized management plane access.
2
Evaluate network device hardening best practices
Implementing Out-of-Band (OOB) management via a dedicated physical management port or isolated VRF provides complete separation between administrative plane traffic and data plane traffic.
Traffic in a dedicated management VRF cannot be routed or accessed from the global production routing table.

Anahtar Kavram

Out-of-band management plane isolation
Tahmini Süre:1m 30s
Soru 366Soru

A network security analyst is updating incident classification guidelines for enterprise threat vectors. Match each network attack type on the left with its corresponding attack vector characteristics on the right.

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

Öğeler

Switch Spoofing
Bluesnarfing
DNS Tunneling
IP Address Spoofing

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Switch Spoofing matches DTP frame forgery for trunk negotiation; Bluesnarfing matches unauthorized Bluetooth data extraction; DNS Tunneling matches encoding non-DNS payloads in port 53 queries; IP Address Spoofing matches modifying source IP headers to bypass access controls.
Each attack type matches its exact vector description: Switch Spoofing exploits DTP negotiation to force trunking; Bluesnarfing extracts confidential data over Bluetooth; DNS Tunneling encapsulates covert data within standard port 53 queries; and IP Address Spoofing alters source IP header fields to bypass filters.

Adım Adım Çözüm

1
Analyze Switch Spoofing mechanisms
Identify that switch spoofing exploits automatic switch port negotiation using DTP frames to create unauthorized VLAN trunks.
Understanding layer 2 dynamic trunk negotiation identifies the DTP forgery vector.
2
Differentiate Bluetooth attack categories
Distinguish Bluesnarfing (data theft/extraction) from Bluejacking (sending unsolicited messages).
Bluesnarfing specifically targets the exfiltration of personal data like contacts and text messages.
3
Examine covert tunnel characteristics
Recognize that DNS Tunneling utilizes port 53 lookup packets to encapsulate non-DNS protocol data for data exfiltration.
Firewalls often allow outbound DNS unconditionally, making it a primary covert channel vector.
4
Evaluate packet header alteration attacks
Associate IP Address Spoofing with forged source IP addresses in packet headers.
Spoofing IP addresses allows attackers to evade simple address-based filtering or misattribute traffic.

Anahtar Kavram

Common Network Attack Types and Vectors
Soru 367Soru

A network engineer is configuring an extended Access Control List (ACL) on a stateless router interface. Client workstations on the internal subnet (10.200.15.0/2410.200.15.0/24) can successfully transmit outgoing HTTPS requests (TCPTCP port 443443) to external web servers, but return web traffic is blocked by the inbound ACL. Which of the following configuration adjustments will allow internal clients to receive return HTTPS traffic from external servers while maintaining stateless security controls? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Add an inbound ACL rule permitting TCP traffic originating from source port 443 directed to the internal subnet 10.200.15.0/2410.200.15.0/24 on destination ephemeral ports (10241024-6553565535).; Include the established keyword on the inbound TCP permit rule for port 443 to match packets with the ACK or RST flags set.

Cevap

To allow return HTTPS traffic through a stateless router ACL, the configuration must explicitly permit inbound TCP traffic originating from source port 443 destined for internal ephemeral client ports (10241024-6553565535), and utilize the established keyword to restrict permitted packets to established TCP sessions (packets with ACK/RST flags set).
Because stateless firewalls and ACLs do not automatically dynamically track TCP connection states, return traffic from external servers is dropped by default. To permit return HTTPS packets, an explicit inbound ACL rule must be created that matches TCP source port 443 heading to client ephemeral destination ports. Adding the established keyword guarantees that only return packets belonging to established sessions (ACK/RST flags set) are allowed, preventing unsolicited inbound SYN packets.

Adım Adım Çözüm

1
Analyze the stateless filtering limitation
Stateless ACLs evaluate each packet individually without maintaining a session table, meaning return packets for outbound requests are blocked unless an explicit inbound rule exists.
Outbound client traffic uses random high-numbered ephemeral ports as source ports and port 443 as the destination port; return traffic reverses these roles.
2
Formulate the inbound transport layer rule
Define an inbound rule matching TCP traffic from remote source port 443 to destination subnet 10.200.15.0/2410.200.15.0/24 on destination ephemeral ports (10241024-6553565535).
This explicitly opens the return path for HTTPS web server replies to client browsers.
3
Apply connection flag safety controls
Append the `established` keyword to the inbound TCP permit rule.
This restricts the rule to match packets with ACK or RST control bits set, preventing external actors from initiating new inbound TCP SYN connections on those ports.

Anahtar Kavram

Stateless ACL Return Traffic Handling and Established TCP Filtering
Tahmini Süre:1m 30s
Soru 368Soru

A network administrator is reviewing the management plane configuration of core campus switches during a security hardening initiative. The organization requires encrypted remote management and secure system monitoring. Which TWO configuration actions should the administrator implement to meet these hardening requirements?

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

Cevabı ve açıklamayı göster

Cevap: Migrate system monitoring from SNMPv2c to SNMPv3 using authPriv security mode; Disable Telnet and enforce SSHv2 for all VTY remote access lines

Cevap

The administrator should migrate system monitoring to SNMPv3 with authPriv security mode and disable Telnet in favor of SSHv2 on VTY access lines.
Device hardening guidelines require encrypting all administrative sessions and telemetry data. Enforcing SSHv2 secures remote command-line sessions, while deploying SNMPv3 using authPriv ensures both user authentication and payload encryption.

Adım Adım Çözüm

1
Identify unencrypted management protocols running on network devices.
Telnet and older SNMP versions (SNMPv1/v2c) transmit credentials or monitoring data in clear text.
Hardening standards mandate replacing unencrypted protocols on the management plane.
2
Select secure protocol alternatives with cryptographic protection.
SSHv2 provides encrypted remote command-line access, and SNMPv3 authPriv supplies both authentication (HMAC) and privacy (encryption).
These protocols enforce confidentiality and integrity for device management.

Anahtar Kavram

Management Plane Hardening via Encrypted Protocols
Soru 369Soru

A network engineer configures an extended Access Control List (ACL) on an enterprise edge router to allow internal workstations on the subnet 10.100.4.0/2410.100.4.0/24 to perform domain name queries against an external DNS server at IP address 8.8.8.88.8.8.8. The engineer enters the following rule on the outbound interface:

`permit udp 10.100.4.0 0.0.0.255 host 8.8.8.8 eq 53`

Users report that basic DNS lookups succeed, but certain applications fail when DNS response payloads exceed 512512 bytes or when performing DNSSEC lookups that require switching transport protocols. Which modification to the ACL configuration will resolve this issue while adhering to the principle of least privilege?

Cevabı ve açıklamayı göster

Cevap: Add a complementary extended ACL rule permitting TCP traffic from subnet 10.100.4.0/24 to host 8.8.8.8 on destination port 53.

Cevap

Add a complementary extended ACL rule permitting TCP traffic from the internal subnet to the external DNS server IP address on destination port 53.
DNS relies on both UDP and TCP transport protocols on destination port 53. Standard DNS queries less than 512 bytes use UDP. However, when queries exceed 512 bytes or utilize DNSSEC extensions, DNS automatically switches to TCP port 53. Adding an explicit rule permitting TCP port 53 to the destination host resolves fallback issues while strictly limiting access according to least privilege.

Adım Adım Çözüm

1
Analyze transport protocol dependencies for DNS operations.
DNS uses UDP port 53 for typical queries under 512 bytes, but requires TCP port 53 when responses exceed 512 bytes (such as with DNSSEC or large responses) or during zone transfers.
When a DNS response over UDP is truncated (TC flag set), the client re-issues the query using TCP port 53.
2
Evaluate the current ACL statement.
The current rule only matches UDP destination port 53 (`permit udp ... eq 53`), causing all TCP-based DNS traffic to hit the implicit deny rule at the end of the ACL.
Extended ACLs filter explicitly by protocol type (UDP vs TCP).
3
Determine the least-privilege configuration change required.
Adding `permit tcp 10.100.4.0 0.0.0.255 host 8.8.8.8 eq 53` allows fallback TCP DNS traffic without opening unnecessary ports or protocols.
This precisely allows TCP port 53 to the specific target server while maintaining strict perimeter filtering.

Anahtar Kavram

DNS Dual Transport Layer Protocols (UDP/TCP Port 53) in ACL Rules
Soru 370Soru

A network technician is hardening an access switch installed in a publicly accessible building lobby. A vulnerability audit indicates that the switch port connected to the lobby Ethernet jack is transmitting detailed hardware specifications, system capabilities, and native device hostnames to connected client devices. Which of the following configuration changes should the technician implement on this interface to resolve the information disclosure vulnerability?

Cevabı ve açıklamayı göster

Cevap: Disable Layer 2 discovery protocols (such as CDP or LLDP) on the untrusted interface.

Cevap

Disable Layer 2 discovery protocols (such as CDP or LLDP) on the untrusted interface.
Disabling Layer 2 discovery protocols (CDP/LLDP) on untrusted access ports is a core device hardening best practice. CDP and LLDP continuously broadcast system details—such as device capabilities, platform specifications, native VLAN IDs, and switch port identifiers—in plain text. Turn off these protocols on public-facing or user-accessible interfaces to prevent malicious reconnaissance.

Adım Adım Çözüm

1
Analyze the reported security vulnerability.
The device is emitting broadcast messages containing internal switch characteristics (hostname, hardware model, OS version, and capability flags) out a public-facing port.
Layer 2 discovery protocols like Cisco Discovery Protocol (CDP) or Link Layer Discovery Protocol (LLDP) transmit periodic unencrypted advertisements by default.
2
Evaluate network device hardening best practices for untrusted access ports.
Identify that discovery protocols should be globally disabled or turned off specifically on edge ports facing untrusted/public areas to mitigate reconnaissance attacks.
Attackers can intercept CDP/LLDP frames to map out internal network infrastructure without authenticating.
3
Select the correct interface hardening control.
Disabling CDP/LLDP on the public interface stops outbound advertisements while maintaining normal network connectivity for legitimate connected devices.
This directly eliminates the information disclosure vector at Layer 2.

Anahtar Kavram

Disabling Layer 2 Discovery Protocols on Untrusted Ports
Tahmini Süre:1m 0s
Soru 371Soru

A network administrator observing traffic on a managed switch detects unauthorized Ethernet frames originating from a host on VLAN 10 arriving at a server isolated on VLAN 20 without passing through an intervening router. Packet analysis shows that the frames contain two 802.1Q headers: an outer tag corresponding to VLAN 10 (the native VLAN of the trunk link) and an inner tag specifying VLAN 20. Which of the following attack types is being executed?

Cevabı ve açıklamayı göster

Cevap: Double-tagging VLAN hopping

Cevap

Double-tagging VLAN hopping
Double-tagging VLAN hopping exploits how switches process native VLAN traffic on 802.1Q trunks. An attacker crafts a frame containing two 802.1Q tags. When the primary switch receives the frame on an access port configured with the native VLAN, it strips the outer tag and transmits the frame over the trunk. The receiving switch reads the inner tag and forwards the frame to the target VLAN, bypassing Layer 3 security controls.

Adım Adım Çözüm

1
Analyze the Ethernet frame headers from the packet capture
The packet contains stacked 802.1Q tags: an outer tag for VLAN 10 and an inner tag for VLAN 20.
When an 802.1Q trunk receives a frame tagged with its native VLAN ID, the switch strips the outer tag before transmitting it across the trunk link.
2
Evaluate how the destination switch interprets the modified frame
The destination switch reads the remaining inner tag (VLAN 20) and forwards the frame directly to the VLAN 20 segment.
This allows one-way traffic injection across VLAN boundaries without traveling through a Layer 3 routing device.
3
Identify the specific network attack technique
The scenario describes double-tagging VLAN hopping.
Double-tagging specifically exploits native VLAN frame processing mechanisms on 802.1Q trunks.

Anahtar Kavram

Double-tagging VLAN Hopping
Soru 372Soru

A network administrator must configure a top-to-bottom sequence of rules in an extended IPv4 Access Control List (ACL) applied inbound on a router interface serving the internal user VLAN (192.168.10.0/24192.168.10.0/24). The ACL must enforce the following security policies for traffic destined to the DMZ web server (10.0.0.50/3210.0.0.50/32):

1. Host 192.168.10.5192.168.10.5 must be explicitly allowed HTTPS access (TCP/443TCP/443).
2. Host 192.168.10.5192.168.10.5 must be explicitly denied HTTP access (TCP/80TCP/80).
3. All other hosts on the 192.168.10.0/24192.168.10.0/24 subnet must be allowed HTTP access (TCP/80TCP/80).
4. All other traffic targeting the DMZ subnet (10.0.0.0/2410.0.0.0/24) must be blocked.

Arrange the Access Control List (ACL) statements in the correct top-to-bottom evaluation sequence to ensure all rules execute as intended without rule shadowing.

Öğeleri doğru sıraya koymak için sürükleyin

Cevabı ve açıklamayı göster

Cevap

The correct sequence from top to bottom is: 1) access-list 101 permit tcp host 192.168.10.5 host 10.0.0.50 eq 443, 2) access-list 101 deny tcp host 192.168.10.5 host 10.0.0.50 eq 80, 3) access-list 101 permit tcp 192.168.10.0 0.0.0.255 host 10.0.0.50 eq 80, and 4) access-list 101 deny ip any 10.0.0.0 0.0.0.255.
ACLs execute in sequential order from top to bottom and stop processing as soon as a packet matches a rule. Therefore, specific host rules must be placed above general subnet rules. Placing the host HTTPS permit rule and host HTTP deny rule first ensures host 192.168.10.5 is handled correctly. Placing the subnet HTTP permit rule next allows the rest of the 192.168.10.0/24 network to access HTTP. Finally, placing the broad DMZ deny rule at the bottom prevents any other unintended IP traffic from reaching the 10.0.0.0/24 subnet.

Adım Adım Çözüm

1
Identify specific host exceptions requiring permissions or blocks.
Host 192.168.10.5 has specific requirements: permit TCP 443 and deny TCP 80.
ACLs process sequentially from top to bottom on a first-match basis, so specific host entries must appear before broader subnet entries.
2
Place host-specific rules above subnet-level rules to avoid shadowing.
Place 'permit tcp host 192.168.10.5 host 10.0.0.50 eq 443' and 'deny tcp host 192.168.10.5 host 10.0.0.50 eq 80' above the subnet permit rule.
If the subnet rule 'permit tcp 192.168.10.0 0.0.0.255...' were placed above the host 192.168.10.5 deny rule, the router would match host 192.168.10.5 to the subnet rule first and permit HTTP traffic, shadowing the host deny rule.
3
Place general permit rules for the subnet below specific host rules.
Place 'permit tcp 192.168.10.0 0.0.0.255 host 10.0.0.50 eq 80' after host-specific rules.
This grants HTTP access to all hosts in 192.168.10.0/24 except host 192.168.10.5, which has already matched the earlier deny rule.
4
Place broad restrictive subnet rules at the end of the ACL sequence.
Place 'deny ip any 10.0.0.0 0.0.0.255' as the final entry in this rule sequence.
This rule blocks all other IP traffic to the DMZ network while permitting the desired specific web traffic processed by earlier rules.

Anahtar Kavram

ACL Sequential Evaluation and Shadowing Prevention
Soru 373Soru

A network security engineer is updating an organization's wireless security baseline to transition branch offices to WPA3-Enterprise. The baseline mandates individual user credential validation integrated with central directory services and protection against wireless management frame spoofing attacks. Which of the following technical requirements must be included in the WPA3-Enterprise specification? (Select TWO).

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

Cevabı ve açıklamayı göster

Cevap: Implementation of IEEE 802.1X port-based authentication integrated with a central RADIUS server; Mandatory deployment of Protected Management Frames (PMF) across all connected access points and clients

Cevap

The mandatory requirements for WPA3-Enterprise deployment are the implementation of IEEE 802.1X authentication integrated with a RADIUS server and the mandatory deployment of Protected Management Frames (PMF).
WPA3-Enterprise specifies IEEE 802.1X authentication using a RADIUS infrastructure for individual user identity validation. Additionally, the WPA3 standard makes Protected Management Frames (PMF) strictly mandatory to prevent malicious management frame injection and deauthentication attacks.

Adım Adım Çözüm

1
Identify the authentication mechanism required for WPA3-Enterprise.
WPA3-Enterprise uses 802.1X port-based network access control with EAP protocols communicating to a backend RADIUS server.
Enterprise mode avoids shared keys by using centralized, individual credentials.
2
Identify the management protection requirement mandated in the WPA3 standard.
Protected Management Frames (PMF / IEEE 802.11w) are mandatory in WPA3.
PMF prevents deauthentication and disassociation spoofing attacks on wireless networks.

Anahtar Kavram

WPA3-Enterprise Requirements & Protected Management Frames
Tahmini Süre:1m 30s
Soru 374Soru

A network security engineer is configuring secure management plane controls on a newly installed distribution switch before introducing it to the enterprise network. In what sequence should the engineer execute the baseline hardening steps to properly establish and secure SSH administrative access?

Öğeleri doğru sıraya koymak için sürükleyin

Cevabı ve açıklamayı göster

Cevap

The correct sequence begins with setting the domain name and generating RSA keys, followed by enforcing SSH protocol transport on VTY lines, constructing an administrative access control list, and finally applying the access control list to the VTY lines.
Establishing secure administrative access requires generating cryptographic host keys as a prerequisite, restricting VTY protocols to SSH to prevent cleartext exposure, defining administrative IP filtering rules via an access control list, and lastly binding that list to the VTY interfaces.

Adım Adım Çözüm

1
Initialize cryptographic host keys.
Domain name is configured and the RSA host key pair is created.
SSH protocol daemons require an RSA key pair for host identification and session encryption.
2
Enforce secure transport protocols.
VTY interfaces are set to accept only SSH connections.
Disabling insecure protocols like Telnet prevents cleartext credential interception over the network.
3
Construct management access filtering rules.
An access control list is created specifying permitted management source subnets.
Defines network layer boundaries specifying which administrative hosts are authorized to connect.
4
Bind filter rules to virtual terminal interfaces.
Access control list actively filters inbound connection attempts on VTY lines.
Enforces the defined IP address filtering policy on remote access sessions.

Anahtar Kavram

Secure Management Plane Baseline Hardening
Soru 375Soru

A security technician is investigating a multi-stage incident on an enterprise network segment. Packet logs reveal that an unauthorized internal host transmitted forged Gratuitous ARP messages to map the IP address of the default gateway to its own physical address. Simultaneously, internal users reported that entering legitimate domain names into their web browsers redirected them to a suspicious external IP address hosted on an unauthorized server. Which of the following attack types were executed during this incident? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: ARP Poisoning; DNS Poisoning

Cevap

The attack types executed in this scenario are ARP Poisoning and DNS Poisoning.
ARP Poisoning occurs when forged ARP messages alter the MAC-to-IP mapping on local hosts, misdirecting traffic intended for the gateway. DNS Poisoning alters domain name resolution data so that queries for legitimate web services return malicious IP addresses.

Adım Adım Çözüm

1
Analyze the first incident symptom
Identified forged Gratuitous ARP packets remapping the default gateway's IP to an attacker's MAC address.
This behavior directly defines ARP poisoning (or ARP spoofing), enabling man-in-the-middle positioning on Layer 2.
2
Analyze the second incident symptom
Identified domain name queries resolving to an unauthorized destination IP address.
Altering or spoofing name resolution responses to redirect users to unauthorized web servers defines DNS cache poisoning/spoofing.

Anahtar Kavram

Identifying Man-in-the-Middle and redirection attack vectors based on network signatures
Soru 376Soru

A network administrator is performing a baseline security hardening audit on core enterprise switches. The security report reveals that idle administrative sessions on virtual terminal (VTY) lines remain active indefinitely when left unattended, and remote management traffic lacks centralized command authorization and traffic encryption. Which set of configuration controls should the administrator implement to best address these findings?

Cevabı ve açıklamayı göster

Cevap: Configure an exec-timeout on VTY lines, enforce SSH version 2, and integrate TACACS+ for centralized AAA authentication and command authorization.

Cevap

The administrator should configure an exec-timeout on VTY lines, enforce SSH version 2, and integrate TACACS+ for centralized AAA authentication and command authorization.
Hardening the management plane of network devices requires restricting session lifespans, encrypting management traffic in transit, and centralizing access control. Configuring an exec-timeout ensures that idle VTY sessions automatically close, preventing unauthorized local access to abandoned terminals. Utilizing SSH version 2 replaces insecure cleartext protocols such as Telnet. Incorporating TACACS+ provides centralized authentication, authorization, and accounting, ensuring every administrative command is explicitly authorized and audited.

Adım Adım Çözüm

1
Identify session timeout requirements for virtual terminal lines.
Configuring an exec-timeout forces inactive management connections to terminate automatically after a specified period of inactivity.
This mitigates risks associated with unattended terminal sessions.
2
Select a secure, encrypted management protocol.
Enforcing SSH v2 disables insecure legacy protocols like Telnet and encrypts all session content including credentials.
Cleartext transmission of administrative credentials over the network must be prevented.
3
Implement centralized AAA for command accounting and authorization.
Integrating TACACS+ allows granular control over which commands individual administrators can execute, alongside centralized auditing.
TACACS+ decouples authentication, authorization, and accounting, encrypting the full payload of access control packets.

Anahtar Kavram

Management Plane Hardening and Secure Remote Access
Soru 377Soru

A network technician configures an extended Access Control List (ACL) on a stateless router interface to allow workstations on subnet 10.40.10.0/2410.40.10.0/24 to access an external web application at 203.0.113.80203.0.113.80 over HTTPS (TCP port 443). The technician adds the following outbound rule on the internal interface:

`permit tcp 10.40.10.0 0.0.0.255 host 203.0.113.80 eq 443`

After applying this configuration, client computers cannot successfully connect to the web application. Network captures reveal that outbound TCP SYN packets leave the router, but return traffic is never delivered to the clients. Which of the following ACL modifications will resolve this connectivity issue?

Cevabı ve açıklamayı göster

Cevap: Add an inbound ACL rule on the interface permitting TCP traffic from source 203.0.113.80203.0.113.80 port 443 to destination 10.40.10.0/2410.40.10.0/24 with the established keyword

Cevap

Add an inbound ACL rule on the interface permitting TCP traffic from source host 203.0.113.80203.0.113.80 port 443 to destination subnet 10.40.10.0/2410.40.10.0/24 using the established keyword.
Stateless access control lists evaluate packets individually without tracking connection session states. While outbound requests from internal hosts on 10.40.10.0/2410.40.10.0/24 are allowed by the outbound ACL rule, returning packets from 203.0.113.80:443203.0.113.80:443 are blocked by the implicit deny rule on the inbound interface. Adding an explicit inbound rule that matches TCP source port 443 and includes the `established` keyword permits return traffic (packets with ACK/RST flags set) back to internal clients.

Adım Adım Çözüm

1
Analyze the stateless behavior of standard and extended router ACLs.
Unlike stateful firewalls, stateless router ACLs evaluate each packet individually and do not maintain a state table of active TCP sessions.
Permitting outbound traffic on a stateless interface does not automatically permit the corresponding return traffic.
2
Identify why return traffic from the web server is dropped.
Inbound TCP SYN-ACK packets from 203.0.113.80203.0.113.80 destination-bound for internal clients (10.40.10.0/2410.40.10.0/24) reach the inbound interface, where they encounter the ACL's default implicit deny statement.
All ACLs end with an unwritten implicit deny rule that blocks any traffic not explicitly permitted.
3
Determine the correct ACL rule structure to permit return traffic safely.
An inbound rule matching TCP traffic originating from 203.0.113.80203.0.113.80 port 443 heading to 10.40.10.0/2410.40.10.0/24 with the `established` flag allows returning packets for connections initiated from inside the network.
The `established` keyword checks for set ACK or RST TCP flags, ensuring only reply packets belonging to existing client sessions are allowed inbound.

Anahtar Kavram

Stateless Filtering and Return Traffic ACL Configuration
Soru 378Soru

A network administrator is deploying a wireless network for a corporate headquarters. Organization policy requires that every employee authenticate using their individual enterprise user credentials against a central authentication server, preventing the operational overhead and security risk of static pre-shared keys. Which wireless security standard and authentication mechanism should the administrator implement to fulfill these security requirements?

Cevabı ve açıklamayı göster

Cevap: WPA3-Enterprise utilizing 802.1X authentication integrated with a central RADIUS server

Cevap

WPA3-Enterprise utilizing 802.1X authentication integrated with a central RADIUS server is the correct implementation.
WPA3-Enterprise uses the IEEE 802.1X port-based network access control standard to pass authentication requests between clients and an enterprise RADIUS server. This allows every user to log in with individual credentials rather than sharing a passphrase.

Adım Adım Çözüm

1
Analyze authentication requirements
Individual user credentials authenticated centrally without shared passphrases.
Security policy explicitly mandates avoiding shared passphrases (pre-shared keys) in favor of unique user credentials.
2
Evaluate wireless security modes
Select WPA3-Enterprise over Personal variants.
Personal modes (WPA2/WPA3-Personal) rely on pre-shared keys (PSK/SAE), while Enterprise modes support 802.1X framework for centralized RADIUS authentication.

Anahtar Kavram

WPA3-Enterprise and 802.1X/RADIUS Authentication
Soru 379Soru

A network security analyst observes anomalous traffic on an internal enterprise subnet. When an end user accidentally mistypes an internal file server hostname, packet logs show an unauthorized host on the local broadcast domain immediately responding to the link-local multicast request before the DNS query completes, prompting the user's workstation to attempt authentication. Which of the following attack vectors is occurring?

Cevabı ve açıklamayı göster

Cevap: LLMNR/NBT-NS poisoning

Cevap

LLMNR/NBT-NS poisoning
LLMNR and NBT-NS poisoning exploits the fallback behavior of operating systems when standard DNS lookup fails (such as when a hostname is mistyped). An attacker listening on the local broadcast domain answers the multicast query claiming to be the target resource, tricking the client into sending authentication hashes.

Adım Adım Çözüm

1
Analyze the observed attack mechanism
Identified that an unauthorized host is responding to link-local multicast requests generated when standard DNS name resolution fails.
Windows operating systems fall back to LLMNR and NBT-NS broadcast/multicast protocols on the local link when a hostname cannot be resolved via DNS.
2
Distinguish between Layer 2/3 address spoofing and multicast name resolution spoofing
The malicious host actively claims ownership of the mistyped hostname during the link-local fallback phase to capture authentication hashes.
This behavior specifically characterizes LLMNR/NBT-NS poisoning, contrasting with ARP spoofing (Layer 2 IP-to-MAC mapping) or DNS server record manipulation.

Anahtar Kavram

LLMNR and NBT-NS Poisoning
Tahmini Süre:1m 30s
Soru 380Soru

A network administrator is securing a newly deployed Layer 3 access switch prior to production deployment. The security policy mandates encrypted remote monitoring, protection against unauthorized network infrastructure footprinting, and secure management protocol usage. Which of the following hardening configurations should the administrator apply to meet these security requirements? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Configure SNMPv3 with authPriv security level to enforce user-based authentication and payload encryption.; Disable link-layer discovery protocols such as CDP and LLDP on interfaces connected to untrusted user devices.

Cevap

The administrator should configure SNMPv3 with authPriv for encrypted monitoring and disable discovery protocols (CDP/LLDP) on untrusted interfaces to reduce infrastructure exposure.
Configuring SNMPv3 authPriv secures network monitoring with cryptographic authentication and encryption. Disabling discovery protocols (CDP/LLDP) on untrusted ports prevents external reconnaissance and unauthorized network topology discovery.

Adım Adım Çözüm

1
Identify the management monitoring requirement.
Selecting SNMPv3 authPriv satisfies the mandate for encrypted telemetry and authenticated access.
Legacy protocols like SNMPv1/v2c send community strings in cleartext and lack privacy protections.
2
Identify the infrastructure footprinting prevention requirement.
Disabling CDP/LLDP on user-facing edge ports blocks neighbor information broadcast.
Discovery protocols share detailed network device capabilities, system names, and IP addresses with connected endpoints.

Anahtar Kavram

Device Hardening & Management Plane Security
ÖncekiSayfa 19 / 22Sonraki
Network Security Alıştırma Soruları — CompTIA Network+ — Sayfa 19 | Examkin