The "Full Raw Socket" debate...
I am just wondering what all of your opinions are on M$ decision to include user level access to the Berkly Raw Socket interface icluded in XP. I have several questions as fallows...
1. Was it a neccesary funtion to include?
2. Can we expect a new wave of PC based DOS attacks using the interface?
3. What can be done about "forged" malicious packets in the occurance of such an attack?
Re: The "Full Raw Socket" debate...
Quote:
Originally posted by Dygital
1. Was it a neccesary funtion to include?
microsoft says yes, some others say no.
Quote:
2. Can we expect a new wave of PC based DOS attacks using the interface?
i highly doubt it, but it is quite possible(probable IMHO) that you will see atleast a few DDoS progy's targeted directly at XP.
Quote:
3. What can be done about "forged" malicious packets in the occurance of such an attack?
well, if you mean forged as in the originating ip then at the ISP level they can make filters that will drop any packets that have an ip that is not in their network before it gets anywhere.
if you mean forged in terms of sending packets that say things they shouldnt(such as sending tons of SYN's, which would make the pc being DoS'd think you are requesting a connection), AFAIK nothing can be done. the pc recieving the requests will just keep sending back ACK/SYN packets and waiting for a responce. in the mean time its queue will fill up and it will not be able to accept valid incomming connections. atleast that is my understanding and i dont claim to be the all knowing god of networking, so please correct me if im wrong.