A company's employees receive emails appearing to be from the CEO asking them to urgently wire transfer funds to an external account. This attack is best described as:
Opening subject page...
Loading your content
CPA Isc Quiz
Practice Identify Common Cybersecurity Threats And Vulnerabilities in CPA Isc with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
Question 1 / 20
0 of 20 answered
A company's employees receive emails appearing to be from the CEO asking them to urgently wire transfer funds to an external account. This attack is best described as:
This quiz focuses on Identify Common Cybersecurity Threats And Vulnerabilities, giving you a quick way to practice the rules, question types, and explanations that matter most for CPA Isc.
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
A company's employees receive emails appearing to be from the CEO asking them to urgently wire transfer funds to an external account. This attack is best described as:
Explanation: BEC/spear phishing attacks impersonate executives to trick employees into authorizing fraudulent financial transactions - a major source of financial fraud. Answer B is correct. Ransomware (A) encrypts data. DDoS (C) disrupts availability. MITM (D) intercepts active communications rather than impersonating via email.
Ransomware is best described as:
Explanation: Ransomware encrypts data and extorts payment for decryption - one of the most financially damaging cyberthreats to organizations. Answer A is correct. Silent monitoring and data exfiltration (B) describes spyware/RATs. Traffic flooding (C) describes DDoS. Password extraction through deception (D) describes phishing.
An attacker intercepts communications between a user and their bank's website, reading and potentially modifying the traffic without either party's knowledge. This is best described as:
Explanation: A MITM attack positions the attacker between two communicating parties, enabling interception and potential modification of the traffic without detection. Answer B is correct. Phishing (A) deceives users into revealing credentials. DoS (C) disrupts availability. SQL injection (D) targets databases through application input.
Social engineering attacks are most dangerous because they:
Explanation: Social engineering targets the human element - the weakest link in security - using deception, urgency, or authority to convince people to take actions that compromise security. Technical controls cannot fully prevent socially engineered attacks. Answer C is correct. Software vulnerabilities (A) and nation-state actors (B) describe technical attacks. Outcomes vary (D).
A distributed denial-of-service (DDoS) attack primarily threatens which element of the CIA triad?
Explanation: DDoS attacks overwhelm systems with traffic, making them unavailable - directly attacking the availability principle. Answer A is correct. DDoS does not typically expose data (B), modify data (C), or bypass authentication (D).
An employee unknowingly installs software that appears to be a legitimate productivity tool but secretly creates a backdoor for attackers to access the corporate network. This malware type is called:
Explanation: A Trojan horse disguises itself as legitimate software to trick users into installing it, then executes malicious functionality like creating backdoors. Answer D is correct. Worms (A) spread without user action. Ransomware (B) encrypts data. Adware (C) displays ads.
Which of the following best describes an 'insider threat' in cybersecurity?
Explanation: Insider threats come from individuals with authorized access - including malicious insiders (data theft, sabotage), negligent insiders (accidental data disclosure), and compromised insiders (whose credentials are stolen). Answer B is correct. Perimeter-breaching attackers (A) are external threats. Vulnerability scanning (C) is a security activity. Policy unawareness (D) is a training gap, not an insider threat category.
Pretexting is a form of social engineering in which an attacker:
Explanation: Pretexting involves fabricating a believable story - posing as IT support, an auditor, or a vendor - to manipulate the victim. Answer C is correct. Fake websites (A) describe pharming/website spoofing. Mass credential harvesting emails (B) describe phishing. Keystroke capture (D) describes a keylogger.
Which of the following vulnerabilities does cross-site scripting (XSS) exploit?
Explanation: XSS exploits insufficient sanitization of user-supplied input to inject client-side scripts into web pages - scripts that execute in other users' browsers, potentially stealing session tokens or performing actions on their behalf. Answer D is correct. OS vulnerabilities (A), brute-force (B), and SQL permissions (C) are different vulnerability types.
Which of the following best describes a 'supply chain attack' in cybersecurity?
Explanation: Supply chain attacks compromise trusted software, hardware, or service providers to reach a broader set of targets - exemplified by the SolarWinds attack where malware was distributed through a software update. Answer A is correct. Physical supply chain disruption (B), procurement system attacks (C), and physical access attacks (D) are different threat scenarios.
Which of the following best describes a 'watering hole' attack?
Explanation: A watering hole attack compromises websites that the target group is known to visit, turning a trusted resource into a malware delivery mechanism. Answer B is correct. Targeted emails (A) describe spear phishing. Traffic flooding (C) describes DDoS. Software update injection (D) describes supply chain attacks.
An attacker sends an email that appears to come from a bank asking users to click a link and 'verify their account.' The link leads to a fake website that captures credentials. This attack is best described as:
Explanation: Phishing uses fraudulent emails impersonating trusted organizations to trick users into clicking malicious links or providing credentials. Answer C is correct. Vishing (A) uses phone calls. Smishing (B) uses text messages. Pharming (D) manipulates DNS rather than using deceptive emails.
A threat actor gains access to an organization's network through a phishing email, moves laterally through the network to reach the financial systems, and exfiltrates customer financial data. Which cybersecurity framework function does the organization's failure to detect the lateral movement primarily relate to?
Explanation: Failure to detect lateral movement within the network after initial compromise corresponds to the NIST CSF 'Detect' function - anomaly detection, network monitoring, and behavioral analytics should have identified unusual activity. Answer B is correct. Asset identification (A) is Identify. Access controls (C) are Protect. Recovery (D) follows a detected incident.
Which of the following technical controls most effectively reduces the risk of SQL injection attacks?
Explanation: Parameterized queries prevent SQL injection by treating user input as data rather than executable code - the most effective prevention technique. Answer C is correct. Encryption (A) protects stored data but doesn't prevent injection. MFA (B) controls access but not injection. Read-only access (D) reduces damage but doesn't prevent all injection attacks.
A company implements a vulnerability management program that includes regular scanning, prioritization by severity, and patch deployment within defined SLAs. The primary purpose of this program is to:
Explanation: Vulnerability management proactively identifies and fixes security weaknesses - reducing the attack surface before adversaries can exploit known vulnerabilities. Answer B is correct. Real-time attack detection (A) is security monitoring. Phishing training (C) is security awareness. Traffic monitoring (D) is detection/SOC function.
Which of the following vulnerabilities is most commonly exploited in ransomware attacks?
Explanation: Ransomware commonly enters through phishing emails, unpatched vulnerabilities, and exposed remote desktop protocol (RDP) ports - making patch management, email security, and remote access controls the primary defenses. Answer A is correct. Database permissions (B), data classification (C), and logging gaps (D) are not primary ransomware entry vectors.
Which of the following is the primary security control that mitigates the risk of credential stuffing attacks?
Explanation: Credential stuffing uses previously breached username/password pairs from other sites. MFA prevents these from being used even if credentials are valid, since the attacker cannot provide the second factor. Answer C is correct. Password rotation (A) doesn't prevent use of stolen credentials. WAF (B) may detect patterns but doesn't stop valid credentials. Password encryption (D) protects the database, not against credential stuffing.
An organization discovers that an attacker had persistent access to its network for eight months before being detected. This type of attack is known as:
Explanation: APTs are characterized by persistence, sophistication, and stealth - attackers maintain long-term access to pursue specific objectives without triggering detection. Answer D is correct. Ransomware (A) manifests visibly. DDoS (B) is immediately disruptive. Phishing (C) is a delivery mechanism, not a long-term presence.
Which of the following best describes a 'zero-day vulnerability'?
Explanation: Zero-day vulnerabilities are unknown to the vendor and have no patch available - attackers can exploit them before any defense can be deployed. Answer D is correct. Patched old vulnerabilities (A), outdated systems (B), and new systems (C) are not the definition of zero-day.
A vulnerability assessment differs from a penetration test primarily in that:
Explanation: Vulnerability assessments scan and report on weaknesses. Penetration tests go further by attempting to exploit those weaknesses, demonstrating real-world attack scenarios and impact. Answer A is correct. Both can be internal or external (B). Both can cover various attack surfaces (C). Both use automation and manual techniques (D).