Courseiva

EC-Council Certified Network Defender (CND, 312-38, Blueprint v4.0) (CND) (CND) — Questions 175

323 questions total · 5pages · All types, answers revealed

Page 1 of 5

Page 2
1
Multi-Selectmedium

Which TWO deployment methods or modes are commonly used to collect traffic for a Network Intrusion Detection System (NIDS)? (Choose TWO)

Select 2 answers
A.Optical Network Tap (Test Access Point)
B.Inline active blocking mechanism that terminates malicious TCP sessions directly
C.Directly modifying the TCP/IP stack of external client operating systems
D.Switch Port Analyzer (SPAN) or Mirror Port
E.Using DHCP broadcast packets to rewrite routing tables
AnswersA, D

An optical tap splits light on fiber links to send a passive copy to the NIDS.

Why this answer

NIDS sensors are deployed passively using switch SPAN/mirror ports or optical network taps.

2
MCQmedium

An organization is developing a threat hunting hypothesis based on MITRE ATT&CK technique T1078 (Valid Accounts). Which hunting query methodology best aligns with detecting this technique?

A.Scanning internal subnets for unpatched EternalBlue vulnerabilities
B.Querying authentication logs for service accounts logging in interactively via remote desktop
C.Searching endpoint logs for known ransomware string signatures
D.Checking firewall rules for outbound traffic on port 443
AnswerB

Service accounts logging in interactively represents an anomaly indicative of valid account misuse.

Why this answer

Detecting valid accounts abuse involves hunting for anomalous login locations, impossible travel, or unusual privilege escalations.

3
Multi-Selectmedium

An organization is hardening its network architecture against supply chain attacks targeting third-party software dependencies and vendor integrations. Which TWO best practices and controls should be implemented? (Choose TWO)

Select 2 answers
A.Disable all code signing requirements for internal and external software builds.
B.Maintain a comprehensive Software Bill of Materials (SBOM) and perform automated Software Composition Analysis (SCA) for third-party libraries.
C.Grant third-party vendor support accounts permanent, unmonitored Domain Administrator privileges.
D.Rely entirely on vendor self-assessments without conducting independent code audits or penetration testing.
E.Enforce strict vendor access controls, multi-factor authentication (MFA), and just-in-time (JIT) privileged access management.
AnswersB, E

SBOM and SCA tools track third-party dependencies and identify known vulnerabilities.

Why this answer

Supply chain security is reinforced by performing Software Bill of Materials (SBOM) tracking and software composition analysis (SCA) to identify vulnerable dependencies, alongside enforcing strict vendor risk management and access controls.

4
MCQmedium

A security administrator is configuring a corporate proxy server (Squid) to inspect outbound HTTPS traffic from endpoints. To perform SSL interception (Man-in-the-Middle inspection) for content filtering and DLP, what cryptographic setup must be installed on client workstations?

A.The proxy's custom Root CA certificate installed into the workstations' Trusted Root Certification Authorities store
B.The public keys of every external website visited by users
C.An expired SSLv2 certificate bundle
D.Self-signed SSH host keys generated on the Squid proxy
AnswerA

Clients must trust the proxy's signing CA certificate to accept the re-signed TLS certificates without browser warnings.

Why this answer

For a forward proxy to decrypt and inspect HTTPS traffic, the proxy's internal Certificate Authority (CA) root certificate must be installed into the trusted root certification authorities certificate store of each client workstation.

5
Multi-Selecteasy

An organization is updating its incident response policy based on NIST SP 800-61. Which TWO phases are part of the post-incident activity stage? (Choose TWO)

Select 2 answers
A.Containment
B.Vulnerability Assessment
C.Evidence Retention and Reporting
D.System Eradication
E.Lessons Learned
AnswersC, E

Retaining evidence and submitting final regulatory/management reports occur in the post-incident stage.

Why this answer

According to NIST SP 800-61, the post-incident phase encompasses learning lessons from the incident and retaining evidence/reporting.

6
Multi-Selecteasy

A security team is conducting a routine audit of endpoint security compliance. Which TWO artifacts should the auditors inspect to verify that antivirus and endpoint detection and response (EDR) agents are functioning correctly across all workstations? (Choose two)

Select 2 answers
A.Network switch spanning-tree root bridge priority metrics
B.Endpoint local service status confirming antivirus daemon/service execution and recent scan logs
C.DNS root hint server IP address tables
D.Centralized EDR management console dashboard reporting active agent health and signature update status
E.BGP router autonomous system number (ASN) peering configurations
AnswersB, D

Local service logs confirm that protection engines are actively running on the OS.

Why this answer

Auditors verify EDR and AV health by inspecting centralized management console agent status reports and local service execution logs.

7
MCQhard

A network engineer is configuring a Linux firewall using nftables and needs to create a table for packet filtering, add a base chain for incoming traffic on the input hook, and set the default policy to drop. Which command sequence accomplishes this?

A.nftables create filter-table --default-drop
B.iptables -P INPUT DROP
C.nft add table inet filter; nft add chain inet filter input { type filter hook input priority 0 \; policy drop \; }
D.ufw default deny incoming
AnswerC

This correctly initializes an inet table and an input chain with a drop policy.

Why this answer

nftables uses tables, chains, and rules with explicit hook definitions and policy declarations.

8
Multi-Selecthard

A security architect is designing an enterprise threat hunting program. Which TWO activities are considered core, proactive components of a mature threat hunting methodology rather than standard automated alerting? (Choose two)

Select 2 answers
A.Formulating a threat hypothesis based on recent adversary tactics, techniques, and procedures (TTPs)
B.Relying entirely on out-of-the-box SIEM correlation alerts for immediate notification
C.Configuring automated firewall rule drops for known malicious IP feeds
D.Conducting iterative, hypothesis-driven data queries and artifact analysis to uncover undetected threats
E.Executing routine scheduled vulnerability scans against external perimeter assets
AnswersA, D

Formulating hypotheses based on TTPs is a foundational, proactive step in initiating a threat hunt.

Why this answer

Threat hunting is a proactive human-led investigation approach. Standard automated SIEM alerts and automated firewall blocks are reactive defenses. Proactive threat hunting involves formulating hypotheses based on the MITRE ATT&CK framework, utilizing baseline analysis to uncover hidden anomalies, and performing forensic sweeps across endpoints.

9
MCQhard

A network security analyst is investigating an intrusion where an attacker used living-off-the-land binaries (LotLBeins). The analyst needs to inspect Windows PowerShell script block logging events. Which Windows Event Log channel and Event ID contain the full text of executed script blocks?

A.Microsoft-Windows-PowerShell/Operational, Event ID 4104
B.Security log, Event ID 4688
C.System log, Event ID 7045
D.Microsoft-Windows-PowerShell/Operational, Event ID 4103
AnswerA

Event ID 4104 in the PowerShell Operational log records detailed script block execution text.

Why this answer

PowerShell Script Block Logging writes to Microsoft-Windows-PowerShell/Operational with Event ID 4104.

10
Multi-Selecthard

An attacker compromises an internal Active Directory domain and attempts to leverage Kerberos vulnerabilities and misconfigurations to elevate privileges or establish persistence. Which TWO attacks rely on Kerberos protocol mechanics? (Choose TWO)

