GCIH · Question #29
Which of the following methods can be used to detect session hijacking attack?
The correct answer is D. sniffer. A packet sniffer captures raw network traffic and can detect session hijacking by identifying abnormal session token usage or duplicate session identifiers across different source IPs.
Question
Which of the following methods can be used to detect session hijacking attack?
Options
- Anmap
- BBrutus
- Cntop
- Dsniffer
How the community answered
(34 responses)- A9% (3)
- B3% (1)
- C3% (1)
- D85% (29)
Why each option
A packet sniffer captures raw network traffic and can detect session hijacking by identifying abnormal session token usage or duplicate session identifiers across different source IPs.
Nmap is a port scanner and network discovery tool, not designed to analyze session-layer traffic for hijacking indicators.
Brutus is a password brute-force tool used to crack authentication credentials, not to monitor or detect session hijacking.
Ntop is a network traffic usage and flow statistics monitor focused on bandwidth analysis, not on session-token level inspection required to detect hijacking.
A sniffer (packet analyzer) captures and inspects network traffic at the packet level, allowing an analyst to examine session tokens, cookies, and TCP sequence numbers in transit. By monitoring for duplicate session IDs or anomalous token reuse across different IP addresses, sniffers are a primary tool for detecting active session hijacking in progress.
Concept tested: Detecting session hijacking using packet sniffers
Source: https://csrc.nist.gov/publications/detail/sp/800-115/final
Topics
Community Discussion
No community discussion yet for this question.