104 questions

Security Operations

Which is the correct order of the incident response process?

  • a.Preparation, detection, containment, eradication, recovery, lessons learned
  • b.Recovery, containment, detection, preparation, lessons learned
  • c.Detection, preparation, recovery, containment, eradication
  • d.Containment, detection, recovery, preparation, eradication

A standard incident response lifecycle proceeds through preparation, detection and analysis, containment, eradication, recovery, and lessons learned. Preparation comes first so the team is ready before an incident. Lessons learned closes the loop to improve future response.

Security Operations

During incident response, which step focuses on limiting the damage and preventing the threat from spreading?

  • a.Containment
  • b.Preparation
  • c.Recovery
  • d.Eradication

Containment isolates affected systems to stop the incident from spreading while preserving evidence. It buys time to plan eradication without further loss. Short-term and long-term containment strategies balance disruption and safety.

Security Operations

Which system aggregates and correlates log data from many sources to detect security events in near real time?

  • a.IDS
  • b.DLP
  • c.SIEM
  • d.VPN

A security information and event management (SIEM) system centralizes logs from across the environment and correlates them to surface incidents. It supports alerting, dashboards, and investigation. Effective tuning reduces alert fatigue and false positives.

Security Operations

Which control monitors network traffic and actively blocks detected malicious activity inline?

  • a.IPS
  • b.IDS
  • c.Honeypot
  • d.SIEM

An intrusion prevention system (IPS) sits inline and can automatically block or drop malicious traffic it detects. Unlike an IDS, which only alerts, an IPS takes preventive action. Tuning is important to avoid blocking legitimate traffic.

Security Operations

Which technology inspects data in motion and at rest to prevent unauthorized exfiltration of sensitive information?

  • a.Firewall
  • b.VPN
  • c.Data loss prevention
  • d.Load balancer

Data loss prevention (DLP) detects and blocks sensitive data from leaving the organization through email, uploads, or removable media. It uses content inspection and policy rules. DLP helps enforce compliance and protect intellectual property.

Security Operations

Which process applies vendor updates to fix known software vulnerabilities?

  • a.Hardening
  • b.Patch management
  • c.Baselining
  • d.Tokenization

Patch management is the disciplined process of testing and deploying vendor updates to remediate vulnerabilities. Timely patching closes known exploit paths. A formal cycle balances speed with stability testing.

Security Operations

Reducing a system's attack surface by disabling unneeded services and applying secure configurations is called:

  • a.Segmentation
  • b.Failover
  • c.Federation
  • d.Hardening

Hardening strengthens a system by removing unnecessary services, closing ports, and applying secure settings and baselines. It reduces the attack surface before deployment. Configuration benchmarks guide consistent hardening.

Security Operations

Which practice ensures evidence remains admissible by documenting who handled it and when?

  • a.Legal hold
  • b.Chain of custody
  • c.Data retention
  • d.Nondisclosure

Chain of custody documents every person who handled evidence and each transfer, preserving integrity for legal proceedings. Gaps can render evidence inadmissible. It is essential in digital forensics and investigations.

Security Operations

During forensic acquisition, why is a cryptographic hash taken of a disk image?

  • a.To compress the image
  • b.To encrypt the evidence
  • c.To prove the copy was not altered
  • d.To speed up analysis

Hashing the original and the forensic image proves they are identical and that the evidence was not modified. Matching hashes demonstrate integrity throughout the investigation. Any change to the data would produce a different hash.

Security Operations

Which type of backup captures only the data changed since the last full backup and does not clear the archive bit each time?

  • a.Incremental
  • b.Full
  • c.Differential
  • d.Snapshot

A differential backup copies all data changed since the last full backup, growing larger each day until the next full. Restores require the last full plus the latest differential. Incremental backups, by contrast, capture changes since the last backup of any type.

Security Operations

Which metric defines the maximum acceptable amount of data loss measured in time?

  • a.RTO
  • b.MTTR
  • c.MTBF
  • d.RPO

The recovery point objective (RPO) is the maximum tolerable data loss expressed as a time window, guiding backup frequency. An RPO of one hour means backups must occur at least hourly. It differs from RTO, which addresses restoration time.

Security Operations

Which metric defines the maximum acceptable time to restore a service after an outage?

  • a.MTBF
  • b.MTTF
  • c.RPO
  • d.RTO

The recovery time objective (RTO) is the target duration within which a service must be restored after disruption. It drives decisions about redundancy and recovery capability. Meeting the RTO limits business impact from downtime.

Security Operations

Which recovery site is fully equipped and can take over operations almost immediately?

  • a.Hot site
  • b.Cold site
  • c.Mobile site
  • d.Warm site

A hot site is fully provisioned with hardware, data, and connectivity so it can assume operations quickly. It offers the fastest recovery but the highest cost. Cold sites are cheaper but require significant setup time.

Security Operations

Which scan identifies known weaknesses in systems without actively exploiting them?

  • a.Fuzzing
  • b.Penetration test
  • c.Red team exercise
  • d.Vulnerability scan

A vulnerability scan enumerates known weaknesses using signatures and checks without exploiting them. It is broad and repeatable for routine assessment. A penetration test goes further by attempting actual exploitation.

Security Operations

An authorized simulated attack that attempts to exploit vulnerabilities to test defenses is a:

  • a.Penetration test
  • b.Tabletop exercise
  • c.Vulnerability scan
  • d.Compliance audit

A penetration test authorizes ethical hackers to actively exploit weaknesses to demonstrate real-world risk. It validates whether vulnerabilities are truly exploitable and how far an attacker could get. Rules of engagement define scope and limits.

Security Operations

Which detection method flags activity that deviates from an established normal pattern?

  • a.Signature-based
  • b.Anomaly-based
  • c.Rule-based
  • d.Whitelist-based

Anomaly-based detection builds a baseline of normal behavior and alerts on deviations, enabling detection of novel attacks. It can catch previously unseen threats but may produce more false positives. Signature-based detection, by contrast, matches known patterns.

Security Operations

Which endpoint solution continuously records activity and enables investigation and automated response to threats on hosts?

  • a.Screen lock policy
  • b.Antivirus signature file
  • c.Host firewall
  • d.EDR

Endpoint detection and response (EDR) continuously monitors endpoint behavior, records telemetry, and supports rapid investigation and automated containment. It goes beyond signature antivirus by detecting suspicious behavior. It is central to modern threat hunting and response.

Security Operations

Which practice ensures logs cannot be tampered with by centralizing them on a protected, write-once server?

  • a.Log rotation
  • b.Log integrity and centralization
  • c.Log compression
  • d.Log sampling

Centralizing logs on a hardened, tamper-resistant server preserves their integrity for investigations. Attackers often try to delete local logs to hide activity, so protected central storage defeats this. Techniques like write-once media and hashing further ensure integrity.

Security Operations

A discussion-based session where a team walks through their response to a hypothetical incident is called a:

  • a.Vulnerability assessment
  • b.Full interruption test
  • c.Penetration test
  • d.Tabletop exercise

A tabletop exercise is a discussion-based walkthrough of a scenario to validate plans and roles without touching production. It reveals gaps in the incident response or continuity plan at low cost. It complements more disruptive technical tests.

Security Operations

Which automation approach uses playbooks to coordinate tools and streamline security operations tasks?

  • a.DLP
  • b.SIEM
  • c.SOAR
  • d.EDR

