WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Webmaster, IT and Security Discussion > IT Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

IT Discussion Forum Having IT issues? Got IT questions? Who doesn't? If you can't get your Apache to work with your MySQL or your php is choking on your ODBC... Let's see if we can help you come up with some ideas.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-04-2007, 06:09 PM
WebProWorld New Member
 

Join Date: Jun 2004
Location: Private
Posts: 23
billc RepRank 0
Default Block An IP

I have over the years had different ips hit my sites an unreasonable amount of times but after awhile they would stop. For over a month now IP 209.249.86.17 has hit several of my sites at all hours of the day and night. I wouldn't complain but it's happening hundreds of times everyday on several different sites.
I have read postings here where they say block the ip, but how do you do that??? I have a Pleask server.

Thanks in advance!!!

Bill C

P.S. Why would someone do this????
Reply With Quote
  #2 (permalink)  
Old 11-05-2007, 10:55 AM
wige's Avatar
Moderator
WebProWorld Moderator
 

Join Date: Jun 2006
Location: United States
Posts: 1,784
wige RepRank 4wige RepRank 4wige RepRank 4wige RepRank 4
Default Re: Block An IP

It could be a DNS, or it could be a spambot that broke. Either way, you can block this through your htaccess file using a deny rule

Order allow, deny
Deny 209.249.86.17
Allow all
__________________
The best way to learn anything, is to question everything.
Reply With Quote
  #3 (permalink)  
Old 11-06-2007, 09:25 AM
kgun's Avatar
WebProWorld 1,000+ Club
 

Join Date: May 2005
Location: Norway
Posts: 5,146
kgun RepRank 3kgun RepRank 3
Default Re: Block An IP

Correct if he is on an Apache server.

Related How to block a country from accessing my website? information using a PHP script etc.
Reply With Quote
  #4 (permalink)  
Old 11-06-2007, 10:54 AM
WebProWorld Pro
 

Join Date: Oct 2003
Location: Alberta, Canada
Posts: 223
weegillis RepRank 1
Default Re: Block An IP

The UA on that IP asks for robots.txt. One supposes it would obey if you Disallow (once you find the robot name?).

We had 1 request (besides robots.txt) for the home page; that's it.
__________________
Volunteer for something in your community today!
Reply With Quote
  #5 (permalink)  
Old 11-08-2007, 12:07 PM
WebProWorld New Member
 

Join Date: Aug 2007
Posts: 23
Arctic Fox RepRank 0
Default Re: Block An IP

I do it using PHP:

Code:
<?php
if (strstr($_SERVER["REMOTE_ADDR"], "209.249.86.17"))     {exit;}
?>
Info I've found on that IP:

Visitor 209.249.86.17
IP Address
209.249.86.17
Date
06 Nov, Tue, 17:37:17
Net Speed
Corporate/T1
Organization
Kavam
Browser
Firefox 2
Continent
North America
Operating System
Linux
Country
United States
Screen Resolution
Other
State / Region
California
Screen Color
16 Bit (65K)
City
Newark
Javascript
Enabled



Might be the KavamRingCrawler.


ISP : ABOVENET COMMUNICATIONS
Organization : Kavam
Location : US, United States
City : San Jose, CA 95131


You could also send in a complaint to AboveNet, Kavam's ISP:


Quote:
OrgName: Abovenet Communications, Inc
OrgID: ABVE
Address: 360 Hamilton Ave
City: White Plains
StateProv: NY
PostalCode: 10601
Country: US

ReferralServer: rwhois://rwhois.above.net:4321

NetRange: 209.249.0.0 - 209.249.255.255
CIDR: 209.249.0.0/16
NetName: ABOVENET-4
NetHandle: NET-209-249-0-0-1
Parent: NET-209-0-0-0-0
NetType: Direct Allocation
NameServer: NS.ABOVE.NET
NameServer: NS3.ABOVE.NET
Comment: ADDRESSES WITHIN THIS BLOCK ARE NON-PORTABLE
RegDate: 1998-06-15
Updated: 2001-04-27

RTechHandle: NOC41-ORG-ARIN
RTechName: AboveNet NOC
RTechPhone: +1-877-479-7378
RTechEmail: noc{at}above.net

OrgAbuseHandle: ABOVE-ARIN
OrgAbuseName: AboveNet Abuse
OrgAbusePhone: +1-888-636-2778
OrgAbuseEmail: abuse{at}above.net

OrgNOCHandle: NOC41-ORG-ARIN
OrgNOCName: AboveNet NOC
OrgNOCPhone: +1-877-479-7378
OrgNOCEmail: noc{at}above.net

