nerdexam
GIAC

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.

Exploitation & Post-Exploitation Techniques

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)
  • A
    14% (6)
  • B
    10% (4)
  • C
    5% (2)
  • D
    71% (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.

Antop

ntop is a passive network traffic statistics and monitoring tool used for bandwidth analysis, not for inspecting session-level anomalies like hijacked TCP streams.

BBrutus

Brutus is an online password brute-force tool used to crack authentication credentials, and has no capability to analyze or detect session hijacking.

Cnmap

nmap is a network discovery and port-scanning tool, not a live traffic monitor capable of detecting session-level anomalies.

DsnifferCorrect

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

#session hijacking#network sniffing#attack detection#network monitoring

Community Discussion

No community discussion yet for this question.

Full GPEN Practice