Ad slot · leaderboard (728×90 / responsive)Manual unit, below nav — clear of every quiz tap target
Home/ CompTIA Security+/ Domain 4: Security Operations
Free · SY0-701 · Domain 4 of 5

CompTIA Security+ Domain 4: Security Operations

28% of the SY0-701 exam — the largest domain
Practice — Domain 4
4.1 Secure baselines & hardening

A systems administrator must deploy 200 new Windows workstations that all enforce the same approved registry, service, and password settings before going live. Which approach best establishes and consistently enforces this secure baseline?

Answer
Correct answerB · Apply a Group Policy security template aligned to a CIS Benchmark across all hosts

A security template or GPO derived from an established benchmark codifies the approved settings and enforces them uniformly across every joined host.

Why the other options are wrong
  • AManual per-host configuration is error prone and does not guarantee consistency at scale, defeating the purpose of a uniform baseline.
  • CScanning finds missing patches and flaws but does not define or push the approved configuration settings that a baseline requires.
  • DDefault vendor settings are exactly what hardening replaces; firewalls alone do not enforce the registry and service baseline needed here.
Secure baselines are established, deployed, and maintained via standardized templates/benchmarks; SY0-701 Obj 4.1
4.2 Asset management

An organization is retiring a batch of storage arrays that held regulated customer data, but the drives will be reused internally in a lower-sensitivity test lab. Which disposal action best fits this asset decommissioning scenario?

Answer
Correct answerC · Sanitize the drives with a certified data-wipe (purge) before reassigning them

Purging via a certified overwrite or cryptographic erase removes recoverable data while preserving the media for sanctioned internal reuse.

Why the other options are wrong
  • AShredding destroys the media, contradicting the requirement to reuse the drives internally for the lower-sensitivity test lab.
  • BReformatting and deleting partitions leaves recoverable data, an inadequate sanitization method for regulated information being repurposed.
  • DEncrypting in place still leaves the original keys and protected data accessible, so it does not sanitize the asset before reuse.
Asset decommissioning requires sanitization appropriate to data sensitivity and intended reuse; SY0-701 Obj 4.2
4.3 Vulnerability management

Within the CVSS v3.1 base score, which characteristic does the Attack Vector metric describe?

Answer
Correct answerA · The context (network/adjacent/local/physical) by which exploitation is possible

Attack Vector specifies the proximity an attacker needs, ranging from remote network access down to physical access to the component.

Why the other options are wrong
  • BThat definition matches the User Interaction metric, not Attack Vector, which describes the exploitation path rather than victim involvement.
  • CThose are the separate impact sub-metrics; Attack Vector measures how the flaw is reached, not the resulting damage.
  • DThat describes the Privileges Required metric; Attack Vector instead captures the network proximity of the exploitation path.
CVSS Attack Vector reflects exploitation context/proximity (N/A/L/P); SY0-701 Obj 4.3
4.4 Alerting & monitoring

A SOC analyst notices that failed-login alerts from firewalls, domain controllers, and VPN appliances must each be checked in separate consoles, making it hard to spot a coordinated attack. Which capability most directly solves this problem?

Answer
Correct answerD · Forward all device logs to a SIEM that normalizes and correlates them

A SIEM centralizes, normalizes, and correlates logs from disparate sources, surfacing coordinated patterns like distributed failed logins in one place.

Why the other options are wrong
  • ASNMP traps push individual device alerts but do not aggregate or correlate events from multiple sources into one investigative view.
  • BMore verbose logs add data but still leave events scattered across separate consoles, worsening rather than solving the visibility gap.
  • CNetFlow records traffic flows for bandwidth and connection analysis, not the cross-source authentication-event correlation the analyst actually needs.
SIEM aggregates and correlates multi-source logs for unified detection; SY0-701 Obj 4.4
4.5 Enterprise security capabilities

After an employee emailed a spreadsheet of customer Social Security numbers to a personal account, leadership wants a control that inspects outbound content and blocks transfers of sensitive data in real time. Which capability fits best?

Answer
Correct answerB · Data loss prevention (DLP) policies inspecting email and uploads

DLP classifies content and enforces rules that detect and block sensitive data like SSNs from leaving through email, web, or endpoints.

Why the other options are wrong
  • AEDR focuses on detecting and responding to malicious process behavior, not inspecting outbound content for sensitive data patterns being exfiltrated.
  • CAn IPS blocks attack signatures and exploit traffic, but it does not understand or stop policy-violating transfers of sensitive business data.
  • DWeb filtering governs which sites users may reach; it does not inspect message contents to prevent regulated data from being sent out.
