Courseiva

SY0-701 · topic practice

Threats, Vulnerabilities, and Mitigations practice questions

The Threats, Vulnerabilities & Mitigations domain of the SY0-701 exam is all about understanding the bad things that can happen to an organization's systems and data, and how to stop them. Think of it as the defensive playbook for cybersecurity. You'll learn about different types of attacks—like phishing, ransomware, and denial-of-service—and the weaknesses (vulnerabilities) they exploit, such as unpatched software or weak passwords. But it's not just about knowing the threats; you also need to know how to fix them. That's where mitigations come in—things like firewalls, encryption, access controls, and security policies. For example, if a company has a vulnerability in its web application, a mitigation might be to apply a patch or use a web application firewall. This domain is the core of what security professionals do every day: identify risks, protect assets, and respond to incidents. Why is this domain so important in real-world IT and security work? Because threats are everywhere. In a typical day, a security analyst might deal with phishing emails, scan for unpatched systems, or configure a VPN to secure remote access. Cloud environments add complexity—misconfigured S3 buckets can expose sensitive data, and compromised API keys can lead to breaches. Understanding these threats and how to mitigate them is critical for roles like security analyst, network administrator, and cloud engineer. Even if you're not in a dedicated security role, knowing these concepts helps you protect your organization from costly incidents. For instance, a simple social engineering attack could trick an employee into revealing credentials, leading to a data breach that costs millions. The SY0-701 exam ensures you have the foundational knowledge to prevent such scenarios. On the exam itself, this domain tests your ability to identify, analyze, and respond to security threats and vulnerabilities. You'll see questions about attack types (e.g., spear phishing vs. whaling), vulnerability scanning tools (like Nessus or OpenVAS), and mitigation techniques (e.g., patch management, network segmentation). You'll also need to understand indicators of compromise (IoCs) and how to interpret them. For example, a question might describe a sudden spike in outbound traffic and ask you to identify the likely attack (data exfiltration) and suggest a mitigation (egress filtering). The exam also covers emerging threats like supply chain attacks and AI-powered malware. You'll need to know not just the definitions, but how to apply them in scenarios—like choosing the best control to prevent a SQL injection attack (parameterized queries) or detecting a man-in-the-middle attack (certificate validation). To study this domain effectively, start by understanding the threat landscape. Make flashcards for common attack types (phishing, ransomware, DDoS, etc.) and their characteristics. Then, focus on vulnerabilities—learn about CVEs, the Common Vulnerability Scoring System (CVSS), and how to prioritize patches. For mitigations, group them into categories: administrative (policies, training), technical (firewalls, IDS/IPS, encryption), and physical (locks, biometrics). Practice with scenario-based questions—many resources offer practice exams that mimic the SY0-701 style. Use the acronym STRIDE (Spoofing, Tampering, Repudiation, Information Disclosure, Denial of Service, Elevation of Privilege) to categorize threats, and remember the CIA triad (Confidentiality, Integrity, Availability) as a framework for mitigations. Finally, stay current—follow security news to see real-world examples of attacks and how they were mitigated. This domain is heavy, but with consistent study and hands-on practice (like using a home lab or online sandboxes), you can master it.

Courseiva uses original exam-style practice questions designed for learning and revision. The goal is to understand the concepts, recognise exam patterns, and improve through explanations — not memorise copied exam dumps.

Reviewed byJohnson Ajibi· MSc IT Security
20 questionsDomain: Threats, Vulnerabilities, and Mitigations

What the exam tests

What to know about Threats, Vulnerabilities, and Mitigations

Threats, Vulnerabilities & Mitigations covers the identification of various attack types (e.g., phishing, ransomware), the weaknesses they exploit (vulnerabilities like unpatched software), and the controls (mitigations) to prevent or reduce damage, such as firewalls, encryption, and security policies.

Identifying and differentiating between types of social engineering attacks (e.g., spear phishing, vishing, tailgating)

