GPEN · Question #373
Which of the following methods can be used to detect session hijacking attack?
The correct answer is D. sniffer. A network sniffer captures raw packet data and can reveal session hijacking by detecting anomalies in TCP sequence numbers and unexpected source IP changes.
Question
Which of the following methods can be used to detect session hijacking attack?
Options
- Antop
- BBrutus
- Cnmap
- Dsniffer
How the community answered
(42 responses)- A14% (6)
- B10% (4)
- C5% (2)
- D71% (30)
Why each option
A network sniffer captures raw packet data and can reveal session hijacking by detecting anomalies in TCP sequence numbers and unexpected source IP changes.
ntop is a passive network traffic statistics and monitoring tool used for bandwidth analysis, not for inspecting session-level anomalies like hijacked TCP streams.
Brutus is an online password brute-force tool used to crack authentication credentials, and has no capability to analyze or detect session hijacking.
nmap is a network discovery and port-scanning tool, not a live traffic monitor capable of detecting session-level anomalies.
A packet sniffer captures all traffic on a network segment, allowing an analyst to inspect TCP sequence numbers, session cookies, and source IP changes mid-session - all key indicators of a session hijacking attack. By analyzing this traffic in real time or offline, discrepancies such as duplicate sequence numbers or sudden IP address changes reveal that an attacker has taken over an established session.
Concept tested: Session hijacking detection using packet sniffers
Source: https://owasp.org/www-community/attacks/Session_hijacking_attack
Topics
Community Discussion
No community discussion yet for this question.