Courseiva
Security OperationshardMultiple SelectObjective-mapped

CS0-003 Security Operations Practice Question

A threat hunter is using Velociraptor to search for signs of lateral movement across multiple endpoints. The hunter wants to identify instances where a user logged into multiple systems using the same credentials within a short time frame. Which THREE artifacts should the hunter collect from each endpoint?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Network connections (netstat)

Security Event Logs (Event ID 4624) show logon sessions, network connections show remote access, and WMI Activity logs can indicate lateral movement via WMI.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Network connections (netstat)

    Why this is correct

    Active network connections enumerated via netstat are a primary indicator of remote access tools (RATs) and command-and-control communications, which often accompany lateral movement. The artifact lists both listening and established connections, allowing the hunter to correlate suspicious external IPs and ports with the specific process IDs that own them. In Velociraptor, this yields immediate, direct evidence of an attacker's current or recent remote access session.

  • Windows Event Logs for WMI activity

    Why this is correct

    WMI is a powerful remote execution channel frequently abused for lateral movement, such as through wmic process call create or Invoke-WmiMethod. The Windows Event Logs, specifically Event ID 4688 with command-line auditing and Event ID 5861, can record the creation of remote processes and the WMI activity itself. Unusual WMI process creations originating from a remote host can reveal an attacker's movement across the network before other signs appear.

  • File system for malicious executables

    Why it's wrong here

    Searching the file system for malicious executables is a common malware detection technique, but it does not directly identify lateral movement that occurs via legitimate login mechanisms or built-in administrative tools. An attacker often leverages existing binaries (e.g., PowerShell, psexec, or WMI) to move laterally, so the absence of newly dropped executables does not rule out lateral movement. While useful for post-compromise detection, it is secondary to logon events for this specific hypothesis.

  • Registry hives for persistence

    Why it's wrong here

    Registry hives are more relevant to persistence detection, such as Run or RunOnce keys that re-establish access after a reboot, rather than detecting in-progress lateral movement. Attackers may use registry modifications to survive reboots, but that is a separate stage of the attack lifecycle. While registry data can support a comprehensive hunt, it is not a direct artifact for identifying user logins or remote access patterns associated with lateral movement.

  • Security Event Logs (logon events)

    Why this is correct

    Security Event Logs containing logon events, particularly Event ID 4624, are the cornerstone of lateral movement detection because they record every successful authentication, including Type 3 (network) and Type 10 (remote interactive) logons. A threat hunter can spot anomalous patterns, such as a user account logging onto multiple hosts in rapid succession or an unexpected host originating a remote login. These events directly represent the ‘movement’ aspect, making them a primary and highly reliable artifact.

About these practice questions

One of 236 original CS0-004 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This CS0-004 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CS0-004 exam.