Security orchestration, automation, and response (SOAR) uses playbooks to automate and coordinate actions across security tools. It accelerates repetitive response tasks and reduces analyst workload. It often works alongside a SIEM to act on alerts.

Security Operations

Which principle requires that two people perform a sensitive action together to prevent fraud?

  • a.Mandatory vacation
  • b.Least privilege
  • c.Separation of duties
  • d.Job rotation

Separation of duties splits a critical task so no single person controls it end to end, reducing fraud and error. For example, one person requests a payment and another approves it. It is a key internal control in security and finance.

Security Operations

Rotating employees through different roles helps detect fraud and reduce dependence on any one person. This control is:

  • a.Least privilege
  • b.Separation of duties
  • c.Job rotation
  • d.Onboarding

Job rotation moves staff through different duties, which can expose irregularities hidden by a single long-tenured employee. It also reduces single points of knowledge. Mandatory vacations serve a similar detective purpose.

Security Operations

Which secure disposal method makes data on a drive unrecoverable by destroying the media physically?

  • a.Deletion
  • b.Defragmentation
  • c.Formatting
  • d.Physical destruction

Physical destruction, such as shredding or degaussing, renders storage media and its data unrecoverable. Simple formatting or deletion can leave data recoverable. Destruction is preferred for highly sensitive media at end of life.

Security Operations

Which threat intelligence source consists of shared indicators of compromise that defenders can ingest to detect attacks?

  • a.Firmware feed
  • b.Marketing feed
  • c.Threat feed
  • d.Social media feed

A threat intelligence feed supplies indicators of compromise such as malicious IPs, domains, and file hashes. Ingesting these into detection tools helps identify known threats quickly. Feeds should be evaluated for relevance and timeliness to be useful.

Security Operations

Analysts receive an alert only after the SIEM links a failed VPN login, a privilege change, and a large data transfer from the same account within minutes. Which SIEM capability produced this insight?

  • a.Log rotation, which archives and overwrites the oldest log files on a fixed recurring schedule
  • b.Retention, which defines how long the collected logs are preserved before being deleted
  • c.Compression, which reduces the on-disk storage footprint of the collected log data over time
  • d.Correlation of events across multiple sources

Correlation links related events from different sources into a single meaningful alert that no individual log would reveal alone. It is what turns raw log volume into actionable detection. Connecting the dots across sources is the core value of a SIEM.

Security Operations

To investigate incidents efficiently, an organization forwards logs from firewalls, servers, and applications to one central collector. What is the main security value of this aggregation?

  • a.It automatically encrypts every individual endpoint's local drive against physical theft
  • b.It guarantees that no attacker can ever manage to breach the network's outer perimeter
  • c.It preserves logs centrally even if an attacker deletes them on a host
  • d.It replaces the need for any endpoint detection or antivirus software running on the hosts

Centralized log aggregation preserves evidence even when an attacker wipes local logs to cover their tracks, and it enables cross-system correlation. Logs left only on a compromised host are easily destroyed. Central, protected collection is what keeps them trustworthy and available.

Security Operations

Correlating events across systems only works if their log timestamps agree. Which practice ensures accurate cross-system timelines during an investigation?

  • a.Storing every log only on the individual device that generated it for the sake of isolation
  • b.Rotating logs frequently so that older timestamped entries are quickly discarded from disk
  • c.Letting each device keep its own manually set local clock independently and indefinitely
  • d.Synchronizing all devices to a common trusted time source

Synchronizing devices to a common trusted time source, such as NTP, keeps timestamps consistent so events can be ordered and correlated accurately. Drifting clocks make reconstruction unreliable or impossible. Consistent time is the backbone of any credible timeline.

Security Operations

A new detection rule floods analysts with alerts that turn out to be benign scheduled backups, causing real alerts to be missed. What should the team do?

  • a.Escalate every single alert to executive management for individual manual review each time
  • b.Ignore every alert produced by that rule permanently without any further verification at all
  • c.Disable all logging from the backup servers so that the noisy alerts simply stop appearing
  • d.Tune the rule to reduce false positives

Tuning the rule to exclude the known benign backup activity reduces false positives so analysts can focus on genuine threats. Disabling logging or blindly ignoring alerts would create blind spots. Refining detection logic preserves visibility while cutting noise.

Security Operations

A platform builds behavioral baselines for each account and flags when a user suddenly accesses systems at 3 a.m. from a new location and downloads gigabytes of data. Which capability is this?

  • a.Signature-based antivirus that scans files against a database of already known malware
  • b.A stateful firewall that permits return traffic for connections that were already established
  • c.User and entity behavior analytics
  • d.Data loss prevention that blocks specific sensitive keywords in outbound email attachments

User and entity behavior analytics (UEBA) baselines normal behavior and flags anomalies like odd hours, new locations, and abnormal data volumes. It catches account misuse and insider threats that signature tools miss. Deviation from a learned baseline is what triggers it.

Security Operations

Investigators want to see which hosts talked to which, how much, and when across the network over the past month without storing full packet payloads. Which data source fits?

  • a.Full packet captures retained for every single conversation on the network for many months
  • b.Endpoint antivirus quarantine logs that list the files removed from each individual host
  • c.Certificate transparency logs that record the issuance of publicly trusted certificates
  • d.NetFlow records

NetFlow records connection metadata such as source, destination, volume, and timing without storing payloads, making long retention practical. It answers who talked to whom and how much. Metadata-only capture is why it scales for historical analysis.

Security Operations

To reconstruct exactly what data an attacker exfiltrated, analysts need the actual payload contents of the suspicious session, not just flow summaries. Which tool provides this?

  • a.A configuration management database that lists assets and their ownership details only
  • b.NetFlow, which records connection metadata but never captures the actual payload contents
  • c.A vulnerability scanner that enumerates the missing patches on the affected server host
  • d.A full packet capture

A full packet capture records complete payloads, letting analysts reconstruct exactly what was transmitted, including exfiltrated content. NetFlow shows that data moved but not what it contained. Payload-level detail is why packet capture is needed here.

Security Operations

A team debates installing software on each server versus polling devices remotely for monitoring. What is a key advantage of the agent-based approach?

  • a.It requires absolutely no configuration on any of the monitored endpoints at any time
  • b.It works identically on legacy devices that are unable to run any installed software agent
  • c.It eliminates all network traffic between the monitored hosts and the central collector
  • d.It can collect richer, real-time host data even when the network path is limited

Agents run on the host and can gather deep, real-time telemetry and continue collecting even when connectivity is intermittent. Agentless polling is lighter to deploy but sees less and depends on the network. Richer host visibility is the agent trade-off.

Security Operations

When a phishing email is reported, a system automatically extracts the URLs, checks them against threat intelligence, quarantines matching messages, and opens a ticket. Which platform orchestrates this?

  • a.SOAR
  • b.A network load balancer that distributes inbound client requests across backend web servers
  • c.A traditional antivirus product that scans files against a database of known malware signatures
  • d.A certificate authority that issues and signs the digital certificates used by internal hosts

Security orchestration, automation, and response (SOAR) runs playbooks that chain tools together to enrich, decide, and act automatically. Here it triages phishing end to end without manual steps. Coordinating tools through playbooks is the SOAR function.

Security Operations

Leadership asks why automating routine response steps with playbooks is worthwhile. Which is the strongest security justification?

  • a.It responds faster and more consistently, reducing human error and dwell time
  • b.Automation guarantees that the organization will never again experience a security breach of any kind
  • c.Automation permanently removes any need for human analysts to remain on the security team at all going forward
  • d.It makes all of the collected security logs entirely unnecessary because responses are now automatic