Select 2 answers
A.Cross-Site Scripting (XSS) via injected JavaScript payloads executed in victim browsers.
B.Kerberoasting by requesting Service Tickets (TGS) for SPN-associated service accounts and cracking them offline.
C.SQL Injection (SQLi) by appending malicious query parameters to authentication web forms.
D.ARP Cache Poisoning to intercept local subnet Layer 2 Ethernet frames.
E.AS-REP Roasting by requesting Ticket Granting Service (TGS) tickets for accounts with 'Do not require Kerberos preauthentication' enabled.
AnswersB, E

Kerberoasting extracts TGS tickets for accounts with SPNs for offline password cracking.

Why this answer

Kerberoasting targets service accounts with SPNs to crack TGS tickets offline, while AS-REP Roasting targets user accounts that do not require Kerberos pre-authentication to obtain AS-REP tickets for offline cracking.

11
MCQeasy

Which network device operates at Layer 3 and Layer 4 to inspect packet headers and make dynamic forwarding decisions based on established connection states?

A.Unmanaged Layer 2 Switch
B.Patch Panel
C.Stateful Inspection Firewall
D.Hub
AnswerC

Stateful inspection firewalls monitor connection states across Layer 3 and Layer 4.

Why this answer

Stateful inspection firewalls track the state of active connections and make decisions based on context.

12
MCQmedium

A security analyst is reviewing IIS 10 web server logs and notices numerous requests attempting path traversal using URL-encoded characters such as '%2e%2e%2f'. Which built-in IIS feature or security tool should be configured to automatically block such requests?

A.HTTP Compression Schema module
B.IIS Request Filtering with rules to deny double-encoding and path traversal sequences ('..')
C.IP Address and Domain Restrictions module
D.Windows Authentication Provider with Kerberos constraints
AnswerB

IIS Request Filtering inspects requests for path traversal sequences and double-encoded characters and blocks them.

Why this answer

URL Authorization and Request Filtering in IIS inspect incoming request URLs for suspicious patterns, double-escaping, and path traversal sequences like '..', blocking them before execution.

13
MCQeasy

An enterprise is hardening its enterprise wireless network and migrating legacy authentication protocols. To protect against offline dictionary attacks and provide forward secrecy during the 4-way handshake, which Wi-Fi standard must be deployed?

A.WPA2-Enterprise with TKIP
B.WEP with Shared Key Authentication
C.WPA3-Personal with SAE
D.WPA-Enterprise with TKIP/AES mixed mode
AnswerC

WPA3-Personal uses Simultaneous Authentication of Equals (SAE) to secure the handshake and provide forward secrecy.

Why this answer

WPA3 introduces Simultaneous Authentication of Equals (SAE) to replace the pre-shared key (PSK) exchange, protecting against offline dictionary attacks and providing forward secrecy.

14
MCQmedium

During an incident response engagement, a security analyst discovers that an attacker executed a Server-Side Request Forgery (SSRF) vulnerability on an internal web application to access cloud instance metadata services (IMDS). Which remediation step should be applied immediately to the cloud application architecture to prevent future SSRF exploitation against IMDS?

A.Upgrade the web server operating system and apply all vendor-supplied kernel patches.
B.Implement a traditional Layer 3 network firewall rule to block all outbound TCP traffic on port 80.
C.Install a host-based intrusion detection system (HIDS) to monitor web application log directories.
D.Enforce Instance Metadata Service Version 2 (IMDSv2) requiring session tokens and configure strict URL parsing libraries on the web application.
AnswerD

IMDSv2 uses session tokens that cannot be easily spoofed via standard SSRF web request vectors.

Why this answer

Cloud providers (such as AWS) utilize IMDSv2, which requires session tokens, putting an explicit protection barrier against standard SSRF attacks. Additionally, restricting outbound application network calls and using IMDSv2 limits exposure.

15
Multi-Selectmedium

During the preparation and detection phases of incident response, a CND analyst must gather and analyze multiple sources of telemetry to identify the root cause of a suspected breach. Which THREE data sources are typically classified as network-based telemetry rather than host-based telemetry? (Choose three)

Select 3 answers
A.NetFlow and IPFIX traffic flow records
B.Master File Table ($MFT) filesystem journals
C.Full Packet Capture (PCAP) files from network taps
D.DNS query and response logs collected at the recursive resolver
E.Windows Security Event Logs (Event ID 4624)
AnswersA, C, D

NetFlow and IPFIX capture metadata about network traffic flows across routers and switches, making them network-based.

Why this answer

Network-based telemetry captures data traversing network links and perimeter devices, whereas host-based telemetry comes directly from operating system logs, registry entries, and local storage. NetFlow/IPFIX, Full Packet Capture (PCAP), and DNS query logs captured at the resolver level are network-based. Windows Security Event logs and local filesystem journals are host-based.

16
MCQeasy

A network security engineer wants to deploy a perimeter defense mechanism that acts as a decoy system, purposely loaded with vulnerabilities to lure attackers away from production assets and collect telemetry on their tactics. What is this technology called?

A.Intrusion Prevention System
B.Stateful Inspection Firewall
C.Proxy Server
D.Honeypot
AnswerD

Honeypots are decoy systems used to detect and study attacker techniques.

Why this answer

A honeypot is a decoy system designed to attract and trap attackers.

17
Multi-Selecthard

A security analyst is reviewing endpoint telemetry for signs of lateral movement and credential dumping. Which THREE of the following event log indicators or telemetry artifacts suggest potential credential dumping activity targeting LSASS? (Choose THREE)

Select 3 answers
A.Sysmon Event ID 10 (ProcessAccess) indicating access to lsass.exe by unverified tools
B.Regular scheduled defragmentation of the system volume by dfrgui.exe
C.Standard domain user successfully changing their own account password via Ctrl+Alt+Del
D.Unsigned or unknown binaries executing from temporary paths (e.g., C:\Users\Public) and opening handles to LSASS
E.Windows Security Event ID 4656 or 4663 showing handle requests to lsass.exe with PROCESS_VM_READ permissions
AnswersA, D, E

Sysmon Event ID 10 logs process access events, specifically highlighting interactions with critical processes like LSASS.

Why this answer

Credential dumping leaves specific traces, including abnormal handles opened to LSASS, unexpected processes reading LSASS memory, and specific Event IDs.

18
Multi-Selectmedium

A network administrator is configuring an intrusion prevention system (IPS) and needs to understand how signature-based and anomaly-based detection engines operate. Which TWO statements accurately describe anomaly-based IPS detection? (Choose two)

Select 2 answers
A.It establishes a baseline of normal network traffic patterns and detects deviations from that baseline.
B.It is highly effective at detecting previously unknown zero-day attacks that lack known signatures.
C.It relies on an up-to-date database of known malware signatures and explicit attack strings.
D.It guarantees zero false positive alerts in high-throughput enterprise network environments.
E.It requires manual updates from vendor threat intelligence feeds every time a new vulnerability is discovered.
AnswersA, B

Anomaly detection builds a behavioral baseline and flags deviations.

Why this answer