DLP inspects and blocks sensitive-data egress across channels; SY0-701 Obj 4.5
4.6 Identity & access management

A company wants employees to sign in to a third-party SaaS application using their existing corporate identity provider, with the IdP asserting authentication to the SaaS vendor across organizational trust boundaries. Which concept describes this arrangement?

Answer
Correct answerA · Federation, where a trusted IdP asserts identity to a separate service provider

Federation establishes trust between an identity provider and an external service provider so authentication assertions cross organizational boundaries, exactly as described.

Why the other options are wrong
  • BPAM controls and audits elevated administrative access; it does not establish cross-organization identity assertions to an external SaaS provider.
  • CMFA strengthens how a single login is verified, but it does not describe trust relationships between separate identity and service providers.
  • DABAC decides authorization from attributes after login; it does not handle the cross-domain authentication assertion the scenario requires.
Federation lets an IdP assert identity to external SPs across trust boundaries; SY0-701 Obj 4.6
4.7 Automation & orchestration

Which benefit is the primary reason security teams adopt automation and orchestration (SOAR) playbooks for repetitive incident-response tasks?

Answer
Correct answerC · They enforce consistent, faster response and reduce manual error

Orchestrated playbooks execute predefined steps the same way every time, cutting response time and the human mistakes that come from manual repetition.

Why the other options are wrong
  • AAutomation augments analysts by handling routine work; skilled staff are still required to tune playbooks and handle complex judgment calls.
  • BPlaybooks act on the alerts they receive; they cannot guarantee elimination of false positives, which stem from detection logic upstream.
  • DAutomated actions should be logged for accountability and review; orchestration does not remove auditing needs and typically improves traceability.
Automation/orchestration improves consistency, speed, and error reduction; SY0-701 Obj 4.7
4.8 Incident response

During an active ransomware outbreak, responders confirm several servers are encrypting files and spreading laterally. Following the standard incident-response process, what is the most appropriate immediate action after detection and analysis?

Answer
Correct answerD · Isolate the affected hosts from the network to stop lateral spread

Containment immediately follows analysis; isolating infected hosts halts lateral movement and limits damage before eradication and recovery begin.

Why the other options are wrong
  • ALessons learned is the final phase and is premature while the incident is still actively spreading and causing damage to systems.
  • BRecovery via restoration comes after containment and eradication; restoring now risks reinfection because the threat is still active in the environment.
  • CEradication and rebuilding follow containment; rebuilding now wastes effort while lateral movement continues to compromise additional hosts.
IR phases order containment before eradication/recovery; SY0-701 Obj 4.8
4.9 Data sources for investigation

An investigator must determine the exact byte-level contents and payload of suspicious traffic between an internal host and an external IP, not merely which connections occurred. Which data source provides this evidence?

Answer
Correct answerB · Full packet capture (PCAP) of the traffic between the endpoints

A full packet capture preserves complete frames including headers and payload, letting the investigator reconstruct and examine the exact transmitted contents.

Why the other options are wrong
  • AFirewall logs record connection metadata and verdicts but omit the actual payload bytes the investigator needs to inspect the contents.
  • CNetFlow aggregates flow statistics like bytes and timing but discards payload, so it cannot reveal the byte-level contents being examined.
  • DDNS logs show name-resolution requests, useful for context, yet they contain none of the actual data payload exchanged over the connection.
Full packet capture preserves payload for deep traffic analysis; SY0-701 Obj 4.9
4.1 Apply common security techniques to computing resources (secure baselines & hardening)

A security engineer is provisioning a fleet of new Windows 11 workstations and must apply a consistent, vendor-neutral configuration standard that can later be measured for compliance. Which approach best establishes the secure baseline?

Answer
Correct answerC · Apply a CIS Benchmark using Group Policy

CIS Benchmarks are vendor-neutral, consensus hardening standards that Group Policy can enforce fleet-wide and that scanners can later measure for compliance, satisfying every stated requirement.

Why the other options are wrong
  • AManufacturer images ship with broad compatibility settings, trial software, and open features that are not hardened, so they do not constitute a measured, compliance-ready secure baseline.
  • BPatching closes known vulnerabilities but does not configure services, permissions, ciphers, or audit policy, so updates alone leave dozens of hardening controls unaddressed in the baseline.
  • DTurning off the host firewall removes a core protective control and widens the attack surface, which is the opposite of hardening and weakens rather than establishes a secure baseline.
