How do we protect from the assignation of an unknown MAC-address to the network interface?

If person Y sticks his adapter device into a fixed computer, person Y will be able to bypass MAC related restrictions since the inserted device has an unknown MAC-address. How do we protect from this beside enforced policy?
Assuming the re… Continue reading How do we protect from the assignation of an unknown MAC-address to the network interface?

ESP8266 Turned Secretive WiFi Probe Request Sniffer

When a Wi-Fi device is switched on, it starts spewing out probe requests to try and find a familiar access point. These probe requests contain the device’s MAC address and the SSID of the hotspot it’s looking for, which can potentially be used to identify a specific device and where …read more

Continue reading ESP8266 Turned Secretive WiFi Probe Request Sniffer

When MAC flooding, why would an attacker specify IP addresses and/or TCP ports?

I’m specifically referring to the macof tool (part of the dsniff package).
As I understand it, MAC flooding is meant to overload a switch’s CAM table, which maps MAC addresses to switch ports.
Where does specifying IP addresses and/or TCP … Continue reading When MAC flooding, why would an attacker specify IP addresses and/or TCP ports?

How to securely connect and send data between a raspberry pi and an app?

For one of my student projects, users remotely control a raspberry pi device via an app. This allows them view camera feed and also send out commands remotely.This data needs to be kept secure, Currently, I am trying to setup mac address f… Continue reading How to securely connect and send data between a raspberry pi and an app?

Are there security reasons for prohibiting universal mac address modification?

Background
In a standard 48-bit MAC address, the 7th (most significant) bit specifies whether it is a universally-administered address (UAA) or a locally-administered address (LAA).
If it is 0, then the MAC address is a UAA and the first 2… Continue reading Are there security reasons for prohibiting universal mac address modification?