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

CompTIA CySA+ Domain 1: Security Operations

33% of CS0-003 — the largest domain
Practice — Domain 1
1.4 Threat intelligence and threat hunting concepts

An analyst builds a target profile for an upcoming assessment using only the company's public website, employees' LinkedIn posts, and published press releases — never interacting with the target's systems. Which intelligence collection discipline does this describe?

Answer
Correct answerB · OSINT

OSINT is intelligence derived exclusively from publicly or commercially available information, which is exactly what the analyst collects here without touching the target.

Why the other options are wrong
  • AHUMINT is intelligence collected from human sources through interpersonal contact, not from publicly available published information gathered passively.
  • CSIGINT is derived from intercepted signals and communications, which requires technical interception rather than reading openly published material.
  • DGEOINT is geospatial/imagery intelligence about physical features and locations, not the open-source textual profiling described in the scenario.
OSINT = intelligence from publicly/commercially available info (ODNI IC OSINT Strategy)
1.1 System and network architecture concepts (logging)

On a device emitting RFC 5424 syslog messages, which numeric severity value represents the most urgent condition — 'system is unusable'?

Answer
Correct answerA · 0 (Emergency)

In RFC 5424 (and RFC 3164) the severity scale runs 0–7 with 0 = Emergency ('system is unusable'); lower numbers are more severe.

Why the other options are wrong
  • BSeverity 7 is Debug, the least urgent level used for verbose diagnostics — the opposite end of the scale from an unusable system.
  • CSeverity 4 is Warning, indicating a potential future problem, not the most urgent 'system is unusable' condition described here.
  • DSeverity 1 is Alert ('action must be taken immediately') which is urgent but one level below Emergency (0), so it is not the most severe value.
syslog severity 0 = Emergency (RFC 5424 Table 2 / rsyslog)
1.2 Analyze indicators of potentially malicious activity

A SOC analyst observes malware tunnelling its command-and-control traffic inside ordinary HTTPS and DNS requests to blend in with normal network activity and evade filtering. Which MITRE ATT&CK technique best classifies this behaviour?

Answer
Correct answerC · T1071 — Application Layer Protocol

T1071 (Command and Control) is adversaries communicating over OSI application-layer protocols such as HTTPS/DNS to blend with existing traffic and avoid detection.

Why the other options are wrong
  • AT1041 specifically covers stealing data over an existing C2 channel; the scenario is about establishing C2 inside common protocols, not the exfiltration step.
  • BT1566 Phishing is an initial-access delivery technique via deceptive messages, unrelated to how command-and-control traffic blends into application protocols.
  • DT1090 Proxy relays traffic through intermediary infrastructure to obscure origin; it does not describe embedding C2 within a standard application-layer protocol.
Blending C2 into app-layer protocols = ATT&CK T1071 (Command and Control)
1.1 System and network architecture concepts (encryption/PKI)

An enterprise needs a framework to issue, maintain, and revoke the digital certificates that bind public keys to identities. Which framework provides this?

Answer
Correct answerD · PKI

A PKI is precisely the framework established to issue, maintain, and revoke public key certificates that bind public keys to identities.

Why the other options are wrong
  • AA SIEM aggregates and correlates security event logs for monitoring; it does not issue, maintain, or revoke the public-key certificates described here.
  • BData loss prevention detects and blocks unauthorized exfiltration of sensitive data; it has nothing to do with certificate lifecycle management.
  • CMultifactor authentication verifies identity using multiple factors; it consumes certificates but does not provide the framework that issues and revokes them.
PKI = framework to issue/maintain/revoke public key certificates (FIPS 186-5)
1.1 System and network architecture concepts (identity and access management)

A control requires users to present a password plus a one-time code from a hardware token before access is granted. Which authentication approach does combining two distinct factors implement?

Answer
Correct answerB · Multifactor authentication

Multifactor authentication is authentication using two or more distinct factors — here something you know (password) plus something you have (token).

Why the other options are wrong
  • ASingle sign-on lets one authentication grant access to many systems; it concerns session reuse, not the number of distinct factors presented.
  • CFederation lets identities from one trust domain access another's resources; it addresses cross-domain trust, not how many factors are used.
  • DSingle-factor authentication uses only one factor; the scenario explicitly combines two distinct factors, which is the opposite of single-factor.
MFA = authentication using two or more distinct factors (CNSSI 4009 / NIST SP 1800-17)
1.3 Tools or techniques to determine malicious activity (malware analysis)

An analyst wants to detonate a suspicious executable and observe its behaviour without risking the production network. Which controlled, isolated environment is designed for safely running untrusted code?

Answer
Correct answerA · Sandbox

A sandbox is a restricted, controlled execution environment that lets untrusted software run while preventing it from accessing unauthorized system resources.

Why the other options are wrong
  • BA honeypot is a decoy system meant to attract and study attackers, not an isolated environment for an analyst to detonate a specific sample under control.
  • CA jump box is a hardened host used to administer other systems across a boundary; it is for controlled access, not for safely executing untrusted code.
  • DA bastion host is an exposed, hardened gateway into a network; it is not designed as an isolated detonation environment for malware analysis.
