Re: Blocking IPs

2000-11-08 Thread Larry W. Virden
From: David Cummins <[EMAIL PROTECTED]> > If you want to be really sneaky, though, if its their IP, spit out a standard > error message. You'll have them racking their brains for days! One security book I read discussed created a fake environment to lull info robbers into exploring. Filled w

Re: Blocking IPs

2000-11-07 Thread David Cummins
If you want to be really sneaky, though, if its their IP, spit out a standard error message. You'll have them racking their brains for days! For example, make it output the HTML of a standard 404 page... or if you know what scripting language they're using, make it spit out an error message which

RE: Blocking IPs

2000-11-07 Thread John McKown
Enjoy: http://www.decfug.org/SampleCode/BlockIPs John McKown, VP Business Services Delaware.Net, Inc. 30 Old Rudnick Lane, Suite 200 Dover, DE 19901 email: [EMAIL PROTECTED] phone: 302-736-5515 fax: 302-736-5945 icq: 1495432 > -Original Message- > From: Jua

RE: Blocking IPs

2000-11-07 Thread John McKown
Here you go Juandres: http://www.decfug.org/SampleCode/BlockIPs/ John McKown, VP Business Services - Delaware.Net, Inc. Founder, Delaware Cold Fusion Users Group 30 Old Rudnick Lane, Suite 200 Dover, DE 19901 email: [EMAIL PROTECTED] phone: 302-736-5515 fax: 302-736-5945 icq: 1495432 > -O

Re: Blocking IPs

2000-11-06 Thread Jacob
Yes. If he has a static IP address, you can block him in you webserver or by a cf script like: For the IP Address 198.3.96.103 If he is on aol or earthlink or other ISPs with dynamic IP, will not working against him alone. At 05:29 PM 11/6/00 +0100, you wrote: >Hello everyone, > >S

RE: Blocking IPs

2000-11-06 Thread Mike Sullivan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Juan, You could block an intruder at your web server with the facilities of the httpd software, the server's tcp/ip features, you can also do it from CF (but you would have to wait for the intruder to request a Cf template... maybe you don't want to

Re: Blocking IPs

2000-11-06 Thread Gena
> Someone has experience in blocking the access to some IP number in CF ? > We have a potential information robber and we are trying to block him. > > ideas? Application.cfm + REMOTE_ADDR + REMOTE_HOST + table with "ban" IP should help. Cheers, Gennadi --

RE: Blocking IPs

2000-11-06 Thread Evan Lavidor
You could throw something like http://myserver.com/getout.cfm" addtoken="no"> to the end of your application.cfm file. Evan > -Original Message- > From: Juan Andres Alvarez Valenzuela [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 06, 2000 11:30 AM > To: CF-Talk > Subj

RE: Blocking IPs

2000-11-06 Thread Cameron Childress
> Someone has experience in blocking the access to some IP number in CF ? > We have a potential information robber and we are trying to block him. There are much more creative ways to stop him (or her) than just blocking... :) Check #CGI.REMOTE_ADDR# for the visitor's IP address... -Cameron --

Re: Blocking IPs

2000-11-06 Thread Adrian Cooper
- Original Message - From: "Juan Andres Alvarez Valenzuela" <[EMAIL PROTECTED]> Sent: Monday, November 06, 2000 4:29 PM > > Someone has experience in blocking the access to some IP number in CF ? > We have a potential information robber and we are trying to block him. You can do this a

RE: Blocking IPs

2000-11-06 Thread John McKown
I have an application that I built that does this pretty well. It blocks IPs tanges, Phrases, Names, or email addresses. I will be happy to share it with you. John McKown, VP Business Services Delaware.Net, Inc. 30 Old Rudnick Lane, Suite 200 Dover, DE 19901 email: [EMAIL PROTECTED] phone: 302-