Automation executes response steps quickly and identically every time, reducing human error and shrinking the time attackers dwell. It augments analysts rather than replacing them or eliminating logs. Speed and consistency, cutting dwell time, is the real benefit.

Security Operations

A cloud team defines servers and firewall rules in version-controlled templates so every deployment is identical and reviewable. Which security benefit does infrastructure as code most directly provide?

  • a.It guarantees that the deployed systems will never need to be patched after being provisioned
  • b.It removes the requirement to monitor or log any activity occurring on the deployed resources
  • c.It enforces consistent, auditable configurations and reduces configuration drift
  • d.It encrypts all of the data at rest automatically without requiring any key management effort

Infrastructure as code produces repeatable, reviewable deployments so environments are consistent and drift is reduced, and changes are tracked in version control. Misconfigurations can be caught in review before deployment. Consistency and auditability are its core security value.

Security Operations

To stop developers from accidentally creating a publicly readable storage bucket, a cloud platform automatically blocks or flags such configurations at deployment. This automated preventive control is a:

  • a.A honeypot deployed specifically to attract attackers away from the real production storage
  • b.A disaster recovery hot site kept ready to assume operations after a major regional outage
  • c.Guardrail (policy-as-code)
  • d.A security awareness training module that is delivered to the developers once every year

A guardrail, often implemented as policy-as-code, automatically prevents or flags risky configurations like public buckets before they take effect. It bakes security policy into the deployment pipeline. Automated enforcement of policy at deploy time is what defines it.

Security Operations

A build pipeline automatically scans source code for vulnerabilities before each release is deployed. Testing the code without executing it, by examining the source directly, is called:

  • a.Dynamic application security testing, which probes the running application while it executes
  • b.Penetration testing performed manually by an external red team roughly once per year
  • c.Static application security testing
  • d.Fuzzing, which feeds malformed random inputs to a running program to make it crash

Static application security testing (SAST) analyzes source code without running it, catching flaws early in development. Dynamic testing, by contrast, requires a running application. Examining code at rest is what makes SAST static.

Security Operations

A security tool interacts with a deployed web application, sending crafted inputs to observe how the live system responds and reveal runtime flaws. This testing method is:

  • a.Static analysis, which reads the raw source code without ever running the program itself
  • b.A software bill of materials, which lists every third-party component and its exact version
  • c.A tabletop exercise, in which responders verbally walk through a hypothetical incident
  • d.Dynamic application security testing

Dynamic application security testing (DAST) exercises a running application with crafted inputs to find runtime and configuration flaws that only appear during execution. It complements static analysis, which sees code but not runtime behavior. Testing the live app is the DAST approach.

Security Operations

After a widely-used logging library was found vulnerable, security teams scrambled to learn where it was embedded. Which artifact would have let them instantly identify affected software?

  • a.A business impact analysis that ranks critical processes by the cost of their downtime
  • b.A data retention schedule that specifies how long each type of record must be kept
  • c.A certificate revocation list of the public key infrastructure entries no longer trusted
  • d.A software bill of materials

A software bill of materials (SBOM) inventories every component in software, so teams can instantly find where a vulnerable library is used. Without it, locating affected systems is slow and error-prone. Component transparency is exactly what an SBOM provides.

Security Operations

During a breach, confusion arises over who declares an incident, who talks to regulators, and who leads technical containment. Which document should have defined these responsibilities in advance?

  • a.An incident response plan
  • b.A memorandum of understanding outlining an informal partnership between two organizations
  • c.A service level agreement defining the uptime commitments made to external customers
  • d.An acceptable use policy that specifies the permitted employee use of company systems

An incident response plan defines roles, responsibilities, and procedures before an incident, so responders act decisively rather than improvising. Predefined ownership of decisions and communications prevents chaos. Preparing these roles in advance is the plan's purpose.

Security Operations

Regulations require notifying affected individuals within a set window after a data breach is confirmed. Which part of incident preparation ensures this happens correctly and on time?

  • a.The disaster recovery hot site that is kept synchronized for the rapid failover of systems
  • b.The network segmentation design that isolates cardholder data from other internal systems
  • c.The vulnerability scanning schedule that runs authenticated scans once every calendar quarter
  • d.A predefined communication and notification plan

A communication and notification plan predefines who must be told, how, and by when, so legal and regulatory deadlines are met during the stress of an incident. Improvising notifications risks missed deadlines and penalties. Planned communications ensure timely, correct disclosure.

Security Operations

Two weeks after resolving a ransomware incident, the team meets to document what worked, what failed, and how to prevent recurrence. Which incident response phase is this?

  • a.Eradication, in which the malware and any attacker footholds are completely removed
  • b.Lessons learned
  • c.Preparation, in which tools, training, and playbooks are readied before incidents occur
  • d.Containment, in which the affected systems are isolated to halt the further spread of harm

The lessons learned phase reviews the incident after recovery to improve future response and close the gaps that were exposed. It feeds back into preparation, making the process cyclical. Turning experience into improvement is the point of this phase.

Security Operations

On discovering an actively compromised workstation still communicating with a command-and-control server, the responder's immediate priority is to:

  • a.Notify every customer publicly before the actual scope of the compromise is even confirmed
  • b.Immediately rebuild the workstation from scratch before capturing any forensic evidence
  • c.Wait and passively observe the attacker for several more weeks before taking any action
  • d.Isolate the host from the network to stop the attacker's communication

Containment through isolation immediately cuts the attacker's command-and-control channel and stops further damage or spread. Rebuilding first would destroy evidence, and public notice before scope is known is premature. Halting active harm is the first responder priority.

Security Operations

After recovering from repeated incidents caused by the same unpatched service, management insists the team identify and fix the underlying reason, not just the symptoms. This analysis is called:

  • a.Chain of custody, which documents each person who handled a given piece of evidence
  • b.Root cause analysis
  • c.A penetration test that simulates a real attacker to validate exploitable weaknesses
  • d.A business impact analysis that prioritizes processes by the cost of their disruption

Root cause analysis finds the underlying reason an incident occurred so the fix prevents recurrence rather than treating symptoms. Repeated incidents signal an unaddressed root cause. Eliminating the source is what distinguishes it from a quick patch.

Security Operations

A threat report lists specific malicious file hashes, IP addresses, and domains associated with an active campaign so defenders can search their environment. These artifacts are called:

  • a.Recovery point objectives that specify the maximum tolerable amount of data loss allowed
  • b.Indicators of compromise
  • c.Rules of engagement that set the agreed scope and limits of an authorized penetration test
  • d.Service level objectives that define measurable targets for system availability levels

Indicators of compromise (IOCs) are observable artifacts like hashes, IPs, and domains tied to malicious activity, used to hunt for and detect intrusions. Defenders match them against logs and endpoints. Concrete evidence of specific threats is what IOCs provide.

Security Operations

Rather than waiting for alerts, analysts proactively form a hypothesis about how an attacker might operate and search logs for evidence of it. This proactive practice is:

  • a.Vulnerability scanning, which enumerates known missing patches automatically on systems
  • b.Signature-based detection, which alerts only on previously catalogued attack patterns
  • c.Threat hunting
  • d.Penetration testing, which actively exploits weaknesses to prove real-world exploitability

Threat hunting is proactive, hypothesis-driven searching for adversaries that automated tools have not flagged. It assumes a breach may already exist and looks for subtle evidence. Actively seeking hidden threats is what separates it from passive alerting.