Sandbox = isolated, restricted environment for running untrusted code (NIST SP 800-95 / CNSSI 4009)
1.2 Analyze indicators of potentially malicious activity

A SIEM raises an alert indicating malicious activity, but the analyst's investigation shows the triggering traffic was entirely benign and authorized. How is this alert best classified?

Answer
Correct answerC · False positive

A false positive is an alert that incorrectly indicates malicious activity is occurring, which is exactly an alert that fired on benign, authorized traffic.

Why the other options are wrong
  • AA true positive is an alert that correctly identifies genuinely malicious activity; here the activity was benign, so the alert was not correct.
  • BA false negative is a failure to alert on activity that WAS malicious; this scenario is the reverse — an alert fired on activity that was benign.
  • DA true negative is the correct absence of an alert when nothing malicious occurred; but here an alert did fire, so it cannot be a true negative.
False positive = alert that incorrectly indicates malicious activity (NIST SP 800-61 / 800-83)
1.4 Threat-intelligence frameworks (MITRE ATT&CK)

While mapping detections to the MITRE ATT&CK matrix, an analyst needs to place the technique 'Application Layer Protocol' (T1071) — adversaries embedding commands in protocols such as web, mail, or DNS traffic — under the correct Enterprise tactic column. Which tactic is it?

Answer
Correct answerD · Command and Control

ATT&CK lists T1071 Application Layer Protocol under the Command and Control tactic, where adversaries communicate with compromised systems by mimicking normal protocol traffic.

Why the other options are wrong
  • AExfiltration covers stealing data out of the network; T1071 describes the channel used to remotely control the host, which ATT&CK maps to a different tactic.
  • BPersistence is about maintaining access across reboots or credential changes; blending C2 traffic into application protocols is not a persistence mechanism in ATT&CK's T1071 mapping.
  • CInitial Access covers the entry vector into the network; T1071 concerns post-compromise communication with an already-controlled host, which is a separate tactic.
ATT&CK T1071 (Application Layer Protocol) -> Command and Control tactic
1.4 Threat-intelligence frameworks (MITRE ATT&CK)

An adversary emails employees a malicious attachment to gain their first foothold inside the network. In MITRE ATT&CK, Phishing (T1566) is categorized under which tactic?

Answer
Correct answerA · Initial Access

ATT&CK places Phishing (T1566) under Initial Access, the tactic covering entry vectors adversaries use to gain their initial foothold within a target network.

Why the other options are wrong
  • BCollection covers gathering data of interest after compromise; phishing to obtain the first foothold is an entry vector mapped to a different ATT&CK tactic.
  • CLateral Movement is pivoting between internal systems after access is gained; an inbound phishing email seeking the initial foothold is not lateral movement.
  • DReconnaissance is pre-compromise information gathering; sending a weaponized email to actually gain access is an entry step ATT&CK classifies under Initial Access.
ATT&CK T1566 (Phishing) -> Initial Access tactic
1.1 System and network architecture concepts (zero trust)

A security architect is redesigning the enterprise so that connecting from the internal corporate LAN no longer automatically grants a user or device any trust; every request to reach a resource must be authenticated and authorized regardless of where it originates on the network. Which architectural model is being adopted?

Answer
Correct answerC · Zero trust architecture

Zero trust grants no implicit trust based on physical or network location and authenticates and authorizes every access request to a resource, matching the scenario precisely.

Why the other options are wrong
  • ADefense in depth stacks multiple perimeter controls but still assumes insiders are trusted once past them, which contradicts the no-implicit-trust model described here.
  • BCastle-and-moat trusts anything already inside the network boundary, the exact legacy assumption this redesign is explicitly trying to eliminate for every request.
  • DNAC only gates devices at the point of network admission; it does not enforce continuous per-resource authorization independent of network location across the whole enterprise.
Zero trust = no implicit trust by network location; verify every request (NIST SP 800-207) + 1.1
1.1 System and network architecture concepts (SDN)

An engineer deploys a central controller that programs forwarding behavior across many switches through open APIs, decoupling the logic that decides how packets are routed from the underlying hardware that actually forwards them. Which networking approach is described?

Answer
Correct answerA · Software-defined networking (SDN)

SDN introduces an abstraction for the data forwarding plane and separates it from the control plane, letting a central controller program forwarding via open interfaces as described.

Why the other options are wrong
  • BSASE converges networking and security services at the cloud edge for users; it does not specifically define the control-plane and data-plane separation the scenario describes.
  • CNFV runs network functions like firewalls as virtual machines on commodity hardware; it complements SDN but is not the decoupling of forwarding from control logic.
  • DSTP is a Layer 2 loop-prevention protocol that blocks redundant switch links; it has nothing to do with centrally programming forwarding through a controller.
SDN abstracts the data forwarding plane and separates it from the control plane (RFC 7426) + 1.1
1.1 System and network architecture concepts (containerization)

A DevOps team packages each microservice with only its libraries and dependencies; the resulting units run as isolated processes on top of a single shared host operating system kernel rather than each booting its own full guest operating system. Which technology does this describe?

Answer
Correct answerD · Application containerization