Anomaly-based detection establishes a baseline of normal network behavior and generates alerts when deviations occur, making it effective against zero-day attacks, though it can suffer from higher false positive rates.

19
MCQmedium

A developer is configuring TLS 1.3 encryption on an Nginx web server. To ensure maximum cryptographic strength and forward secrecy, which cipher suite configuration should be specified for TLS 1.3?

A.ssl_ciphers 'ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384';
B.ssl_protocols TLSv1.3; and relying on the protocol's mandated secure cipher suites (e.g., TLS_AES_256_GCM_SHA384)
C.ssl_prefer_server_ciphers off; combined with MD5
D.ssl_cipher_suites 'TLS_RSA_WITH_AES_128_CBC_SHA';
AnswerB

TLS 1.3 eliminates vulnerable legacy ciphers entirely and mandates secure AEAD ciphers automatically when TLSv1.3 is enabled.

Why this answer

TLS 1.3 cipher suites are predefined by the protocol standard (RFC 8446) and do not allow cipher suite negotiation in the same manner as TLS 1.2. The directive ssl_ciphers applies to TLS 1.2, whereas TLS 1.3 ciphers are controlled via ssl_conf_command or default built-in parameters like TLS_AES_256_GCM_SHA384.

20
MCQmedium

A security administrator needs to configure Windows Defender Firewall with Advanced Security via Group Policy Object (GPO) to block all outbound connections except those explicitly permitted by a rule. Where should the administrator configure this setting?

A.Computer Configuration -> Policies -> Administrative Templates -> Network -> Network Connections -> Windows Defender Firewall
B.Computer Configuration -> Preferences -> Control Panel Settings -> Network Options
C.Computer Configuration -> Policies -> Windows Settings -> Security Settings -> Windows Defender Firewall with Advanced Security -> Properties -> Outbound connections
D.Computer Configuration -> Policies -> Software Restriction Policies
AnswerC

This is the exact location to change the global state and default action for outbound connections in Windows Firewall GPO profiles.

Why this answer

The default outbound behavior of Windows Defender Firewall needs to be changed from Allow to Block in the GPO profile settings under Computer Configuration -> Policies -> Windows Settings -> Security Settings -> Windows Defender Firewall with Advanced Security.

21
Multi-Selectmedium

An organization is designing a redundant network architecture to prevent single points of failure at the gateway level. Which THREE protocols or features are commonly used to provide gateway redundancy and high availability for default routers or firewalls? (Choose three)

Select 3 answers
A.Hot Standby Router Protocol (HSRP)
B.Gateway Load Balancing Protocol (GLBP)
C.Spanning Tree Protocol (STP) root guard
D.Dynamic Host Configuration Protocol (DHCP) snooping
E.Virtual Router Redundancy Protocol (VRRP)
AnswersA, B, E

HSRP is a Cisco proprietary FHRP providing gateway redundancy.

Why this answer

VRRP, HSRP, and GLBP are standard First Hop Redundancy Protocols (FHRPs) used to provide default gateway redundancy for endpoints.

22
MCQmedium

An organization's web application is vulnerable to SQL injection (SQLi). An attacker is using union-based queries to extract database contents. Which defensive technology placed in front of the web application can inspect HTTP parameters and block SQLi signatures dynamically?

A.Configure a reverse proxy load balancer with IP hashing persistence algorithms.
B.Enable Unicast Reverse Path Forwarding (uRPF) on the network edge routing equipment.
C.Deploy a Web Application Firewall (WAF) configured with SQL injection signature rule sets and request anomaly scoring.
D.Implement a stateful network firewall configured with Layer 4 packet inspection rules.
AnswerC

A WAF inspects Layer 7 HTTP requests and blocks SQLi patterns before they reach the backend database.

Why this answer

A Web Application Firewall (WAF) inspects HTTP/HTTPS traffic specifically at Layer 7, utilizing signature matching, anomaly detection, and parser normalization to block attacks like SQL injection and XSS.

23
MCQeasy

An enterprise security policy dictates that all sensitive data at rest on laptops must be cryptographically protected. Which technology should the network administrator ensure is deployed and active on all corporate mobile endpoints?

A.Transport Layer Security (TLS) version 1.3
B.Full Disk Encryption (such as BitLocker or FileVault)
C.Dynamic Host Configuration Protocol (DHCP) snooping
D.Intrusion Detection System (IDS) signature files
AnswerB

Full disk encryption ensures data at rest is unreadable if the physical drive is stolen.

Why this answer

Full Disk Encryption (FDE) protects data at rest on laptops against physical theft or unauthorized access.

24
MCQhard

An intelligence-driven security team is utilizing the Diamond Model of Intrusion Analysis to track a sophisticated campaign. The team has identified the specific infrastructure used by the adversary to host malicious payloads. In the context of the Diamond Model, how is 'Infrastructure' classified?

A.As a core feature directly connected to Adversary and Victim
B.As a confidence value assigned to the intelligence report
C.As an external social-political requirement
D.As a meta-feature used exclusively for tracking timestamps
AnswerA

Infrastructure is one of the four core vertices (Adversary, Capability, Infrastructure, Victim) of the Diamond Model.

Why this answer

In the Diamond Model, Infrastructure and Capability are core meta-features that describe how the Adversary and Victim are connected.

25
MCQeasy

A corporate network is segmented into multiple zones. The security policy dictates that the Finance department subnet must be completely isolated from the Guest Wi-Fi subnet, and traffic between them must pass through a security device enforcing access control lists. Where should this security device be placed?

A.On the internal network boundary between the Finance and Guest VLANs
B.At the perimeter boundary directly connected to the ISP modem
C.On the local loopback interface of each end-user workstation
D.Inside the ISP core routing infrastructure
AnswerA

An internal firewall or routing boundary placed between distinct internal zones enforces security controls on east-west traffic.

Why this answer

To enforce policies and filter traffic between two distinct internal subnets or zones, the security device must be placed at the internal routing boundary, typically on an internal firewall interface acting as the default gateway for those subnets.

26
Multi-Selecteasy

An organization is evaluating methods to secure data in transit across public networks. Which TWO cryptographic protocols or mechanisms provide secure communication channels?

Select 2 answers
A.Plaintext Telnet protocol
B.Unencrypted HTTP protocol
C.Transport Layer Security (TLS v1.3)
D.Plaintext File Transfer Protocol (FTP)
E.Internet Protocol Security (IPsec) VPN
AnswersC, E

TLS secures application-layer traffic such as HTTPS, SMTPS, and LDAPS.

Why this answer

TLS (Transport Layer Security) and IPsec (Internet Protocol Security) are standard protocols for securing data in transit across networks.

27
MCQeasy

An organization wants to protect internal workstations by deploying a host-based firewall that evaluates inbound and outbound connection requests based on application executable names rather than just IP addresses and port numbers. Which Windows built-in security feature provides this capability?

A.Windows User Account Control (UAC)
B.Windows Defender Firewall with Advanced Security
C.Windows BitLocker Drive Encryption
D.Windows Subsystem for Linux (WSL)
AnswerB

The advanced Windows firewall natively supports application-aware rule creation based on file paths and executable signatures.

Why this answer

