Softpanorama

May the source be with you, but remember the KISS principle ;-)
Home Switchboard Unix Administration Red Hat TCP/IP Networks Neoliberalism Toxic Managers
(slightly skeptical) Educational society promoting "Back to basics" movement against IT overcomplexity and  bastardization of classic Unix

Bangers

News Perl HTTP Logs Processing Scripts .htaccess file  AWStats Apache Webserver  HTTP Return Codes  mod rewrite
Requests for non-existing web pages Referrer Spam PHP probes Requests for crossdomain.xml and other XML files Mystery GET requests with URI scheme encoded PNG image in them Lower case requests Trailing junk in requests
Bangers Bots that cause consistent 500 errors Broken or undebugged robots Requests for crossdomain.xml and other XML files Frivolous POSTs Non-PHP Web probes  
Probes from bc.googleusercontent.com Fighting rogue robots Bots that couse consistent 500 errors Large Sample of "Composition URL" fake hits      
HTTP Protocol Apache authentication and authorization using LDAP Cheap Web hosting with SSH access Web site monitoring Sysadmin Horror Stories Web Humor Etc

Bangers are bots that access one or several page repeatedly (sometimes once or twice each minute) for a long period of time, sometimes many months.  They need to be distinguished from proxy servers.  In case of proxy servers and "legitimate" Web client if the second request is done against the same page, the code is 304 (cached) is returned as the page is already in cache.

Another sign of a banger is inability (or absence of any desire) to regulated the bandwidth used. Based on my experience, top bangers often consume  more then 1GB of traffic a month. If you look at the log such robots fires GET requests non-stop without any interval, which in peak hours is very undesirable. So such offenders should be blocked without any remorse.

Top bangers are usually visible in monthly HTTP stats as high traffic consumers. In a way large consumed bandwidth is the most distinctive feature of obnoxious bangers.  They repeat the same request day after day.  Some of those repeated requests are  due to bad programming of the robot, or  are result of challeing reauest from client of a large distributed (may be even potentially useful) application.

The amount of hits per month can be in ten thousand range per month and some bangers consume around 10GB of traffic per month if lets unchecked.    Motivation for those repeated GET requests for the same page is often unclear to me, but the destructive influence on quality of http logs stats and waisting of bandwidth is evident. Only in few cases I can attribute then to programming bugs.

They completely screw the HTTP stats propelling affected pages to the top.

12925 95.47.137.94 - 95.47.137.94.ptr.serverdale.net  -  /Commercial_linuxes/Oracle_linux/registration.shtml
12836 95.47.137.94 - -  /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml 

You need to distinguish those pests from  Referer Spam.  Unlike referer spammers they typically use iether the page they access as referer or no referer at all.  They also are more numerous then referer spammers.

The simplest way to get some information about bangers  that hit your site is to use a specialized script. They can vary in sophistication from the most primitive to complex scripting language scripts. In a simplest form you can get top bangers using something like

if [[ $1 =~ 'gz' ]] ; then
  gzip -cd $1 | fgrep -v '" 4' | fgrep -v '" 5' | egrep -v "favicon|robots|\.css" | perl -pe 's/^(.*)\[.+?\].+GET (\/.+?) HTTP\/.*$/\1 \2/' | sort | uniq -c | sort -rn | head -50 | tee pages_per_ip.lst
else
  cat  $1 | fgrep -v '" 4' | fgrep -v '" 5' | egrep -v "favicon|robots|\.css| | perl -pe 's/^(.*)\[.+?\].+GET (\/.+?) HTTP\/.*$/\1 \2/' | sort | uniq -c |     sort -rn | head -50 | tee pages_per_ip.lst
fi

Please note that IPs which consume the most identical pages are usually not the IPs which consume most of traffic. The results are something like the following (Dec 2015 stats):

   2938 69.196.253.30 - -  /Skeptics/groupthink.shtml
   1484 69.196.253.30 - -  /Social/Toxic_managers/index.shtml
   1168 80.237.119.59 - -  /index.shtml
   1131 31.184.238.122 - -  /index.shtml
   1050 167.114.172.229 - -  /WWW/lowcase.shtml
    898 31.184.238.122 - -  /OFM/FAR/keyboard_macros.shtml
    898 31.184.238.122 - -  /OFM/FAR/
    517 85.105.223.44 - -  /WWW/probe_was_registered.shtml
    509 208.123.79.68 - -  /WWW/lowcase.shtml
    490 77.75.74.41 - -  /Bulletin/quotes.shtml
    425 195.78.246.221 - -  /index.shtml
    399 195.78.246.221 - -  /OFM/FAR/keyboard_macros.shtml
    399 195.78.246.221 - -  /OFM/FAR/
    338 85.105.223.44 - -  /administrator/index.php
    333 104.131.147.112 - -  /WWW/lowcase.shtml
    325 188.143.232.19 - -  /Bulletin/Humor/index.shtml
    321 103.23.20.231 - -  /WWW/probe_was_registered.shtml
    309 91.200.12.143 - -  /OFM/FAR/index.php
    301 63.141.226.242 - -  /Tools/DD/recovery_of_lost_files_using_dd.shtml
    299 188.143.232.10 - -  /Bulletin/Humor/index.shtml
    285 188.143.232.10 - -  /scriptorama.shtml
    285 188.143.232.10 - -  /netorama.shtml
    285 188.143.232.10 - -  /bulletin.shtml
    283 188.143.232.10 - -  /History/index.shtml
    280 91.121.73.111 - -  /WWW/probe_was_registered.shtml
    278 188.165.15.181 - -  /Social/Toxic_managers/psychopath_in_the_corner_office.shtml
    278 188.143.232.19 - -  /netorama.shtml
    275 66.249.79.54 - -  /WWW/lowcase.shtml
    274 162.221.200.177 - -  /SE/kiss.shtml
    272 74.91.16.50 - -  /WWW/lowcase.shtml
    267 188.143.232.10 - -  /Skeptics/Financial_skeptic/Casino_capitalism/Twelve_apostles_of_deregulation/Greenspan/greenspan_humor.shtml
    266 188.143.232.10 - -  /Education/humor.shtml
    266 188.143.232.10 - -  /Editors/Vimorama/vim_humor.shtml
    266 188.143.232.10 - -  /Admin/Tivoli/ibm_humor.shtml
    265 188.143.232.10 - -  /Lang/Asmorama/humor.shtml
    264 188.143.232.19 - -  /Skeptics/Financial_skeptic/Casino_capitalism/Twelve_apostles_of_deregulation/Greenspan/greenspan_humor.shtml
    262 188.143.232.19 - -  /scriptorama.shtml
    261 188.143.232.19 - -  /History/index.shtml
    261 188.143.232.19 - -  /bulletin.shtml
    260 188.143.232.10 - -  /Solaris/humor.shtml
    260 188.143.232.10 - -  /Malware/humor.shtml
    259 188.143.232.11 - -  /Bulletin/Humor/index.shtml
    258 188.143.232.10 - -  /Bulletin/Humor/Archive/humor034.shtml
    255 91.200.12.141 - -  /OFM/FAR/index.php
    254 69.196.253.30 - -  /Skeptics/Political_skeptic/Nationalism/american_exceptionalism.shtml
    250 188.143.232.11 - -  /Skeptics/Financial_skeptic/Casino_capitalism/Twelve_apostles_of_deregulation/Greenspan/greenspan_humor.shtml
    249 188.143.232.11 - -  /Malware/humor.shtml