Containers are a form of operating system virtualization that package an app and isolate it while sharing the single host OS kernel, exactly as described here.

Why the other options are wrong
  • AA Type 1 hypervisor hosts virtual machines that each run a separate guest OS on virtualized hardware, the opposite of processes sharing one host kernel.
  • BFull virtualization runs one or more complete operating systems on virtual hardware; the scenario shares a single host OS kernel rather than virtualizing hardware per guest.
  • CVDI delivers full desktop operating systems to end users from a server; it is not the OS-level packaging of microservices that share the host kernel.
Containers = OS-level virtualization sharing one host kernel, unlike VMs (NIST SP 800-190 / 800-125) + 1.1
1.1 System and network architecture concepts (identity and access, federation)

To let users sign in to a web application with their existing corporate account, developers add a protocol that sits on top of OAuth 2.0 and returns a signed ID token so the application can verify the end user's identity. Which protocol is being used?

Answer
Correct answerB · OpenID Connect identity layer

OpenID Connect is a simple identity layer on top of OAuth 2.0 that issues an ID token so a client can verify the authenticated end user's identity, matching the scenario.

Why the other options are wrong
  • ASAML is an XML-based federation standard that exchanges assertions; it predates and is not built on top of the OAuth 2.0 authorization framework described in the scenario.
  • CKerberos authenticates principals inside a realm using time-stamped tickets from a key distribution center; it is not an identity layer built on OAuth 2.0 for web apps.
  • DRADIUS centralizes authentication, authorization, and accounting for network access such as VPN or 802.1X; it does not layer identity tokens over OAuth 2.0.
OpenID Connect is an identity layer on top of OAuth 2.0 (OIDC Core 1.0 / ISO-IEC 26131) + 1.1
1.1 System and network architecture concepts (network segmentation)

After a breach spread freely across a flat corporate network, an analyst recommends dividing it into smaller isolated subnetworks with firewalls between them, so that a compromise contained in one zone cannot reach the critical servers in another. Which control is being recommended?

Answer
Correct answerD · Network segmentation

Segmentation divides a network into smaller isolated subsections with firewalls so a compromise stays contained and adversary lateral movement to critical assets is restricted.

Why the other options are wrong
  • APort mirroring copies traffic to a monitoring port for analysis; it provides visibility but does not divide the network into isolated zones to stop lateral movement.
  • BLink aggregation bonds multiple physical links for more bandwidth and redundancy; it does nothing to isolate zones or restrict an attacker's movement between them.
  • CNAT rewrites IP addresses at a boundary to conserve or hide addresses; it is not a control for splitting the internal network into isolated, firewalled segments.
Segmentation splits a network into isolated subsections to restrict lateral movement (NSA/CISA CSI / MITRE M1030) + 1.1
1.1 System and network architecture concepts (virtualization)

A server administrator installs a software layer directly on bare-metal hardware that abstracts the physical CPU, memory, and storage so that several independent virtual machines, each running its own full guest operating system, can execute simultaneously on the one physical host. What is this layer called?

Answer
Correct answerC · Hypervisor (VMM)

A hypervisor or virtual machine monitor virtualizes hardware resources so multiple virtual machines, each with its own guest OS, run on a single physical host as described.

Why the other options are wrong
  • AA container runtime runs containers that share the host OS kernel; it does not provide each workload a full guest operating system on virtualized hardware as described.
  • BA microkernel scheduler arbitrates processes within a single operating system kernel; it does not abstract hardware to run multiple independent virtual machines.
  • DA terminal/remote-desktop session broker distributes user sessions to session hosts; it does not virtualize physical hardware to host full virtual machines.
A hypervisor virtualizes hardware so multiple VMs each with its own OS run on one host (NIST SP 800-125 / 800-125A) + 1.1
1.1 System and network architecture concepts (zero trust components)

In a NIST SP 800-207 zero trust architecture, one logical component sits in the data plane and is responsible for enabling, monitoring, and eventually terminating the connection between a subject and an enterprise resource, carrying out the access decision produced by the policy engine. Which component is this?

Answer
Correct answerB · Policy enforcement point

The policy enforcement point is the system responsible for enabling, monitoring, and eventually terminating connections between a subject and an enterprise resource, enforcing the engine's decision.

Why the other options are wrong
  • AThe policy engine decides whether to grant access using its trust algorithm, but it does not itself open, watch, and tear down the connection to the resource.
  • CThe policy administrator establishes or shuts the communication path by signaling the enforcement point, but the actual connection handling occurs at the enforcement point itself.
  • DA certificate authority issues digital certificates for PKI trust; it is a supporting data source, not the zero trust component that brokers the subject-to-resource connection.
The PEP enables, monitors, and terminates the subject-to-resource connection (NIST SP 800-207) + 1.1
1.2 Analyze indicators of potentially malicious activity

A SOC analyst reviewing east-west flow logs sees a single internal workstation open very short-lived TCP connections to ports 22, 80, 443, and 3389 on every live host across the entire /24 within a few seconds, enumerating which services answer. Which MITRE ATT&CK technique best classifies this activity?

Answer
Correct answerC · T1046 — Network Service Discovery

