Forum Moderators: phranque
Does anyone know the specifics of how to make a black hole on your server?
What I tried was to dedicate one IP in the range I have to nothing... lets call it 123.123.123.123. I skipped that number in my rc.conf (I go from 123.123.123.122 to 123.123.123.124). Is that good, or is there a better way to do this.
What I would like is something that gives NO response at all... just sits there.
I use this IP to send any requests for stupid files to (requests like this:
RewriteRule (strmver¦MSOffice¦cltreq\.asp¦owssvr\.dll¦_vti_bin¦orders¦Auth_data) [123.123.123.123...] [NC,R=301,L]
RewriteRule (autoexec¦formmail\.pl¦formmail.cgi¦_mem_bin¦cgi-bin¦cgi-local¦NULL\.¦scripts) [123.123.123.123...] [NC,R=301,L]
# Block browser-unresolved ../../ relative directory access tricks
RewriteCond %{REQUEST_URI} ^.*(\.\./)
RewriteRule [123.123.123.123...] [R=301,L]
I have other silly requests I rewrite, too... just want to give you an idea.
My thought is to waste as much of these punks time.... but use as little of my resources as possible.
Any thoughts?
dave
A simulation of a vulnerable web resource. Can be used as a ruse to draw attention away from the real resource, or as a trap. Sometimes just to delay the attacker in dead-ended corridors, or sometimes a real trap - once in and the door slams shut.
Labrea Tarpit got a lot of attention a few years back. Back Officer Friendly; Deception Toolkit; Mantrap; Spectre; Bigeye; HoneyD; NetFacade; Tiny Honeypot; Smoke Detector are other variations on the theme.
T
What I do on my site is take the common requests from hackers and viruses, and just mod-rewrite them to the black hole. So if you are requesting "/default.ida" (which I THINK is code red), my computer would just tell the requesting computer, "Wait a second!" and then just appear to hang...
dave