Generally you need to see traffic patterns before blocking them from the list generated by this script as it is way too primitive.

Bangers are different from bots that imitate human traffic (see The Dark Art of Bots How to Make $2 Million Online Without a Human Audience - The Atlantic): their traffic pattern is so obviously stupid that it leaves no doubt about its origin. Here is a pretty telling sample:

head -100 95.47.137.94
95.47.137.94 - - [30/Nov/2014:12:13:35 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57346 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:14:29 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57346 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:14:45 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:15:17 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57346 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:16:43 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:17:22 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57346 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:18:14 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:18:15 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:18:55 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57346 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:20:22 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:21:32 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57346 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:22:08 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:22:53 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57346 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:23:19 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57346 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:26:04 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:28:32 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57346 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:28:34 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:29:22 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:31:17 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:31:42 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57346 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:32:10 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57346 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:33:57 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:34:35 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57346 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:34:39 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:35:33 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:36:10 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57346 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:36:32 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:37:39 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:38:19 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57346 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:39:19 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:40:01 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57346 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:41:28 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:43:13 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:43:28 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:45:52 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57346 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:46:00 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57346 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:46:50 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:47:26 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:48:17 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:49:05 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:49:52 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57346 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:50:46 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:51:19 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57346 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:52:53 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:54:42 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:57:21 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:57:27 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57346 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:12:58:24 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:00:00 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57346 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:00:38 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:01:26 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57346 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:02:16 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:02:37 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:03:11 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57346 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:04:38 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:05:12 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57346 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:08:25 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:09:04 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57346 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:10:17 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47035 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:11:05 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57346 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:12:30 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 46605 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:13:20 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57352 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:14:23 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47041 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:15:29 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57352 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:16:18 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57352 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:17:18 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57352 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:18:17 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47041 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:18:25 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47041 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:18:54 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57352 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:20:22 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47041 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:21:09 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57352 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:21:43 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57352 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:25:09 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57352 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:26:45 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57352 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:27:15 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47041 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:28:23 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47041 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:30:00 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47041 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:30:34 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57352 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:31:58 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47041 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:32:39 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57352 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:32:52 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57352 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:32:58 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47041 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:33:41 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47041 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:35:24 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57352 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:35:54 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47041 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:36:44 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57352 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:37:14 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47041 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:37:33 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47041 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:38:12 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57352 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:39:45 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47041 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:40:27 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57352 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:41:31 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47041 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:41:31 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47041 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:42:18 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57352 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:43:48 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47041 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:44:43 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57352 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:45:17 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57352 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:45:48 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47041 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:46:18 +0000] "GET /Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml HTTP/1.1" 200 57352 "http://www.softpanorama.org/Commercial_linuxes/RHEL/Registration/rhel5_registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
95.47.137.94 - - [30/Nov/2014:13:47:44 +0000] "GET /Commercial_linuxes/Oracle_linux/registration.shtml HTTP/1.1" 200 47041 "http://www.softpanorama.org/Commercial_linuxes/Oracle_linux/registration.shtml" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"

Sometimes "bursts" of accesses to the same page look like an undebugged robot get into a "forever" loop and then somehow escapes from it:

86.124.180.144 - - [07/Jan/2015:07:22:31 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:32 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 496263 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:40 +0000] "GET /topupdates.shtml HTTP/1.0" 200 15906 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:40 +0000] "GET /scriptorama.shtml HTTP/1.0" 200 69810 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:41 +0000] "GET /index.shtml HTTP/1.0" 200 48336 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:41 +0000] "GET /Utilities/beautifiers.shtml HTTP/1.0" 200 84991 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:42 +0000] "GET /Lang/switchboard.shtml HTTP/1.0" 301 403 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:42 +0000] "GET /SE/reverse_engineering_links.shtml HTTP/1.0" 200 54732 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:42 +0000] "GET /Lang/l HTTP/1.0" 404 3818 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:42 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:43 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:43 +0000] "GET /Lang/l HTTP/1.0" 404 3818 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:43 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:44 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:44 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:44 +0000] "GET /Lang/l HTTP/1.0" 404 3818 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:44 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:45 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:45 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:46 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:46 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:46 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:46 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:46 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:47 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:47 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:47 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:47 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:47 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:48 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:48 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:48 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:48 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:49 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:49 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:49 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:49 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:50 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:50 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:50 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:50 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:50 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:51 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:51 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:51 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:51 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:51 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:52 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:52 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:52 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:53 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:52 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:22:53 +0000] "GET /Lang/java.shtml HTTP/1.0" 200 90556 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:25 +0000] "GET /topvisited.shtml HTTP/1.0" 200 7265 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:26 +0000] "GET /topupdates.shtml HTTP/1.0" 200 15906 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:26 +0000] "GET /topvisited.shtml HTTP/1.0" 200 7265 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:26 +0000] "GET /topupdates.shtml HTTP/1.0" 200 15906 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:26 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:26 +0000] "GET /scriptorama.shtml HTTP/1.0" 200 51328 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:26 +0000] "GET /scriptorama.shtml HTTP/1.0" 200 69810 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:26 +0000] "GET /switchboard.shtml HTTP/1.0" 200 123527 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:28 +0000] "GET /scriptorama.shtml HTTP/1.0" 200 69810 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:28 +0000] "GET /scriptorama.shtml HTTP/1.0" 200 69810 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:29 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:29 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:30 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:30 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:31 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:31 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:31 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:32 +0000] "GET /www.softpanorama.net/Net/index.shtml HTTP/1.0" 301 401 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:32 +0000] "GET /www.softpanorama.netNet/Application_layer/ssh.shtml HTTP/1.0" 404 3818 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:32 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:32 +0000] "GET /Net/index.shtml HTTP/1.0" 200 88273 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:33 +0000] "GET /www.softpanorama.netNet/Application_layer/vnc.shtml HTTP/1.0" 404 3818 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:33 +0000] "GET /www.softpanorama.netNet/Application_layer/nfs.shtml HTTP/1.0" 404 3818 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:33 +0000] "GET /www.softpanorama.netNet/Application_layer/ssh.shtml HTTP/1.0" 404 3818 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:33 +0000] "GET /www.softpanorama.netMail/index.shtml HTTP/1.0" 404 3818 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:34 +0000] "GET /www.softpanorama.netNet/Application_layer/vnc.shtml HTTP/1.0" 404 3818 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:34 +0000] "GET /www.softpanorama.netNet/Application_layer/nfs.shtml HTTP/1.0" 404 3818 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:34 +0000] "GET /www.softpanorama.netNet/Application_layer/ssh.shtml HTTP/1.0" 404 3818 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:34 +0000] "GET /www.softpanorama.netMail/index.shtml HTTP/1.0" 404 3818 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:35 +0000] "GET /www.softpanorama.netNet/Application_layer/vnc.shtml HTTP/1.0" 404 3818 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:35 +0000] "GET /www.softpanorama.netNet/Application_layer/nfs.shtml HTTP/1.0" 404 3818 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:35 +0000] "GET /www.softpanorama.netMail/index.shtml HTTP/1.0" 404 3818 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:35 +0000] "GET /www.softpanorama.net/Net/troubleshooting.shtml HTTP/1.0" 301 411 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:35 +0000] "GET /www.softpanorama.net/Net/tcp_protocol_layers.shtml HTTP/1.0" 301 415 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:36 +0000] "GET /Net/tcp_protocol_layers.shtml HTTP/1.0" 200 43581 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:36 +0000] "GET /Net/troubleshooting.shtml HTTP/1.0" 200 86207 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:36 +0000] "GET /www.softpanorama.net/Net/firewalls.shtml HTTP/1.0" 301 405 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:37 +0000] "GET /www.softpanorama.net/Net/osi_protocol_layers.shtml HTTP/1.0" 301 415 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:37 +0000] "GET /www.softpanorama.net/Net/Transport_layer/udp.shtml HTTP/1.0" 301 415 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:37 +0000] "GET /www.softpanorama.net/Net/Transport_layer/tcp_handshake.shtml HTTP/1.0" 301 425 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:37 +0000] "GET /Net/firewalls.shtml HTTP/1.0" 200 80622 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:37 +0000] "GET /www.softpanorama.net/Net/Transport_layer/nat.shtml HTTP/1.0" 301 415 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:37 +0000] "GET /Net/osi_protocol_layers.shtml HTTP/1.0" 200 42667 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:37 +0000] "GET /Net/Transport_layer/udp.shtml HTTP/1.0" 200 28666 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:37 +0000] "GET /www.softpanorama.net/Net/Transport_layer/index.shtml HTTP/1.0" 301 417 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:37 +0000] "GET /Net/Transport_layer/nat.shtml HTTP/1.0" 200 36607 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:37 +0000] "GET /Net/Transport_layer/tcp_handshake.shtml HTTP/1.0" 200 65916 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:38 +0000] "GET /www.softpanorama.net/Net/Netutils/index.shtml HTTP/1.0" 301 410 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:38 +0000] "GET /www.softpanorama.net/Net/Internet_layer/routing.shtml HTTP/1.0" 301 418 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:38 +0000] "GET /www.softpanorama.net/Net/Internet_layer/index.shtml HTTP/1.0" 301 416 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:38 +0000] "GET /Net/Transport_layer/index.shtml HTTP/1.0" 200 37498 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:38 +0000] "GET /www.softpanorama.net/Net/Internet_layer/icmp.shtml HTTP/1.0" 301 415 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:38 +0000] "GET /Net/Netutils/index.shtml HTTP/1.0" 200 42604 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:38 +0000] "GET /Net/Internet_layer/index.shtml HTTP/1.0" 200 41569 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:38 +0000] "GET /www.softpanorama.net/Net/Internet_layer/cidr_and_vlsm.shtml HTTP/1.0" 301 424 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:38 +0000] "GET /www.softpanorama.net/Net/Internet_layer/arp.shtml HTTP/1.0" 301 414 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:38 +0000] "GET /Net/Internet_layer/routing.shtml HTTP/1.0" 200 83923 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:38 +0000] "GET /www.softpanorama.net/Net/Application_layer/samba.shtml HTTP/1.0" 301 419 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:39 +0000] "GET /Net/Internet_layer/cidr_and_vlsm.shtml HTTP/1.0" 200 198 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:38 +0000] "GET /Net/Internet_layer/icmp.shtml HTTP/1.0" 200 72380 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:39 +0000] "GET /www.softpanorama.net/Net/Application_layer/index.shtml HTTP/1.0" 301 419 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:39 +0000] "GET /Net/Application_layer/samba.shtml HTTP/1.0" 200 90588 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:38 +0000] "GET /Net/Internet_layer/arp.shtml HTTP/1.0" 200 132887 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:39 +0000] "GET /www.softpanorama.net/Net/Application_layer/ftp.shtml HTTP/1.0" 301 417 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:39 +0000] "GET /Net/Application_layer/index.shtml HTTP/1.0" 200 29988 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:39 +0000] "GET /www.softpanorama.net/DNS/index.shtml HTTP/1.0" 301 401 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:39 +0000] "GET /www.softpanorama.infoAdmin/perl_admintools.shtml HTTP/1.0" 404 3818 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:40 +0000] "GET /www.softpanorama.info/Scripting/tcl.shtml HTTP/1.0" 301 405 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:39 +0000] "GET /Net/Application_layer/ftp.shtml HTTP/1.0" 200 67782 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:40 +0000] "GET /DNS/index.shtml HTTP/1.0" 200 119135 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:40 +0000] "GET /www.softpanorama.info/Scripting/shells.shtml HTTP/1.0" 301 408 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:40 +0000] "GET /www.softpanorama.info/Scripting/python.shtml HTTP/1.0" 301 408 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:40 +0000] "GET /Scripting/tcl.shtml HTTP/1.0" 200 142074 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:40 +0000] "GET /www.softpanorama.info/Scripting/php.shtml HTTP/1.0" 301 405 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:40 +0000] "GET /www.softpanorama.infoAdmin/perl_admintools.shtml HTTP/1.0" 404 3818 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:40 +0000] "GET /Scripting/shells.shtml HTTP/1.0" 200 103984 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:41 +0000] "GET /www.softpanorama.info/Scripting/perl.shtml HTTP/1.0" 301 406 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:40 +0000] "GET /Scripting/python.shtml HTTP/1.0" 200 270064 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:41 +0000] "GET /www.softpanorama.info/Scripting/index.shtml HTTP/1.0" 301 407 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:40 +0000] "GET /Scripting/php.shtml HTTP/1.0" 200 267665 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:41 +0000] "GET /www.softpanorama.info/Scripting/Piping/pipes.shtml HTTP/1.0" 301 414 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:41 +0000] "GET /www.softpanorama.infoAdmin/perl_admintools.shtml HTTP/1.0" 404 3818 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:41 +0000] "GET /www.softpanorama.info/Scripting/Javascript/index.shtml HTTP/1.0" 301 418 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:41 +0000] "GET /Scripting/perl.shtml HTTP/1.0" 200 329414 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:41 +0000] "GET /Scripting/Piping/pipes.shtml HTTP/1.0" 200 174 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:41 +0000] "GET /Scripting/index.shtml HTTP/1.0" 200 81158 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:41 +0000] "GET /www.softpanorama.info/Scripting/Articles/index.shtml HTTP/1.0" 301 416 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:41 +0000] "GET /Scripting/Javascript/index.shtml HTTP/1.0" 200 179 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:42 +0000] "GET /tutils/route.shtml HTTP/1.0" 301 403 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:42 +0000] "GET /Scripting/Articles/index.shtml HTTP/1.0" 200 174 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:42 +0000] "GET /tutils/ifconfig_in_solaris.shtml HTTP/1.0" 301 403 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:42 +0000] "GET /WWW/lowcase.shtml HTTP/1.0" 200 23672 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:42 +0000] "GET /WWW/lowcase.shtml HTTP/1.0" 200 23672 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:42 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:42 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:42 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:42 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:42 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:43 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:43 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:43 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:43 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:43 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:43 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:43 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:43 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:43 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:43 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:44 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:44 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:44 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:44 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:44 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:44 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:44 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:44 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:44 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:44 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:45 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:45 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:45 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:45 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:45 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:45 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:45 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:45 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:46 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:46 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:46 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:52 +0000] "GET /index.shtml HTTP/1.0" 200 48336 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:52 +0000] "GET /WWW/Content_management/Blogs/blosxom.shtml HTTP/1.0" 200 97312 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:52 +0000] "GET /Xwindows/exporting_display.shtml HTTP/1.0" 200 85754 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:52 +0000] "GET /Utilities/Screen/screenrc_examples.shtml HTTP/1.0" 200 145056 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:52 +0000] "GET /Tools/sort.shtml HTTP/1.0" 200 88777 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:53 +0000] "GET /Tools/exec.shtml HTTP/1.0" 200 48206 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:52 +0000] "GET /Tools/tr.shtml HTTP/1.0" 200 85430 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:53 +0000] "GET /Tools/cut.shtml HTTP/1.0" 200 54705 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:53 +0000] "GET /Tools/Find/selecting_files_by_age.shtml HTTP/1.0" 200 44539 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:53 +0000] "GET /Tools/Awk/awk_one_liners.shtml HTTP/1.0" 200 77318 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:53 +0000] "GET /Solaris/Processes_and_memory/swap_space_management.shtml HTTP/1.0" 200 80012 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:53 +0000] "GET /Social/Toxic_managers/Micromanagers/understanding_micromanagers.shtml HTTP/1.0" 200 123202 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:53 +0000] "GET /Skeptics/Political_skeptic/Two_party_system_as_poliarchy/index.shtml HTTP/1.0" 200 74868 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:53 +0000] "GET /Skeptics/groupthink.shtml HTTP/1.0" 200 659888 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:54 +0000] "GET /Skeptics/Financial_skeptic/Unemployment/Bulletin/unempoyment2010.shtml HTTP/1.0" 200 1205523 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:54 +0000] "GET /Skeptics/Financial_skeptic/Casino_capitalism/Corruption_of_regulators/index.shtml HTTP/1.0" 200 79016 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:54 +0000] "GET /Scripting/Perlorama/perl_in_command_line.shtml HTTP/1.0" 200 104762 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:54 +0000] "GET /Scripting/Shellorama/bash_command_history_reuse.shtml HTTP/1.0" 200 41869 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:54 +0000] "GET /OFM/gui_vs_command_line.shtml HTTP/1.0" 200 68929 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:54 +0000] "GET /Net/Netutils/route_in_linux.shtml HTTP/1.0" 200 39271 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:54 +0000] "GET /Net/Application_layer/SSH/passwordless_ssh_login.shtml HTTP/1.0" 200 78305 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:54 +0000] "GET /Net/Sniffers/snoop.shtml HTTP/1.0" 200 88049 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:55 +0000] "GET /Mail/spam.shtml HTTP/1.0" 200 230655 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:55 +0000] "GET /Logs/syslog.shtml HTTP/1.0" 200 69878 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:55 +0000] "GET /Hardware/Dell/Servers/DRAC/can_not_connect_to_idrac7.shtml HTTP/1.0" 200 52305 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:55 +0000] "GET /Logs/Syslog_ng/configuration_examples.shtml HTTP/1.0" 200 69016 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:55 +0000] "GET /Hardware/Tablets/index.shtml HTTP/1.0" 200 41670 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:55 +0000] "GET /Copyright/License_classification/social_dynamics_of_BSD_and_GPL.shtml HTTP/1.0" 200 178006 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:55 +0000] "GET /Commercial_linuxes/RHEL/Installation/installing_x11_and_gnome_on_rhel6.shtml HTTP/1.0" 200 53200 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:55 +0000] "GET /Commercial_linuxes/Devices/disk_partitioning.shtml HTTP/1.0" 200 40741 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:55 +0000] "GET /Commercial_linuxes/LVM/recovery_of_lvm_partitions.shtml HTTP/1.0" 200 119252 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:56 +0000] "GET /Bulletin/Humor/index.shtml HTTP/1.0" 200 376189 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:31:56 +0000] "GET /Admin/system_monitoring.shtml HTTP/1.0" 200 72195 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:31 +0000] "GET /Skeptics/Political_skeptic/Bulletin/political_skeptic2013.shtml HTTP/1.0" 200 987043 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:31 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:31 +0000] "GET /Skeptics/Political_skeptic/Bulletin/political_skeptic2013.shtml HTTP/1.0" 200 1005526 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:31 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1094161 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:51 +0000] "GET /topupdates.shtml HTTP/1.0" 200 15906 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:51 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:51 +0000] "GET /bulletin.shtml HTTP/1.0" 200 185 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:51 +0000] "GET /scriptorama.shtml HTTP/1.0" 200 36841 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:51 +0000] "GET /netorama.shtml HTTP/1.0" 200 52567 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:51 +0000] "GET /Skeptics/Political_skeptic/neocons.shtml HTTP/1.0" 200 50559 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:52 +0000] "GET /Skeptics/Political_skeptic/index.shtml HTTP/1.0" 200 85131 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:52 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/democracy_as_a_universal_opener_for_access_to_natural_resources.shtml HTTP/1.0" 200 54965 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:52 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/index.shtml HTTP/1.0" 200 196763 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:52 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/color_revolutions.shtml HTTP/1.0" 200 187481 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:52 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/switchboard.shtml HTTP/1.0" 301 399 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:52 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/nulandgate.shtml HTTP/1.0" 200 68598 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:52 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Compradors/ukrainian_compradors.shtml HTTP/1.0" 200 118946 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:53 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_07.shtml HTTP/1.0" 200 1294051 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:53 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:53 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:53 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:53 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:53 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:53 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:54 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:54 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:54 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:54 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:54 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:54 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:54 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:55 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:55 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:55 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:55 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:55 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:55 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:55 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:56 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:56 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:56 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
86.124.180.144 - - [07/Jan/2015:07:38:56 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"

But look at the accesses from a different IP that look like a replay of this session with similar errors

.112.27.200 - - [07/Jan/2015:07:31:25 +0000] "GET /topvisited_history.shtml HTTP/1.0" 200 50259 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:26 +0000] "GET /topvisited_history.shtml HTTP/1.0" 200 50259 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:33 +0000] "GET /www.softpanorama.netNet/Application_layer/telnet.shtml HTTP/1.0" 404 3818 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:34 +0000] "GET /www.softpanorama.netNet/Application_layer/telnet.shtml HTTP/1.0" 404 3818 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:35 +0000] "GET /www.softpanorama.netNet/Application_layer/telnet.shtml HTTP/1.0" 404 3818 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:36 +0000] "GET /www.softpanorama.net/Net/sniffers.shtml HTTP/1.0" 301 404 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:36 +0000] "GET /Net/sniffers.shtml HTTP/1.0" 200 57836 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:37 +0000] "GET /www.softpanorama.net/Net/Transport_layer/tcp.shtml HTTP/1.0" 301 415 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:37 +0000] "GET /Net/Transport_layer/tcp.shtml HTTP/1.0" 200 49153 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:38 +0000] "GET /www.softpanorama.net/Net/Internet_layer/ipv6.shtml HTTP/1.0" 301 415 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:38 +0000] "GET /Net/Internet_layer/ipv6.shtml HTTP/1.0" 200 82185 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:38 +0000] "GET /www.softpanorama.net/Net/Application_layer/telnet.shtml HTTP/1.0" 301 420 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:39 +0000] "GET /Net/Application_layer/telnet.shtml HTTP/1.0" 200 49327 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:39 +0000] "GET /www.softpanorama.infoEditors/tcl_editors.shtml HTTP/1.0" 404 3818 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:40 +0000] "GET /www.softpanorama.infoEditors/tcl_editors.shtml HTTP/1.0" 404 3818 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:41 +0000] "GET /www.softpanorama.infoEditors/tcl_editors.shtml HTTP/1.0" 404 3818 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:42 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:43 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:43 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:44 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:44 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:44 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:45 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:45 +0000] "GET /switchboard.shtml HTTP/1.0" 200 105033 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:52 +0000] "GET /Xwindows/Troubleshooting/can_not_open_display.shtml HTTP/1.0" 200 52296 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:53 +0000] "GET /Tools/Find/using_exec_option_and_xargs_in_find.shtml HTTP/1.0" 200 62977 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:53 +0000] "GET /Social/Toxic_managers/Communication/diplomatic_communication.shtml HTTP/1.0" 200 159407 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:54 +0000] "GET /Scripting/Shellorama/arithmetic_expressions.shtml HTTP/1.0" 200 89630 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:54 +0000] "GET /Net/Internet_layer/arp.shtml HTTP/1.0" 200 132887 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:55 +0000] "GET /History/index.shtml HTTP/1.0" 200 99066 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:31:55 +0000] "GET /Commercial_linuxes/Performance_tuning/tcp_performance_tuning.shtml HTTP/1.0" 200 170462 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:38:53 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/index.shtml HTTP/1.0" 200 58982 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:38:53 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Compradors/index.shtml HTTP/1.0" 200 303652 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:38:53 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:38:53 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:38:53 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:38:53 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:38:54 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:38:54 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:38:54 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:38:54 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:38:55 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:38:55 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:38:55 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:38:55 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:38:56 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtml HTTP/1.0" 200 1075679 "-" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5"
79.112.27.200 - - [07/Jan/2015:07:38:56 +0000] "GET /Skeptics/Political_skeptic/Fifth_column/Color_revolutions/Euromaydan/Bulletin/euromaydan14_06.shtm

