Forum Moderators: DixonJones
After visiting a few of the sites that are linking to mine and verifying that they are not hot linking to me for whatever reason, I contacted my administrator. He looked into the matter and didn't understand what was going on any more than I did.
After blocking the offending IP addresses the problem is gone, but I'd still like to know what could be the possible reason for the porn sites linking to me.
My site is an educational site and has nothing remotely that would interest anyone from a porn site.
The administrator said maybe it is some new type of advertising, which doesn't make any sense. They appear only to link to the index page and that is it.
Anyone else experience this type of thing? Any idea what could be going on?
Rather popular in some circles.
Two reasons:
A: You or whoever uses the logs might just visit and buy.
B: (the far more likely one) A lot of sites still have their logs sitting out in the open in spiderable locations. In many cases the log program also renders the referring URLs as hyperlinks. 1+2=easy backlinks.
Weblog spammers know that some people have publicly accessable weblogs. They use a program to request a large number of innocent peoples' pages. Among them you. The spammers set the referrer of the request to one of their own pages, pretending that a user clicked a link from their page to your page. But that link isn't there. Your weblog package tracks that fraudulent click and creates an entry in the referrer statistics. Most weblogs conveniently create a link back to referring page such that the webmaster (you) can easily click on the pages that send users to your page.
What's in it for the spammer? It generates traffic for the spammers and sometimes even PageRank as long as GoogleBot can access the weblog and sees the links back to the referring pages.
I ended up blocking the IP addresses for the offenders. On my hosting site the Control Panel has a way to block IPs, which makes modifications to the .htaccess file.
The offenders use bandwidth. In my case I can contribute close to 100MB just to a handful of IPs. As I see it the problem would get worse.
There would be an easy solution but I don't know of any weblog package that does this: Before including a referring page in the stats the weblog software should verify that the link really exists. I don't think the spammers would actually put up links to all the sites whose weblogs they spam. Of course, they could also cloak their page and serve a version that has a link. But that can also be detected by running the link check from a different IP. Arms race ...
I'm using AWSTATS and there are some IPs that are unresolved. What I did is look at the IPs that were the source for heavy activity. Using those IP addresses they opened hard core porno sites. It turned out that they all came from a server that started with 210.0.0.0 through 215.0.0.0.
What I did was ban that entire range of IP--at least for now. Since it is a test site I'm not concerned about banning a full range of IPs, but would appreciate your comments in regards to using this approach on a legit site.
I doubt that the fake requests to your site came from a dial-in IP, as the IP does not resolve to an DNS name and most if not all proper ISP's provide reverse DNS entries for their dynamically assigned IPs. {Objections, anybody?} So in your case the spammer seems to be stupid enough to do the requests from the IP that hosts their site.
BTW: I'm using AWStats, too. Maybe it would not be too difficult to add the link check functionality I described in my previous post.
This kind of thing happens by the spammer re-writting the header that gets sent from the browser so it looks like they were referred by the offending web site. There was never an actual link that was clicked, but rather just the act of the browser viewing the web page makes the web site record the visit as being referred from the spammers web site.
This is actually pretty easy to do with most browsers. I'm kind of surprised that more people don't do this so that they 'leave a trail' where ever they visit. I'm not condoning this in any way, I just think that it's surprising that we don't see more of this.
I see what you mean.
For the past week I've been tracking the log-spammers and have found that they are coming from a dozen different IP ranges. So far all of them have been successfully blocked using .htaccess. Incidently, they also all have a porn site as the referring site.
The logs also show a sharp decrease in bandwidth used.
I found this it may help someone else too, haven't tired it yet. instructions are at the bottom of the page.
The log spammers aren't actually using the web stats. All they do is hit the index page. (Doesn't make sense to me either.)
Every time they access the index page they are refreshing so the entire page downloads instead of accessing the cache on their computer. This translates into wasted bandwidth.
Exactly their motivation for doing this seems senseless, but somewhere down the line they must be gaining something whether it be perverse or practical. I'm just happy to see zero bytes going their way.
(Doesn't make sense to me either.)
What they are doing is creating entries in your web server log file. If this log file is publically available to the internet, then there is a good chance search engines will see it and add it (the log) to their indexes. And thus the porn sites get one way links to their site for free.
@StoryMan:
You blocked 210.0.0.0 - 215.0.0.0?
I think you should rethink that action.
I know I'm in that range and A LOT of other people I know here in the Netherlands are.
So you just banned a lot of visitors :).
I've got the same problem here and I'm just banning the single IP responsible for this.
after some time I remove the ban, but keep it on a list.
Most of the time I don't see them anymore after I banned them for 6 months or something like that :).
I had reconsidered blocking 215.0.0.0 after making the post. Somewhere I had come across DNSStuff dot com, where you can reverse look up domain names.
The site is able to provide the range of IP addresses that belong to the offender(s).
Thanks for reminding me because I should have included that info earlier.
The things I've seen are mostly from 1 single IP, so I ban that specific IP.
After some time the spamming stops from that IP and I can release the ban again.
I haven't seen spamming like this from multiple IP's in the same range yet.
All spam`runs` came from a single IP; I've yet to see the first to come from more then 1 IP.
So, in my opinion, banning a complete A-net is a little over the top.
With the use of the site mentioned above, I first typed in the domain name and a specific IP address and owner came back. Again, using the service I looked up the IP address and the same owner along with a range of about 5 consecutive IP addresses came back.
Then I checked the logs and did find that all of these porno sites (they were really nasty) did come back from this range of IP addresses.
Your point is well taken and just to be on the safe side I'm going to review the procedure again.