rule + SY0-701 Obj 4.1
4.2 Implement appropriate asset management techniques (disposal & sanitization)

A company is retiring SSDs that held sensitive data and plans to reuse some of the drives internally rather than destroy them. For the drives being reused, which sanitization method is most appropriate?

Answer
Correct answerB · Perform a cryptographic erase on them

Cryptographic erase discards the drive encryption key so all stored ciphertext becomes unreadable instantly, which sanitizes self-encrypting SSDs reliably while keeping the hardware intact for reuse.

Why the other options are wrong
  • ADegaussing erases magnetic platters but SSDs store data in flash cells, so a magnetic field does nothing useful and leaves the sensitive data fully recoverable on the chips.
  • CWear-leveling and over-provisioning on SSDs remap blocks, so a single overwrite pass cannot reach every cell and leaves residual sensitive data in reserve areas.
  • DPhysical destruction does sanitize media but it ruins the hardware, directly contradicting the requirement to preserve these specific drives for continued internal reuse.
rule + SY0-701 Obj 4.2
4.3 Explain vulnerability management activities (validation & CVSS)

A credentialed scan reports a CVSS base score of 9.8 for an installed package, but the analyst confirms the vulnerable service is disabled and its port is blocked at the host firewall, making exploitation impossible in this configuration. How should this finding be classified?

Answer
Correct answerD · A false positive found in validation

The scanner flagged a present package, but validation confirmed the threat is not exploitable in this environment, so it is treated as a false positive after analyst confirmation.

Why the other options are wrong
  • AA zero-day is an unpatched flaw with no fix available, whereas here the component is merely present and already neutralized by configuration, so the label does not apply at all.
  • BValidation here proved the opposite: the service is disabled and the port blocked, so no working exploitation path exists in the current configuration despite the high base score.
  • CResponsible disclosure applies when you discover a new flaw and notify a vendor privately, not when you triage a known catalog finding that scanned your own assets.
rule + SY0-701 Obj 4.3
4.4 Explain appropriate use of monitoring and alerting (flow data)

A SOC analyst notices a server reaching out to an unfamiliar external IP at steady 60-second intervals overnight. They want to confirm the volume and direction of these connections efficiently, without storing full payloads. Which data source best fits?

Answer
Correct answerA · NetFlow records collected at the router

NetFlow summarizes source, destination, ports, bytes, and direction per conversation without payloads, making it the efficient choice to confirm steady beaconing volume and direction overnight.

Why the other options are wrong
  • BFull capture stores entire payloads and consumes large amounts of storage, which directly violates the requirement to avoid capturing payload content while confirming connection patterns.
  • CSNMP interface counters report aggregate throughput per port but cannot attribute traffic to a specific external IP or conversation, so they cannot confirm this particular beaconing pattern.
  • DGeneric syslog may note service events but typically lacks per-flow byte and direction detail for outbound connections, so it cannot reliably confirm the volume of beaconing traffic.
rule + SY0-701 Obj 4.4
4.5 Enterprise capabilities to enhance security (email security)

Attackers are spoofing an organization's domain in phishing sent to its customers. SPF and DKIM are already published. The team wants receiving mail servers to reject messages that fail authentication and to send back aggregate reports. Which addition accomplishes this?

Answer
Correct answerC · Publish a DMARC policy of p=reject

DMARC builds on SPF and DKIM alignment, and a p=reject policy tells receivers to discard failing spoofed mail while the rua tag delivers the requested aggregate reports.

Why the other options are wrong
  • AAdding another SPF include only lists more authorized senders; it does not tell receivers what to do with failures or provide any reporting back to the domain owner.
  • BRotating the DKIM key is good hygiene but does not instruct receivers to reject failing mail, nor does it generate the aggregate reports the team specifically wants.
  • DAn additional MX record only designates an alternate inbound mail server for delivery and has no effect on authenticating senders or rejecting spoofed outbound phishing.
rule + SY0-701 Obj 4.5
4.6 Implement and maintain identity and access management (authorization frameworks)

A web application must let users grant a third-party analytics service limited, delegated access to their data without ever sharing their account passwords. The team is choosing a framework for this. Which option is appropriate?

Answer
Correct answerB · OAuth 2.0 for delegated authorization

OAuth 2.0 issues scoped access tokens so a third-party service can act on a user's behalf for limited resources without the user ever revealing their password.

