Threats, Vulnerabilities, and Mitigations
490 questions
A Lead DevSecOps Engineer is configuring automated security testing within a continuous integration and continuous deployment (CI/CD) staging environment for a WebAssembly-based microservice application. The company requires a vulnerability assessment solution that evaluates the application while it executes, using embedded software agents within the runtime environment to correlate dynamic runtime behavior with the exact lines of source code causing vulnerabilities, thereby minimizing false positives. Which of the following security testing methods best fulfills these requirements?
During an incident response investigation at a commercial satellite communications control facility, security analysts discover that several ground station modems were flashed with rogue firmware updates. The attackers compromised a third-party hardware vendor's build server nearly a year prior to steal private cryptographic signing keys, allowing the malicious firmware to pass signature validation without triggering alerts. The intrusion targeted long-term collection of orbital telemetry data without altering operational availability or attempting monetary extortion. Which threat actor type and attribute profile is primarily demonstrated in this scenario?
An enterprise security operations center (SOC) detects an incident where remote executive assistants received customized SMS text messages appearing to originate from the corporate IT department. The messages contained links to a credential-harvesting landing page hosted on a typosquatted domain and warned that email access would be permanently suspended within two hours unless password re-verification was completed immediately. Which social engineering attack vector and primary principle of influence were executed in this scenario?
Match each infrastructure risk scenario to its corresponding host, network, or architecture vulnerability classification.
Click a left item, then click its matching right item
Items
Matches
Match each vulnerability assessment and security testing method to its corresponding operational characteristic.
Click a left item, then click its matching right item
Items
Matches
Match each technical telemetry scenario with its corresponding malware classification based on the observed indicators of compromise.
Click a left item, then click its matching right item
Items
Matches
Match each threat actor profile to the primary attribute combination and attack strategy that most accurately characterizes their operations.
Click a left item, then click its matching right item
Items
Matches
A security analyst conducts a comprehensive infrastructure security assessment across enterprise systems. Match each security assessment finding to its corresponding host, network, or architecture vulnerability classification.
Click a left item, then click its matching right item
Items
Matches
A security analyst is reviewing telemetry logs and incident report artifacts following a series of network anomalies. Match each observed technical telemetry artifact on the left with its corresponding malware classification on the right.
Click a left item, then click its matching right item
Items
Matches
An administrator reviewing host infrastructure discovers an unauthenticated monitoring service running on an internal host inside the enterprise network. The service exposes internal environment variables and process memory to any connected endpoint. The service was left unauthenticated under the assumption that internal network segments are inherently secure. Which of the following vulnerabilities is primarily illustrated in this architecture scenario?
Match each enterprise security incident scenario to the primary social engineering attack vector it exemplifies.
Click a left item, then click its matching right item
Items
Matches
An enterprise Endpoint Detection and Response (EDR) agent raises a high-severity security alert on a database server. Inspection reveals a legitimate Windows system process, `svchost.exe`, executing inline PowerShell commands using encoded arguments directly in system memory without writing any executable binaries to disk. System monitoring logs show scheduled tasks calling WMI repositories to maintain execution across system reboots. Which of the following malware classifications is demonstrated by these indicators of compromise?
A security technician is preparing to deploy a new server host into an enterprise network. To reduce common host-based vulnerabilities and strengthen the system's baseline security posture, which of the following hardening actions should the technician implement? (Select TWO).
Select all that apply
A financial clearing house experiences a silent, prolonged intrusion where an adversary maintained persistence for nine months without disrupting operations or attempting immediate data exfiltration. Threat intelligence analysts discover custom-compiled memory-only implants, specialized zero-day exploits targeting perimeter security appliances, and detailed reconnaissance focused on critical national infrastructure dependencies. Which of the following threat actor types and attribute profiles most accurately characterizes this adversary?
During a threat hunting exercise, a security analyst reviews network logs from a Kubernetes host node running enterprise microservices. The log entries indicate that a compromised container instance successfully issued a request to extract infrastructure credentials:
[2026-07-20 09:14:02 UTC] TCP 10.244.1.45:49152 -> 169.254.169.254:80 GET /latest/meta-data/iam/security-credentials/node-role HTTP/1.1
[2026-07-20 09:14:02 UTC] HTTP 200 OK (Content-Length: 1248, IAM Role: NodeInstanceRole)
[2026-07-20 09:14:15 UTC] AWS STS API call initiated directly from container IP 10.244.1.45 using retrieved token
Which host and architecture vulnerability is the root cause of this credential exposure?
A system administrator at a retail organization notices automated scans targeting the company's public web server using off-the-shelf, publicly available exploit toolkits. The activity demonstrates minimal technical expertise and relies entirely on well-known vulnerabilities without using custom tools or zero-day exploits. Which threat actor type is most likely responsible for this activity?
A security analyst at a healthcare technology firm is investigating a network intrusion. Analysis reveals that an external group gained access through a zero-day vulnerability in an edge device, established undetected long-term persistence for over nine months, and specifically targeted proprietary medical diagnostic algorithms. The adversary did not deploy ransomware, make extortion demands, or disrupt operations. Which threat actor type and attribute profile is most likely responsible for this attack?
A security technician reviews a vulnerability scanner report for an unpatchable host operating critical legacy services:
`[WARN] Host 10.0.4.15 (Legacy_SCADA_GW): Outdated SSLv3 enabled on port 443`
`[WARN] Host 10.0.4.15 (Legacy_SCADA_GW): Active unencrypted Telnet service detected on port 23`
`[INFO] Host 10.0.4.15 shares a flat Layer 2 broadcast domain with 150 user workstations.`
Because replacing or patching the legacy system would interrupt critical operations, which of the following is the MOST effective architectural control to mitigate network-based exploitation of these host vulnerabilities?
A security analyst inspecting web application access logs discovers the following HTTP POST request payload targeting an enterprise search endpoint:
`POST /api/v1/products/search HTTP/1.1`
`Host: portal.example.com`
`Content-Type: application/x-www-form-urlencoded`
`Payload: item_query=gadget' UNION SELECT credit_card_num, CVV FROM customer_payment_data WHERE '1'='1`
Which of the following vulnerabilities is being exploited in this scenario, and what is the primary application-level mitigation control required to prevent it?
A forensic analyst investigating an unexpected data wipe on a critical financial server discovers an obfuscated script embedded within a routine system backup routine. The script performs no malicious activity during normal execution; however, it regularly queries the enterprise LDAP directory. Inspection reveals that if a specific senior database administrator's account status transitions to 'Inactive' or 'Disabled', the script triggers an automated payload that executes a multi-pass overwrite of disk sectors and purges transaction logs. Which of the following malware classifications best describes this threat based on its operational behavior?