Security Operations

A SOC maps observed adversary behaviors to a standardized knowledge base of tactics and techniques to understand its coverage gaps. Which framework are they using?

  • a.MITRE ATT&CK
  • b.PCI DSS, a standard that governs the secure handling of payment cardholder data specifically
  • c.OWASP Top Ten, a ranked list of the most critical web application security risks to address
  • d.The NIST Cybersecurity Framework, which organizes programs into five high-level functions

MITRE ATT&CK is a knowledge base of real-world adversary tactics and techniques used to map detections and find coverage gaps. It gives teams a common language for attacker behavior. Behavior-based mapping is what makes it useful for measuring defensive coverage.

Security Operations

An analyst gathers freely available information about a threat actor from public reports, forums, and social media to enrich an investigation. This intelligence source is:

  • a.Open-source intelligence
  • b.Classified government intelligence shared solely through cleared and secured channels
  • c.Internal application logs generated exclusively by the organization's own hosted systems
  • d.A proprietary paid feed available only under a restrictive commercial licensing agreement

Open-source intelligence (OSINT) is gathered from publicly available sources such as reports, forums, and social media. It is low-cost and broad but must be validated for reliability. Sourcing from public information is what makes it OSINT.

Security Operations

Anticipating litigation, counsel directs IT to suspend the routine deletion of certain emails and files so potential evidence is preserved. This directive is a:

  • a.Service level agreement that specifies measurable performance commitments to clients
  • b.Data retention schedule that automatically purges records after a fixed period of time
  • c.Non-disclosure agreement that binds parties to keep the shared information confidential
  • d.Legal hold

A legal hold suspends normal data destruction to preserve information that may be relevant to litigation or investigation. Deleting data under hold can lead to spoliation penalties. Preserving potential evidence against routine deletion is its purpose.

Security Operations

To ensure any analyst handles a malware alert the same proven way, the SOC documents step-by-step response procedures for that specific scenario. This document is a:

  • a.An incident response playbook
  • b.A business continuity plan describing how the whole organization keeps operating in a crisis
  • c.A memorandum of understanding that formalizes an informal agreement between two parties
  • d.A risk register cataloguing identified risks along with their owners and chosen treatments

An incident response playbook gives step-by-step procedures for a specific scenario so responses are consistent and repeatable regardless of who responds. It reduces improvisation under pressure. Scenario-specific, repeatable steps are what define a playbook.

Security Operations

During evidence collection on a live system, a forensic analyst captures the contents of RAM and running network connections before imaging the hard drive. Which principle drives this sequence?

  • a.Chain of custody, which documents who handled each item of evidence and when it moved
  • b.Separation of duties, which requires two people to complete one sensitive transaction
  • c.Order of volatility
  • d.The recovery time objective, which defines how quickly a service must be fully restored

Order of volatility dictates collecting the most transient evidence first, such as memory and active connections, before more persistent data like disks. Volatile data disappears when power or state changes. Preserving fleeting evidence first is the principle at work.

Security Operations

Before analyzing a seized hard drive, an examiner connects it through a device that allows reading but physically prevents any writes to the original media. This device is a:

  • a.A honeypot decoy system deployed to attract and safely observe attacker behavior in a lab
  • b.A write blocker
  • c.A hardware security module that securely generates and stores cryptographic keys in hardware
  • d.A load balancer that distributes incoming client requests across several backend servers

A write blocker permits reading the original evidence media while preventing any writes, preserving its integrity so findings remain admissible. Any modification could taint the evidence and the investigation. Read-only access to the original is exactly what it guarantees.

Security Operations

Rather than copying visible files, a forensic tool creates an exact bit-for-bit duplicate of an entire drive, including deleted-file remnants and slack space. This copy is a:

  • a.A differential backup that stores the changes made since the last full backup was taken
  • b.A forensic image
  • c.A snapshot that preserves the state of a virtual machine at a single point in time only
  • d.A logical backup that captures only the currently visible files and their folder structure

A forensic image is a bit-for-bit copy capturing everything on the drive, including deleted data and slack space that ordinary backups omit. Analysts work from the image to protect the original. Complete, exact duplication is what makes it forensically sound.

Security Operations

Investigators recover a photo and examine its embedded creation time, GPS coordinates, and device model to establish where and when it originated. This embedded data is called:

  • a.A digital signature applied by the camera's manufacturer to prove its authenticity
  • b.Steganographic content that was deliberately concealed inside the pixels of the image
  • c.A cryptographic hash value that is computed to verify the file's overall integrity later
  • d.Metadata

Metadata is data about the file, such as timestamps, GPS coordinates, and device details, which can be crucial evidence. It reveals context the visible content does not. Extracting and interpreting embedded metadata is a standard forensic technique.

Security Operations

To understand an attack's sequence, an analyst combines timestamps from firewall, authentication, and endpoint logs into a single chronological reconstruction. Building this is called creating a:

  • a.A business impact analysis that measures the cost of disrupting each critical business process
  • b.A penetration testing report describing the exploited weaknesses and their recommended fixes
  • c.A forensic timeline
  • d.A software bill of materials that enumerates every component contained within an application

A forensic timeline merges timestamped events from many sources into one chronology, revealing the attacker's sequence of actions. It depends on synchronized clocks to be accurate. Ordering events across systems is what the timeline delivers.

Security Operations

A defense attorney challenges digital evidence, arguing it may have been altered after collection. Which combination best supports its admissibility in court?

  • a.Storing the evidence on a shared drive that is freely accessible to the whole response team
  • b.Analyzing the original drive directly and relying on the analyst's memory of the exact steps
  • c.Deleting the intermediate copies quickly to avoid confusion over which copy is authoritative
  • d.An unbroken chain of custody plus matching hashes of the original and the image

An unbroken chain of custody documents every handler, and matching hashes prove the image is identical to the original and unaltered. Together they demonstrate integrity for the court. Documented handling plus verifiable integrity is what supports admissibility.

Security Operations

Before signing with a cloud vendor, a company insists on contract language permitting it to review the vendor's security controls periodically. This provision is a:

  • a.Recovery point objective that specifies the maximum acceptable amount of lost data allowed
  • b.Memorandum of understanding describing a broad, non-binding cooperative relationship
  • c.Right-to-audit clause
  • d.Service level agreement that defines measurable uptime and response time commitments only

A right-to-audit clause gives the customer the contractual ability to assess a vendor's security controls, which is vital when outsourcing sensitive functions. Without it, the customer cannot verify the vendor's claims. Securing that inspection right is the clause's purpose.

Security Operations

A vulnerability scan run with valid login credentials on target hosts finds far more issues than one run without. Why does the credentialed scan reveal more?

  • a.Because it only checks the network perimeter and deliberately ignores internal host details
  • b.Because it actively exploits each weakness it finds in order to confirm that it is realistic
  • c.Because it runs considerably faster and therefore has enough time to test far more systems across the entire network
  • d.Because it can inspect installed software, patches, and configurations from inside

A credentialed scan logs in and inspects installed software, patch levels, and configurations from the inside, revealing far more than an external view. Non-credentialed scans see only what is exposed on the network. Authenticated inside access is why it finds more.

Security Operations

A scan returns hundreds of findings, so the team prioritizes remediation using a standardized 0-10 severity score reflecting exploitability and impact. This scoring system is:

  • a.CVSS
  • b.CVE, which assigns a unique identifier to each publicly disclosed software vulnerability
  • c.OSINT, which is intelligence gathered from publicly and freely available open sources
  • d.SIEM, which aggregates and correlates security event logs collected from many sources