Why the other options are wrong
  • ASAML carries authentication assertions for browser-based single sign-on between identity and service providers, but it is not designed to delegate scoped resource access to a third-party app.
  • CRADIUS centralizes authentication, authorization, and accounting for network access like VPN or wireless, which is unrelated to delegating application data access to a web third party.
  • DKerberos grants tickets for authenticating to services inside a trusted domain and does not provide the scoped, user-consented delegation to external third-party services that OAuth offers.
rule + SY0-701 Obj 4.6
4.7 Explain the importance of automation and orchestration (SOAR use cases)

A SOC receives hundreds of nearly identical phishing alerts daily. Analysts manually check sender reputation, detonate attachments, and quarantine messages each time. Leadership wants to cut repetitive work and speed response while keeping a documented, repeatable process. Which solution fits best?

Answer
Correct answerD · Build a SOAR playbook for the triage

A SOAR playbook orchestrates the reputation lookup, detonation, and quarantine into one automated, documented, repeatable workflow, directly reducing repetitive effort and accelerating consistent phishing response.

Why the other options are wrong
  • AA correlation rule can raise or refine alerts, but it does not perform the lookup, detonation, and quarantine actions, so analysts still do the repetitive manual response work.
  • BMore EDR coverage strengthens endpoint detection but does nothing to automate the recurring email triage workflow, leaving the manual, repetitive phishing response steps fully in place.
  • CRotating more analysts through the same manual steps increases labor instead of reducing it and provides no automation or speed improvement, which is the stated goal here.
rule + SY0-701 Obj 4.7
4.8 Explain appropriate incident response activities (process phases)

During a ransomware incident, the response team has isolated infected hosts and verified the malware is no longer spreading. They have not yet removed the malicious files or restored any systems. Following the incident response process, which phase comes next?

Answer
Correct answerA · Eradication to remove the malware

After containment stops the spread, eradication removes the malicious files, accounts, and persistence so the threat is fully eliminated before recovery restores systems to normal operation.

Why the other options are wrong
  • BContainment is already complete because the hosts are isolated and the team verified the malware is no longer spreading, so repeating it is not the next process phase.
  • CPreparation occurs before an incident to build tooling and playbooks, so it cannot be the next step in the middle of an active ransomware response after containment.
  • DLessons learned is the final phase performed after recovery, so jumping to it now would skip the required eradication and recovery work still ahead in this incident.
rule + SY0-701 Obj 4.8
4.9 Use data sources to support an investigation

An analyst investigating suspected data exfiltration must determine exactly which files a specific user account opened on a file server and at what times. Which data source provides the most direct evidence of that file activity?

Answer
Correct answerC · File server object access logs

Object access auditing on the file server records the account, the specific files opened, the action performed, and the timestamps, giving the most direct evidence of file activity.

Why the other options are wrong
  • ANetFlow shows connection metadata like addresses, ports, and byte counts but cannot reveal which individual files a user account opened or the timestamps of those file operations.
  • BFirewall logs record allowed and blocked connections at the network boundary, providing no visibility into specific file objects accessed by a user account on an internal server.
  • DDNS logs capture name resolution requests and can hint at destinations, but they contain no information about which files a user opened on a server or when.
rule + SY0-701 Obj 4.9
4.1 Apply common security techniques to computing resources (mobile deployment models)

A firm hands out smartphones it purchases and owns, but lets staff use them for limited personal activity. Security must be able to enforce encryption, push managed apps, and remotely wipe the entire device. Which mobile deployment model fits this requirement?

Answer
Correct answerB · COPE company-owned phones

Corporate-owned, personally enabled devices are owned by the company yet permit personal use, letting security enforce encryption, push managed apps, and remotely wipe the entire device.

Why the other options are wrong
  • ABring-your-own-device means the worker owns the hardware, so the company cannot mandate a full-device wipe or total control without overstepping onto personally owned property.
  • CChoose-your-own-device centers on letting staff pick hardware from an approved catalog, which addresses selection rather than the ownership and personal-use balance this scenario specifically requires.
  • DCorporate-owned, business-only locks the device strictly to work functions and forbids personal activity entirely, directly contradicting the requirement to allow employees limited personal use.
rule + SY0-701 Obj 4.1
4.2 Implement appropriate asset management techniques (disposal certification)

A hospital contracts a vendor to physically shred decommissioned drives that held patient records. Months later, auditors require documented proof that each specific drive was actually destroyed. Which artifact best satisfies that audit requirement?

Answer
Correct answerC · Certificate of destruction

