nerdexam
GIAC

GCIH · Question #24

Which of the following refers to the exploitation of a valid computer session to gain unauthorized access to information or services in a computer system?

The correct answer is C. Session hijacking. Session hijacking is the takeover of an already-authenticated computer session to gain unauthorized access to systems or services without needing valid credentials.

Web Application Attacks & Post-Exploitation

Question

Which of the following refers to the exploitation of a valid computer session to gain unauthorized access to information or services in a computer system?

Options

  • APiggybacking
  • BHacking
  • CSession hijacking
  • DKeystroke logging

How the community answered

(54 responses)
  • A
    4% (2)
  • B
    2% (1)
  • C
    93% (50)
  • D
    2% (1)

Why each option

Session hijacking is the takeover of an already-authenticated computer session to gain unauthorized access to systems or services without needing valid credentials.

APiggybacking

Piggybacking refers to physically following an authorized person through a secured entry point to gain unauthorized physical access to a building or facility, not the exploitation of a computer session.

BHacking

Hacking is a broad term covering many methods of gaining unauthorized system access and does not specifically describe the targeted exploitation of an existing authenticated session.

CSession hijackingCorrect

Session hijacking exploits a valid, already-established authenticated session - typically by stealing, predicting, or forging a session token - to impersonate a legitimate user and access information or services. The attacker bypasses authentication entirely because the session has already been established, making the stolen token sufficient for access. This precisely matches the definition of exploiting a valid computer session for unauthorized access.

DKeystroke logging

Keystroke logging captures keyboard input to steal passwords or sensitive data as they are typed, which records new input rather than exploiting an existing authenticated session.

Concept tested: Session hijacking definition and exploitation mechanism

Source: https://owasp.org/www-community/attacks/Session_hijacking_attack

Topics

#session hijacking#unauthorized access#session exploitation

Community Discussion

No community discussion yet for this question.

Full GCIH Practice