SSCP · Question #1199
Which of the following defines session hijacking?
The correct answer is A. Compromising the session between two machines is taken over. Session hijacking occurs when an attacker takes control of an established communication session between two legitimate parties.
Question
Which of the following defines session hijacking?
Options
- ACompromising the session between two machines is taken over
- BExploitation of the trust relationship in the Internet Protocol
- CCreation of random addresses for each network packet
- DMaking compute resources unavailable.
How the community answered
(29 responses)- A93% (27)
- B3% (1)
- D3% (1)
Why each option
Session hijacking occurs when an attacker takes control of an established communication session between two legitimate parties.
Session hijacking involves an attacker intercepting and taking over an active, authenticated communication session between a user and a server, often by stealing or guessing the session ID. This allows the attacker to impersonate the legitimate user and access resources or perform actions within that session.
This describes attacks like IP spoofing or DNS cache poisoning, which manipulate trust relationships at lower layers, rather than directly taking over an established session.
Creating random addresses for network packets is a technique used for security or anonymity, not the definition of session hijacking.
Making compute resources unavailable is the definition of a Denial of Service (DoS) attack, which is distinct from session hijacking.
Concept tested: Session hijacking definition
Source: https://learn.microsoft.com/en-us/azure/defender-for-cloud/alerts-template-reference#the-template-for-session-hijacking-alerts
Topics
Community Discussion
No community discussion yet for this question.