SY0-701 Threats, Vulnerabilities, and Mitigations Practice Question
An EDR alert shows PowerShell launching from a scheduled task, downloading encoded commands, and running them in memory. No suspicious executable is written to disk. What kind of attack is this?
⚠ Common exam trap
Many candidates confuse 'fileless' with 'no file at all,' but the attack still uses system files (PowerShell) and may leave traces in event logs or memory, leading them to incorrectly choose rootkit or logic bomb options due to misunderstanding the attack's execution method.
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
✓
A fileless attack that relies on trusted tools already on the system
This is a fileless attack because PowerShell, a trusted system tool, is used to download and execute encoded commands directly in memory without writing any malicious executable to disk. The attack leverages living-off-the-land binaries (LOLBins) and PowerShell's ability to run scripts in memory, bypassing traditional file-based detection mechanisms.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
A fileless attack that relies on trusted tools already on the system
Why this is correct
A fileless attack uses legitimate, already-trusted system tools such as PowerShell to execute malicious code directly in memory, avoiding writing an executable to disk. The scheduled task provides persistence or a trigger, and the EDR alert reflects behavioral detection of an abnormal PowerShell invocation chain, such as downloading and running a payload via IEX or reflection. Because no traditional malware file exists, antivirus scanners that rely on file signatures often miss it, making the use of trusted tooling a hallmark of fileless technique.
- ✗
A worm that spreads by exploiting a network service
Why it's wrong here
A worm's defining characteristic is self-propagation: it actively scans for and exploits vulnerable network services on remote hosts, then copies itself to those systems to continue spreading. In this alert, there is no evidence of outbound scanning, exploitation of SMB/RDP, or lateral movement; instead, the indicator is a single PowerShell process initiated by a scheduled task on one host. While PowerShell could theoretically be used for worm activity, the described behavior lacks the propagation loop and network artifact signature that would distinguish a worm.
- ✗
A logic bomb that waits for a specific date or event
Why it's wrong here
A logic bomb is malicious code embedded within a legitimate application that lies dormant until a specific date, time, or user action triggers its payload. The alert here shows PowerShell launching from a scheduled task, which could be a trigger mechanism, but the note specifically mentions command download behavior; a logic bomb typically executes its destructive payload (e.g., deleting files, corrupting databases) rather than relying on in-memory script execution via interpreted runspaces. Without evidence of a pre-implanted dormant code path inside an existing program, classifying this as a logic bomb overreaches the observed telemetry.
- ✗
A rootkit that changes kernel behavior to hide processes
Why it's wrong here
A rootkit operates at a low level—often in kernel mode—to intercept system calls, hide malicious processes, files, and registry keys, and maintain stealthy persistence while evading security tools. The EDR alert describes PowerShell launching from a scheduled task, which is userland script activity, and provides no indication of kernel object manipulation, SSDT hooking, or process/network concealment. Rootkits typically require privilege escalation and driver loading to alter kernel behavior, not simply a scheduled PowerShell command execution.
Go deeper
Related to this question
Learn chapter
Network-Based Attacks
Key term
EDR alert
An EDR alert is a notification generated by Endpoint Detection and Response software when it detects potentially malicious activity or an anomaly on a device like a laptop, server, or workstation.
Key term
EDR
Endpoint Detection and Response (EDR) is a cybersecurity technology that continuously monitors endpoint devices to detect, investigate, and respond to advanced threats.
About these practice questions
One of 1,013 original SY0-701 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 →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This SY0-701 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 SY0-701 exam.