Last June, I published a 23-minute podcast of Juan Cole being interviewed on the Alan Colmes radio show.
A Radio UserLand user on Comcast in Monterey, Calif., is apparently a big fan of Cole. His copy of Radio keeps requesting that 5.5-megabyte podcast over and over, as frequently as every 10 seconds. In the last week alone, he's consumed 12.13 gigabytes of my server's bandwidth by downloading the file 2,365 times.
I don't know why this is happening -- it could be a bug in Radio UserLand or a UserTalk script run amok, either by accident or by design. The fact that it's coming from a fixed IP address suggests it's not malicious.
I renamed the audio file and blocked the offending address with iptables:
The problem illustrates an aspect of Radio and the OPML Editor that casual users should keep in mind when they begin writing scripts in these programming environments. You need to know exactly what the script's doing, especially when you schedule it to run regularly.
These repeated downloads amount to a denial of service attack, and the 56 gigabytes of traffic he's consuming per month is larger than the transfer limit on many servers, subjecting the publisher to excess bandwidth charges.
If this user needs to learn how to write scripts in Radio, there's a book I can recommend.
