What form of social engineering trick uses a physical item—such as scattering malware-infected USB flash drives around an office elevator—to compromise a network via employee curiosity? MCQ with Answer and Explanation

What form of social engineering trick uses a physical item—such as scattering malware-infected USB flash drives around an office elevator—to compromise a network via employee curiosity?
A. Smishing Attempt
B. Whaling Scam
C. Pharming Attack
D. Baiting
Answer: Option D
Solution (By JKExamLibrary)
Baiting leverages curiosity or greed by using physical media tokens to trick victims into executing malicious payloads on their systems.

This question belongs to: Computer Cyber Security

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Cyber Security Questions

Question #1 Report Error
What type of attack occurs when an unauthorized user intercepts a wireless network session token, allowing them to impersonate a legitimate user without typing a password?
A. Brute Force Guessing
B. IP Header Spoofing
C. Session Hijacking / Cookie Stealing
D. SQL Injection Modality

Correct Answer: Option C


Explanation:
Session hijacking involves stealing active session IDs or web cookies to take over an authenticated user's active session web connection.

This question belongs to: Computer Cyber Security
Question #2 Report Error
Which process uses a cryptographic hash function to convert a user's plain text password into a short, fixed-length string of characters before saving it in a secure database?
A. File Compression
B. Sandboxing Isolation
C. Heuristic Mapping
D. Password Hashing / Salting

Correct Answer: Option D


Explanation:
Password hashing applies one-way cryptographic algorithms to obscure plain text passwords, ensuring cleartext credentials aren't exposed if the database is breached.

This question belongs to: Computer Cyber Security
Question #3 Report Error
Which of the following is a common security practice to protect against unauthorized access?
A. Using strong and unique passwords
B. Disabling all firewalls
C. Using the same password for all accounts
D. Sharing passwords with colleagues

Correct Answer: Option A


Explanation:
Using strong, unique passwords is a fundamental security measure to prevent unauthorized access to accounts and systems.

This question belongs to: Computer Cyber Security