Sometimes accesses using get are intermixed with accesses using head. This is how SafeAssign  -- a plagiarism prevention service, offered by Blackboard operates, creating huge amount of useless traffic (10 GB a month or more). SafeAssign is centrally hosted by Blackboard. 

It's badly programmed service that supposedly helps educators prevent plagiarism by detecting unoriginal content in student papers.   But why it needs to access the same page hundreds of time is a mystery to me:

69.196.253.30 - - [29/Dec/2015:01:34:39 +0000] "HEAD /Skeptics/Political_skeptic/Fighting_russophobia/Propaganda_as_creation_of_artificial_reality/Sochi_bashing/index.shtml HTTP/1.1" 200 - "-" "Java/1.7.0_45"
69.196.253.30 - - [29/Dec/2015:01:34:40 +0000] "GET /Skeptics/Political_skeptic/Fighting_russophobia/Propaganda_as_creation_of_artificial_reality/Sochi_bashing/index.shtml HTTP/1.1" 200 465207 "-" "Blackboard Safeassign"
69.196.253.30 - - [29/Dec/2015:01:34:47 +0000] "HEAD /Skeptics/groupthink.shtml HTTP/1.1" 200 - "-" "Java/1.7.0_45"
69.196.253.30 - - [29/Dec/2015:01:34:48 +0000] "GET /Skeptics/groupthink.shtml HTTP/1.1" 200 840290 "-" "Blackboard Safeassign"
69.196.253.30 - - [29/Dec/2015:01:46:42 +0000] "HEAD /Skeptics/groupthink.shtml HTTP/1.1" 200 - "-" "Java/1.7.0_45"
69.196.253.30 - - [29/Dec/2015:01:46:42 +0000] "GET /Skeptics/groupthink.shtml HTTP/1.1" 200 840290 "-" "Blackboard Safeassign"
69.196.253.30 - - [29/Dec/2015:02:00:22 +0000] "HEAD /Skeptics/groupthink.shtml HTTP/1.1" 200 - "-" "Java/1.7.0_45"
69.196.253.30 - - [29/Dec/2015:02:00:23 +0000] "GET /Skeptics/groupthink.shtml HTTP/1.1" 200 840290 "-" "Blackboard Safeassign"
69.196.253.30 - - [29/Dec/2015:02:47:40 +0000] "HEAD /Skeptics/groupthink.shtml HTTP/1.1" 200 - "-" "Java/1.7.0_45"
69.196.253.30 - - [29/Dec/2015:02:47:41 +0000] "GET /Skeptics/groupthink.shtml HTTP/1.1" 200 840290 "-" "Blackboard Safeassign"
69.196.253.30 - - [29/Dec/2015:03:36:42 +0000] "HEAD /Skeptics/groupthink.shtml HTTP/1.1" 200 - "-" "Java/1.7.0_45"
69.196.253.30 - - [29/Dec/2015:03:36:42 +0000] "GET /Skeptics/groupthink.shtml HTTP/1.1" 200 840290 "-" "Blackboard Safeassign"
69.196.253.30 - - [29/Dec/2015:04:10:41 +0000] "HEAD /Skeptics/groupthink.shtml HTTP/1.1" 200 - "-" "Java/1.7.0_45"
69.196.253.30 - - [29/Dec/2015:04:10:42 +0000] "GET /Skeptics/groupthink.shtml HTTP/1.1" 200 840290 "-" "Blackboard Safeassign"
69.196.253.30 - - [29/Dec/2015:04:29:14 +0000] "HEAD /Skeptics/groupthink.shtml HTTP/1.1" 200 - "-" "Java/1.7.0_45"
69.196.253.30 - - [29/Dec/2015:04:29:15 +0000] "GET /Skeptics/groupthink.shtml HTTP/1.1" 200 840290 "-" "Blackboard Safeassign"
69.196.253.30 - - [29/Dec/2015:05:28:08 +0000] "HEAD /Skeptics/groupthink.shtml HTTP/1.1" 200 - "-" "Java/1.7.0_45"
69.196.253.30 - - [29/Dec/2015:05:28:09 +0000] "GET /Skeptics/groupthink.shtml HTTP/1.1" 200 840290 "-" "Blackboard Safeassign"
69.196.253.30 - - [29/Dec/2015:05:32:49 +0000] "HEAD /Skeptics/groupthink.shtml HTTP/1.1" 200 - "-" "Java/1.7.0_45"
69.196.253.30 - - [29/Dec/2015:05:32:50 +0000] "GET /Skeptics/groupthink.shtml HTTP/1.1" 200 840290 "-" "Blackboard Safeassign"
69.196.253.30 - - [29/Dec/2015:05:42:44 +0000] "HEAD /Skeptics/groupthink.shtml HTTP/1.1" 200 - "-" "Java/1.7.0_45"
69.196.253.30 - - [29/Dec/2015:05:42:45 +0000] "GET /Skeptics/groupthink.shtml HTTP/1.1" 200 840290 "-" "Blackboard Safeassign"
69.196.253.30 - - [29/Dec/2015:05:42:46 +0000] "HEAD /Skeptics/groupthink.shtml HTTP/1.1" 200 - "-" "Java/1.7.0_45"
69.196.253.30 - - [29/Dec/2015:05:42:47 +0000] "GET /Skeptics/groupthink.shtml HTTP/1.1" 200 840290 "-" "Blackboard Safeassign"
69.196.253.30 - - [29/Dec/2015:06:26:39 +0000] "HEAD /Skeptics/groupthink.shtml HTTP/1.1" 200 - "-" "Java/1.7.0_45"
69.196.253.30 - - [29/Dec/2015:06:26:40 +0000] "GET /Skeptics/groupthink.shtml HTTP/1.1" 200 840290 "-" "Blackboard Safeassign"
69.196.253.30 - - [29/Dec/2015:07:36:04 +0000] "HEAD /Skeptics/Financial_skeptic/Casino_capitalism/Pseudo_theories/Permanent_equilibrium_fallacy/Efficient_market_hypothesys/index.shtml HTTP/1.1" 200 - "-" "Java/1.7.0_45"
69.196.253.30 - - [29/Dec/2015:07:36:05 +0000] "GET /Skeptics/Financial_skeptic/Casino_capitalism/Pseudo_theories/Permanent_equilibrium_fallacy/Efficient_market_hypothesys/index.shtml HTTP/1.1" 200 868852 "-" "Blackboard Safeassign"
69.196.253.30 - - [29/Dec/2015:08:03:54 +0000] "HEAD /Skeptics/groupthink.shtml HTTP/1.1" 200 - "-" "Java/1.7.0_45"
69.196.253.30 - - [29/Dec/2015:08:03:55 +0000] "GET /Skeptics/groupthink.shtml HTTP/1.1" 200 840290 "-" "Blackboard Safeassign"
69.196.253.30 - - [29/Dec/2015:08:10:27 +0000] "HEAD /Skeptics/Financial_skeptic/Casino_capitalism/Pseudo_theories/Permanent_equilibrium_fallacy/Efficient_market_hypothesys/index.shtml HTTP/1.1" 200 - "-" "Java/1.7.0_45"
69.196.253.30 - - [29/Dec/2015:08:10:28 +0000] "GET /Skeptics/Financial_skeptic/Casino_capitalism/Pseudo_theories/Permanent_equilibrium_fallacy/Efficient_market_hypothesys/index.shtml HTTP/1.1" 200 868852 "-" "Blackboard Safeassign"
69.196.253.30 - - [29/Dec/2015:08:55:33 +0000] "HEAD /Skeptics/groupthink.shtml HTTP/1.1" 200 - "-" "Java/1.7.0_45"
69.196.253.30 - - [29/Dec/2015:08:55:34 +0000] "GET /Skeptics/groupthink.shtml HTTP/1.1" 200 840290 "-" "Blackboard Safeassign"
69.196.253.30 - - [29/Dec/2015:09:15:55 +0000] "HEAD /Copyright/index.shtml HTTP/1.1" 200 - "-" "Java/1.7.0_45"
69.196.253.30 - - [29/Dec/2015:09:15:55 +0000] "GET /Copyright/index.shtml HTTP/1.1" 200 346879 "-" "Blackboard Safeassign"
69.196.253.30 - - [29/Dec/2015:10:12:54 +0000] "HEAD /Social/Bureaucracy/military_bureaucracy.shtml HTTP/1.1" 200 - "-" "Java/1.7.0_45"
69.196.253.30 - - [29/Dec/2015:10:12:54 +0000] "GET /Social/Bureaucracy/military_bureaucracy.shtml HTTP/1.1" 200 462277 "-" "Blackboard Safeassign"
69.196.253.30 - - [29/Dec/2015:10:55:01 +0000] "HEAD /Skeptics/groupthink.shtml HTTP/1.1" 200 - "-" "Java/1.7.0_45"
69.196.253.30 - - [29/Dec/2015:10:55:02 +0000] "GET /Skeptics/groupthink.shtml HTTP/1.1" 200 840290 "-" "Blackboard Safeassign"
69.196.253.30 - - [29/Dec/2015:11:17:03 +0000] "HEAD /Skeptics/groupthink.shtml HTTP/1.1" 200 - "-" "Java/1.7.0_45"
69.196.253.30 - - [29/Dec/2015:11:17:03 +0000] "GET /Skeptics/groupthink.shtml HTTP/1.1" 200 840290 "-" "Blackboard Safeassign"
69.196.253.30 - - [29/Dec/2015:11:32:51 +0000] "HEAD /Social/Bureaucracy/index.shtml HTTP/1.1" 200 - "-" "Java/1.7.0_45"
69.196.253.30 - - [29/Dec/2015:11:32:51 +0000] "GET /Social/Bureaucracy/index.shtml HTTP/1.1" 200 467066 "-" "Blackboard Safeassign"