The Common Vulnerability Scoring System (CVSS) rates severity on a 0-10 scale from factors like exploitability and impact, helping teams prioritize. A CVE only names a vulnerability; CVSS scores its seriousness. A standardized severity number is what CVSS contributes.

Security Operations

When discussing a specific flaw, engineers reference a standardized identifier assigned to each publicly known vulnerability so everyone means the same issue. This identifier is a:

  • a.A CVE
  • b.A CVSS base score expressing the vulnerability's severity on a standardized numeric scale
  • c.A false positive, meaning a scanner finding that turns out not to be a real issue at all
  • d.An indicator of compromise, such as a malicious file hash or a known suspicious domain

A Common Vulnerabilities and Exposures (CVE) identifier gives each publicly known vulnerability a unique reference so tools and teams communicate unambiguously. It names the flaw, while CVSS scores its severity. A shared, unique name is what a CVE provides.

Security Operations

A scanner reports a critical vulnerability, but manual testing shows the affected feature is not even installed. Before spending effort patching, the analyst should:

  • a.Immediately schedule emergency downtime and patch every single server across all of production
  • b.Disable the vulnerability scanner permanently so that it stops generating any further reports
  • c.Validate the finding to confirm whether it is a false positive
  • d.Report the finding to executives as a confirmed breach requiring immediate customer notification

Validating a finding confirms whether it is real or a false positive before resources are spent remediating. Scanners can misreport based on version banners or inapplicable checks. Verifying before acting prevents wasted effort and false alarms.

Security Operations

A legacy application cannot be patched for a known vulnerability without breaking it, so the team adds strict network filtering and monitoring around it instead. This alternative is a:

  • a.A compensating control
  • b.A residual risk, which is simply whatever risk remains after all controls have been applied
  • c.An acceptable use policy that governs how employees may use the organization's systems
  • d.A false positive, since the reported vulnerability does not actually affect anything at all

A compensating control provides protection by alternative means when the primary fix, such as a patch, cannot be applied. Filtering and monitoring reduce the risk around the unpatched app. Substituting an equivalent safeguard is the essence of a compensating control.

Security Operations

A client hires testers and gives them no internal knowledge, network diagrams, or credentials, forcing them to discover everything as an outside attacker would. This engagement is:

  • a.A white-box test, in which the testers are given full internal documentation and access
  • b.A black-box (unknown environment) test
  • c.A tabletop exercise, in which responders verbally discuss a hypothetical incident scenario
  • d.A credentialed vulnerability scan run using valid login accounts on each of the target hosts

In a black-box or unknown-environment test, testers receive no inside information and must discover the environment like a real external attacker. This realistically simulates an outsider but takes longer. Zero prior knowledge is what defines the black-box approach.

Security Operations

A company invites independent researchers to find and report vulnerabilities in its products in exchange for rewards, under defined rules. This program is a:

  • a.A penetration test scoped and performed by a single contracted external assessment firm
  • b.A red team exercise conducted internally by the organization's own dedicated security staff
  • c.A tabletop exercise walking key stakeholders through a hypothetical incident scenario together
  • d.A bug bounty program

A bug bounty program crowdsources vulnerability discovery from independent researchers who are rewarded for valid, responsibly disclosed findings. It scales testing beyond a single firm under clear rules. Paying external researchers for reported flaws is what defines it.

Security Operations

An organization wants to automate checking systems against security benchmarks using standardized, machine-readable content. Which protocol suite enables this automation?

  • a.NetFlow, which exports summaries of network conversations for later traffic analysis
  • b.SCAP
  • c.Syslog, a standard for forwarding event messages to a central logging server for storage
  • d.SNMP, which is primarily used to poll and configure network devices across the network

The Security Content Automation Protocol (SCAP) provides standardized, machine-readable content so tools can automatically assess systems against benchmarks and report compliance. This makes configuration and vulnerability checks repeatable and consistent. Automating standardized assessment is SCAP's role.

Security Operations

To harden new servers consistently, an admin applies a widely-recognized set of vendor-neutral configuration recommendations. These published hardening standards are known as:

  • a.A certificate revocation list that enumerates certificates which should no longer be trusted
  • b.CIS Benchmarks
  • c.A recovery time objective that defines how quickly a disrupted service must be restored
  • d.A memorandum of understanding describing a cooperative arrangement between two parties

CIS Benchmarks are consensus-based, vendor-neutral configuration guides that provide consistent secure baselines for operating systems and applications. Applying them reduces misconfiguration across a fleet. Recognized, repeatable hardening guidance is what they offer.

Security Operations

Monitoring flags that a production server's settings no longer match the approved secure template, indicating unauthorized changes over time. This deviation is called:

  • a.A denial-of-service condition caused by exhausting the server's finite processing resources
  • b.Configuration drift
  • c.A zero-day vulnerability for which the vendor has not yet released any patch or fix at all
  • d.A false positive, meaning the monitoring tool reported an issue that is not actually real

Configuration drift is the gradual divergence of a system from its approved baseline due to ad hoc changes over time. It reintroduces risk and inconsistency that hardening removed. Detecting and correcting drift keeps systems aligned to their secure template.

Security Operations

In a Windows domain, administrators enforce password rules, disable removable storage, and set firewall settings on thousands of machines from one place. Which mechanism applies these centrally?

  • a.A host-based intrusion detection system installed separately on each individual workstation
  • b.A jump server that administrators connect through to reach sensitive network zones securely
  • c.A hardware security module that stores cryptographic keys in tamper-resistant hardware
  • d.Group Policy

Group Policy centrally enforces security settings across all domain-joined machines from a single point, ensuring consistent hardening at scale. Managing thousands of endpoints individually would be error-prone. Central, consistent policy enforcement is what Group Policy delivers.

Security Operations

A newly deployed web server is found listening on Telnet, FTP, and several other unused ports. Which hardening action most reduces its attack surface?

  • a.Disabling the unnecessary services and closing their ports
  • b.Installing additional monitoring agents while leaving all of the open ports still running
  • c.Adding more RAM and CPU so the server can comfortably handle the extra listening services
  • d.Assigning the server a public IP address so that administrators can reach it remotely

Disabling unneeded services and closing their ports removes entry points, directly shrinking the attack surface. Every running service is a potential vulnerability to exploit. Least functionality, running only what is needed, is the core hardening principle here.

Security Operations

A penetration tester gains admin access to a network switch simply by trying the manufacturer's documented username and password. Which hardening step was skipped?

  • a.Scheduling a recurring credentialed vulnerability scan against the switch every month
  • b.Changing the default administrative credentials
  • c.Enabling full-disk encryption on the switch's internal configuration storage memory
  • d.Placing the switch behind a web application firewall to inspect inbound HTTP requests

Default credentials are publicly documented, so failing to change them leaves a trivial path to full control. Changing them to strong, unique values is a basic hardening step. Removing known factory logins closes this obvious entry point.

Security Operations

To balance security with stability, an organization tests vendor updates and deploys them on a predictable monthly schedule, with emergency out-of-band patches for critical flaws. This disciplined approach is:

  • a.Never patching the systems at all in order to avoid any risk of an update breaking them
  • b.A structured patch management cadence
  • c.Relying solely on antivirus signatures instead of ever updating the underlying software
  • d.Applying every single update instantly in production the moment it is released, untested

