Forum Moderators: DixonJones

Message Too Old, No Replies

Strange Military Bot Incessantly Chomping the Same File

         

notsleepy

4:55 pm on Jun 13, 2003 (gmt 0)

10+ Year Member



This week I noticed that the number one host visiting my site was from bu-wcs1-sand.nipr.mil and it had consumed a large amount of data in a short time.

This looked like a bot so I grep'd the log file for this host and found that it was accessing one large file every two minutes. Since this html file was 150k and could quickly hit my bandwidth limit I denied access to the IP.

When the single file was accessed every two minutes the user-agent was "Mozilla/3.01 (compatible;)".

Once I denied that IP and it tried again and received HTTP 403, one more request was made for a different file and the user-agent was "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)" and the request had a referrer from metacrawler.com.

Since that last request I haven't seen anymore strange bot like attempts from that IP or any other .mil IP.

Has anyone else experienced something along these lines from nipr.mil?

choster

8:59 pm on Jun 13, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I believe nipr.mil is a DoD proxy. A Google search on "nipr.mil" turns up many conspiracy theories :).

notsleepy

11:12 pm on Jun 13, 2003 (gmt 0)

10+ Year Member



Yeah, I read those as well choster and there were some nutty people commenting on it. :)

I just can't understand why anyone would automate the download of one file over and over.

Mohamed_E

11:56 pm on Jun 13, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



> I just can't understand why anyone would automate the download of one file over and over.

Probably because they wrote a buggy program. Now I just can't understand why anyone would write a buggy program :) :)

brotherhood of LAN

6:25 pm on Jun 14, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



> > I just can't understand why anyone would automate the download of one file over and over.

I was testing out CURL and some PHP on a URL, making sure my code works. Some lucky guys page was my URL ;)

Unusual that the User Agent changed though, how quick did it change? If they only made one more request, my >guess< says that they're testing changing the UA automatically for when you ban it, i.e. testing a bot.

Either way if they do it too much you can always ban the IP I guess.

notsleepy

3:34 pm on Jun 16, 2003 (gmt 0)

10+ Year Member



brotherhood,

i actually banned the IP the first time. the UA changed within seconds of getting the 403 error.

a couple of days later, another attempt was made by that IP with yet another UA and of course it was denied.

seconds later a different military IP with the same UA tried and succeeded.

brotherhood of LAN

8:06 pm on Jun 16, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



If the UA changes in seconds I'd ban it, it sounds like the UA changing is automated ...sort of like they know it gets banned and the reason they change it.