T1046 covers getting a listing of services running on remote hosts using port and vulnerability scans, exactly the multi-port sweep enumerating which services answer.

Why the other options are wrong
  • ARemote System Discovery enumerates which hosts or IP addresses exist, whereas the workstation here is fingerprinting which service ports answer on each host.
  • BT1071 is a command-and-control technique for blending traffic into protocols like HTTPS, not the rapid port-and-service enumeration sweep described across the subnet here.
  • DExternal Remote Services covers abusing VPNs or RDP gateways for access into the network, not internally scanning many hosts to discover which service ports respond.
Port/service scanning across hosts to list running services = ATT&CK T1046 (1.2)
1.2 Analyze indicators of potentially malicious activity

During an incident, the malware's interactive command-and-control runs over HTTPS to one host, but the analyst also observes large outbound FTP transfers and oversized DNS TXT queries carrying compressed archives to a different external IP. How should the data-theft channel be classified in MITRE ATT&CK?

Answer
Correct answerB · Exfiltration over DNS and FTP, separate from C2

T1048 is stealing data over a different protocol than the existing command-and-control channel, such as FTP or DNS, precisely matching the side-channel transfers observed.

Why the other options are wrong
  • AThat describes Exfiltration Over C2 Channel (T1041), but here the data leaves over FTP and DNS, deliberately separate from the established HTTPS command-and-control link.
  • CPeriodic beaconing maintains the control channel rather than moving bulk data out, so it does not describe the archive transfers leaving over FTP and DNS here.
  • DExfiltration to a web or cloud service (T1567) uses legitimate sites like Dropbox over HTTPS, not the raw FTP and DNS protocols seen carrying the data here.
Data theft over FTP/DNS distinct from the C2 channel = ATT&CK T1048 (1.2)
1.2 Analyze indicators of potentially malicious activity

An EDR alert shows that a new value was written under HKCU\Software\Microsoft\Windows\CurrentVersion\Run pointing to %AppData%\msupd.exe, and the binary launches automatically every time the user logs on. Which MITRE ATT&CK technique does this persistence indicator represent?

Answer
Correct answerA · Run key autostart entry for logon persistence

T1547.001 covers referencing a program with a Registry run key so it executes when the user logs in, exactly matching the new HKCU Run value observed.

Why the other options are wrong
  • BScheduled Task/Job (T1053) uses the task scheduler with time or event triggers, not a Registry Run key value that fires automatically at each interactive logon.
  • CCreate or Modify System Process (T1543.003) registers a Windows service under the service control manager, which differs from writing a per-user Run key entry.
  • DEvent Triggered Execution via WMI (T1546.003) persists through permanent event consumers, not by adding a value to the CurrentVersion\Run registry key as seen here.
Program referenced by a Registry Run key, runs at logon = ATT&CK T1547.001 (1.2)
1.2 Analyze indicators of potentially malicious activity

Memory forensics on a host shows a normal-looking explorer.exe executing attacker shellcode that was placed into its address space using VirtualAllocEx and WriteProcessMemory and then launched with CreateRemoteThread, so the malicious code runs masked under a trusted process. Which MITRE ATT&CK technique is this?

Answer
Correct answerD · Writing code into another live process

Process Injection (T1055) executes arbitrary code in the address space of a separate live process to evade defenses, matching the shellcode written into explorer.exe.

Why the other options are wrong
  • AMasquerading (T1036) manipulates a file's name or location to look legitimate, but here a separate trusted process is being driven to run injected memory-resident code.
  • BHijack Execution Flow (T1574) abuses how a process resolves libraries at load time, not the direct writing of shellcode into a live process's memory shown here.
  • CReflective Code Loading (T1620) executes code inside the current process's own memory, whereas the indicator shows code written into a separate, already-running explorer.exe.
Executing code inside another live process to hide = ATT&CK T1055 (1.2)
1.2 Analyze indicators of potentially malicious activity

Incident responders find a process named svchost.exe running from C:\Users\Public instead of System32, plus a second binary copied into System32 whose filename closely approximates a real Windows service executable. Which MITRE ATT&CK sub-technique best describes this host indicator?

Answer
Correct answerB · Naming a binary to match a trusted file

T1036.005 is matching the name or location of legitimate files, like placing an executable under System32 or naming it svchost.exe, exactly as observed here.

Why the other options are wrong
  • AInvalid Code Signature (T1036.001) abuses signing metadata to appear trusted, but the indicators here are a copied trusted name and a trusted directory placement instead.
  • CObfuscated Files or Information (T1027) compresses or packs a payload to defeat signatures, which is unrelated to copying a trusted filename into a trusted folder.
  • DIndicator Removal by clearing logs (T1070) erases evidence after the fact, not the act of naming and placing a binary to impersonate a legitimate Windows file.
Trusted filename or trusted path used to blend in = ATT&CK T1036.005 (1.2)
1.2 Analyze indicators of potentially malicious activity

After gaining administrative access to a server, an attacker runs net user /add to add a local account named svc_help and places it in the Administrators group, giving themselves credentialed access that survives even if their implant is removed. Which MITRE ATT&CK technique does this new-account indicator map to?