A structured patch management cadence tests and deploys updates on a predictable schedule while allowing emergency patches for critical issues. This balances security with operational stability. Disciplined, tested, scheduled patching is the recommended practice.

Security Operations

A security tool automatically detonates suspicious email attachments in an isolated disposable environment to observe their behavior before delivery. This technique is:

  • a.Sandboxing
  • b.Full-disk encryption, which protects stored data on a device only while it is powered off
  • c.Load balancing, which spreads inbound client requests evenly across multiple servers
  • d.Signature matching, which only recognizes malware that is already catalogued in a database

Sandboxing runs suspicious files in an isolated, disposable environment to observe behavior without risking real systems, catching threats signatures miss. Malicious actions reveal themselves safely inside the sandbox. Behavioral analysis in isolation is what defines the technique.

Security Operations

Reviewing authentication logs, an analyst notices hundreds of failed logins for many accounts from one IP, followed by a single success. What does this pattern most likely indicate?

  • a.A misconfigured time server causing the log timestamps to appear out of sequence
  • b.A password-spraying or brute-force attack that ultimately succeeded
  • c.A scheduled backup job authenticating with its own valid dedicated service account
  • d.A normal user who simply forgot and slowly re-entered their own correct password once

Many failures across accounts from one source followed by a success is the signature of password spraying or brute forcing that eventually worked. Normal users do not generate hundreds of failures across many accounts. Recognizing this pattern enables early detection of credential attacks.

Security Operations

A compliance mandate requires that security logs be kept for at least one year for potential investigations. Which policy governs how long logs are stored before deletion?

  • a.An acceptable use policy defining the permitted employee use of organizational systems
  • b.A recovery time objective specifying how fast a service must be restored after an outage
  • c.A service level agreement listing the measurable performance guarantees made to customers
  • d.A log retention policy

A log retention policy specifies how long logs are kept before deletion, balancing investigative and compliance needs against storage cost. Retaining logs too briefly can destroy evidence needed later. Defining storage duration is exactly what this policy governs.

Security Operations

During a risk workshop, someone confuses terms. A hurricane is the potential danger, an unbolted roof is the weakness, and the chance of damage combining both is the:

  • a.The control, meaning the safeguard put in place to reduce the likelihood or impact of harm
  • b.Risk
  • c.The vulnerability, meaning the specific weakness that a hazard is able to take advantage of
  • d.The threat, meaning the potential danger or hazardous event that could conceivably occur

Risk is the likelihood and impact of a threat exploiting a vulnerability, combining the two. The hurricane is the threat and the unbolted roof is the vulnerability. Distinguishing these terms is fundamental to accurate risk assessment.

Security Operations

By uninstalling unused software, closing ports, and disabling default accounts, an administrator shrinks the number of ways an attacker could get in. This overall reduction is described as minimizing the:

  • a.The residual risk that unavoidably remains after all reasonable controls have been applied
  • b.The recovery point objective, meaning the maximum tolerable amount of data that can be lost
  • c.Attack surface
  • d.The false positive rate, meaning benign findings that are mistakenly reported as real threats

The attack surface is the sum of all points where an attacker could attempt entry, and hardening reduces it by removing services, ports, and accounts. A smaller attack surface means fewer opportunities to exploit. Minimizing exposure is the goal of hardening.

Security Operations

A vendor integrates endpoint, email, network, and cloud telemetry into one platform that correlates detections across all of them for unified response. This extended approach is called:

  • a.DLP, which inspects data in motion and at rest to prevent its unauthorized exfiltration
  • b.SIEM, which chiefly aggregates and correlates log data forwarded from many disparate sources
  • c.EDR, which focuses solely on collecting and responding to endpoint host telemetry alone
  • d.XDR

Extended detection and response (XDR) unifies telemetry from endpoints, email, network, and cloud, correlating across them for broader detection and coordinated response. EDR is limited to endpoints. Cross-domain correlation and response is what distinguishes XDR.

Security Operations

Defenders plant fake credentials and decoy files that no legitimate user should ever touch, so any access to them immediately signals an intruder. These tripwires are called:

  • a.Compensating controls added when a system cannot be patched against a known vulnerability
  • b.Honeytokens
  • c.False positives generated when a detection rule mistakes benign activity for a real attack
  • d.Indicators of compromise supplied by an external commercial threat intelligence feed provider

Honeytokens are decoy credentials or files that legitimate users never use, so any interaction is a high-confidence sign of intrusion. They generate very low false positives because there is no legitimate reason to touch them. Serving as tripwires for attackers is their purpose.

Security Operations

The SOC receives an alert that an employee attempted to upload a spreadsheet full of Social Security numbers to a personal cloud drive, and the transfer was blocked. Which control generated this?

  • a.A network intrusion prevention system inspecting inbound packets for known exploit patterns
  • b.Data loss prevention
  • c.A security orchestration platform that fully automates repetitive analyst response workflows
  • d.A web application firewall that filters malicious HTTP requests to public web applications

Data loss prevention inspects content and blocks sensitive data, like Social Security numbers, from leaving through channels such as personal cloud uploads. It enforces policy on data in motion. Recognizing and stopping sensitive data exfiltration is the DLP function.

Security Operations

A team continuously scans their cloud accounts for misconfigurations like open storage buckets, over-permissive roles, and disabled logging, alerting on drift from policy. This tooling is:

  • a.A hardware security module that generates and safeguards cryptographic keys in hardware
  • b.Cloud security posture management
  • c.A traditional network firewall that filters traffic by its source and destination addresses
  • d.An intrusion detection sensor that passively mirrors and analyzes on-premises network traffic

Cloud security posture management (CSPM) continuously assesses cloud configurations against best practices, flagging risky settings like public buckets or excessive permissions. Misconfiguration is a leading cause of cloud breaches. Ongoing configuration assurance is what CSPM provides.

Security Operations

Before allowing container images into production, a pipeline scans them for vulnerable packages and embedded secrets and blocks images that fail policy. This practice most directly addresses risk in the:

  • a.Container image supply chain
  • b.Email authentication framework that verifies the sending domain of inbound mail messages
  • c.Wireless network authentication process used by employees who connect their laptops to Wi-Fi
  • d.Physical access control system governing entry into the on-premises corporate data center

Scanning images for vulnerable components and leaked secrets before deployment secures the container supply chain, where a bad base image can spread risk widely. Blocking non-compliant images prevents known flaws from reaching production. Vetting what enters the pipeline is the point.

Security Operations

After deploying automated playbooks, a SOC reports the average time from alert to containment dropped from hours to minutes. Which operational metric improved?

  • a.The recovery point objective, which specifies the maximum acceptable data-loss window allowed
  • b.The false acceptance rate, which measures how often a biometric wrongly admits an impostor
  • c.The annualized loss expectancy, which estimates the expected yearly cost of a given risk
  • d.Mean time to respond

Mean time to respond measures how quickly the team acts on and contains an incident after detection, and automation drives it down. Faster response limits attacker dwell time and damage. Reducing this metric is a core goal of security automation.

Security Operations

Facing more alerts than staff can handle, a SOC manager wants analysts to work the most dangerous alerts first. Which practice organizes work this way?

  • a.Forwarding every single alert to executives so leadership can decide what to examine first
  • b.Risk-based alert triage and prioritization
  • c.Investigating alerts strictly in the random order in which they happen to reach the console
  • d.Automatically closing any alert that has not been reviewed within the first five minutes

