RoganDawes
Expert Member
The trick is to do a proper threat model, and then put controls in place to address the threats identified.
i.e. if your threat model identifies physical access to the network point, then your controls should include things like alerting if the device goes offline for any reason, performing 802.1x authentication of the devices (although that is not secure against a man in the middle attack when the MITM allows the legitimate device to authenticate to the switch, and then simply takes over the MAC address of the legitimate device). The controls should also include limiting what you can do with simple access to a network point. i.e. segregated networks, firewalling (limiting the services that are reachable), SSL (transport protection of legitimate traffic to prevent a MITM stealing credentials), etc, etc, etc
i.e. if your threat model identifies physical access to the network point, then your controls should include things like alerting if the device goes offline for any reason, performing 802.1x authentication of the devices (although that is not secure against a man in the middle attack when the MITM allows the legitimate device to authenticate to the switch, and then simply takes over the MAC address of the legitimate device). The controls should also include limiting what you can do with simple access to a network point. i.e. segregated networks, firewalling (limiting the services that are reachable), SSL (transport protection of legitimate traffic to prevent a MITM stealing credentials), etc, etc, etc