Answer
Correct answerC · Creating a new local account for persistence

T1136 (Create Account) is making a new account such as a local one via net user /add to maintain secondary credentialed access, exactly as described here.

Why the other options are wrong
  • AValid Accounts (T1078) abuses already-existing credentials the attacker obtained, whereas the indicator here is the deliberate creation of a brand-new local account.
  • BSetuid/Setgid abuse (T1548.001) is a Linux privilege-escalation path, not the creation of a new Windows local account through the net user command shown here.
  • DOS Credential Dumping from LSASS (T1003.001) harvests existing secrets from memory, which is different from adding a new local administrator account to the system.
Adding a new account (net user /add) to keep access = ATT&CK T1136 (1.2)
1.2 Analyze indicators of potentially malicious activity

A DLP sensor flags a finance workstation steadily uploading hundreds of megabytes of compressed internal spreadsheets over HTTPS to a personal Dropbox account, traffic that blends in because employees routinely reach that service. Which MITRE ATT&CK technique best classifies this exfiltration indicator?

Answer
Correct answerA · Uploading stolen data to a web cloud service

T1567 is using an existing legitimate external web service to exfiltrate data, and uploading to Dropbox over HTTPS is the canonical cloud-storage example of it.

Why the other options are wrong
  • BExfiltration Over Alternative Protocol (T1048) using DNS tunneling is a different channel; the observed indicator is bulk HTTPS uploads to a trusted cloud storage site.
  • CExfiltration Over C2 Channel (T1041) reuses the adversary's own command path, not a legitimate third-party web service like Dropbox that hosts already trust.
  • DExfiltration Over Physical Medium (T1052) moves data onto USB devices, which is unrelated to the network upload of archives to an external cloud storage account.
Bulk upload to a legitimate cloud/web service to exfiltrate = ATT&CK T1567 (1.2)
1.3 Given a scenario, use appropriate tools or techniques to determine malicious activity

A SOC analyst suspects a workstation is beaconing to an external host and needs to inspect the actual byte-level contents and protocol fields of the suspect traffic, not just summarized log entries. Which approach best meets this need?

Answer
Correct answerC · Capture the traffic with a packet sniffer or protocol analyzer to read payloads.

A packet sniffer or protocol analyzer monitors the network and captures packets, letting the analyst inspect protocol fields and payload bytes of the suspect beacon.

Why the other options are wrong
  • AA SIEM correlates summarized log records and events but does not retain the raw packet payloads needed to read the actual traffic contents.
  • BHashing the disk image verifies file integrity for forensics but captures no live network traffic, so the beacon payload stays invisible to the analyst.
  • DDNS reputation and WHOIS lookups characterize the remote host's identity and history but reveal nothing about the byte-level contents of the captured packets.
Use a packet sniffer/protocol analyzer to capture and inspect packet payloads — obj 1.3 (tools to determine malicious activity).
1.3 Given a scenario, use appropriate tools or techniques to determine malicious activity

An analyst wants to detect a slow brute-force campaign by correlating failed-logon events from domain controllers, VPN concentrators, and web servers in one place. Which capability is designed for this?

Answer
Correct answerB · A SIEM that centralizes logs from many sources to correlate events centrally.

A SIEM gathers security data from many components and presents it through a single interface, enabling correlation of failed logons across the disparate sources.

Why the other options are wrong
  • AEDR focuses on activity and processes on individual endpoints; it does not aggregate and correlate logon events drawn from servers, VPNs, and web tiers together.
  • CA protocol analyzer captures packets on one segment for deep inspection, not cross-source log correlation, so distributed logon attempts remain unconnected.
  • DSOAR automates a response action after detection; it is not the mechanism that aggregates and correlates the multi-source logs needed to spot the pattern.
A SIEM centralizes and correlates logs from many sources via one interface — obj 1.3 (tools to determine malicious activity).
1.3 Given a scenario, use appropriate tools or techniques to determine malicious activity

A phishing message spoofed the company's domain in the envelope MAIL FROM. The analyst wants to determine whether the sending IP address was authorized by the domain owner to send mail for that domain. Which email-authentication check answers that question?

Answer
Correct answerD · SPF, which lets a domain authorize the hosts allowed to send mail for it.

SPF lets the domain explicitly authorize the hosts allowed to use its domain names, so a receiver can check whether the sending IP was permitted.

Why the other options are wrong
  • ADKIM uses a cryptographic signature to claim responsibility for a message's content, but it does not validate whether the sending IP was authorized.
  • BReceived-header timestamps trace the relay path and timing of a message; they say nothing about whether the domain authorized the originating host.
  • CA SHA-256 digest detects content tampering, an integrity control unrelated to authorizing which IP addresses may send mail for the domain.
SPF authorizes which hosts may send mail for a domain; DKIM is a signature — obj 1.3 (email header analysis).
1.3 Given a scenario, use appropriate tools or techniques to determine malicious activity

After pulling a suspicious executable from a host, an analyst wants to confirm whether the file is bit-for-bit identical to a known-good copy and to detect any tampering. Which technique provides this?

Answer
Correct answerA · Compute the file's SHA-256 digest and compare it to the known-good digest.