A certificate of destruction from the vendor lists the serial numbers destroyed and the method used, giving auditors documented proof that each specific drive was sanitized as required.

Why the other options are wrong
  • AAn asset inventory list records which hardware the organization owns and its current status, but it does not certify that any specific drive was actually physically destroyed by the vendor.
  • BA chain-of-custody form tracks who handled the media during each transfer, yet on its own it documents possession and movement rather than confirming the final destruction of each drive.
  • DA records retention schedule defines how long data must be kept before disposal, but it provides no evidence that the physical destruction of these particular drives ever actually occurred.
rule + SY0-701 Obj 4.2
4.3 Explain vulnerability management activities (CVE vs CWE catalogs)

While triaging scanner output, an analyst sees an identifier that describes a class of flaw, improper input validation, recurring across many different products rather than naming one product's specific confirmed bug. Which catalog does this identifier come from?

Answer
Correct answerA · CWE weakness class

Common Weakness Enumeration catalogs categories of software weakness types such as improper input validation, which apply broadly across many products rather than to one specific vulnerable instance.

Why the other options are wrong
  • BCommon Vulnerabilities and Exposures assigns an identifier to a single confirmed flaw in a specific product version, not to a reusable class of weakness affecting many different products.
  • CCVSS produces a numeric severity score for a vulnerability's characteristics, but it is a scoring system and does not catalog or name the underlying weakness type at all.
  • DCommon Platform Enumeration provides a standardized naming scheme for hardware, operating systems, and applications, identifying products themselves rather than describing the class of weakness that affects them.
rule + SY0-701 Obj 4.3
4.4 Explain appropriate use of monitoring and alerting (agent vs agentless)

A team needs continuous configuration-compliance data from corporate laptops, including ones that frequently roam offline and reconnect later. They want each device to keep gathering and queuing its own results while disconnected. Which monitoring approach best meets this need?

Answer
Correct answerD · Agent-based collector

An installed agent collects configuration and telemetry locally on each endpoint even while disconnected, then reports its queued results once the device reconnects, providing the continuous compliance visibility required.

Why the other options are wrong
  • AAgentless remote scanning depends on reaching each host over the network at scan time, so it cannot continuously assess laptops that frequently roam offline or sit unreachable for long periods.
  • BSNMP trap polling gathers device health and interface metrics mainly from network gear, but it does not collect the detailed operating-system configuration compliance data this scenario requires from endpoints.
  • CPort mirroring copies network traffic passing an interface for inspection, which reveals communications in transit rather than the on-host configuration state the team needs to monitor continuously.
rule + SY0-701 Obj 4.4
4.5 Enterprise capabilities to enhance security (network access control)

An organization wants every device joining the wired LAN to be authenticated and checked for posture, such as current patches and running antivirus, before access is granted. Devices that fail should be placed in a remediation VLAN. Which capability provides this?

Answer
Correct answerB · NAC posture checks

Network Access Control authenticates each connecting device and evaluates its security posture, admitting compliant systems while redirecting noncompliant ones into a remediation VLAN exactly as the scenario describes.

Why the other options are wrong
  • AA next-generation firewall inspects and filters traffic at network boundaries using application awareness, but it does not authenticate endpoints or evaluate their health posture before granting LAN access.
  • CA web application firewall filters HTTP requests to protect web applications from attacks like injection, which is unrelated to admitting, checking, or quarantining devices joining the wired network.
  • DA SIEM aggregates and correlates log events for detection and investigation, but it analyzes data after the fact and cannot enforce admission decisions at the moment a device connects.
rule + SY0-701 Obj 4.5
4.6 Implement and maintain identity and access management (authentication factors)

A bank strengthens its login by requiring users to enter their memorized password and then type a code from a hardware token they physically carry. Which two authentication factor categories are being combined?

Answer
Correct answerC · Know and have

A memorized password is a knowledge factor and a hardware token the user physically carries is a possession factor, so the login now combines something-you-know with something-you-have.

Why the other options are wrong
  • ATreating both the password and the hardware token as knowledge factors is wrong, because a token the user physically possesses is a possession factor, not something merely memorized and recalled.
  • BLabeling these as inherence and location factors is incorrect, since neither a typed password nor a one-time hardware token measures a biometric trait or the user's geographic position.
  • DCalling this possession plus location is wrong because, although the token is indeed a possession factor, the password is knowledge and no geographic or location signal is being evaluated here.
rule + SY0-701 Obj 4.6
4.7 Explain the importance of automation and orchestration (CI/CD guardrails)

