U.S. Independence Day Deal! Unlock 25% OFF Today – Limited-Time Offer - 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

Currently there are no comments in this discussion, be the first to comment!


Save Cancel