Risk-based triage ranks alerts by potential impact and likelihood so limited analyst time goes to the most serious threats first. Working in arrival order or auto-closing risks missing critical events. Prioritizing by risk is what makes finite resources effective.

Security Operations

When an alert fires, the SOC platform automatically adds context such as the source IP's reputation, geolocation, and past activity to help analysts decide faster. This automated context-adding is called:

  • a.Segmentation, which divides a network into zones to limit how far an attack can spread
  • b.Enrichment
  • c.Log rotation, which archives older log files and reclaims their storage space on the disk
  • d.Sandboxing, which executes a suspicious file inside an isolated and disposable environment

Enrichment automatically augments an alert with context like reputation, geolocation, and history so analysts can judge it quickly and accurately. It reduces manual lookups and speeds decisions. Adding decision-supporting context to raw alerts is what enrichment does.

Security Operations

Rather than scanning once a year, a mature program continuously discovers assets, scans them, prioritizes findings, remediates, and verifies in an ongoing cycle. This is best described as:

  • a.A one-time penetration test performed by an outside firm just before a new product launches
  • b.An annual tabletop exercise in which responders discuss a single hypothetical breach scenario
  • c.Continuous vulnerability management
  • d.A single baseline configuration applied to systems only at their initial deployment time

Continuous vulnerability management is an ongoing cycle of discovery, assessment, prioritization, remediation, and verification rather than a periodic event. It keeps pace with new assets and new vulnerabilities. Treating it as a continuous loop is what makes the program mature.

Security Operations

An organization once deployed a patch that crashed a critical application fleet-wide. To prevent recurrence, patches should first be:

  • a.Installed only on the systems that are already failing and are going to be rebuilt anyway
  • b.Applied directly to every production system simultaneously in order to save time and effort
  • c.Tested in a non-production environment before broad deployment
  • d.Skipped entirely so that no future update can ever again disrupt the critical application

Testing patches in a non-production environment first catches breaking changes before they hit critical systems fleet-wide. Skipping patches leaves known vulnerabilities open, which is worse. Validating stability before broad rollout balances security and availability.

Security Operations

An analyst writes a script that queries the firewall's API to automatically add malicious IPs from a threat feed to a blocklist every hour. The primary benefit of this automation is:

  • a.Faster, consistent blocking without manual effort
  • b.It guarantees that the organization can never again be targeted by any network-based attack
  • c.It removes the requirement to keep any logs of the blocking actions that are being performed
  • d.It eliminates the need to ever review or tune the threat feed that supplies these addresses

Automating blocklist updates via the firewall API applies protection faster and more consistently than manual entry, reducing the window of exposure. It still requires logging and periodic tuning of the feed. Speed and consistency without manual toil is the real benefit.

Security Operations

Before issuing laptops, IT applies a standard secure image with encryption enabled, unneeded software removed, and logging turned on. Applying this consistent secure starting point is called establishing a:

  • a.A recovery time objective that defines how quickly a disrupted service must be restored
  • b.Security baseline
  • c.A memorandum of understanding describing an informal partnership between two organizations
  • d.A honeypot decoy that is intended to lure attackers away from the real production systems

A security baseline is a standard secure configuration applied consistently so every system starts from a known hardened state. It prevents ad hoc, insecure builds and simplifies auditing. A repeatable secure starting point is what a baseline provides.

Security Operations

In endpoint logs, an analyst sees a standard user account suddenly added to the local administrators group minutes after a suspicious download. This sequence most likely represents:

  • a.A misconfigured clock causing the log entries to appear in the wrong chronological order
  • b.A routine software update that legitimately required elevated rights during its installation
  • c.Privilege escalation following an initial compromise
  • d.A scheduled backup service that authenticates using its own dedicated service account only

A normal user being elevated to local admin right after a suspicious download is a classic sign of privilege escalation after initial compromise. Attackers seek higher rights to expand control. Correlating the download with the elevation reveals the escalation.

Security Operations

Hunting through network logs, an analyst finds a host making small, regular connections to an unfamiliar external server at precise intervals around the clock. This pattern most likely indicates:

  • a.A legitimate software update check that the vendor schedules only once every single month
  • b.Command-and-control beaconing
  • c.A user manually browsing to a popular website repeatedly throughout their normal workday
  • d.A backup job transferring large volumes of data to an approved offsite storage location

Regular, small, precisely timed connections to an unknown server are characteristic of malware beaconing to a command-and-control host. The machine-like periodicity distinguishes it from human browsing. Spotting this rhythm is a staple of threat hunting.

Security Operations

After one workstation was compromised, logs show that account then authenticating to dozens of other machines it never normally touches. This activity is characteristic of:

  • a.Lateral movement
  • b.Normal single sign-on granting the user seamless access to their usual set of applications
  • c.A vulnerability scanner performing authorized credentialed checks across the environment
  • d.A load balancer distributing user sessions across a pool of identical backend servers

Lateral movement is an attacker using a compromised account to reach additional systems it normally would not touch, expanding their foothold. A sudden spread of authentications from one account is the tell. Detecting this early limits how far an intrusion spreads.

Security Operations

An analyst notices unusually large volumes of DNS queries to a single domain, with data encoded in the subdomain names. This technique for sneaking data out is called:

  • a.A normal recursive resolution process in which a resolver contacts the authoritative servers
  • b.DNS tunneling exfiltration
  • c.A cache-poisoning attack that inserts forged records into a resolver's stored set of answers
  • d.A distributed denial-of-service attack that overwhelms the DNS server with heavy query traffic

DNS tunneling hides data inside DNS queries, often encoded in subdomain labels, to smuggle information past controls that permit DNS. High query volume to one domain with odd subdomains is the signature. Recognizing DNS as an exfiltration channel is the key insight.

Security Operations

After capturing a forensic image, the examiner stores it on protected media, restricts access, and records every handoff. The main reason for these precautions is to:

  • a.Avoid the need to ever compute or compare any cryptographic hashes of the acquired image
  • b.Reduce the amount of disk storage that the collected evidence image will ultimately consume
  • c.Speed up the analysis by allowing many analysts to modify the same image at the same time
  • d.Preserve evidence integrity and admissibility

Restricting access and documenting handoffs preserve the evidence's integrity and its admissibility in legal proceedings. Any unlogged access or change could let opposing counsel challenge it. Protecting integrity and the chain of custody is the reason for these controls.

Security Operations

To detect a specific attack pattern reliably, an engineer writes logic in the SIEM that fires only when a defined sequence of events occurs together. This configured detection logic is a:

  • a.A correlation rule
  • b.A disaster recovery runbook describing the steps to restore operations after a major outage
  • c.A firewall access control list that permits or denies traffic based on address and port
  • d.A backup schedule that determines how frequently system data is copied to safe storage

A correlation rule defines conditions across multiple events that together indicate a threat, so the SIEM alerts only on the meaningful pattern. Well-crafted rules reduce noise and catch multi-step attacks. Encoding detection logic across events is what a correlation rule does.

Security Operations

When EDR detects ransomware behavior on a host, it automatically isolates that machine from the network within seconds without waiting for an analyst. This automated action is called:

  • a.A scheduled vulnerability scan that runs against the host once every calendar quarter
  • b.Automated host isolation (quarantine)
  • c.A tabletop exercise where responders discuss how they would handle such an incident
  • d.A manual escalation that pages an on-call analyst to investigate before anything is done

