Question 871 of 1,152
Threats, Vulnerabilities, and MitigationshardMultiple SelectObjective-mapped

Quick Answer

The answer is the JA3 client fingerprint, the TLS certificate fingerprint, and the mutex name. These three indicators are most useful for hunting because they remain stable even when the malware rotates domains and repacks its binary—the JA3 fingerprint captures the TLS handshake parameters of the client, the TLS certificate fingerprint is derived from the static public key and metadata, and the mutex name is a hardcoded artifact that persists across repacked samples. On the Security+ SY0-701 exam, this tests your understanding of threat intelligence indicators and how to prioritize immutable artifacts over volatile ones like IPs or domains; a common trap is choosing the domain or file hash, which change daily in this scenario. For memory, think “JAM” (JA3, certificate fingerprint, Mutex) to recall the three stable indicators that survive domain rotation and repacking.

SY0-701 Threats, Vulnerabilities, and Mitigations Practice Question

This SY0-701 practice question tests your understanding of threats, vulnerabilities, and mitigations. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Threat intelligence reports a campaign that rotates domains daily and repacks the malware for each delivery. Analysts also observe the same TLS certificate fingerprint, the same mutex name, and the same JA3 client fingerprint across multiple samples. Which three indicators are most useful to prioritize for hunting or blocking? Select three.

Question 1hardmulti select
Full question →

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 TLS certificate fingerprint reused by multiple samples.

The TLS certificate fingerprint is a reliable indicator because it is derived from the certificate's public key and metadata, which remain static even when the malware's domain or IP address changes. Since the threat intelligence report states the same fingerprint is reused across multiple samples, this provides a stable, immutable identifier that can be used to detect or block malicious TLS handshakes regardless of domain rotation.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

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 TLS certificate fingerprint reused by multiple samples.

    Why this is correct

    A reused certificate fingerprint is harder for attackers to change quickly than a daily domain. It can identify infrastructure or tooling reused across campaigns. Because it appears across multiple samples, it is a durable hunting and blocking indicator compared with short-lived hostnames.

    Related concept

    Read the scenario before looking for a memorised answer.

  • The mutex name created by the malware on infected endpoints.

    Why this is correct

    A unique mutex is often embedded in the malware family and can remain stable across variants. It is useful for endpoint hunting because it reflects how the sample behaves on a host, not just where it connects. That makes it more durable than infrastructure that rotates daily.

    Related concept

    Read the scenario before looking for a memorised answer.

  • The JA3 client fingerprint observed in outbound TLS sessions.

    Why this is correct

    A repeated JA3 fingerprint can reveal the same malware or tooling even when domains and binaries change. It is a strong network-level hunting clue because it summarizes TLS client behavior. That makes it more resilient than current IP addresses or fresh domains that are intentionally disposable.

    Related concept

    Read the scenario before looking for a memorised answer.

  • The current domain name used by the command-and-control server.

    Why it's wrong here

    The scenario says the domain rotates daily, so it is a poor long-term indicator. It may be useful for temporary blocking, but it is not the most durable clue. Attackers expect defenders to burn these indicators quickly and replace them often.

  • The public IP address currently hosting the malware sample.

    Why it's wrong here

    Infrastructure IPs can change quickly, especially when adversaries use disposable hosting or fast-flux style setups. This indicator may help short-term blocking, but it is not dependable for long-term hunting. Behavioral and family-specific artifacts are more resilient for this campaign.

Common exam traps

Common exam trap: answer the scenario, not the keyword

CompTIA often tests the concept that dynamic indicators like domains and IPs are less reliable for persistent detection compared to static artifacts such as cryptographic fingerprints or mutex names, which remain constant despite infrastructure changes.

Trap categories for this question

  • Scenario analysis trap

    The scenario says the domain rotates daily, so it is a poor long-term indicator. It may be useful for temporary blocking, but it is not the most durable clue. Attackers expect defenders to burn these indicators quickly and replace them often.

Detailed technical explanation

How to think about this question

The TLS certificate fingerprint is typically computed as a SHA-256 hash of the DER-encoded certificate, as defined in RFC 7469 for certificate pinning. The JA3 client fingerprint is a hash of the TLS Client Hello packet's supported cipher suites, extensions, and elliptic curves, which remains consistent for a given malware family's TLS stack. The mutex name is a kernel object used for synchronization; malware often hardcodes a unique mutex to prevent multiple instances from running, making it a persistent host-based indicator.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A developer is choosing between AES-256 (symmetric) and RSA-2048 (asymmetric) for encrypting a large file that will be sent to a partner. Symmetric encryption is fast but requires key exchange; asymmetric is slower but solves the key distribution problem. A hybrid approach — encrypt the file with AES, encrypt the AES key with RSA — is standard. Questions like this test whether you understand when each approach applies.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related SY0-701 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free SY0-701 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this SY0-701 question test?

Threats, Vulnerabilities, and Mitigations — This question tests Threats, Vulnerabilities, and Mitigations — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: The TLS certificate fingerprint reused by multiple samples. — The TLS certificate fingerprint is a reliable indicator because it is derived from the certificate's public key and metadata, which remain static even when the malware's domain or IP address changes. Since the threat intelligence report states the same fingerprint is reused across multiple samples, this provides a stable, immutable identifier that can be used to detect or block malicious TLS handshakes regardless of domain rotation.

What should I do if I get this SY0-701 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More SY0-701 practice questions

Last reviewed: Jun 30, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

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.