Windows Defender Firewall with Advanced Security allows administrators to create inbound and outbound rules based on specific application paths, services, and executable names.

28
MCQhard

A security auditor is evaluating an organization's change management process for network firewall rule modifications. Which control deficiency represents the highest risk to network availability and security posture?

A.Change request ticket numbers are generated automatically by software rather than handwritten logs.
B.Change request forms require the signature of the lead network architect rather than the CISO.
C.Firewall change tickets are archived in a digital repository for only 12 months instead of 3 years.
D.Network engineers implement emergency rule modifications directly in production without pre-testing or CAB approval.
AnswerD

Unvetted and untested changes directly threaten network stability and can accidentally open critical security holes.

Why this answer

Bypassing the formal change advisory board (CAB) review, testing, and emergency authorization process for rule changes introduces undocumented risks and potential outages.

29
MCQeasy

An enterprise security engineer needs to analyze VPC traffic flows in AWS to identify anomalous outbound communication from internal EC2 instances to unknown external IP addresses. Which AWS feature should be enabled and analyzed?

A.AWS VPC Flow Logs
B.Amazon GuardDuty Kubernetes audit logs
C.AWS Trusted Advisor network optimization checks
D.AWS CloudTrail Management Events
AnswerA

VPC Flow Logs record IP traffic flows passing through ENIs, supporting network forensics and monitoring.

Why this answer

AWS VPC Flow Logs capture information about IP traffic going to and from network interfaces in a VPC, enabling traffic analysis and anomaly detection.

30
Multi-Selectmedium

An administrator is configuring Mobile Device Management (MDM) for corporate tablets. Which TWO of the following security policies are standard capabilities enforceable via MDM? (Choose TWO)

Select 2 answers
A.Executing remote lock and remote wipe commands for lost or stolen devices
B.Allowing unrestricted installation of custom untrusted firmware packages
C.Enforcing device-wide encryption requirements
D.Disabling all over-the-air communication channels permanently
E.Removing all screen lock passcode requirements
AnswersA, C

MDM allows administrators to remotely lock or wipe devices to prevent data theft.

Why this answer

MDM solutions enforce device encryption requirements and remote wipe/lock capabilities.

31
Multi-Selectmedium

An administrator is configuring Microsoft BitLocker Drive Encryption on a Windows Server 2019 machine. Which TWO authentication methods are natively supported by BitLocker for operating system volume startup protection?

Select 2 answers
A.TPM with a Startup PIN
B.TPM only
C.RADIUS server biometric token verification
D.Active Directory Kerberos ticket delegation
E.Hardware token smart card reader authentication
AnswersA, B

Requiring a TPM and a user-entered PIN provides two-factor authentication at startup.

Why this answer

BitLocker operating system drive startup supports TPM only, TPM + PIN, TPM + Startup Key (USB), and Startup Key (USB) alone (when allowed via policy).

32
Multi-Selecthard

An enterprise network administrator is troubleshooting persistent packet drops at the perimeter firewall. Which THREE diagnostic tools or commands are most effective for identifying where and why traffic is being dropped? (Choose THREE)

Select 3 answers
A.Traceroute / ping utilities to test end-to-end path connectivity and TTL expiration
B.Network packet analyzers (e.g., tcpdump or Wireshark) capturing traffic on firewall interfaces
C.Firewall packet flow tracing / debug packet tools (e.g., Cisco ASA packet-tracer or Palo Alto global packet diagnostic)
D.Reformatting the firewall hard drive and reinstalling the BIOS firmware
E.Disconnecting all internal switch uplinks permanently
AnswersA, B, C

Traceroute identifies routing path failures and hop responses.

Why this answer

Packet capture utilities, firewall packet flow debuggers, and connectivity testing tools help isolate packet drop causes.

33
MCQmedium

A cloud security specialist is hardening a Google Cloud Storage bucket. The enterprise requirement mandates that once an object is written, it cannot be modified or deleted by any user, including root administrators, for a compliance retention period of 5 years. Which GCP storage feature must be configured?

A.Google Cloud IAM Bucket-Level Access Control with deny policies
B.Customer-managed encryption keys (CMEK) with scheduled key rotation
C.GCP Storage object versioning with lifecycle rules
D.Cloud Storage Bucket Lock using Object Retention Policies (WORM)
AnswerD

Bucket Lock enforces WORM (Write Once, Read Many) retention policies that prevent deletion or modification until expiration.

Why this answer

Cloud Storage Bucket Lock using Object Retention Policies (WORM storage) enforces Write Once, Read Many compliance protections that cannot be bypassed even by bucket owners.

34
MCQmedium

A security analyst is investigating a suspected lateral movement attempt using Pass-the-Hash. Which Windows Security Event Log ID should the analyst examine to detect authentication via NTLM hash rather than plaintext password?

A.Event ID 1102
B.Event ID 4698
C.Event ID 4624
D.Event ID 4720
AnswerC

Event ID 4624 captures successful logon events, indicating the authentication package used (e.g., NTLM).

Why this answer

Event ID 4624 logs successful logons, and the 'Authentication Package' field specifies NTLM (or Negotiate falling back to NTLM).

35
Multi-Selecthard

An enterprise security architect is configuring database security controls in Microsoft SQL Server 2019. Which THREE native features should be implemented to ensure comprehensive data protection and auditing?

Select 3 answers
A.Dynamic Data Masking (DDM) to limit sensitive data exposure to non-privileged users in query results
B.Always Encrypted to protect sensitive column data from database administrators
C.Transparent Data Encryption (TDE) for encrypting database files at rest on disk
D.Disabling the TCP/IP protocol and allowing only NetBIOS frame broadcasts
E.Granting db_owner permissions to all public database roles by default
AnswersA, B, C

DDM obscures sensitive data in the result set of queries over designated database fields without altering underlying data.

Why this answer

SQL Server features include Transparent Data Encryption (TDE), Dynamic Data Masking (DDM), Always Encrypted, and SQL Server Audit.

36
MCQmedium

An administrator notices unusual traffic volume exiting an internal server toward an unknown external IP address on TCP port 4443. Further investigation reveals data exfiltration. Which firewall feature should be configured at the perimeter to inspect and block unauthorized outbound application traffic and unknown protocols?

A.Configure a stateless packet filtering access control list on the core router interface.
B.Activate standard IP source guard on all internal user-facing switch access ports.
C.Enable Network Address Translation (NAT) overload (PAT) on the perimeter router.
D.Deploy a Next-Generation Firewall (NGFW) with Deep Packet Inspection (DPI) and App-ID controls.
AnswerD

NGFW with DPI and App-ID inspects application payloads rather than relying solely on port numbers.

Why this answer

Next-Generation Firewalls (NGFW) utilize Deep Packet Inspection (DPI) and App-ID features to identify applications regardless of port numbers, allowing administrators to enforce strict outbound application control policies.

37
MCQeasy

A security analyst is reviewing logs from a host-based Intrusion Prevention System (HIPS). The system successfully identified and blocked an injection attack by terminating the offending process instantly. What type of proactive preventive action did the HIPS execute?

A.DNS Sinkholing
B.Active Response / Process Termination
C.Passive Log Alerting
D.Vulnerability Patch Management
AnswerB