Automated host isolation quarantines a compromised machine from the network in seconds, stopping ransomware from spreading before a human can react. Speed is critical because encryption and lateral movement happen fast. Machine-speed containment is the value of this automation.

Security Operations

A security report highlights the average number of days an attacker remained undetected in the environment before discovery. Reducing this figure limits damage. This metric is:

  • a.The recovery point objective, which defines the maximum tolerable window of lost data
  • b.The annualized rate of occurrence, estimating how often a given risk happens each year
  • c.Dwell time
  • d.The false rejection rate, measuring how often a biometric wrongly denies a valid user

Dwell time is how long an attacker goes undetected in the environment, and shorter dwell time means less opportunity for damage and exfiltration. It reflects detection effectiveness. Minimizing time-to-detection is a central goal of security operations.

Security Operations

Many incidents began with users enabling macros in malicious Office documents. Which hardening policy most directly reduces this initial access vector?

  • a.Requiring longer and more complex passwords on every single user account across the domain
  • b.Disabling macros by default and blocking them from untrusted sources
  • c.Encrypting the full disk on every endpoint so stored files are protected when powered off
  • d.Deploying a load balancer in front of the mail servers to spread the inbound message load

Disabling macros by default and blocking them from untrusted sources removes a common malware delivery mechanism at its source. Password and disk controls do not address the macro vector. Targeting the specific initial access path is what makes this effective.

Security Operations

A team wants recurring scans but worries aggressive scanning could disrupt fragile production systems during business hours. The best practice is to:

  • a.Scan continuously at maximum intensity regardless of the impact on production services
  • b.Rely only on the vendor's assurance that the systems contain no vulnerabilities at all
  • c.Schedule scans during maintenance windows and tune scan intensity
  • d.Never scan the production systems at all so there is no possibility of any disruption

Scheduling scans during maintenance windows and tuning their intensity gets vulnerability visibility while minimizing operational disruption. Never scanning leaves blind spots; unrestrained scanning risks outages. Balancing coverage with safety is the practical approach.

Security Operations

Security operations periodically sends fake phishing emails to employees and tracks who clicks, using results to target additional training. This program is a:

  • a.A tabletop exercise in which the response team verbally walks through a scenario together
  • b.A business impact analysis that ranks the critical processes according to their downtime cost
  • c.Phishing simulation campaign
  • d.A penetration test in which ethical hackers actively exploit technical vulnerabilities to gain access

A phishing simulation sends benign fake phishing to measure susceptibility and drive targeted awareness training. It turns human risk into a measurable, improvable metric. Testing and coaching users against real-looking lures is the program's aim.

Security Operations

So responders apply the right resources, an organization rates each incident by scope and impact, from a minor single-host event up to an enterprise-wide breach. This step is called:

  • a.Recovery, in which the affected systems are restored to normal, trusted operational status
  • b.Chain of custody, documenting each individual who handled a given piece of evidence and when
  • c.Incident classification and severity rating
  • d.Eradication, in which the malware and any attacker footholds are completely removed from hosts

Incident classification and severity rating gauges scope and impact so the response is proportionate and the right people and resources are engaged. A minor event and a major breach demand very different responses. Sizing the incident early guides everything that follows.

Security Operations

Companies in the same industry exchange threat data through a trusted community so a breach at one helps the others defend proactively. Such an industry group is called a(n):

  • a.Information sharing and analysis center (ISAC)
  • b.A certificate authority that issues and signs the digital certificates used by member companies
  • c.A cloud access security broker that enforces policy between users and the cloud apps they use
  • d.A managed security service provider that operates and monitors the security tools for its clients

An Information Sharing and Analysis Center (ISAC) lets organizations in a sector share threat intelligence so each benefits from others' experiences. Collective defense turns one victim's detection into everyone's protection. Trusted industry threat sharing is the ISAC's purpose.

Security Operations

During an investigation, analysts realize a critical server was never forwarding its logs, leaving a gap in the timeline. The lesson for operations is to ensure:

  • a.That every server in the environment is fully rebuilt from scratch after each investigation
  • b.Comprehensive log source coverage
  • c.That logs are deleted quickly to save storage space on the central logging platform daily
  • d.That only the perimeter firewall forwards logs, since internal systems rarely matter much

Comprehensive log source coverage ensures every relevant system feeds the central platform, so investigations have no blind spots. A single non-reporting server can hide critical steps of an attack. Verifying that all important sources actually log is the lesson.

Security Operations

Analysts are overwhelmed manually copying data between the SIEM, ticketing system, and threat intel portal for every alert. Which improvement most directly addresses this repetitive toil?

  • a.Hiring twice as many analysts to perform exactly the same manual copying tasks more quickly
  • b.Extending the workday of the existing analysts so that more alerts can be handled manually
  • c.Turning off the SIEM alerts entirely so that there is nothing left for the analysts to process
  • d.Integrating the tools with automated playbooks

Integrating tools with automated playbooks eliminates repetitive manual data movement, freeing analysts for judgment-intensive work. Adding staff or hours scales the toil rather than removing it. Automating the hand-offs between tools is the direct fix.

Security Operations

After each incident and quarterly review, a SOC updates its playbooks, tuning, and training based on measured outcomes and lessons learned. This ongoing refinement reflects a principle of:

  • a.A one-time hardening effort that is completed only once when the systems are first deployed
  • b.Continuous improvement
  • c.Implicit trust, granting access automatically to anything that is already inside the perimeter
  • d.Security through obscurity, relying mainly on hiding system details from potential attackers

Continuous improvement uses feedback from incidents and reviews to steadily refine detection, response, and training over time. Security operations mature by learning and adjusting, not by standing still. Iterating on measured outcomes is the principle at work.

Kỳ thi này khó cỡ nào?

CompTIA Security+ (hiện là kỳ thi SY0-701) có tối đa 90 câu — trắc nghiệm cộng câu dựa trên hiệu năng — trong 90 phút, với điểm đậu 750 trên thang 100-900, ngưỡng cao hơn A+. Voucher khoảng 404 USD. Chuyên viên phân tích an ninh thông tin có mức lương trung vị khoảng 124.910 USD/năm (BLS, tháng 5/2024) — một trong những chứng chỉ nhập môn được trả lương cao nhất.

Số giờ học khuyến nghị
100-160 giờ với hầu hết mọi người; nhiều hơn nếu bạn mới với kiến thức nền tảng về mạng.
Tỷ lệ đậu
Chúng tôi đã đọc tài liệu do chính CompTIA công bố vào tháng 9/2026 và không thấy tỷ lệ đậu nào trong đó. Theo chính sách đã tuyên bố: “it is CompTIA’s policy to not disclose pass rates to any external third party.” Trang Security+ công bố điểm đậu, 750 trên thang 100-900, và không nói gì về số người đạt được.Nguồn: CompTIA — Exam Development (test policies), on disclosure of pass rates
Nên ưu tiên học đâu trước
Vận hành An ninh (Security Operations) (28%) là mảng lớn nhất, kế đến là Mối đe dọa, Lỗ hổng & Biện pháp giảm thiểu (22%) — gộp lại là một nửa bài thi.

Lệ phí và mức lương chỉ là ước tính và thay đổi theo thời gian. Tỷ lệ đậu ở trên được trích từ nguồn có liên kết bên cạnh, cho đúng giai đoạn mà nguồn đó bao phủ — chỗ nào chúng tôi chưa kiểm chứng nguồn thì nói rõ và không nêu con số nào.

Báo lỗi