During a security review at a healthcare facility, security logs reveal that multiple remote clinical staff members received short message service (SMS) communications claiming to originate from the organization's IT department. The text messages asserted that an urgent system update required recipients to immediately click an enclosed link and re-authenticate to prevent loss of Electronic Health Record (EHR) system access. Which social engineering attack vector was executed, and which technical control provides the most robust protection against credential compromise resulting from this attack?
- Smishing; enforcing phishing-resistant Multi-Factor Authentication (MFA) using FIDO2/WebAuthn hardware keys.Answer
- BSpear phishing; configuring host-based firewall rules to restrict outbound communication ports on clinical devices.
- CVishing; deploying network-based intrusion detection systems (NIDS) at the enterprise perimeter.
- DWatering hole attack; implementing DNS sinkholing to resolve malicious external domains to internal loopback addresses.
Answer
Smishing; enforcing phishing-resistant Multi-Factor Authentication (MFA) using FIDO2/WebAuthn hardware keys.
The scenario describes social engineering delivered via SMS text messages, which is the definition of smishing. The most effective technical mitigation against credential harvesting resulting from social engineering is phishing-resistant Multi-Factor Authentication (MFA), such as FIDO2/WebAuthn, because it cryptographically binds authentication requests to the official domain name, preventing successful authentication on rogue phishing sites.
Step-by-Step Solution
Key Concept
Smishing Vectors and Phishing-Resistant MFA Controls
Estimated Time:1m 30s