Understanding vulnerability scanning tools and interpreting scan results (e.g., Nessus, OpenVAS)

Applying mitigation techniques for common network attacks (e.g., DDoS mitigation using rate limiting or anycast)

Recognizing indicators of compromise (IoCs) for malware infections (e.g., unusual outbound traffic, registry changes)

Selecting appropriate security controls for application vulnerabilities (e.g., input validation to prevent SQL injection)

Analyzing attack vectors in cloud environments (e.g., misconfigured S3 buckets, compromised API keys)

Watch out for

Common Threats, Vulnerabilities, and Mitigations exam traps

  • Confusing vulnerability scanning with penetration testing—scans identify weaknesses, tests exploit them to verify risk.
  • Assuming all encryption is equally effective—trap questions may ask about weak algorithms like WEP or outdated TLS versions.
  • Mixing up mitigation strategies for different attack types—e.g., using antivirus for a DDoS attack instead of traffic filtering.
  • Overlooking physical security controls—questions might present a technical threat that is best mitigated by a lock or badge reader.

Practice set

Threats, Vulnerabilities, and Mitigations questions

20 questions · select your answer, then reveal the explanation

A security analyst reviews authentication logs and notices multiple failed login attempts using various usernames from a single IP address over several hours. Eventually, a successful login occurs using a username that had many failed attempts. The organization requires multi-factor authentication (MFA). Which type of attack is most likely indicated by this pattern?

A security analyst receives an alert from the email security gateway about a message sent to an employee. The email has an attachment named 'Invoice_Q4_2024.exe'. The employee claims they did not open the attachment, and the email appears to come from a known vendor's domain but the sender address has a slight typo. Which type of attack is most likely being attempted?

A support portal lets users upload files and name them manually. During review, a tester submits a filename containing path traversal sequences, and logs later show the application trying to access files outside the intended upload folder. Which two changes best address the flaw? Select two.

A file server used by a shared service account begins renaming documents, deleting shadow copies, and creating outbound SMB connections to many internal hosts. The SOC suspects the malware may be spreading while also encrypting data. Which two actions are the best immediate containment steps? Select two.

Question 5easymultiple choice
Read the full VPN explanation →

A vulnerability scan finds a critical flaw on an internet-facing VPN appliance and says public exploit code is already available. Which issue should be remediated first?

Question 6hardmulti select
Open the full VLAN trunking answer →

A scan returns five findings. Which two should be remediated first based on real-world risk? Select two. A) Internet-facing SSO gateway, CVSS 8.8, public exploit code, and auth bypass impact. B) Internal print server, CVSS 9.8, no known exploit, isolated VLAN, no sensitive data. C) File server with regulated customer records, CVSS 6.5, active exploitation in the wild, reachable from VPN. D) Lab hypervisor, CVSS 7.5, no exploit, scheduled retirement next month, used only by testers. E) Dev wiki, CVSS 5.0, no exploit, no sensitive data.

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.

An employee receives a text message from "IT Help" saying their account will be disabled unless they tap a link and enter a one-time code. Five minutes later, someone calls claiming to be from IT and asks the employee to read back the same code. Which two social engineering delivery methods are used? Select two.

A small business web server still allows remote administration from the internet on port 3389, and the administrator password has never been changed from the vendor default. Which two issues should the security team prioritize first? Select two.

An accounts payable clerk receives an email that appears to continue an existing thread with a shipping vendor. The sender name, signature block, and invoice number all match a real open order, and the message asks the clerk to use a "new payment portal" and confirm bank details before 3 PM to avoid delayed shipment. The email contains no attachments and only one URL. Which attack type is most likely?

A scanner reports a critical vulnerability on an internal Linux server. The administrator confirms the vulnerable package is installed, but the affected feature is only enabled when an optional module is loaded, and that module is currently disabled. The server also requires downtime for patching. What is the best next step?

Based on the exhibit, which finding should be remediated first?

Exhibit

Vulnerability review summary:

Finding A: CVE-2025-1184 | DMZ web server | Internet-facing | Remote code execution | Exploit in the wild | Patch available
Finding B: CVE-2025-4420 | Engineering laptop | Internal-only lab VLAN | CVSS 9.8 | Requires local access | No network path
Finding C: CVE-2025-6011 | File server | Internal network | Requires authenticated user | Compensating ACL restricts access
Finding D: CVE-2025-7044 | Backup appliance | Internal network | No patch yet | Vendor says issue is unreachable from network
Question 13easymultiple choice
Review the full subnetting walkthrough →

Several users on the same subnet report that their traffic to the default gateway is intermittently slow and sometimes reaches the wrong device. A packet capture shows ARP replies that map the gateway IP to a different MAC address. What attack is most likely occurring?

During testing of a shopping portal, a POST request to /api/address/update succeeds even when the anti-CSRF token is removed. In a separate test, changing customerId=1842 to customerId=1843 in a GET request returns another user's invoice data. Which two vulnerabilities are present? Select two.

Question 15hardmulti select
Read the full DHCP explanation →

A branch office reports intermittent failures reaching internal sites. DHCP logs show clients receiving leases from an unknown MAC address, and DNS responses for intranet.example resolve to an address owned by the same device. Which two attacks best match the evidence? Select two.

A SOC analyst reviews a suspicious email about an overdue invoice. The display name matches a known supplier, but the envelope sender is from a free webmail domain, and the Reply-To address uses a look-alike domain with one swapped letter. The message also includes a company logo and a PDF attachment. Which two findings are the strongest indicators of a phishing attempt? Select two.

An employee reports a suspicious email that appears to be from the help desk. Which two details are the strongest signs of phishing? Select two.

An organization is implementing security controls to mitigate the risk of social engineering attacks. Which three of the following are effective mitigations? (Choose three.)

A security analyst is reviewing web server logs from an e-commerce application. The logs show repeated requests containing URLs with appended strings such as: `' OR '1'='1' --` and `'; DROP TABLE Users; --`. The application returned HTTP 200 responses with unexpected data in several instances. Which type of attack is most likely being attempted?

A security analyst is reviewing the source code of a custom network service written in C. The service allocates a 256-byte buffer and uses the strcpy() function to copy incoming data into that buffer without verifying the length of the input. If an attacker sends a specially crafted payload that exceeds 256 bytes, which security control would be most effective at detecting and preventing the resulting exploitation at runtime?

Free account

Track your progress over time

Create a free account to save your results and see which topics improve across sessions.

Focused Threats, Vulnerabilities, and Mitigations sessions

Start a Threats, Vulnerabilities, and Mitigations only practice session

Every question in these sessions is drawn from the Threats, Vulnerabilities, and Mitigations domain — nothing else.

Related practice questions

Related SY0-701 topic practice pages

Move into related areas when this topic feels solid.

Frequently asked questions

What does the SY0-701 exam test about Threats, Vulnerabilities, and Mitigations?
Threats, Vulnerabilities & Mitigations covers the identification of various attack types (e.g., phishing, ransomware), the weaknesses they exploit (vulnerabilities like unpatched software), and the controls (mitigations) to prevent or reduce damage, such as firewalls, encryption, and security policies.
How should I use these practice questions?
Select your answer before revealing the explanation. Then read why each option is right or wrong — this active recall approach builds retention far faster than re-reading notes.
Can I practise just Threats, Vulnerabilities, and Mitigations questions in a focused session?
Yes — the session launcher on this page draws every question from the Threats, Vulnerabilities, and Mitigations domain. Use a 10-question session first to gauge your baseline, then move to 20 or 30 once the weak spots are clear.
Where can I practise other SY0-701 topics?
Use the topic links above to move to related areas, or go back to the SY0-701 question bank to see all topics.
Are these real exam questions or dumps?
These are original practice questions written to test the same concepts the SY0-701 exam covers. They are not copied from any real exam or dump site.