Wireless networks present unique security vulnerabilities because radio signals are inherently broadcast, allowing anyone within range to intercept traffic passively. This coverage explores how adversaries exploit those characteristics to enumerate wireless networks, devices, and communications.
Wireless Reconnaissance
One of the resources that we can definitely leverage when we are hacking into a network is wireless resources.
A good portion to most of our internal networks are Ethernet, and they are usually run by a switch. What the switch does is it attempts to deliver unicast traffic directly to a host on the network. What is meant by that is if one machine sends out a message to another machine, that switch will deliver it to that machine and no one else, and it does that based off of the MAC address. So no one else should be receiving those unicast messages. Occasionally it does happen, but really most of the time it should go directly to a single host on that network.
Wireless behaves very differently. In essence, an access point acts a little bit like a hub, where anybody can listen in to the conversation. A hub is an old piece of technology that we moved away from because it is just inefficient, plus it also opens up some security holes on our network. We cannot really get away from that concept from a wireless perspective, because wireless is through the air. Anybody can listen in on that.
So if a device is talking to the wireless access point, or really any device, then that communication is going through wirelessly, and anybody that is within range of that wireless signal can at the very least pick up on that wireless signal and see the ones and zeros that are being transferred back and forth.
An adversary can utilize this wireless network to be able to hack into the network, to discover different devices on the network, and to discover the protocols that are being communicated across that network. There is a lot of wireless enumeration that we can do with this. An adversary is going to be listening for a lot of that communication, and they do not even need to do this actively - they can passively listen for all this communication to discover a whole bunch of information about your network.
There are quite a few tools out there that we can use to perform wireless reconnaissance, to listen to this communication that is happening across the wireless networks. Notice that Wireshark is not in that list. Why is that?
Wireshark does listen to the traffic that is coming across an interface, so if you are connected to a wireless connection you might be able to pick up a lot of those signals and be able to take a look at the ones and zeros that are being sent back and forth, but it does not give you the whole picture. There are other programs that allow you to listen to all of the messages that are being sent, and see all of the messages that are being sent, and then be able to capture that and do certain things with those messages. That is why Wireshark alone is not necessarily a great solution for this wireless reconnaissance.
So here is that attack card on wireless reconnaissance, where we are enumerating wireless networks, devices, users of those networks, and all of the traffic that is going across those wireless networks.
TechKnowSurge builds IT and cybersecurity professionals through hands-on, concept-first training built around real understanding — not memorization. Free interactive tools, structured programs, and 25+ years of real-world experience, all in one place.
Explore free tools and programs →