Malicious bangers

Some bangers are actually malicious probes that traverse you site and prove specific pages for given vulnerability. Those should be banned:

91.200.12.73 - - [29/Dec/2015:06:45:54 +0000] "GET /Logs/log_analyzers.shtml HTTP/1.1" 200 168160 "-" "Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko"
91.200.12.73 - - [29/Dec/2015:06:45:57 +0000] "POST /Logs/log_analyzers.shtml/trackback/ HTTP/1.1" 301 266 "http://softpanorama.org/Logs/log_analyzers.shtml" "Mozilla/5.0 (Windows NT 6.1; T
rident/7.0; rv:11.0) like Gecko"
91.200.12.73 - - [29/Dec/2015:06:46:20 +0000] "GET /Logs/log_analyzers.shtml HTTP/1.1" 200 168160 "-" "Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko"
91.200.12.73 - - [29/Dec/2015:06:46:26 +0000] "POST /Logs/log_analyzers.shtml/trackback/ HTTP/1.1" 301 266 "http://softpanorama.org/Logs/log_analyzers.shtml" "Mozilla/5.0 (Windows NT 6.1; T
rident/7.0; rv:11.0) like Gecko"
91.200.12.73 - - [29/Dec/2015:06:47:00 +0000] "GET /Logs/log_analyzers.shtml HTTP/1.1" 200 168160 "-" "Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko"
91.200.12.73 - - [29/Dec/2015:06:47:02 +0000] "POST /Logs/log_analyzers.shtml/trackback/ HTTP/1.1" 301 266 "http://softpanorama.org/Logs/log_analyzers.shtml" "Mozilla/5.0 (Windows NT 6.1; T
rident/7.0; rv:11.0) like Gecko"
91.200.12.73 - - [29/Dec/2015:08:56:53 +0000] "GET /Logs/log_rotation.shtml HTTP/1.1" 200 55232 "-" "Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko"
91.200.12.73 - - [29/Dec/2015:08:56:55 +0000] "POST /Logs/log_rotation.shtml/trackback/ HTTP/1.1" 301 266 "http://www.softpanorama.org/Logs/log_rotation.shtml" "Mozilla/5.0 (Windows NT 6.1;
 Trident/7.0; rv:11.0) like Gecko"