Terminating the malicious process actively stops the attack execution in real-time.

Why this answer

Active response mechanisms in HIPS include terminating malicious processes, resetting network connections, or modifying firewall rules automatically upon detecting a threat signature.

38
MCQeasy

An incident responder in a Security Operations Center notices recurring failed login attempts followed by a successful root login on an SSH server. The administrator needs to identify the first phase of the incident response lifecycle according to NIST SP 800-61. Which action should be performed first?

A.Analyze the log files to verify if an unauthorized breach has occurred
B.Contain the compromised host to prevent lateral movement
C.Perform post-incident lessons learned activities
D.Eradicate the malware from the impacted SSH server
AnswerA

Detection and Analysis is the initial operational phase where alerts are triaged and incidents are validated.

Why this answer

According to NIST SP 800-61, Preparation is the first phase, but when actively handling an event, the first operational phase of the incident response lifecycle is Detection and Analysis.

39
MCQhard

An enterprise cloud security architect is hardening an Azure Kubernetes Service (AKS) cluster. The requirement is to ensure that node-to-node communication within the cluster is encrypted in transit. Which feature must be enabled during cluster creation or configuration?

A.Azure Application Gateway Ingress Controller (AGIC)
B.Azure CNI powered by Cilium with data plane encryption enabled
C.Azure Key Vault provider for Secrets Store CSI driver
D.Azure Policy for Kubernetes add-on
AnswerB

Cilium in AKS enables encryption of container network traffic in transit between nodes using IPsec or WireGuard.

Why this answer

Azure CNI with Cilium supports network policies and data plane encryption (IPsec/WireGuard) for node-to-node and pod-to-pod traffic in AKS.

40
MCQeasy

An organization's security policy states that all remote administrators must connect via an encrypted tunnel. Which protocol implementation satisfies this policy during command-line switch administration?

A.TFTP (Trivial File Transfer Protocol)
B.HTTP over port 80
C.Telnet over port 23
D.SSH (Secure Shell) version 2
AnswerD

SSHv2 provides secure, encrypted administrative access.

Why this answer

SSH (Secure Shell) provides encrypted command-line management, replacing unencrypted protocols like Telnet.

41
MCQmedium

A security engineer is configuring a stateful inspection firewall and needs to handle incoming traffic for an active FTP data connection operating in passive mode. What specific challenge does passive FTP present to the firewall, and how does the firewall resolve it?

A.The firewall must permanently open all ports above 1024 to allow inbound FTP file transfers.
B.Passive FTP encrypts the control channel by default, preventing the firewall from inspecting port numbers.
C.The client uses UDP port 69, which requires disabling stateful inspection for TFTP traffic.
D.The server initiates a connection back to a random client port, which is blocked unless an Application Layer Gateway (ALG) dynamically opens the port.
AnswerD

Passive FTP requires an FTP ALG on the firewall to inspect control commands and dynamically permit the server-specified data port.

Why this answer

In passive FTP, the client initiates both the control and data connections, but the server dictates the dynamic high-port number for the data channel. Stateful firewalls use an application layer gateway (ALG) inspect the FTP control channel negotiation to dynamically open the required high-port for the data connection.

42
MCQmedium

A security administrator is evaluating Mobile Threat Defense (MTD) solutions for corporate Android devices. The administrator needs a solution that can detect rogue Wi-Fi access points and Man-in-the-Middle (MitM) attacks at the network layer. Which capability must the MTD solution provide?

A.Application sideloading enforcement
B.Containerized workspace isolation
C.Remote wipe capability for lost devices
D.Network protection and Wi-Fi security inspection
AnswerD

MTD network protection detects suspicious network configurations, captive portal manipulation, and rogue APs.

Why this answer

Advanced Mobile Threat Defense agents monitor network traffic anomalies, SSL stripping, and ARP spoofing to detect rogue access points and MitM attacks.

43
MCQhard

An enterprise security team is implementing ISO/IEC 27035 for incident management. During the 'Planning and Preparation' phase, which activity must be completed to ensure effective governance when a major network breach occurs?

A.Isolating compromised VLANs from the core routing backbone during an active attack
B.Restoring critical database backups from immutable offsite storage vaults
C.Establishing the CSIRT, defining escalation paths, and drafting incident response procedures
D.Performing root-cause analysis on active command-and-control channels
AnswerC

Preparation involves creating the team, policies, and operational frameworks prior to incidents.

Why this answer

ISO/IEC 27035 requires establishing an incident management policy, forming a Computer Security Incident Response Team (CSIRT), and defining clear escalation procedures during the preparation phase.

44
Multi-Selecthard

A security team is implementing defense-in-depth controls to protect an enterprise wireless network against advanced attacks. Which TWO advanced hardening and security configurations should be deployed? (Choose TWO)

Select 2 answers
A.Using Wired Equivalent Privacy (WEP) with static 40-bit pre-shared keys.
B.Configuring hidden SSIDs across all access points as the primary perimeter defense mechanism.
C.Mandatory Protected Management Frames (PMF / 802.11w) to prevent forged deauthentication and disassociation attacks.
D.Disabling all encryption ciphers to maximize wireless throughput and signal range.
E.Wireless Intrusion Detection Systems (WIDS / wIPS) to monitor radio frequencies and alert on rogue APs or MAC spoofing.
AnswersC, E

PMF cryptographically protects management frames against spoofing and deauth attacks.

Why this answer

Enterprise wireless security is enhanced by implementing WPA3-Enterprise with Protected Management Frames (PMF) to prevent deauthentication spoofing, and deploying Wireless Intrusion Detection Systems (WIDS/wIPS) to detect rogue APs and attacks.

45
MCQmedium

An organization is implementing cloud security posture management (CSPM) for its multi-cloud environment. The security team needs to ensure that Amazon S3 storage buckets are not publicly accessible due to misconfigurations. Which automated preventive control should be enforced?

A.Enable Amazon S3 Block Public Access settings across all AWS accounts and buckets.
B.Deploy an AWS WAF web access control list on Amazon CloudFront distributions.
C.Configure AWS Security Hub with CIS AWS Foundations Benchmark compliance standards.
D.Install a host-based antivirus agent on all EC2 virtual machine instances.
AnswerA

S3 Block Public Access overrides policies and ACLs to prevent public exposure.

Why this answer

AWS S3 Block Public Access is a global or bucket-level setting that ensures public ACLs and bucket policies cannot be applied, preventing accidental data exposure via S3 misconfigurations.

46
MCQhard

An enterprise is conducting a third-party security audit using the CIS Controls v8 framework. The audit scope includes CIS Control 4: 'Continuous Vulnerability Management'. Which activity must the network defense team demonstrate to achieve full compliance with this control?

A.Performing manual penetration testing once every five years
B.Conducting automated authenticated vulnerability scans of all internal and external assets on a regular schedule
C.Deploying hardware token multi-factor authentication for VPN users
D.Restricting administrative access to local console connections only
AnswerB

Authenticated scans provide accurate visibility into missing patches and misconfigurations.

Why this answer

CIS Control 4 requires running continuous automated vulnerability scans of all assets and validating remediation patching cadences.

