Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam 312-50v12 All Questions

View all questions & answers for the 312-50v12 exam

Exam 312-50v12 topic 1 question 146 discussion

Actual exam question from ECCouncil's 312-50v12
Question #: 146
Topic #: 1
[All 312-50v12 Questions]

You are an ethical hacker tasked with conducting an enumeration of a company's network. Given a Windows Answered Marked for Review 37.6% system with NetBIOS enabled, port 139 open, and file and printer sharing active, you are about to run some nbtstat commands to enumerate NetBIOS names. The company uses IPv6 for its network. Which of the following actions should you take next?

  • A. Switch to an enumeration tool that supports IPv6
  • B. Use nbtstat -a followed by the IPv6 address of the target machine
  • C. Use nbtstat -c to get the contents of the NetBIOS name cache
  • D. Utilize Nmap Scripting Engine (NSE) for NetBIOS enumeration
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
tyw82
1 month, 3 weeks ago
Selected Answer: A
NetBIOS is not compatible with IPv6, as NetBIOS is an older protocol that was designed specifically for use in IPv4 networks. So you can't really enumerate the NetBIOS names. Therefore B,C and D are not correct. Note that the question starts with saying that your task is to enumerate the company's network, not NetBIOS per se.
upvoted 3 times
...
49f4430
6 months ago
Selected Answer: B
o'reilly: Microsoft Windows uses an interface called Network Basic Input/Output System (NetBIOS), which relates names with workstations and is an upper-layer interface that requires a transport protocol—usually, TCP/IP. But IPv6 can be used as well. Deploying the nbtstat utility will achieve these three important things:
upvoted 1 times
...
qtygbapjpesdayazko
7 months, 3 weeks ago
Selected Answer: D
Utilize Nmap Scripting Engine (NSE) for NetBIOS enumeration, nbtstat is not avaiable for IPv6
upvoted 1 times
...
LordXander
8 months ago
Selected Answer: B
Guys...nbstat is compatible with IPv6...so B? D could be but then you could run n some issues with NSE....this is a badluck question honestly
upvoted 2 times
broman
1 month, 3 weeks ago
nbtstat -a <IPv6_address>
upvoted 1 times
...
...
qtygbapjpesdayazko
8 months, 1 week ago
Selected Answer: D
D. Utilize Nmap Scripting Engine (NSE) for NetBIOS enumeration
upvoted 1 times
...
ethacker2
9 months ago
D. Utilize Nmap Scripting Engine (NSE) for NetBIOS enumeration Nmap Scripting Engine (NSE) is used by attackers to discover NetBIOS shares on a network. Attackers can retrieve the target's NetBIOS names and MAC addresses using the NSE nbtstat script. By default, the script displays the computer's name and the currently logged-in user. nmap -sV -v --script nbstat.nse <target IP address> Reference: https://github.com/mosse-security/mcsi-library/blob/main/docs/articles/2022/06/netbios-enumeration/netbios-enumeration.md
upvoted 2 times
John07
8 months ago
C:\>nmap --script nbstat.nse 001:0000:130F:0000:0000:09C0:876A:130B Starting Nmap 7.94 ( https://nmap.org ) at 2024-03-26 10:33 GMT Standard Time 001:0000:130F:0000:0000:09C0:876A:130B looks like an IPv6 target specification -- you have to use the -6 option. WARNING: No targets were specified, so 0 hosts scanned. Nmap done: 0 IP addresses (0 hosts up) scanned in 0.09 seconds
upvoted 2 times
...
...
qwerty100
9 months ago
Selected Answer: A
I couldn't find any IPV6 NetBIOS enumeration script for NSE I'm going to choose A A. Switch to an enumeration tool that supports IPv6
upvoted 1 times
John07
8 months ago
C:\>nmap --script nbstat.nse 2001:0000:130F:0000:0000:09C0:876A:130B Starting Nmap 7.94 ( https://nmap.org ) at 2024-03-26 10:35 GMT Standard Time 2001:0000:130F:0000:0000:09C0:876A:130B looks like an IPv6 target specification -- you have to use the -6 option. WARNING: No targets were specified, so 0 hosts scanned. Nmap done: 0 IP addresses (0 hosts up) scanned in 0.10 seconds
upvoted 1 times
...
...
JR22craft
9 months ago
Selected Answer: D
D. Utilize Nmap Scripting Engine (NSE) for NetBIOS enumeration
upvoted 1 times
...
brrbrr
9 months ago
Selected Answer: A
B. Use nbtstat -a followed by the IPv6 address of the target machine This command queries the specified IPv6 address for NetBIOS name information. Option A is not necessary as nbtstat can still be used for NetBIOS enumeration even if IPv6 is in use. Option C provides the contents of the NetBIOS name cache but does not directly enumerate NetBIOS names on a specific machine. Option D suggests using Nmap Scripting Engine (NSE) for NetBIOS enumeration, which is an alternative but not necessary when nbtstat is available and suitable for the task.
upvoted 1 times
brrbrr
9 months ago
Actually correct answer is D
upvoted 2 times
...
Bobite
9 months ago
There is no name resolution for netbios IPV6 sp nbtstat -a wouldn't work. The correct answer might be D
upvoted 1 times
...
...
Unr34l
9 months, 1 week ago
I think that is the B B. Use nbtstat -a followed by the IPv6 address of the target machine Explanation: Since the company uses IPv6 for its network and you want to enumerate NetBIOS names, you can use the following nbtstat command: bash Copy code nbtstat -a [IPv6_address] This command will attempt to query the NetBIOS names associated with the specified IPv6 address.
upvoted 2 times
...
[Removed]
9 months, 2 weeks ago
Hey friends can we make sure this is correct
upvoted 2 times
...
insaniunt
9 months, 2 weeks ago
Selected Answer: D
D. Attackers use the Nmap Scripting Engine (NSE) for discovering NetBIOS shares on a network. The NSE nbstat script allows attackers to retrieve the target’s NetBIOS names and MAC addresses. By default, the script displays the name of the computer and the logged-in user. However, if the verbosity is turned up, it displays all names related to that system. An attacker uses the following Nmap command to perform NetBIOS enumeration on a target host: nmap -sV -v --script nbstat.nse <target IP address>
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...