91.200.12.73 - - [29/Dec/2015:08:57:06 +0000] "GET /Logs/log_rotation.shtml HTTP/1.1" 200 55232 "-" "Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko"
91.200.12.73 - - [29/Dec/2015:08:57:07 +0000] "POST /Logs/log_rotation.shtml/trackback/ HTTP/1.1" 301 266 "http://www.softpanorama.org/Logs/log_rotation.shtml" "Mozilla/5.0 (Windows NT 6.1;
 Trident/7.0; rv:11.0) like Gecko"
91.200.12.73 - - [29/Dec/2015:08:57:20 +0000] "GET /Logs/log_rotation.shtml HTTP/1.1" 200 55232 "-" "Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko"
91.200.12.73 - - [29/Dec/2015:08:57:28 +0000] "POST /Logs/log_rotation.shtml/trackback/ HTTP/1.1" 301 266 "http://www.softpanorama.org/Logs/log_rotation.shtml" "Mozilla/5.0 (Windows NT 6.1;
 Trident/7.0; rv:11.0) like Gecko"
91.200.12.73 - - [29/Dec/2015:10:38:58 +0000] "GET /Scripting/perl.shtml HTTP/1.1" 200 514588 "-" "Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko"
91.200.12.73 - - [29/Dec/2015:10:39:01 +0000] "POST /Scripting/perl.shtml/trackback/ HTTP/1.1" 301 266 "http://www.softpanorama.org/Scripting/perl.shtml" "Mozilla/5.0 (Windows NT 6.1; Tride
nt/7.0; rv:11.0) like Gecko"
91.200.12.73 - - [29/Dec/2015:10:39:32 +0000] "GET /Scripting/perl.shtml HTTP/1.1" 200 514588 "-" "Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko"
91.200.12.73 - - [29/Dec/2015:10:39:34 +0000] "POST /Scripting/perl.shtml/trackback/ HTTP/1.1" 301 266 "http://www.softpanorama.org/Scripting/perl.shtml" "Mozilla/5.0 (Windows NT 6.1; Tride
nt/7.0; rv:11.0) like Gecko"
91.200.12.73 - - [29/Dec/2015:10:41:15 +0000] "GET /Scripting/perl.shtml HTTP/1.1" 200 514588 "-" "Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko"
91.200.12.73 - - [29/Dec/2015:10:41:17 +0000] "POST /Scripting/perl.shtml/trackback/ HTTP/1.1" 301 266 "http://www.softpanorama.org/Scripting/perl.shtml" "Mozilla/5.0 (Windows NT 6.1; Tride
nt/7.0; rv:11.0) like Gecko"