OrgTechHandle: ABOVE1-ARIN
OrgTechName: AboveNet Engineering
OrgTechPhone: +1-888-636-2778
OrgTechEmail: arin{at}above.net

CustName: Kavam
Address: 1735 Lundy Ave
Address: San Jose, CA 95131
City: San Jose
StateProv: CA
PostalCode: 95131
Country: US
RegDate: 2006-05-01
Updated: 2006-05-01

NetRange: 209.249.86.0 - 209.249.86.255
CIDR: 209.249.86.0/24
NetName: MFN-T595-209-249-86-0-24
NetHandle: NET-209-249-86-0-1
Parent: NET-209-249-0-0-1
NetType: Reassigned
Comment: abuse{at}above.net
RegDate: 2006-05-01
Updated: 2006-05-01

RTechHandle: NOC41-ORG-ARIN
RTechName: AboveNet NOC
RTechPhone: +1-877-479-7378
RTechEmail: noc{at}above.net

OrgAbuseHandle: ABOVE-ARIN
OrgAbuseName: AboveNet Abuse
OrgAbusePhone: +1-888-636-2778
OrgAbuseEmail: abuse{at}above.net

OrgNOCHandle: NOC41-ORG-ARIN
OrgNOCName: AboveNet NOC
OrgNOCPhone: +1-877-479-7378
OrgNOCEmail: noc{at}above.net

OrgTechHandle: ABOVE1-ARIN
OrgTechName: AboveNet Engineering
OrgTechPhone: +1-888-636-2778
OrgTechEmail: arin{at}above.net

You might be able to knock on their door and tell them to stop.

Kavam.com Inc.: Private Company Information




You guys can find this information on your own, can't you? (I don't know)

Last edited by Arctic Fox : 11-08-2007 at 12:16 PM.
Reply With Quote
  #6 (permalink)  
Old 11-12-2007, 04:18 AM
WebProWorld New Member
 

Join Date: Nov 2007
Posts: 4
linkrapid RepRank 0
Default Re: Block An IP

May be spammers from that IP
__________________
(linkrapid.com) business internet turism
Reply With Quote
  #7 (permalink)  
Old 11-12-2007, 08:15 AM
WebProWorld Pro
 

Join Date: Oct 2003
Location: Alberta, Canada
Posts: 223
weegillis RepRank 1
Default Re: Block An IP

Do spammers ask for robots.txt?
__________________
Volunteer for something in your community today!
Reply With Quote
  #8 (permalink)  
Old 11-14-2007, 01:11 AM
NetProwler's Avatar
WebProWorld Member
 

Join Date: Jan 2007
Posts: 46
NetProwler RepRank 0
Default Re: Block An IP

These days spammers are getting "wiser" all the time. They look up robots.txt to see if there is any prohibited directory and use this information to enhance their probing.

Dig up your log file to see what requests this IP was making. That should provide a clue. If you block one IP, the spammer or whoever is showing an undue interest in your site can resurface with another IP or block of IPs. You need to find out what he is trying to.

I am not saying this is humanly possible for a large site. But I would certainly be interested if someone shows undue interest in one of my inside pages out of some 100,000 pages I have for public consumption.
Reply With Quote
  #9 (permalink)  
Old 11-15-2007, 03:04 PM
WebProWorld Pro
 

Join Date: Jun 2004
Location: The Barrens of NE Ohio
Posts: 234
nottheusual1 RepRank 0
Default Re: Block An IP

Your server should (better!!) have a firewall. Use it to accomplish the block.

If it is one company, use ARIN to get a handle on their IP block, and block the entire CIDR block. We block many /24's.

We've even had to figure out how to block accepting inbound SMTP traffic from dynamic IP's due to the spambot issues on home user machines.

Doing it at the server saves resources - both your's and the machine's.

If you don't have root access or a control panel for your server, talk to your host - that's what they are there for.
__________________
:not_the_usual1
[you decide]
________________
All in my opinion, which, when combined carefully with a $1 bill, gets you a cup of coffee at the corner store.
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > IT Discussion Forum
Tags: , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
how to block subdomain arin2u Google Discussion Forum 8 05-28-2007 03:45 AM
How to block a web site? ee222 Web Programming Discussion Forum 3 09-21-2005 08:21 PM
How can I block China? MrLeN Web Programming Discussion Forum 22 09-09-2005 01:24 PM
Save and Block Artyom Yahoo! Discussion Forum 1 06-10-2005 04:44 PM
New kid on the block liberty Submit Your Site For Review 1 11-12-2004 01:57 PM


Search Engine Optimization by vBSEO 3.2.0