SY0-701 Threats, Vulnerabilities, and Mitigations Practice Question
A threat intelligence feed says an adversary rotates domains daily, uses cloud VPS hosting, and reuses the same malware sample across several campaigns. Analysts want the indicator that remains useful even when the domain changes. What should they prioritize?
⚠ Common exam trap
The trap here is that candidates often prioritize the most immediately blockable indicator (the domain) over the most persistent one (the hash), failing to recognize that adversaries specifically rotate domains to evade static blocklists.
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
✓
The malware's SHA-256 file hash because it uniquely identifies the sample.
The malware's SHA-256 file hash is the most persistent indicator because it is a cryptographic hash that uniquely identifies the specific binary sample, regardless of the domain or IP address used for delivery. Unlike domains or IPs, which the adversary can rotate daily, the hash remains constant as long as the same malware sample is reused across campaigns. This makes it a reliable indicator of compromise (IOC) for detection via file reputation or hash-based blocklists.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
The current domain name because it is the easiest item to block immediately.
Why it's wrong here
The current domain name might be easy to block immediately via DNS sinkholing or allowlisting, but an adversary that rotates domains will likely retire this domain quickly or use a domain generation algorithm (DGA) to produce new ones, giving the indicator a very short usable lifetime. It only provides temporary containment, not a persistent detection point, and defensively it forces continuous manual updates as the attacker cycles through endpoints. Because the malware binary remains the same, the hash stays valid across all future domain changes, making it a much more durable IOC.
- ✓
The malware's SHA-256 file hash because it uniquely identifies the sample.
Why this is correct
A file hash is a highly specific indicator for a known binary and remains useful even if the attacker changes domains or hosting providers. Since the report says the same malware sample is reused, the hash provides a stable detection and correlation point across campaigns. It is a stronger immediate IOC than infrastructure that can be replaced quickly.
- ✗
The cloud provider's entire ASN because all traffic from that provider is automatically malicious.
Why it's wrong here
Blocking an entire cloud provider's ASN treats all traffic from that provider as malicious, but those address blocks contain thousands of legitimate services, including services the victim organization itself relies on. This would cause massive false positives and likely disrupt legitimate business operations, while a sophisticated adversary can simply rent infrastructure from another provider or route traffic through a CDN or proxy. An ASN has no inherent correlation with a specific malware sample, so it is both too broad and too transient to serve as a precise indicator of compromise.
- ✗
The malware's file name because attackers usually keep the same name for convenience.
Why it's wrong here
A malware file name is just mutable metadata that the attacker controls and can trivially change before delivery; the same binary can be renamed to svchost.exe, a random string, or a name mimicking a trusted application. Modern endpoint detection engines do not reliably treat file names as trustworthy signals, and defenders frequently see false positives when legitimate software happens to share the same name. In contrast, a SHA-256 hash is derived from the exact byte content of the binary, making it a stable and immutable identifier, whereas the file name is merely a cosmetic label that can be altered without changing the sample.
Go deeper
Related to this question
Learn chapter
Malware Types and Characteristics
Key term
Threat
A threat is any potential danger that could harm a computer system, network, or data, whether from a malicious hacker, a natural disaster, or an accidental mistake.
Key term
Threat intelligence
Threat intelligence is evidence-based knowledge about existing or emerging cyber threats that helps organizations defend against attacks.
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.