A DevOps team wants every code commit to automatically run security tests and block any merge that introduces a known vulnerable dependency, all without relying on a person to manually approve each change. Which practice accomplishes this?

Answer
Correct answerA · CI/CD security gates

Embedding automated security gates in the CI/CD pipeline runs dependency and code scans on each commit and fails the build automatically, blocking vulnerable merges without any manual gatekeeping.

Why the other options are wrong
  • BA quarterly manual code review happens only periodically and relies on human reviewers, so it cannot automatically inspect every individual commit or block merges at the moment they are proposed.
  • CProduction hotfix patching addresses flaws reactively after code is already deployed, which does the opposite of preventing vulnerable dependencies from entering the codebase before the merge happens.
  • DA static firewall ruleset filters network traffic and has no awareness of source-code commits or software dependencies, so it cannot evaluate or block insecure merges within the build process.
rule + SY0-701 Obj 4.7
4.8 Explain appropriate incident response activities (order of volatility)

A forensic analyst is acquiring evidence from a live, powered-on compromised server. Following the order of volatility to preserve the most fragile data first, which of the following should be collected before the others?

Answer
Correct answerD · RAM and cache

Memory and cache contents are the most volatile evidence because they vanish the moment the system loses power, so the order of volatility requires capturing RAM before any persistent storage.

Why the other options are wrong
  • AOffline backup tapes are among the least volatile evidence and persist for long periods, so the order of volatility says they should be collected last, not first, during a live acquisition.
  • BFiles on the local disk remain after power loss and are far more persistent than memory, so volatility ordering places disk acquisition after the most fragile in-memory data is captured.
  • CLogs stored on a remote server are written to persistent storage and survive a reboot, making them a lower priority than volatile memory under the order-of-volatility principle for collection.
rule + SY0-701 Obj 4.8
4.9 Use data sources to support an investigation (firewall logs)

An analyst must confirm whether one internal host tried to connect to a blocked external command-and-control IP and whether the perimeter device denied those attempts. Which data source most directly shows the allow and deny decisions?

Answer
Correct answerB · Firewall allow/deny logs

Firewall logs record each connection attempt along with the allow or deny action the device took, directly confirming whether the host reached the blocked command-and-control IP address.

Why the other options are wrong
  • ANetFlow records summarize connection metadata like addresses, ports, and byte counts, but they do not record whether a perimeter device actually permitted or denied each individual connection attempt.
  • CA vulnerability scan report enumerates missing patches and misconfigurations on hosts, but it captures no record of actual connection attempts or the perimeter device's allow and deny decisions.
  • DDNS resolver logs show which domain names a host attempted to resolve, providing useful context, yet they do not contain the firewall's allow or deny verdicts for those connections.
rule + SY0-701 Obj 4.9
4.1 Apply common security techniques to computing resources

A manufacturer runs programmable logic controllers on a real-time operating system on the plant floor. The embedded units have limited memory and cannot run a host-based agent. Which hardening approach best fits these constraints?

Answer
Correct answerB · Isolate the controllers on a segment with allowlist rules

Network segmentation with allowlist firewall rules is the standard compensating control for resource-constrained RTOS devices that cannot be hardened using host-based agents.

Why the other options are wrong
  • AEmbedded controllers with limited memory cannot host an EDR agent; assuming every device can run endpoint software ignores the stated RTOS resource constraints.
  • CAuthenticated scanning can crash fragile RTOS stacks and only finds issues; it does not harden the device, misreading scanning as a hardening control here.
  • DManual daily password rotation is operationally impractical for plant-floor controllers and ignores the memory limit, mistaking password churn for meaningful embedded-device hardening.
NIST SP 800-82r3; CISA ICS Defense-in-Depth; CompTIA SY0-701 Obj 4.1
4.2 Implement asset management practices

During an audit, several laptops appear on the network but are absent from the configuration management database, and no employee is recorded as responsible for them. Which asset-management practice most directly closes this gap?

Answer
Correct answerC · Enumerate the devices and assign an accountable owner

Enumerating the devices and recording an accountable owner directly closes the inventory and ownership gap that the audit identified for the untracked laptops.

Why the other options are wrong
  • ASanitizing drives addresses disposal, not the missing inventory record; this confuses end-of-life data destruction with establishing ownership and tracking of active assets.
  • BApplying a baseline image hardens configuration but does not record who owns each device, mistaking hardening for the asset enumeration and accountability that is missing.
  • DPushing a remote-wipe policy is a control action, not inventory; it ignores that the core gap is the absent ownership and tracking record itself.