47
MCQhard

An organization is adopting the NIST Cybersecurity Framework (CSF) v2.0. The security team is executing activities under the 'Govern (GV)' function, specifically establishing cybersecurity supply chain risk management processes. Which NIST SP 800-53 revision 5 control family primarily addresses this governance requirement?

A.PL (Planning)
B.SR (Supply Chain Risk Management)
C.CA (Assessment, Authorization, and Monitoring)
D.SC (System and Communications Protection)
AnswerB

The SR family covers supplier relationships, assessments, and acquisition strategies.

Why this answer

NIST SP 800-53 Rev. 5 includes the Supply Chain Risk Management (SR) control family, which directly supports supply chain security governance.

48
MCQeasy

An enterprise IT security team wants to monitor AWS API calls and receive alerts whenever an unauthorized user attempts to modify critical IAM policies or security group rules. Which combination of AWS services should be configured?

A.AWS Direct Connect combined with VPC Flow Logs
B.AWS Config rules combined with Amazon Inspector
C.AWS WAF combined with Amazon Route 53 DNS logging
D.AWS CloudTrail combined with Amazon EventBridge and SNS alerts
AnswerD

CloudTrail captures API activity, EventBridge detects pattern matches, and SNS sends security alerts.

Why this answer

AWS CloudTrail logs API calls, and Amazon EventBridge (formerly CloudWatch Events) detects specific events to trigger AWS SNS alerts or Lambda remediation.

49
MCQmedium

A security administrator is configuring Azure Network Security Groups (NSGs) to protect a multi-tier application. Which rule evaluation principle does Azure apply when processing network traffic through an NSG?

A.First match based on rule priority number in ascending order
B.Last match evaluated across all security rules
C.Explicit allow rules override all deny rules regardless of priority
D.Deny rules always take precedence regardless of priority number
AnswerA

Azure processes NSG rules in order of priority (lowest number first) and stops evaluating upon the first match.

Why this answer

Azure NSGs evaluate rules based on priority number in ascending order (lowest number processed first); the first matching rule dictates whether traffic is allowed or denied.

50
MCQmedium

A security compliance officer is reviewing firewall change management tickets. Which step is mandatory in the change management lifecycle before deploying a firewall rule modification into the production environment?

A.Documenting the business justification, performing risk assessment, and obtaining CAB approval
B.Deleting all existing firewall rules to ensure a clean rulebase state
C.Immediately pushing the rule via automated script without prior peer review to minimize downtime
D.Disabling change logging to save disk space on the management server
AnswerA

Proper governance mandates documented justification, risk review, and Change Advisory Board sign-off.

Why this answer

Change management requires formal peer review, security impact analysis, and change advisory board (CAB) approval prior to production deployment.

51
MCQmedium

A penetration tester is evaluating a web application built on Node.js and discovers that user objects passed into an administrative function are vulnerable to prototype pollution. Which remediation strategy should the development team apply to prevent this vulnerability?

A.Freeze global object prototypes using Object.freeze() and validate incoming JSON keys to disallow __proto__ assignments
B.Sanitize all input parameters using DOMPurify before rendering them
C.Configure CORS headers with Access-Control-Allow-Origin set to specific domains
D.Implement parameterized SQL queries for all database interactions
AnswerA

Freezing prototypes and filtering out special property keys like __proto__ or constructor prevents prototype pollution.

Why this answer

Freezing the prototype object using Object.freeze(Object.prototype) or avoiding recursive merging of untrusted JSON payloads into existing objects prevents prototype pollution in JavaScript/Node.js.

52
Multi-Selectmedium

Which TWO features are commonly found in Enterprise Next-Generation Firewalls (NGFW) that distinguish them from traditional stateful inspection firewalls? (Choose TWO)

Select 2 answers
A.Application awareness and identification (App-ID)
B.Strict restriction to operating exclusively at Layer 2 (Data Link layer)
C.Inability to inspect encrypted HTTPS traffic under any circumstances
D.Exclusive reliance on static MAC address filtering for access control
E.Integrated user identification and policy enforcement (User-ID)
AnswersA, E

NGFWs identify traffic by application regardless of port numbers.

Why this answer

NGFWs add application awareness (App-ID) and deep user identification/inspection beyond traditional Layer 3/4 stateful filtering.

53
MCQmedium

A network defender is analyzing threat intelligence feeds to understand the tactics, techniques, and procedures (TTPs) of an adversary. The intelligence provides detailed campaign histories and adversary motivations. Which level of threat intelligence does this represent?

A.Strategic threat intelligence
B.Operational threat intelligence
C.Tactical threat intelligence
D.Technical threat intelligence
AnswerA

Strategic intelligence addresses high-level trends, motivations, and broad adversary campaigns.

Why this answer

Strategic threat intelligence provides high-level information regarding campaigns, adversary motivations, and trends for executive decision-makers.

54
Multi-Selectmedium

A security engineer needs to configure secure log management and transmission from edge firewalls and switches to a centralized SIEM server. Which TWO protocols or features ensure that log data is transmitted securely and integrally across the network? (Choose two)

Select 2 answers
A.Unencrypted UDP Syslog (Port 514)
B.Encrypted log forwarding via HTTPS REST APIs to the SIEM collector
C.Syslog over TLS (TCP Port 6514)
D.Unauthenticated TFTP log backup transfers
E.SNMPv1 trap forwarding
AnswersB, C

Using encrypted HTTPS APIs ensures confidentiality and integrity of log transmissions.

Why this answer

Standard Syslog (UDP 514) transmits logs in cleartext. Secure transmission requires Syslog over TLS or encrypted forwarding mechanisms like SECURE SNMP/SFTP/HTTPS log shipping.

55
Multi-Selecteasy

An organization is deploying a Data Loss Prevention (DLP) solution to protect sensitive intellectual property. Which TWO locations or data states must a comprehensive DLP architecture monitor?

Select 2 answers
A.Data routed through internal Bluetooth beacon devices
B.Data processed inside physical server CPU cache registers only
C.Data in transit across network gateways (Network DLP)
D.Data transmitted over analog telephone modem lines
E.Data at rest on endpoint hard drives and file shares (Storage/Discovery DLP)
AnswersC, E

Network DLP monitors email, web traffic, FTP, and other protocols leaving the perimeter.

Why this answer

Comprehensive DLP solutions cover data in transit (network), data at rest (storage/databases), and data in use (endpoints).

56
Multi-Selecthard

A security engineer is performing a security audit on an enterprise PostgreSQL database server. Which THREE hardening steps should be implemented to secure database access and data at rest?

Select 3 answers
A.Configure pg_hba.conf to enforce scram-sha-256 password authentication and restrict remote host connection ranges
B.Load the pgcrypto extension and configure encryption for sensitive columns
C.Set superuser password to null and allow trust authentication for all interfaces
D.Enable SSL/TLS in postgresql.conf by setting ssl = on along with valid server certificate file paths
E.Disable all logging in postgresql.conf to maximize query execution performance
AnswersA, B, D

scram-sha-256 is the recommended secure password authentication method in PostgreSQL, and pg_hba.conf controls host access.

Why this answer