Reaction of denying access

From the reaction of denying access you can determine whether this is abandoned bot ot not. In case human reads log or access site for his own purposes along with running a bot, there are frantic attempt to access root file of the website  the next day or almost immediately after denying access.

If such attempts are missing then robot is abandoned and can do the same stupid things for months to come.


Top Visited
Switchboard
Latest
Past week
Past month

NEWS CONTENTS

Old News ;-)

[Jan 27, 2015] List of "strange" bangers for January 2015

This is a unique category of "bangers": they hit non0existant pages again and again. Left column is the number of hits at non exiting pages only... Looks like completely broken robot. But the make analyzing missing page statistic completely useless unless they are filtered out. This guy from sovam.net.ua at the bottom is pretty persistent and uses multiple IPs. Only one is shown as we cut number of accesses at 500.
   1858 192.151.152.219  Unresolved
   1655 142.54.173.19  Unresolved
   1588 192.187.115.69  Unresolved
   1546 192.151.144.242  Unresolved
   1540 107.150.49.242  Unresolved
   1450 69.197.128.163  Unresolved
   1381 69.197.128.20  Unresolved
   1370 192.187.125.100  Unresolved
   1324 63.141.239.186  Unresolved
   1316 68.64.174.3  Unresolved
   1199 69.197.128.44  Unresolved
   1179 198.204.252.211  Unresolved
   1014 63.141.243.66  Unresolved
   1006 216.244.80.82  Unresolved
    936 173.208.205.93  Unresolved
    794 142.54.184.26  Unresolved
    761 68.64.172.29  Unresolved
    678 142.54.172.219  Unresolved
    586 192.151.150.106  Unresolved
    582 37.187.93.152  ns3371997.ip-37-187-93.eu
    546 74.91.23.52  Unresolved
    535 46.151.52.178  Unresolved
    518 76.164.192.43  doors-sincerely.co.uk
    516 46.118.124.52  SOL-FTTB.52.124.118.46.sovam.net.ua

The Dark Art of Bots How to Make $2 Million Online Without a Human Audience by Alexis C. Madrigal

Nov 13 2013 | The Atlantic

All it takes is a firm grasp of arbitrage economics and a flexible ethical code.

Sadly, bot traffic is not a bunch of these guys with iPads (Reuters).

Here is the weirdest thing about the modern web: humans are only one constituency, and maybe not the most profitable one.

Consider the case of an anonymous publishing executive who spoke with the media trade magazine, Digiday, about purchasing bulk robot traffic to his former company's website.

By robot, I mean software that is designed to simulate a human being browsing the web. Bots, as they are known, are relatively easy to create, and now you can easily purchase their services to build a nice business, if you are willing to bend the rules of digital publishing.

Arbitrage... Now With More Robots

In this case, the publisher paid $10,000 to $35,000 for the cheapest possible traffic, which companies domiciled outside the United States could provide for about $0.002 per visit. Then, they turned around and sold those visits for between $0.0025 and $0.004 through advertising networks, which act as clearinghouses for bulk advertising buys across the web.

That's a pretty weird media business model, but it doesn't take a genius to realize this is a good arbitrage opportunity. Even if you only make one-tenth of a penny per visit, it's not that expensive to buy millions of visits, so you can make some serious money.

Let's do the math here. They were getting between 5 and 17.5 million visits per day and selling them for a fraction of a penny more to generate between $12,500 and $70,000 in revenue per day.

If they maxed out every day, buying the most traffic possible and selling it at the highest price, they'd make $2.1 million a month without ever creating anything that a human might want to look at.

But Isn't This Fraud?

Yes, it is certainly fraud in the colloquial sense and may be fraud in the legal sense, too, as the publishing executive readily admitted. Robots don't buy anything, and showing them ads remains ineffective.