A SHA-256 hash produces a condensed digest of the file; identical digests confirm the bytes are unchanged, and any alteration yields a different digest.

Why the other options are wrong
  • BSPF authorization checks apply to the sending host of an email, not to verifying that a stored file matches a known-good cryptographic fingerprint.
  • CA protocol analyzer inspects live packet payloads on the wire; it does not compute a fingerprint that proves a file is byte-for-byte identical.
  • DA SOAR playbook automates a containment action; quarantining the host does nothing to verify whether the file itself was modified from the original.
A matching SHA-256 digest verifies a file is unchanged; any change yields a different digest — obj 1.3 (file hashing).
1.5 Explain the importance of efficiency and process improvement in security operations

A security team wants to express vulnerability and secure-configuration checks in a standardized, machine-readable format so multiple scanners interpret them identically and assessment is automated. Which framework is purpose-built for this?

Answer
Correct answerB · SCAP, a suite of specifications standardizing the format for flaw and configuration data.

SCAP is a suite of specifications that standardize the format and nomenclature for communicating software flaw and security configuration information, enabling automated assessment.

Why the other options are wrong
  • ADMARC governs how mail receivers handle messages that fail authentication; it has nothing to do with standardizing vulnerability or configuration assessment content.
  • CSOAR automates response actions through playbooks after a detection; it does not define the standardized content format used to express configuration checks.
  • DA SIEM aggregates and correlates logs to detect activity; it is not the specification suite that standardizes how vulnerability and configuration checks are expressed.
SCAP standardizes the format/nomenclature for flaw and config data, enabling automated assessment — obj 1.5 (process improvement).
1.5 Explain the importance of efficiency and process improvement in security operations

A SOC is overwhelmed by repetitive containment steps after each malware alert and wants a platform that automatically executes a predefined response workflow — isolate host, block IP, open ticket — whenever an alert fires. Which capability fits?

Answer
Correct answerC · A SOAR platform that automates the response by running predefined playbooks.

A SOAR automates the response to detected activity by applying predefined playbooks that dictate the containment actions taken when a specific event occurs.

Why the other options are wrong
  • AA SIEM collects, centralizes, and correlates log data, but only SOAR platforms perform the automated response functions the team needs to cut repetitive steps.
  • BA protocol analyzer supports manual packet inspection during investigation; it cannot orchestrate or automate the containment workflow triggered by each alert.
  • DSCAP standardizes the format of configuration and vulnerability content; it neither detects alerts nor automates the multi-step response the SOC wants.
SOAR automates response by executing predefined playbooks on detected events — obj 1.5 (process improvement).
1.5 Explain the importance of efficiency and process improvement in security operations

A CISO wants every analyst to follow the same documented, repeatable sequence of steps when responding to a ransomware incident, so response quality does not depend on who is on shift. Which artifact provides this?

Answer
Correct answerA · An incident-response playbook giving a standard set of procedures for the incident.

A playbook provides a standard set of procedures to identify, coordinate, remediate, and recover, so every responder follows the same repeatable steps regardless of shift.

Why the other options are wrong
  • BA hash baseline verifies file integrity but offers no procedural guidance, so it cannot standardize how analysts carry out the ransomware response.
  • CAn SPF record authorizes sending mail hosts to fight spoofing; it is unrelated to documenting the repeatable steps of an incident-response process.
  • DA SIEM correlation rule detects the activity and fires an alert, but it does not document the standardized response procedure the responders must follow.
A playbook is a standardized, predefined set of response procedures for an incident type — obj 1.5 (process improvement).
1.4 Threat intelligence and threat hunting

While mapping an incident to MITRE ATT&CK, an analyst records that the adversary's goal during one phase was Credential Access, the reason a string of actions was performed. In ATT&CK's vocabulary, what kind of element is Credential Access?

Answer
Correct answerB · A tactic, the adversary's goal and the reason for the action

ATT&CK defines a tactic as the why of a technique, the adversary's tactical goal and reason for performing an action.

Why the other options are wrong
  • AProcedures are specific instances of how a technique was carried out, not the adversary's overall tactical goal being modeled here.
  • CTechniques represent how a goal is achieved by an action; the stem names the goal itself, which is a tactic not a technique.
  • DIndicators are observable forensic artifacts of compromise, not entries in the ATT&CK tactic taxonomy describing adversary goals and reasons.
ATT&CK tactic = the adversary's goal (the why) · 1.4
1.4 Threat intelligence and threat hunting

A threat report states an actor performed OS Credential Dumping (T1003) to obtain account passwords during an intrusion. The analyst must classify T1003 using the correct MITRE ATT&CK level. What does T1003 represent?

Answer
Correct answerC · A technique, the method of how a tactical goal is met

ATT&CK defines a technique as how an adversary achieves a tactical goal by performing an action, exactly what dumping credentials describes here.

Why the other options are wrong
  • ATactics express the why or goal such as credential access; T1003 names a concrete method, which ATT&CK classifies as a technique instead.
  • BAn indicator is an observable artifact like a hash or IP, whereas T1003 is a behavior entry in the ATT&CK technique catalog.
  • DCampaigns group related intrusion activity over time; a T-number identifies an individual technique, not a dated campaign of adversary operations.