PostgreSQL hardening includes configuring pg_hba.conf for strict IP/authentication, enabling SSL/TLS in postgresql.conf, and managing superuser access properly.

57
MCQeasy

An incident handler receives an alert from Snort regarding a potential SQL injection attack against a web application. The alert shows a signature matching 'SELECT * FROM users WHERE'. Which type of detection methodology is Snort primarily utilizing in this scenario?

A.Heuristic detection
B.Behavioral analytics detection
C.Signature-based detection
D.Anomaly-based detection
AnswerC

Signature-based detection compares network payloads against a database of known malicious rules.

Why this answer

Snort uses signature-based detection (pattern matching) to identify known attack patterns in network traffic.

58
Multi-Selectmedium

An enterprise Security Operations Center is integrating a Security Orchestration, Automation, and Response (SOAR) platform. Which THREE tasks are primary use cases for SOAR in incident response? (Choose THREE)

Select 3 answers
A.Designing corporate marketing websites
B.Replacing physical data center firewalls with robotic hardware arms
C.Executing automated containment playbooks (e.g., isolating a host upon high-fidelity alert)
D.Automated enrichment of IOCs via external threat intelligence APIs
E.Streamlining incident case management and ticket generation in platforms like Jira or ServiceNow
AnswersC, D, E

SOAR orchestrates response actions across EDR and firewalls automatically.

Why this answer

SOAR platforms automate threat enrichment, orchestrate multi-tool containment playbooks, and streamline alert triage.

59
MCQhard

An enterprise is deploying an IPsec site-to-site VPN. The security team wants to ensure that if an attacker captures today's encrypted network traffic, they cannot decrypt it even if they eventually compromise the long-term preshared keys or private keys used during the initial key exchange. What cryptographic property must be enforced?

A.Authenticated Encryption with Associated Data (AEAD) using GCM mode
B.Perfect Forward Secrecy (PFS) via ephemeral Diffie-Hellman key exchanges
C.Anti-replay protection using sequence number windows
D.RSA signature-based peer authentication
AnswerB

PFS ensures session keys are ephemeral and not derived from long-term master keys, protecting historical captured traffic.

Why this answer

Perfect Forward Secrecy (PFS) ensures that session keys derived from Diffie-Hellman key exchanges are independent of long-term root secret keys, meaning compromise of the master keys does not compromise past session data.

60
MCQmedium

A security administrator is preparing a security baseline for iOS and iPadOS devices using an MDM solution. To protect corporate data at rest on managed mobile devices, which setting must be verified?

A.Enforcing a passcode policy with complexity and auto-lock requirements
B.Disabling Apple Push Notification service (APNs)
C.Enabling AirDrop for all contacts
D.Enabling iCloud Backup for all application data
AnswerA

Enforcing a passcode on iOS automatically activates hardware-based data encryption (Data Protection) for files.

Why this answer

Enforcing device encryption (which is built into iOS devices when a passcode is set) ensures data at rest is encrypted with hardware keys.

61
MCQhard

An organization is deploying an Intrusion Prevention System (IPS) in an enterprise data center. To minimize latency and avoid becoming a single point of failure that disrupts network uptime if the hardware fails, the engineering team chooses a specific deployment topology. Which deployment option provides inline inspection with hardware-level bypass capability?

A.Configuring the IPS as an out-of-band active response server using SNMP traps.
B.Placing the IPS behind a load balancer using round-robin DNS routing.
C.Deploying the IPS inline equipped with hardware fail-open optical/electrical bypass tap modules
D.Deploying the IPS in passive tap mode using a network packet broker span session.
AnswerC

Hardware bypass modules automatically bridge network ports during power failure, maintaining high availability for inline security devices.

Why this answer

An inline deployment with an optical or electrical bypass tap (fail-open NIC) ensures that if the IPS loses power or crashes, the network links physically bridge together, allowing traffic to continue flowing without dropping connectivity.

62
MCQeasy

An enterprise administrator needs to configure AWS Security Hub to automatically ingest and centralize security findings across all organizational accounts in AWS. Which service must be enabled first to create the organizational management structure before enabling Security Hub?

A.AWS Shield Advanced
B.AWS Organizations with all features enabled
C.AWS CloudTrail
D.AWS Transit Gateway
AnswerB

AWS Organizations is required to manage multiple accounts centrally and enable Security Hub across the organization.

Why this answer

AWS Organizations must be enabled and configured with all-features mode before Security Hub can aggregate findings across multiple accounts in an enterprise environment.

63
MCQmedium

An organization is deploying ISO/IEC 27001 as its primary information security framework. The Chief Information Security Officer (CISO) needs to ensure that the Statement of Applicability (SoA) accurately reflects the selected security controls and justifies any exclusions. Which activity must the network defense team perform first to satisfy this compliance requirement?

A.Configure firewall rulebases to block all inbound traffic by default.
B.Draft the incident response playbook according to NIST SP 800-61.
C.Deploy a Security Information and Event Management (SIEM) solution for continuous monitoring.
D.Perform a comprehensive risk assessment and align the identified risks against Annex A control objectives.
AnswerD

The Statement of Applicability is fundamentally derived from the risk treatment process, linking identified risks to specific Annex A controls.

Why this answer

Before compiling the Statement of Applicability, the team must complete a formal risk assessment and risk treatment plan to determine which controls from Annex A of ISO/IEC 27001 are necessary to mitigate identified risks.

64
MCQeasy

A security analyst is investigating an EDR alert where a process spawned a suspicious child process. The analyst needs to review the process lineage tree. Which EDR capability is most useful for this task?

A.Network Packet Capture (PCAP)
B.Hardware Diagnostics
C.Process Lineage and Tree Visualization
D.Disk Defragmentation
AnswerC

Process tree visualization displays the exact parent-child execution chain, helping analysts trace attack vectors.

Why this answer

EDR tools capture process creation telemetry, allowing analysts to visualize process trees showing parent-child relationships and command-line arguments.

65
MCQeasy

What is the primary purpose of deploying a Network Intrusion Detection System (NIDS) in promiscuous mode on a perimeter switch span/mirror port?

A.To passively monitor and analyze network traffic copies for malicious signatures and anomalies.
B.To actively block and drop malicious packets inline.
C.To act as the default gateway for the DMZ network.
D.To perform Network Address Translation for internal hosts.
AnswerA

Passive monitoring allows NIDS to detect threats without impacting network latency.

Why this answer

A NIDS monitors traffic passively via a span port to detect anomalies and attacks without altering packet delivery.

66
MCQeasy

A wireless security audit reveals that an unauthorized rogue access point has been deployed within the corporate perimeter, configured with the exact same SSID as the corporate enterprise network to perform an evil twin attack. Which enterprise wireless feature should the network administrator configure on the Wireless LAN Controller (WLC) to automatically detect and contain this rogue AP?

A.Enable Rogue AP Detection and Automated Containment on the Wireless LAN Controller (WLC).
B.Migrate the enterprise wireless network from WPA2-Personal to WPA3-Enterprise (SAE).
C.Disable SSID broadcasting (hidden SSID) across all corporate wireless access points.
D.Configure MAC filtering to allow only corporate-approved wireless client hardware addresses.
AnswerA