CIS Control 1; CompTIA SY0-701 Obj 4.2
4.3 Explain vulnerability management activities

A development team wants to detect insecure coding patterns such as SQL injection by inspecting the application's source code before the build is executed. Which technique fits this requirement?

Answer
Correct answerD · Static application security testing of the codebase

Static application security testing inspects source code without executing it, detecting insecure patterns like SQL injection exactly as the requirement specifies before the build.

Why the other options are wrong
  • ADAST tests a running application from the outside and cannot inspect source code, so it does not meet the requirement to analyze code before execution.
  • BFuzzing exercises a live endpoint with malformed input at runtime, which conflicts with the stated need to inspect source before the build is executed.
  • CSoftware composition analysis flags known vulnerabilities in third-party packages, not custom insecure coding patterns, so it misses the in-house SQL injection logic described.
OWASP SAST; Microsoft Learn SAST/DAST; CompTIA SY0-701 Obj 4.3
4.4 Explain security alerting and monitoring concepts and tools

Analysts in a SOC report that a benign nightly backup job triggers hundreds of 'anomalous data transfer' alerts each week, burying genuine alerts. Which SIEM activity best resolves the problem?

Answer
Correct answerA · Tune the correlation rule to exclude the backup window

Tuning the correlation rule to exclude the known backup window suppresses the predictable benign alerts so genuine alerts surface, which is precisely alert tuning.

Why the other options are wrong
  • BIncreasing retention archives more events but does nothing to stop the benign backup job from generating alerts, confusing storage capacity with alert noise reduction.
  • CDeploying more agents increases telemetry and likely more alerts; adding collection where the issue is rule sensitivity worsens noise rather than tuning it out.
  • DForwarding every alert to a provider outsources triage without fixing the noisy rule, so the underlying false-positive condition and analyst fatigue persist unaddressed.
NIST SP 800-92; CompTIA SY0-701 Obj 4.4
4.5 Modify enterprise capabilities to enhance security · Select all that apply

A messaging administrator wants receiving mail servers to verify that inbound messages claiming to come from the company's domain are authentic and to specify how failures should be handled. Select all that apply.

Answer
Correct answersA · Publish an SPF record of authorized sending hosts; B · Sign outbound mail with a DKIM domain key; C · Publish a DMARC policy defining failure handling

An SPF record lists hosts authorized to send for the domain, letting receivers reject messages from unlisted servers, a core sender-authentication mechanism in this scenario.

DKIM signs outbound messages with a domain key so receivers can cryptographically verify message origin and integrity, directly supporting the sender authentication requested.

A DMARC policy tells receiving servers how to handle SPF and DKIM failures and provides reporting, completing the authentication and failure-handling requirement described.

Why the other option is wrong
  • DOpening an SMTP port 25 relay to external hosts creates an open relay abused for spam; it weakens security and provides no sender authentication whatsoever.
RFC 7208 (SPF); RFC 6376 (DKIM); RFC 7489 (DMARC); NIST SP 800-177r1
4.6 Implement and maintain identity and access management

A company wants to eliminate always-on administrator accounts by granting elevated rights only for the brief period an admin actively needs them, then revoking that access automatically. Which capability provides this?

Answer
Correct answerB · Just-in-time access via a privileged access manager

Just-in-time access through a privileged access manager grants elevation only for the active window and revokes it automatically, eliminating always-on administrator accounts as required.

Why the other options are wrong
  • ADiscretionary access control lets resource owners grant rights but does not automatically time-box or revoke elevation, leaving the standing administrator privilege the design seeks to remove.
  • CSingle sign-on federates authentication for convenience but does not constrain how long elevated rights persist, confusing streamlined login with reducing standing privilege.
  • DRole-based access control assigns persistent roles by job title, which keeps standing administrative privilege in place rather than granting temporary elevation on demand.
Microsoft Entra PIM (JIT); CompTIA SY0-701 Obj 4.6
4.7 Explain the importance of automation and orchestration related to secure operations

An organization routes all user provisioning, account changes, and service restarts through a single orchestration platform with no redundant instance. Which consideration does this design most directly raise?

Answer
Correct answerD · A single point of failure for critical workflows

Routing all critical workflows through one non-redundant platform makes it a single point of failure whose outage would halt provisioning and service operations across the organization.

