nerdexam
GIAC

GCIH · Question #222

Which of the following hacking tools provides shell access over ICMP?

The correct answer is D. Loki. Loki is a hacking tool that tunnels a command shell over ICMP packets, exploiting the protocol to bypass firewalls that permit ping traffic.

Vulnerability Exploitation & Privilege Escalation

Question

Which of the following hacking tools provides shell access over ICMP?

Options

  • AJohn the Ripper
  • BNmap
  • CNessus
  • DLoki

How the community answered

(61 responses)
  • A
    2% (1)
  • B
    7% (4)
  • C
    5% (3)
  • D
    87% (53)

Why each option

Loki is a hacking tool that tunnels a command shell over ICMP packets, exploiting the protocol to bypass firewalls that permit ping traffic.

AJohn the Ripper

John the Ripper is a password cracking tool used to perform dictionary and brute-force attacks against hashed credentials, not a tool for establishing shell access over any protocol.

BNmap

Nmap is a network scanning and host discovery tool used to enumerate open ports and services, not a tool for providing remote shell access.

CNessus

Nessus is a vulnerability assessment scanner that identifies security weaknesses on target systems and does not provide shell or command-execution capability.

DLokiCorrect

Loki encapsulates shell commands and their output inside ICMP echo request and reply packets, allowing an attacker to maintain covert remote shell access on a compromised host. Because many firewalls allow ICMP traffic to pass without deep inspection, Loki effectively bypasses network-layer controls that block TCP/UDP-based backdoors. This makes it a classic example of protocol-based covert channel exploitation.

Concept tested: ICMP tunneling for covert shell access

Topics

#ICMP tunneling#covert channels#shell access#Loki

Community Discussion

No community discussion yet for this question.

Full GCIH Practice