DoS investigation
February 26, 2006 4:17 AM
Subscribe
My router logs show that I have been under what looks like a sustained low level DOS attack for quite a while now. An example entry is:
1 Blocked by DoS protection 10.69.0.1
I assume the IP is spoofed because it is a reserved IP and I am on a 192.168.*.* local network. What can I find out or determine about the attack? What tools and resources are available?
posted by srboisvert to computers & internet (5 comments total)
Assuming you're on a cable modem or DSL network, it's possible that your ISP uses 10.0.0.0 address space for something, and it's being routed by their routers. Try tracerouting to that IP and see if you get anywhere.
Upon googling your log message, I found this thread, which opines:
1) the 10.x.x.x range is apparently used by the cable companies to handle the routers between their "head end" routers and customers. The devices in these subnets apparently don't need published domain names. Security is improved, as each of these subnets becomes something of a private cell that people can't reach from outside it, and as you noted, it also lets the cable companies save routable IP addresses.
2) the volume of hits I'm seeing: 5 a second from one router, and a short 5-ping burst once a minute from another, are apparently normal router traffic (e.g., ARP broadcast, port scans, etc.).
3) the fact that the Belkin firewall sees this as an attack is apparently just the firewall being a bit overzealous in blocking outside traffic. I did some searching, and saw others complaining about earlier Belkin models doing the exact same thing - filling up the logs with normal WAN / ISP traffic when there was no problem.
So - conclusion seems to be that there is no problem from the outside. If I can live with the fact that my logs fill and flush any meaningful entry every few minutes (which means I couldn't trace a REAL attack unless I happened to catch it when it happened and save the log really quickly), then everything is working just fine.
posted by agropyron at 4:28 AM on February 26, 2006