SNACs Abuse
Stale Network Address Configuration
Actively analyze ARP traffic and hunt for SNACs (Stale Network Address Configurations):
If a SNAC if found (can be detected, for example, when a host has moved from one IP to another and its DNS A record not matching its DNS PTR record anymore) so that some application in the network is still trying to send sensitive data to the stale IP address (because it may simply be hard-coded in the app), an adversary can set an alias for their interface pretending to be that host with the stale IP and collect all the traffic intended for it:
Last updated