Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Eccouncil 112-57 Exam - Topic 3 Question 13 Discussion

Kane, an investigation specialist, was appointed to investigate an incident in an organization's network. In this process, Kane executed a command and identified that a network interface is running in the promiscuous mode and is allowing all incoming packets without any restriction.In the above scenario, which of the following commands did Kane use to check whether the network interface is set to the promiscuous mode?
C) ifconfig <interface name>
A) nmap -sT localhost
B) ipconfig <interface name>
D) netstat -i

Eccouncil 112-57 Exam - Topic 3 Question 13 Discussion

Actual exam question for Eccouncil's 112-57 exam
Question #: 13
Topic #: 3
[All 112-57 Questions]

Kane, an investigation specialist, was appointed to investigate an incident in an organization's network. In this process, Kane executed a command and identified that a network interface is running in the promiscuous mode and is allowing all incoming packets without any restriction.

In the above scenario, which of the following commands did Kane use to check whether the network interface is set to the promiscuous mode?

Show Suggested Answer Hide Answer
Suggested Answer: C

Promiscuous mode is a network interface configuration in which the NIC passes all observed frames to the operating system, not only frames addressed to that host's MAC address. In investigations, this matters because promiscuous mode is commonly enabled by packet sniffers, certain intrusion tools, or misconfigured monitoring software, and it can indicate covert traffic capture on a host.

On UNIX/Linux systems, the traditional command used to view interface flags and status is ifconfig <interface name>. When an interface is set to promiscuous mode, ifconfig displays a PROMISC flag in the interface's status line, allowing an investigator to confirm whether the NIC is accepting all frames. This directly matches Kane's goal of checking if the interface is running in promiscuous mode.

The other commands do not provide this specific interface flag. nmap -sT localhost scans for open TCP ports, not interface modes. ipconfig is a Windows command (and does not take an interface name in that form to show PROMISC status), and it primarily reports IP configuration. netstat -i shows network interface statistics (packets, errors, drops) but typically does not explicitly indicate promiscuous mode. Therefore, the correct command is ifconfig <interface name> (C).


Contribute your Thoughts:

0/2000 characters
Ben
3 days ago
Definitely C, it's the go-to for interface settings!
upvoted 0 times
...
Brinda
8 days ago
Wait, can ifconfig even show that? Not so sure.
upvoted 0 times
...
Colene
13 days ago
I thought it was A) nmap -sT localhost?
upvoted 0 times
...
Marion
18 days ago
Yeah, that makes sense! Promiscuous mode check.
upvoted 0 times
...
Latrice
23 days ago
Pretty sure it's C) ifconfig .
upvoted 0 times
...
Chantell
29 days ago
I’m a bit confused; I thought ipconfig was for Windows systems. Would that even show promiscuous mode?
upvoted 0 times
...
Shawna
1 month ago
I practiced a similar question where ifconfig was the right choice for checking interface modes. I hope it’s the same this time!
upvoted 0 times
...
Lachelle
1 month ago
I’m not entirely sure, but I remember something about netstat showing interface statistics. Could that be relevant here?
upvoted 0 times
...
Josephine
1 month ago
I think Kane might have used the ifconfig command since it shows detailed interface settings, including promiscuous mode.
upvoted 0 times
...

Save Cancel