nerdexam
EC-Council

312-49 · Question #599

Rusty, a computer forensics apprentice, uses the command nbtstat 璫 while analyzing the network information in a suspect system. What information is he looking for?

The correct answer is C. Contents of the NetBIOS name cache. The question asks what specific network information the nbtstat -c command retrieves on a suspect system.

Submitted by ahmad_uae· Apr 18, 2026Network Forensics

Question

Rusty, a computer forensics apprentice, uses the command nbtstat 璫 while analyzing the network information in a suspect system. What information is he looking for?

Options

  • AContents of the network routing table
  • BStatus of the network carrier
  • CContents of the NetBIOS name cache
  • DNetwork connections

How the community answered

(14 responses)
  • A
    7% (1)
  • C
    86% (12)
  • D
    7% (1)

Why each option

The question asks what specific network information the `nbtstat -c` command retrieves on a suspect system.

AContents of the network routing table

The `route print` command or `netstat -r` displays the network routing table, not `nbtstat -c`.

BStatus of the network carrier

The status of a network carrier is typically not directly obtainable through standard command-line tools like `nbtstat`.

CContents of the NetBIOS name cacheCorrect

The `nbtstat -c` command specifically displays the contents of the NetBIOS name cache, which lists NetBIOS names and their resolved IP addresses for remote computers.

DNetwork connections

The `netstat` command (without `-c`) is used to display active network connections, not `nbtstat -c`.

Concept tested: `nbtstat` command (NetBIOS cache)

Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/nbtstat

Topics

#nbtstat#NetBIOS#Command-line tools#Network analysis

Community Discussion

No community discussion yet for this question.

Full 312-49 Practice