ATT&CK technique = how a goal is achieved · 1.4
1.4 Threat intelligence and threat hunting

After an incident, a SOC analyst finds a known-malicious file hash and a hard-coded command-and-control IP address in host and network logs, confirming the system had been breached. Which term best classifies these specific artifacts?

Answer
Correct answerA · Indicators of compromise, forensic artifacts that a breach occurred

Indicators of compromise are technical artifacts or observables, like hashes and IPs, signaling that a compromise has occurred or is underway.

Why the other options are wrong
  • BTTPs describe how adversaries behave across the lifecycle; a hash or IP is a discrete observable artifact, classified instead as an indicator.
  • CA hypothesis is a testable proposed explanation that drives hunting; the confirmed hash and IP are evidence of compromise, not a hypothesis.
  • DVulnerabilities are weaknesses that enable attacks, whereas the recovered hash and IP are observed artifacts confirming an intrusion already happened.
IoC = observable artifact that a compromise occurred · 1.4
1.4 Threat intelligence and threat hunting

An intelligence report profiles an adversary that is well-resourced, uses multiple sophisticated attack vectors, maintains a covert foothold over many months, and continually adapts as defenders try to evict it. Which threat-actor category best fits this profile?

Answer
Correct answerD · An advanced persistent threat, often nation-state sponsored

An APT possesses sophisticated expertise and significant resources, pursuing objectives repeatedly over an extended period and adapting to defenders' efforts to resist it.

Why the other options are wrong
  • AHacktivists pursue ideological aims, often in brief noisy campaigns, not the patient, well-funded, long-dwell intrusion behavior the report describes here.
  • BScript kiddies lack the resources and expertise described; they run borrowed tooling opportunistically rather than sustaining adaptive, prolonged, multi-vector operations against a target.
  • CCommodity actors chase fast, broad, low-effort gains; the sustained, adaptive, resource-intensive campaign profiled instead matches an advanced persistent threat actor.
APT = sophisticated, resourced, persistent, adaptive actor · 1.4
1.4 Threat intelligence and threat hunting

A trusted employee with legitimate file-share access mistypes a recipient and emails a sensitive customer database to an outside party, causing real harm. There was no malice. Under standard guidance, how should this be classified?

Answer
Correct answerB · An insider threat, since authorized access caused unwitting harm

An insider threat is a person using authorized access, wittingly or unwittingly, to harm the organization; accidental and negligent acts are included.

Why the other options are wrong
  • AInsider threat covers unwitting acts; harm caused by a trusted user's mistake still qualifies even when there was no malicious intent.
  • CAn APT is an external, sophisticated, resourced adversary; here a trusted internal user with valid access caused the loss, not an outsider.
  • DHacktivists deliberately disclose data for ideological ends; the employee made an unintentional error, which fits the insider-threat category instead.
Insider threat includes unwitting/negligent misuse of access · 1.4
1.4 Threat intelligence and threat hunting

With no alert triggered, a team studies a specific threat actor's known tactics, techniques, and procedures, then searches its own endpoint and network telemetry for traces of that behavior to find an undetected intrusion. This activity is best described as what?

Answer
Correct answerC · Threat hunting focused on a threat actor's tactics and techniques

Cyber threat hunting proactively focuses on specific threat actors and their associated tactics, techniques, and procedures to surface intrusions automated detections may miss.

Why the other options are wrong
  • ASignature antivirus passively blocks matching files; threat hunting is an active, analyst-led search for adversary behavior that automated controls did not catch.
  • BTriage responds to alerts the tooling already raised, whereas hunting proactively seeks adversary activity even when no alert or detection has fired.
  • DPatch management remediates weaknesses; it does not search telemetry for adversary behavior, which is the proactive hunting activity the scenario describes.
Threat hunting = proactive TTP-focused search for intrusions · 1.4
1.4 Threat intelligence and threat hunting

An ISAC bulletin describes, in general terms, how a group typically gains initial access, moves laterally, and maintains persistence across many victims, rather than listing specific hashes or IPs. Per NIST cyber threat-information sharing guidance, this behavioral content is an example of what?

Answer
Correct answerA · Tactics, techniques, and procedures used by the threat actor

NIST lists tactics, techniques, and procedures as a core type of cyber threat information, describing how threat actors behave rather than atomic artifacts.

Why the other options are wrong
  • BIndicators are specific observable artifacts; the bulletin describes generalized adversary behavior across victims, which NIST classifies as TTPs instead.
  • CSource confidence rates trustworthiness of information; the bulletin's behavioral narrative of access and persistence is threat content classified as TTPs.
  • DTool configurations are a separate threat-information type; the described patterns of access, movement, and persistence are behavioral TTPs in NIST guidance.
TTPs = behavioral threat-information type (vs indicators) · 1.4
1.1 System and network architecture concepts — encryption and PKI (certificate revocation checking)

During an investigation a SOC analyst must confirm, in real time, whether one specific TLS server certificate has been revoked, without downloading and parsing the certificate authority's entire signed list of revoked serial numbers. Which revocation-checking mechanism meets this need?