The providers of the non-human traffic do not acknowledge that they are sending bots to load web pages. They tell the publishers that the traffic will be of "unknown quality." This is the code word. The publishers know that "unknown quality" means "unknown robots" but they sell ads anyway.

And yet, the bots (at least the cheap ones) leave tell-tale tracks in the analytics software that companies use to track their visitors.

"You can tell it's bot traffic just by looking at the analytics. We'd see a traffic spike in our real-time analytics dashboard and then we would see all of our traffic for the day serve in a couple of hours," the publisher told DigiDay. "Or it would all come from users using the same really old version of Internet Explorer. Almost all our users had Flash versions from 2003, according to Google Analytics. That just doesn't happen with real users."

In other words, detecting the simplest bots probably isn't hard. But ad networks don't really want to know about the makeup of their visitor pool because it might hurt their businesses. Same goes for publishers.

So, strangely, for now, there's a really tidy profit to be made showing web pages to robots.

Recommended Links

Google matched content

Softpanorama Recommended

Top articles

Sites

Top articles

Sites

...

Internal links



Etc

Society

Groupthink : Two Party System as Polyarchy : Corruption of Regulators : Bureaucracies : Understanding Micromanagers and Control Freaks : Toxic Managers :   Harvard Mafia : Diplomatic Communication : Surviving a Bad Performance Review : Insufficient Retirement Funds as Immanent Problem of Neoliberal Regime : PseudoScience : Who Rules America : Neoliberalism  : The Iron Law of Oligarchy : Libertarian Philosophy

Quotes

War and Peace : Skeptical Finance : John Kenneth Galbraith :Talleyrand : Oscar Wilde : Otto Von Bismarck : Keynes : George Carlin : Skeptics : Propaganda  : SE quotes : Language Design and Programming Quotes : Random IT-related quotesSomerset Maugham : Marcus Aurelius : Kurt Vonnegut : Eric Hoffer : Winston Churchill : Napoleon Bonaparte : Ambrose BierceBernard Shaw : Mark Twain Quotes

Bulletin:

Vol 25, No.12 (December, 2013) Rational Fools vs. Efficient Crooks The efficient markets hypothesis : Political Skeptic Bulletin, 2013 : Unemployment Bulletin, 2010 :  Vol 23, No.10 (October, 2011) An observation about corporate security departments : Slightly Skeptical Euromaydan Chronicles, June 2014 : Greenspan legacy bulletin, 2008 : Vol 25, No.10 (October, 2013) Cryptolocker Trojan (Win32/Crilock.A) : Vol 25, No.08 (August, 2013) Cloud providers as intelligence collection hubs : Financial Humor Bulletin, 2010 : Inequality Bulletin, 2009 : Financial Humor Bulletin, 2008 : Copyleft Problems Bulletin, 2004 : Financial Humor Bulletin, 2011 : Energy Bulletin, 2010 : Malware Protection Bulletin, 2010 : Vol 26, No.1 (January, 2013) Object-Oriented Cult : Political Skeptic Bulletin, 2011 : Vol 23, No.11 (November, 2011) Softpanorama classification of sysadmin horror stories : Vol 25, No.05 (May, 2013) Corporate bullshit as a communication method  : Vol 25, No.06 (June, 2013) A Note on the Relationship of Brooks Law and Conway Law

History:

Fifty glorious years (1950-2000): the triumph of the US computer engineering : Donald Knuth : TAoCP and its Influence of Computer Science : Richard Stallman : Linus Torvalds  : Larry Wall  : John K. Ousterhout : CTSS : Multix OS Unix History : Unix shell history : VI editor : History of pipes concept : Solaris : MS DOSProgramming Languages History : PL/1 : Simula 67 : C : History of GCC developmentScripting Languages : Perl history   : OS History : Mail : DNS : SSH : CPU Instruction Sets : SPARC systems 1987-2006 : Norton Commander : Norton Utilities : Norton Ghost : Frontpage history : Malware Defense History : GNU Screen : OSS early history

Classic books:

The Peter Principle : Parkinson Law : 1984 : The Mythical Man-MonthHow to Solve It by George Polya : The Art of Computer Programming : The Elements of Programming Style : The Unix Hater’s Handbook : The Jargon file : The True Believer : Programming Pearls : The Good Soldier Svejk : The Power Elite

Most popular humor pages:

Manifest of the Softpanorama IT Slacker Society : Ten Commandments of the IT Slackers Society : Computer Humor Collection : BSD Logo Story : The Cuckoo's Egg : IT Slang : C++ Humor : ARE YOU A BBS ADDICT? : The Perl Purity Test : Object oriented programmers of all nations : Financial Humor : Financial Humor Bulletin, 2008 : Financial Humor Bulletin, 2010 : The Most Comprehensive Collection of Editor-related Humor : Programming Language Humor : Goldman Sachs related humor : Greenspan humor : C Humor : Scripting Humor : Real Programmers Humor : Web Humor : GPL-related Humor : OFM Humor : Politically Incorrect Humor : IDS Humor : "Linux Sucks" Humor : Russian Musical Humor : Best Russian Programmer Humor : Microsoft plans to buy Catholic Church : Richard Stallman Related Humor : Admin Humor : Perl-related Humor : Linus Torvalds Related humor : PseudoScience Related Humor : Networking Humor : Shell Humor : Financial Humor Bulletin, 2011 : Financial Humor Bulletin, 2012 : Financial Humor Bulletin, 2013 : Java Humor : Software Engineering Humor : Sun Solaris Related Humor : Education Humor : IBM Humor : Assembler-related Humor : VIM Humor : Computer Viruses Humor : Bright tomorrow is rescheduled to a day after tomorrow : Classic Computer Humor

The Last but not Least Technology is dominated by two types of people: those who understand what they do not manage and those who manage what they do not understand ~Archibald Putt. Ph.D


Copyright © 1996-2021 by Softpanorama Society. www.softpanorama.org was initially created as a service to the (now defunct) UN Sustainable Development Networking Programme (SDNP) without any remuneration. This document is an industrial compilation designed and created exclusively for educational use and is distributed under the Softpanorama Content License. Original materials copyright belong to respective owners. Quotes are made for educational purposes only in compliance with the fair use doctrine.

FAIR USE NOTICE This site contains copyrighted material the use of which has not always been specifically authorized by the copyright owner. We are making such material available to advance understanding of computer science, IT technology, economic, scientific, and social issues. We believe this constitutes a 'fair use' of any such copyrighted material as provided by section 107 of the US Copyright Law according to which such material can be distributed without profit exclusively for research and educational purposes.

This is a Spartan WHYFF (We Help You For Free) site written by people for whom English is not a native language. Grammar and spelling errors should be expected. The site contain some broken links as it develops like a living tree...

You can use PayPal to to buy a cup of coffee for authors of this site

Disclaimer:

The statements, views and opinions presented on this web page are those of the author (or referenced source) and are not endorsed by, nor do they necessarily reflect, the opinions of the Softpanorama society. We do not warrant the correctness of the information provided or its fitness for any purpose. The site uses AdSense so you need to be aware of Google privacy policy. You you do not want to be tracked by Google please disable Javascript for this site. This site is perfectly usable without Javascript.

Last modified: March, 29, 2020