in Security+ book, it has been told that DoS attack can be undetectable and an attacker can use an invalid IP address.
what did it mean by Invalid IP address? is it a zombie IP? how can we face with that?
in Security+ book, it has been told that DoS attack can be undetectable and
Share
It means spoofing. Spoofing means sending a packet with a source IP that doesn’t belong to you.
It’s simple, really. The attacker sends a constant stream of packets to the victim and populates
ip.srcwith127.0.0.1or74.125.39.105or something like that. It does this to hide his identity. If he didn’t, you could go to his ISP “Hey, this guy is DoS’ing me! Shut him down“.You must understand that when a packet leaves a host there are not magic rules that ensure it’s correct. Most serious operating systems that support IP allow you to send whatever you want in an IP packet.