An attacker uses a network configuration trick to intercept wireless session cookies, letting them access a corporate web account without needing the user's password. This exploit is: MCQ with Answer and Explanation

An attacker uses a network configuration trick to intercept wireless session cookies, letting them access a corporate web account without needing the user's password. This exploit is:
A. SQL Injection Exploit
B. IP Header Spoofing
C. Session Hijacking
D. Brute Force Attack
Answer: Option C
Solution (By JKExamLibrary)
Session hijacking captures live authentication tokens or active session state cookies, enabling attackers to bypass authentication gateways and impersonate victims.

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 is the role of encryption in cybersecurity?
A. To convert data into a secure format that is unreadable without a key
B. To speed up data processing
C. To compress data
D. To delete data

Correct Answer: Option A


Explanation:
Encryption converts readable data (plaintext) into an unreadable format (ciphertext) using an algorithm and key, ensuring that only authorized parties can access the information.

This question belongs to: Computer Cyber Security
Question #2 Report Error
Which security measure bundles diverse defenses—such as network firewalls, end-user security awareness training, patch cycles, and MFA—to eliminate single points of failure?
A. Zero Trust Model
B. Defense in Depth
C. Least Privilege Access
D. Stateful Boundary Control

Correct Answer: Option B


Explanation:
Defense in Depth combines technical, physical, and administrative security layers to build redundant protection boundaries and avoid single points of failure.

This question belongs to: Computer Cyber Security
Question #3 Report Error
What type of script vulnerability targets database processing fields by passing unvalidated parameters directly into an application’s dynamic query logic?
A. Cross-Site Scripting
B. Buffer Overflow Exploit
C. Denial of Service Loop
D. SQL Injection

Correct Answer: Option D


Explanation:
SQL injection executes arbitrary database commands by inserting malicious SQL code statements into unvalidated input fields.

This question belongs to: Computer Cyber Security