Answer
Correct answerC · Query the issuer's Online Certificate Status Protocol responder for that certificate

OCSP lets a relying party query the issuer's responder for the live status of one specific certificate without retrieving the full CRL, matching the real-time per-certificate requirement described.

Why the other options are wrong
  • AA CRL is the periodically issued, signed list of revoked serial numbers, so downloading and parsing it is exactly the bulk approach the analyst wanted to avoid for a single certificate.
  • BChecking the validity window only shows whether the certificate has expired, which is an entirely different test that conveys nothing about whether the issuer has revoked it.
  • DThe key usage extension constrains which operations the certificate's public key may perform, such as digital signature or key encipherment, and carries no revocation status whatsoever.
OCSP determines current certificate status without requiring CRLs; the CRL is the downloadable list-based alternative + 1.1
1.1 System and network architecture concepts — hardware root of trust (TPM)

Security architects want full-disk-encryption keys generated and held inside a tamper-resistant chip soldered to the laptop motherboard, so the keys cannot be easily extracted by software and the platform gains a hardware root of trust for measured boot. Which component provides this?

Answer
Correct answerA · A Trusted Platform Module integrated on the motherboard

A TPM is a tamper-resistant integrated circuit on the motherboard that performs cryptographic operations including key generation and protects sensitive material such as keys, serving as a hardware root of trust.

Why the other options are wrong
  • BAn operating-system credential store keeps secrets in software where a compromised kernel or privileged process can read them, providing no tamper-resistant hardware boundary or measured-boot anchor.
  • CA self-signed certificate is merely a public-key binding written to disk; it neither generates nor shields private keys inside tamper-resistant silicon and offers no boot-integrity measurement.
  • DA remote key-management gateway centralizes keys over the network but places no tamper-resistant root of trust on the endpoint itself, which this requirement explicitly demands for the laptop.
TPM = tamper-resistant motherboard chip performing crypto/key generation and protecting keys, anchoring a hardware root of trust + 1.1
1.3 Tools and techniques to determine malicious activity — network telemetry (flow analysis vs full packet capture)

A network team needs long-retention visibility into which hosts talked to which destinations, on which ports, and how many bytes and packets each conversation carried, across high-bandwidth links where storing every packet payload would be prohibitively large. Which telemetry source best fits the requirement?

Answer
Correct answerD · NetFlow or IPFIX flow records summarizing each traffic conversation

NetFlow and IPFIX export per-flow metadata such as source and destination addresses, ports, protocol, and byte and packet counts, giving scalable conversation-level visibility without storing payloads.

Why the other options are wrong
  • AFull packet capture stores every byte of every packet including payloads, giving deep forensic detail but consuming enormous storage that the scenario explicitly rules out on high-bandwidth links.
  • BAntivirus quarantine logs record malware detections on individual endpoints and contain no record of host-to-host conversations, ports, or byte counts flowing across the network links described.
  • CCertificate transparency logs publish issued TLS certificates for misissuance monitoring and carry nothing about which hosts exchanged traffic or how many bytes moved between them.
NetFlow/IPFIX export flow metadata (addresses, ports, byte/packet counts), not full packet payloads like full packet capture + 1.3

Want all four domains under exam conditions? Take a full 85-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 the day-to-day analyst work at the heart of the CySA+ exam, and on CS0-003 it carries more weight than any other area at 33% of your score. That makes Domain 1 the section you cannot afford to coast through. Expect scenario questions that put you behind the SIEM console: correlating logs across hosts, reading network telemetry, and deciding whether an alert is a true detection or a false positive.

The domain opens with system and network architecture concepts — zero trust, network segmentation, virtualization and containerization, software-defined networking, identity and federation, encryption and PKI, and the logging that feeds your tooling. From there it moves into analyzing indicators of potentially malicious activity, then choosing the right tools and techniques — packet capture, flow analysis, and malware sandboxes — to confirm what an indicator of compromise truly means.

Threat intelligence and threat hunting tie the discipline together: forming hypotheses, applying OSINT and frameworks like MITRE ATT&CK to map adversary TTPs, and pivoting on evidence before an alert ever fires. Finally, Domain 1 stresses efficiency and process improvement — using SOAR playbooks and automation to cut repetitive triage so analysts focus on real threats. The questions below mirror that scenario-driven style so you build the judgment the exam rewards.

What Domain 1 covers

Domain 1 quick glossary

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

SIEMA platform that aggregates and correlates logs from many sources so analysts can detect and investigate threats.
IoCIndicator of compromise — forensic evidence such as a malicious hash, IP, or domain that signals a breach.
OSINTOpen-source intelligence gathered from publicly available data, used to profile threats without touching the target.
TTPTactics, techniques, and procedures — how an adversary operates, often mapped with MITRE ATT&CK.
Threat huntingProactively searching telemetry for hidden adversary activity using hypotheses, before any alert fires.
SOARSecurity orchestration, automation, and response tooling that runs playbooks to triage alerts at machine speed.
False positiveA benign event an alert flags as malicious; tuning detections reduces this noise for analysts.

Keep going

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