WLC rogue detection and containment automatically identifies and neutralizes evil twin access points.

Why this answer

Cisco Wireless LAN Controllers feature Rogue AP Detection and Automatic Containment (using Rogue Management and Adaptive Wireless Intrusion Prevention System - wIPS) which detects unauthorized APs broadcasting corporate SSIDs and sends deauthentication frames to isolate associated clients.

67
MCQhard

An organization is implementing virtual network segmentation in an enterprise Azure environment. The requirement is to inspect all inter-subnet traffic between different virtual networks (East-West traffic) using centralized next-generation firewalls. Which Azure networking architecture should be deployed?

A.Hub-and-Spoke Virtual Network architecture with User Defined Routes (UDR) pointing to Azure Firewall
B.Full mesh VPC peering between all individual application virtual networks
C.Azure ExpressRoute Local circuits with direct peering
D.Default Azure Virtual Network peering without route tables
AnswerA

Hub-and-spoke with UDRs ensures East-West inter-VPC traffic is forced through centralized virtual appliances in the hub.

Why this answer

Azure Virtual Network Hub-and-Spoke architecture routes all inter-spoke traffic through a centralized Hub virtual network containing Azure Firewall or third-party NVA appliances.

68
MCQeasy

An auditor is reviewing an enterprise Azure environment and wants to ensure that all Azure Storage accounts enforce encryption of data at rest using customer-managed keys (CMK) stored in a secure hardware security module. Which Azure service should be integrated with Storage Accounts?

A.Azure Information Protection (AIP)
B.Azure Active Directory (Microsoft Entra ID) Identity Protection
C.Azure Key Vault (Managed HSM or Standard Vault)
D.Azure Sentinel (Microsoft Sentinel)
AnswerC

Azure Key Vault stores and manages customer-managed keys (CMK) for encrypting Azure resources.

Why this answer

Azure Key Vault allows organizations to generate, manage, and control cryptographic keys used for customer-managed key encryption in Azure Storage.

69
MCQhard

A security administrator is hardening an Apache HTTP Server 2.4 configuration on Ubuntu to protect web applications against Cross-Site Scripting (XSS) and clickjacking. Which directives should be added to the httpd.conf file to enforce a Content Security Policy (CSP) and prevent framing?

A.LoadModule headers_module modules/mod_headers.so followed by Header set X-Frame-Options 'DENY' and Header set Content-Security-Policy "default-src 'self'"
B.TraceEnable Off and ServerTokens Prod
C.FileETag None and Options -Indexes
D.SecurityHeadersEngine On followed by SetFrameOptions DENY
AnswerA

mod_headers must be loaded to set HTTP security response headers such as X-Frame-Options and Content-Security-Policy.

Why this answer

Header set Content-Security-Policy and Header set X-Frame-Options are the standard Apache directives (using mod_headers) to enforce security headers.

70
MCQhard

An enterprise network security team is analyzing BGP routing anomalies at the internet edge. An attacker is attempting to inject malicious routing updates to hijack corporate IP space (BGP prefix hijacking). Which mechanism should the network edge routers implement to cryptographically verify the origin autonomy of IP prefixes?

A.Resource Public Key Infrastructure (RPKI) with Route Origin Validation (ROV)
B.DNSSEC zone signing across all authoritative name servers
C.OSPFv3 authentication trailers using HMAC-SHA-256
D.IPsec Transport Mode with pre-shared keys
AnswerA

RPKI uses digital certificates to validate that an AS is authorized to originate a specific IP prefix, defending against BGP hijacking.

Why this answer

Resource Public Key Infrastructure (RPKP) allows resource holders to cryptographically associate IP address blocks with their legitimate Autonomous System Number (ASN) via Route Origin Authorizations (ROAs), preventing BGP hijacking.

71
MCQeasy

An organization needs to implement a mandatory framework that governs the classification, handling, and disposal of sensitive corporate data. Which policy type should the network security administrator draft first to establish baseline expectations?

A.Patch Management Policy
B.Information Security Policy
C.Remote Access Policy
D.Firewall Configuration Policy
AnswerB

This policy defines overall expectations for protecting company assets and data.

Why this answer

A corporate information security policy establishes the overarching baseline expectations and security posture for data handling across the organization.

72
MCQeasy

An administrator needs to configure Microsoft BitLocker Drive Encryption via Group Policy to require a startup PIN on a Trusted Platform Module (TPM) equipped system. Which specific policy path must be navigated in the Local Group Policy Editor?

A.Computer Configuration -> Windows Settings -> Security Settings -> Account Policies -> BitLocker Settings
B.Computer Configuration -> Administrative Templates -> System -> Trusted Platform Module Services
C.User Configuration -> Administrative Templates -> Windows Components -> Encryption -> BitLocker
D.Computer Configuration -> Administrative Templates -> Windows Components -> BitLocker Drive Encryption -> Operating System Drives
AnswerD

This is the exact path where operating system drive policies, including startup authentication requirements, are configured.

Why this answer

To enforce a startup PIN with TPM in BitLocker via Group Policy, the administrator must navigate to Computer Configuration -> Administrative Templates -> Windows Components -> BitLocker Drive Encryption -> Operating System Drives and enable 'Require additional authentication at startup'.

73
MCQmedium

A security engineer is configuring Linux Auditd on enterprise servers to log all attempts to modify user and group databases. Which audit rule should be added to /etc/audit/audit.rules?

A.-w /etc/passwd -p wa -k identity
B.-a always,exclude -F path=/etc/passwd
C.sysctl -w kernel.audit=1
D.-e 0
AnswerA

-w watches the file, -p wa audits write and attribute changes, and -k assigns an audit key for searching logs.

Why this answer

Monitoring sensitive files like /etc/passwd and /etc/shadow requires adding watch rules using the -w flag with write permissions (-p w).

74
MCQeasy

An enterprise network defense team is establishing the first phase of the Network Defense Lifecycle Management process. Which primary activity must occur during the initial 'Assessment and Analysis' phase?

A.Identifying and cataloging all network assets, data flows, and current vulnerabilities
B.Conducting incident containment following a zero-day breach
C.Deploying next-generation firewalls across core network segments
D.Decommissioning obsolete routers and end-of-life switches
AnswerA

Asset discovery and vulnerability identification form the baseline of security analysis.

Why this answer

The Assessment and Analysis phase evaluates existing network assets, vulnerabilities, and baseline security posture to inform defense strategies.

75
MCQeasy

A network administrator needs to deploy a security device that inspects inbound HTTP and HTTPS traffic at the application layer and drops requests containing SQL injection signatures before they reach the web server. Which device should the administrator deploy?

A.Network Intrusion Prevention System (NIPS)
B.Packet filtering router
C.Traditional Stateful Packet Inspection Firewall
D.Web Application Firewall (WAF)
AnswerD

A WAF provides Layer 7 application inspection, specifically tailored to detect and block web attacks such as SQL injection.

Why this answer

A Web Application Firewall (WAF) operates at Layer 7 and is specifically designed to inspect HTTP/HTTPS traffic and protect web applications against attacks like SQL injection and cross-site scripting.

Page 1 of 5

Page 2

All pages