Playing games with an attacker (2016)

by reimbaron 7/1/2021, 10:00 PMwith 2 comments

by hyperman1on 7/3/2021, 8:12 AM

I had a vm where attackers were always scanning the same dumb pages: admin consiles etc...

So I decided to mess with them: Give a plausible response, but send 1 byte per second. Or send a gz bomb. Or an infinite redirect loop.

The smarter scanners didn't fall for them and generally stopped scanning for a few days. The dumb ones believed everything I fed them, and their attack traffic multiplied heavily.

by yjftsjthsd-hon 7/3/2021, 2:08 AM

That's fun:) The one thing that would have made me hesitate is getting the attacker to go after hand-rolled Python; I would personally not trust my python against an attacker. On the other hand, it wad isolated so probably not a big deal even if the attacker managed to exploit it; exploiting a dummy app on an isolated server isn't terrible:)