Why the other options are wrong
  • AReduced reaction time is a benefit of automation, not the risk this centralized design raises, so it misreads an advantage as the relevant consideration.
  • BCentralizing every workflow through one platform tends to raise, not lower, complexity, and framing it as reduced complexity ignores the redundancy concern entirely.
  • CAutomation does not by itself eliminate technical debt and can accumulate it; treating debt removal as the outcome misses the availability risk of one platform.
CompTIA SY0-701 Obj 4.7; NIST SP 800-53 CP-8(2)
4.8 Explain appropriate incident response activities

During an incident likely to result in court proceedings, investigators must be able to prove that collected disk images were not altered and to show everyone who handled them. Which practice provides this?

Answer
Correct answerA · Maintain a chain of custody for each evidence item

Maintaining a documented chain of custody records every handler and preserves integrity, which is what proves the disk images were unaltered and admissible in court.

Why the other options are wrong
  • BA legal hold preserves data from deletion but does not track who handled evidence or prove it was unaltered, addressing retention rather than the integrity proof required.
  • CA lessons-learned review improves future response after recovery and has nothing to do with proving evidence integrity or documenting handlers for court proceedings.
  • DThreat hunting proactively searches for undetected adversary activity and does not document evidence handling, so it fails to provide the admissibility proof this scenario needs.
NIST SP 800-86; CompTIA SY0-701 Obj 4.8
4.9 Use data sources to support an investigation

An analyst must confirm exactly what data left the network during a suspected exfiltration and needs the full packet payloads, not just connection summaries. Which data source provides this?

Answer
Correct answerC · A full packet capture of the suspect session

A full packet capture preserves the complete payloads of the session, letting the analyst inspect the actual content that left the network to confirm exfiltration.

Why the other options are wrong
  • ANetFlow records summarize connection metadata and volume but contain no payload, so they cannot confirm exactly what data content left the network during exfiltration.
  • BFirewall connection logs show allowed and denied tuples without payload content, so they reveal that traffic occurred but not the actual data that was transferred.
  • DThe endpoint authentication log records logins and logoffs, not transferred data, so it cannot reveal the content of the suspected exfiltration the analyst must confirm.
Cisco NetFlow Config Guide; NIST SP 800-86; CompTIA SY0-701 Obj 4.9

Want all five domains under exam conditions? Take a full 90-question mock →

Ad slot · in-content rectangle (336×280 / responsive)Below the quiz card, inside the article body — well clear of answer buttons

About this domain

Security Operations is where the day-to-day work of defending an enterprise actually happens, and on the SY0-701 exam it carries the most weight of any single area at 28% of your score. That makes Domain 4 the one section you cannot afford to coast through. Expect questions that put you in the analyst's chair: deploying a secure baseline to 200 fresh Windows workstations, deciding how to sanitize drives that held regulated data before they move to a test lab, or reading a CVSS v3.1 base score to decide which finding gets patched first.

The domain spans a wide and practical set of skills. You will hardening computing resources and mobile deployment models, asset management from acquisition through certified disposal, vulnerability management with CVE and CWE catalogs, and alerting and monitoring built on SIEM log aggregation, flow data, and agent versus agentless collection. It also folds in identity and access management — authentication factors, federation, SSO, and SAML — plus automation and orchestration through SOAR playbooks and CI/CD guardrails.

Incident response ties it together: knowing the process phases, respecting order of volatility when collecting evidence, and pulling firewall logs and other data sources to support an investigation. The questions below mirror that scenario-driven style so you build the judgment the exam rewards.

What Domain 4 covers

Domain 4 quick glossary

The terms that show up most on Domain 4 questions — one line each.

Secure baselineA known-good, hardened configuration enforced consistently across systems before they go live.
Data sanitizationSecurely wiping or destroying data on retired media so it cannot be recovered.
CVSSScoring framework whose base metrics (like Attack Vector) rank a vulnerability's severity for prioritization.
CVE vs CWECVE catalogs specific known vulnerabilities; CWE catalogs the underlying weakness types behind them.
SIEMA platform that aggregates and correlates logs from many sources to surface security alerts.
DLPData loss prevention controls that detect and block unauthorized exfiltration of sensitive data.
Federation / SSOTrust between identity providers (often via SAML) that lets one login grant access across multiple services.
SOARSecurity orchestration, automation, and response tooling that runs playbooks to handle alerts at machine speed.
Order of volatilityThe sequence for collecting evidence, capturing the most fleeting data (memory, cache) before stable storage.

Keep going

Practice the other domains, or go deeper with the full study materials.