From 089efcf05e71d4c8b3f25ff7d52fd27f484d2276 Mon Sep 17 00:00:00 2001 From: aichimzh <167626664+aichimzh@users.noreply.github.com> Date: Thu, 25 Apr 2024 20:24:33 +0800 Subject: [PATCH 01/27] Update amun_request_handler.py --- core/amun_request_handler.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/core/amun_request_handler.py b/core/amun_request_handler.py index d7bf60a..bd4b4c8 100644 --- a/core/amun_request_handler.py +++ b/core/amun_request_handler.py @@ -56,6 +56,16 @@ def __init__(self, divLogger): self.proxyResult = None self.sendRequest = "" self.log_obj = amun_logging.amun_logging("amun_request_handler", divLogger['requestHandler']) + self.logger = logging.getLogger('connection_logger') + self.logger.setLevel(logging.DEBUG) + log_file = 'ConnectionDuration.log' + file_handler = logging.FileHandler(log_file) + file_handler.setLevel(logging.DEBUG) + if not self.logger.handlers: + self.logger.addHandler(file_handler) + self.divLogger = divLogger + self.start_time = time.time() + self.end_time = None def __del__(self): pass @@ -144,6 +154,14 @@ def setup_remote_connection(self, remote_ip=None): raise def handle_close(self): + self.end_time = time.time() + duration = self.end_time - self.start_time + msg = "Remote IP: {}, Remote port: {}, Own port: {}, ConnectionDuration: {} seconds".format(self.remote_ip, + self.remote_port, + self.own_port, + duration) + print(msg) + self.logger.debug("({}),".format(msg)) try: self.connected = False try: From 7c9c54f85c56bb68ccc6432c9ab7e33f702a8596 Mon Sep 17 00:00:00 2001 From: aichimzh <167626664+aichimzh@users.noreply.github.com> Date: Thu, 25 Apr 2024 20:36:35 +0800 Subject: [PATCH 02/27] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b3b54c..3306fba 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ more sophisticated emulation and easier maintenance. ## Installation -* Clone Git repository: `git clone https://github.com/zeroq/amun.git` +* Clone Git repository: `git clone -b Amun-lyz https://github.com/aichimzh/amun.git` * Edit Amun main configuration file: `vim conf/amun.conf` * for example set the ip address for Amun to listen on (0.0.0.0 to listen on all) * enable or disbale vulnerability modules as needed From 617d254f73cae4f7a909a9a82e583e767872fe58 Mon Sep 17 00:00:00 2001 From: aichimzh <167626664+aichimzh@users.noreply.github.com> Date: Thu, 25 Apr 2024 20:48:17 +0800 Subject: [PATCH 03/27] Update amun_request_handler.py --- core/amun_request_handler.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/amun_request_handler.py b/core/amun_request_handler.py index bd4b4c8..edba41e 100644 --- a/core/amun_request_handler.py +++ b/core/amun_request_handler.py @@ -14,7 +14,8 @@ from psyco.classes import * except ImportError: pass - + +import logging import asynchat import StringIO import traceback From ec595e19a1a1630801ae86d67f8c23e3b6bb9c2d Mon Sep 17 00:00:00 2001 From: LeoLiu Date: Wed, 1 May 2024 22:25:47 -0600 Subject: [PATCH 04/27] Add your commit message here --- ConnectionDuration.log | 4539 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 4539 insertions(+) create mode 100644 ConnectionDuration.log diff --git a/ConnectionDuration.log b/ConnectionDuration.log new file mode 100644 index 0000000..97b7ef1 --- /dev/null +++ b/ConnectionDuration.log @@ -0,0 +1,4539 @@ +(Remote IP: 103.41.98.76, Remote port: 48470, Own port: 23, ConnectionDuration: 30.5440070629 seconds), +(Remote IP: 1.70.12.79, Remote port: 36961, Own port: 23, ConnectionDuration: 30.4602758884 seconds), +(Remote IP: 34.78.68.58, Remote port: 59644, Own port: 139, ConnectionDuration: 0.252915143967 seconds), +(Remote IP: 34.78.68.58, Remote port: 33878, Own port: 139, ConnectionDuration: 0.79781794548 seconds), +(Remote IP: 189.90.33.83, Remote port: 33210, Own port: 23, ConnectionDuration: 30.7712001801 seconds), +(Remote IP: 190.211.255.106, Remote port: 46060, Own port: 23, ConnectionDuration: 119.573265791 seconds), +(Remote IP: 190.211.255.106, Remote port: 46060, Own port: 23, ConnectionDuration: 119.573839903 seconds), +(Remote IP: 146.19.24.28, Remote port: 38228, Own port: 80, ConnectionDuration: 9.99959993362 seconds), +(Remote IP: 123.9.205.36, Remote port: 35291, Own port: 23, ConnectionDuration: 10.2465059757 seconds), +(Remote IP: 39.174.173.55, Remote port: 46126, Own port: 23, ConnectionDuration: 11.1459290981 seconds), +(Remote IP: 223.13.69.225, Remote port: 56322, Own port: 23, ConnectionDuration: 31.928828001 seconds), +(Remote IP: 87.1.169.7, Remote port: 65505, Own port: 23, ConnectionDuration: 30.1547648907 seconds), +(Remote IP: 223.13.69.225, Remote port: 60012, Own port: 23, ConnectionDuration: 31.8441588879 seconds), +(Remote IP: 159.203.208.11, Remote port: 56932, Own port: 445, ConnectionDuration: 0.027468919754 seconds), +(Remote IP: 5.160.136.182, Remote port: 50025, Own port: 445, ConnectionDuration: 30.5255639553 seconds), +(Remote IP: 5.160.136.182, Remote port: 50025, Own port: 445, ConnectionDuration: 30.5262520313 seconds), +(Remote IP: 5.160.136.182, Remote port: 50097, Own port: 445, ConnectionDuration: 30.4966700077 seconds), +(Remote IP: 5.160.136.182, Remote port: 50097, Own port: 445, ConnectionDuration: 30.4971079826 seconds), +(Remote IP: 61.187.92.27, Remote port: 56296, Own port: 23, ConnectionDuration: 31.1420907974 seconds), +(Remote IP: 61.187.92.27, Remote port: 56764, Own port: 23, ConnectionDuration: 31.7447831631 seconds), +(Remote IP: 119.194.90.138, Remote port: 44265, Own port: 23, ConnectionDuration: 30.7894060612 seconds), +(Remote IP: 198.235.24.146, Remote port: 54378, Own port: 23, ConnectionDuration: 30.9628829956 seconds), +(Remote IP: 198.235.24.146, Remote port: 54378, Own port: 23, ConnectionDuration: 30.9633970261 seconds), +(Remote IP: 213.65.139.147, Remote port: 37702, Own port: 23, ConnectionDuration: 11.3605210781 seconds), +(Remote IP: 80.75.212.75, Remote port: 41410, Own port: 9999, ConnectionDuration: 0.139868021011 seconds), +(Remote IP: 190.211.255.106, Remote port: 51244, Own port: 23, ConnectionDuration: 120.892725945 seconds), +(Remote IP: 190.211.255.106, Remote port: 51244, Own port: 23, ConnectionDuration: 120.893311024 seconds), +(Remote IP: 152.230.195.30, Remote port: 45382, Own port: 23, ConnectionDuration: 30.7482988834 seconds), +(Remote IP: 125.26.172.143, Remote port: 38178, Own port: 23, ConnectionDuration: 10.8789708614 seconds), +(Remote IP: 178.93.7.234, Remote port: 34221, Own port: 23, ConnectionDuration: 30.0789370537 seconds), +(Remote IP: 141.98.11.179, Remote port: 45260, Own port: 80, ConnectionDuration: 0.227260112762 seconds), +(Remote IP: 181.7.198.117, Remote port: 48380, Own port: 23, ConnectionDuration: 10.6850948334 seconds), +(Remote IP: 219.91.93.143, Remote port: 44986, Own port: 23, ConnectionDuration: 31.1093988419 seconds), +(Remote IP: 103.196.235.142, Remote port: 33308, Own port: 23, ConnectionDuration: 29.6377699375 seconds), +(Remote IP: 85.60.182.243, Remote port: 41250, Own port: 23, ConnectionDuration: 11.2747938633 seconds), +(Remote IP: 45.227.254.8, Remote port: 45225, Own port: 3389, ConnectionDuration: 0.00100803375244 seconds), +(Remote IP: 185.224.128.43, Remote port: 55530, Own port: 80, ConnectionDuration: 9.99910306931 seconds), +(Remote IP: 64.62.197.137, Remote port: 60290, Own port: 3389, ConnectionDuration: 0.105134010315 seconds), +(Remote IP: 64.62.197.137, Remote port: 64948, Own port: 3389, ConnectionDuration: 9.05984997749 seconds), +(Remote IP: 167.94.146.59, Remote port: 47494, Own port: 2380, ConnectionDuration: 0.160065174103 seconds), +(Remote IP: 167.94.146.59, Remote port: 47494, Own port: 2380, ConnectionDuration: 0.161934137344 seconds), +(Remote IP: 167.94.146.59, Remote port: 47510, Own port: 2380, ConnectionDuration: 3.16940999031 seconds), +(Remote IP: 167.94.146.59, Remote port: 47510, Own port: 2380, ConnectionDuration: 3.17004799843 seconds), +(Remote IP: 103.96.239.210, Remote port: 46621, Own port: 23, ConnectionDuration: 30.3796179295 seconds), +(Remote IP: 81.213.30.50, Remote port: 4027, Own port: 23, ConnectionDuration: 10.3593711853 seconds), +(Remote IP: 124.154.108.107, Remote port: 53918, Own port: 23, ConnectionDuration: 30.8078999519 seconds), +(Remote IP: 80.94.92.60, Remote port: 49432, Own port: 443, ConnectionDuration: 0.287917137146 seconds), +(Remote IP: 178.34.182.186, Remote port: 56594, Own port: 80, ConnectionDuration: 0.189878940582 seconds), +(Remote IP: 111.89.93.69, Remote port: 40932, Own port: 23, ConnectionDuration: 12.5820760727 seconds), +(Remote IP: 180.149.125.169, Remote port: 13201, Own port: 2103, ConnectionDuration: 9.80371594429 seconds), +(Remote IP: 205.210.31.88, Remote port: 52389, Own port: 21, ConnectionDuration: 0.559375047684 seconds), +(Remote IP: 84.54.51.41, Remote port: 33116, Own port: 80, ConnectionDuration: 14.8929600716 seconds), +(Remote IP: 31.203.196.58, Remote port: 46186, Own port: 23, ConnectionDuration: 10.9259340763 seconds), +(Remote IP: 103.203.57.1, Remote port: 58512, Own port: 80, ConnectionDuration: 0.0514049530029 seconds), +(Remote IP: 167.94.145.98, Remote port: 48112, Own port: 135, ConnectionDuration: 0.163038015366 seconds), +(Remote IP: 167.94.145.98, Remote port: 48112, Own port: 135, ConnectionDuration: 0.163844108582 seconds), +(Remote IP: 167.94.145.98, Remote port: 48176, Own port: 135, ConnectionDuration: 3.00172805786 seconds), +(Remote IP: 167.94.145.98, Remote port: 48176, Own port: 135, ConnectionDuration: 3.00254511833 seconds), +(Remote IP: 167.94.145.98, Remote port: 59176, Own port: 135, ConnectionDuration: 0.164443969727 seconds), +(Remote IP: 167.94.145.98, Remote port: 59176, Own port: 135, ConnectionDuration: 0.165922880173 seconds), +(Remote IP: 167.94.145.98, Remote port: 59210, Own port: 135, ConnectionDuration: 3.24499201775 seconds), +(Remote IP: 167.94.145.98, Remote port: 59210, Own port: 135, ConnectionDuration: 3.24571990967 seconds), +(Remote IP: 206.168.34.185, Remote port: 46776, Own port: 143, ConnectionDuration: 0.210901975632 seconds), +(Remote IP: 206.168.34.185, Remote port: 46776, Own port: 143, ConnectionDuration: 0.212707996368 seconds), +(Remote IP: 108.46.148.33, Remote port: 41573, Own port: 23, ConnectionDuration: 30.9668111801 seconds), +(Remote IP: 123.205.57.113, Remote port: 43801, Own port: 23, ConnectionDuration: 27.8951609135 seconds), +(Remote IP: 52.87.151.179, Remote port: 35058, Own port: 443, ConnectionDuration: 0.0960690975189 seconds), +(Remote IP: 52.87.151.179, Remote port: 4918, Own port: 443, ConnectionDuration: 0.118733882904 seconds), +(Remote IP: 52.87.151.179, Remote port: 37781, Own port: 443, ConnectionDuration: 0.100136041641 seconds), +(Remote IP: 52.87.151.179, Remote port: 50205, Own port: 443, ConnectionDuration: 0.121807813644 seconds), +(Remote IP: 64.62.156.75, Remote port: 11457, Own port: 25, ConnectionDuration: 0.0267899036407 seconds), +(Remote IP: 185.180.140.6, Remote port: 53728, Own port: 80, ConnectionDuration: 0.032989025116 seconds), +(Remote IP: 185.180.140.6, Remote port: 53736, Own port: 80, ConnectionDuration: 0.0328199863434 seconds), +(Remote IP: 198.235.24.129, Remote port: 63022, Own port: 3389, ConnectionDuration: 0.252531051636 seconds), +(Remote IP: 198.235.24.129, Remote port: 63038, Own port: 3389, ConnectionDuration: 0.250514030457 seconds), +(Remote IP: 198.235.24.129, Remote port: 63042, Own port: 3389, ConnectionDuration: 0.252650976181 seconds), +(Remote IP: 198.235.24.129, Remote port: 63056, Own port: 3389, ConnectionDuration: 0.250994920731 seconds), +(Remote IP: 198.235.24.129, Remote port: 63060, Own port: 3389, ConnectionDuration: 3.12954592705 seconds), +(Remote IP: 206.168.34.118, Remote port: 41400, Own port: 80, ConnectionDuration: 0.0664360523224 seconds), +(Remote IP: 206.168.34.118, Remote port: 56916, Own port: 80, ConnectionDuration: 0.102270841599 seconds), +(Remote IP: 206.168.34.118, Remote port: 56916, Own port: 80, ConnectionDuration: 0.102751970291 seconds), +(Remote IP: 206.168.34.118, Remote port: 49590, Own port: 80, ConnectionDuration: 0.290100097656 seconds), +(Remote IP: 167.94.138.58, Remote port: 37798, Own port: 8080, ConnectionDuration: 0.961755037308 seconds), +(Remote IP: 185.242.226.10, Remote port: 47822, Own port: 80, ConnectionDuration: 3.54633593559 seconds), +(Remote IP: 167.99.158.209, Remote port: 33092, Own port: 3128, ConnectionDuration: 1.51085305214 seconds), +(Remote IP: 64.62.197.188, Remote port: 19175, Own port: 21, ConnectionDuration: 0.0753631591797 seconds), +(Remote IP: 185.16.38.111, Remote port: 56016, Own port: 80, ConnectionDuration: 20.0001749992 seconds), +(Remote IP: 110.182.215.137, Remote port: 47393, Own port: 23, ConnectionDuration: 10.508038044 seconds), +(Remote IP: 35.240.50.242, Remote port: 49946, Own port: 445, ConnectionDuration: 0.126705169678 seconds), +(Remote IP: 35.240.50.242, Remote port: 49942, Own port: 445, ConnectionDuration: 0.680665969849 seconds), +(Remote IP: 23.94.247.41, Remote port: 49455, Own port: 80, ConnectionDuration: 2.38117980957 seconds), +(Remote IP: 23.94.247.41, Remote port: 49998, Own port: 80, ConnectionDuration: 1.1722509861 seconds), +(Remote IP: 23.94.247.41, Remote port: 50229, Own port: 80, ConnectionDuration: 1.07558703423 seconds), +(Remote IP: 23.94.247.41, Remote port: 50609, Own port: 80, ConnectionDuration: 0.494125843048 seconds), +(Remote IP: 23.94.247.41, Remote port: 50789, Own port: 80, ConnectionDuration: 1.01353907585 seconds), +(Remote IP: 23.94.247.41, Remote port: 51224, Own port: 80, ConnectionDuration: 1.70363521576 seconds), +(Remote IP: 23.94.247.41, Remote port: 51829, Own port: 80, ConnectionDuration: 0.505266904831 seconds), +(Remote IP: 23.94.247.41, Remote port: 52401, Own port: 80, ConnectionDuration: 1.06682920456 seconds), +(Remote IP: 23.94.247.41, Remote port: 52805, Own port: 80, ConnectionDuration: 0.52968287468 seconds), +(Remote IP: 23.94.247.41, Remote port: 53128, Own port: 80, ConnectionDuration: 0.914113998413 seconds), +(Remote IP: 23.94.247.41, Remote port: 53288, Own port: 80, ConnectionDuration: 0.418135881424 seconds), +(Remote IP: 23.94.247.41, Remote port: 53434, Own port: 80, ConnectionDuration: 0.698884963989 seconds), +(Remote IP: 23.94.247.41, Remote port: 53838, Own port: 80, ConnectionDuration: 0.669265031815 seconds), +(Remote IP: 23.94.247.41, Remote port: 54035, Own port: 80, ConnectionDuration: 0.486881017685 seconds), +(Remote IP: 23.94.247.41, Remote port: 54468, Own port: 80, ConnectionDuration: 0.313780069351 seconds), +(Remote IP: 23.94.247.41, Remote port: 54682, Own port: 80, ConnectionDuration: 0.4885160923 seconds), +(Remote IP: 23.94.247.41, Remote port: 54793, Own port: 80, ConnectionDuration: 0.205164194107 seconds), +(Remote IP: 23.94.247.41, Remote port: 54859, Own port: 80, ConnectionDuration: 5.99041295052 seconds), +(Remote IP: 23.94.247.41, Remote port: 55980, Own port: 80, ConnectionDuration: 0.585108041763 seconds), +(Remote IP: 23.94.247.41, Remote port: 56106, Own port: 80, ConnectionDuration: 0.223326921463 seconds), +(Remote IP: 23.94.247.41, Remote port: 56216, Own port: 80, ConnectionDuration: 0.590383052826 seconds), +(Remote IP: 23.94.247.41, Remote port: 56441, Own port: 80, ConnectionDuration: 0.214078903198 seconds), +(Remote IP: 23.94.247.41, Remote port: 56547, Own port: 80, ConnectionDuration: 0.393632888794 seconds), +(Remote IP: 23.94.247.41, Remote port: 56744, Own port: 80, ConnectionDuration: 0.308125972748 seconds), +(Remote IP: 23.94.247.41, Remote port: 56902, Own port: 80, ConnectionDuration: 0.612966060638 seconds), +(Remote IP: 23.94.247.41, Remote port: 57096, Own port: 80, ConnectionDuration: 0.501003980637 seconds), +(Remote IP: 23.94.247.41, Remote port: 57368, Own port: 80, ConnectionDuration: 0.400090932846 seconds), +(Remote IP: 23.94.247.41, Remote port: 57556, Own port: 80, ConnectionDuration: 0.31084394455 seconds), +(Remote IP: 23.94.247.41, Remote port: 57811, Own port: 80, ConnectionDuration: 0.207938909531 seconds), +(Remote IP: 23.94.247.41, Remote port: 57922, Own port: 80, ConnectionDuration: 0.505890846252 seconds), +(Remote IP: 23.94.247.41, Remote port: 58242, Own port: 80, ConnectionDuration: 0.479267835617 seconds), +(Remote IP: 23.94.247.41, Remote port: 58491, Own port: 80, ConnectionDuration: 1.18367195129 seconds), +(Remote IP: 23.94.247.41, Remote port: 58771, Own port: 80, ConnectionDuration: 0.313187122345 seconds), +(Remote IP: 23.94.247.41, Remote port: 58966, Own port: 80, ConnectionDuration: 0.309181928635 seconds), +(Remote IP: 23.94.247.41, Remote port: 59381, Own port: 80, ConnectionDuration: 0.40089392662 seconds), +(Remote IP: 23.94.247.41, Remote port: 59476, Own port: 80, ConnectionDuration: 0.318097114563 seconds), +(Remote IP: 23.94.247.41, Remote port: 59638, Own port: 80, ConnectionDuration: 0.606135129929 seconds), +(Remote IP: 23.94.247.41, Remote port: 59859, Own port: 80, ConnectionDuration: 0.316780090332 seconds), +(Remote IP: 23.94.247.41, Remote port: 60206, Own port: 80, ConnectionDuration: 0.511957883835 seconds), +(Remote IP: 23.94.247.41, Remote port: 60359, Own port: 80, ConnectionDuration: 0.221504926682 seconds), +(Remote IP: 23.94.247.41, Remote port: 60528, Own port: 80, ConnectionDuration: 0.821520090103 seconds), +(Remote IP: 23.94.247.41, Remote port: 60731, Own port: 80, ConnectionDuration: 0.295615911484 seconds), +(Remote IP: 23.94.247.41, Remote port: 60942, Own port: 80, ConnectionDuration: 0.582973957062 seconds), +(Remote IP: 23.94.247.41, Remote port: 61192, Own port: 80, ConnectionDuration: 0.305809020996 seconds), +(Remote IP: 23.94.247.41, Remote port: 61239, Own port: 80, ConnectionDuration: 0.424580812454 seconds), +(Remote IP: 23.94.247.41, Remote port: 61328, Own port: 80, ConnectionDuration: 0.442467927933 seconds), +(Remote IP: 23.94.247.41, Remote port: 61804, Own port: 80, ConnectionDuration: 0.410300016403 seconds), +(Remote IP: 23.94.247.41, Remote port: 61975, Own port: 80, ConnectionDuration: 0.112838029861 seconds), +(Remote IP: 23.94.247.41, Remote port: 62060, Own port: 80, ConnectionDuration: 0.907721996307 seconds), +(Remote IP: 23.94.247.41, Remote port: 62167, Own port: 80, ConnectionDuration: 0.189929008484 seconds), +(Remote IP: 23.94.247.41, Remote port: 62507, Own port: 80, ConnectionDuration: 0.417611837387 seconds), +(Remote IP: 23.94.247.41, Remote port: 62599, Own port: 80, ConnectionDuration: 0.199509859085 seconds), +(Remote IP: 23.94.247.41, Remote port: 62741, Own port: 80, ConnectionDuration: 0.40970492363 seconds), +(Remote IP: 23.94.247.41, Remote port: 62988, Own port: 80, ConnectionDuration: 0.236461162567 seconds), +(Remote IP: 23.94.247.41, Remote port: 63313, Own port: 80, ConnectionDuration: 0.308608055115 seconds), +(Remote IP: 23.94.247.41, Remote port: 63435, Own port: 80, ConnectionDuration: 0.4333319664 seconds), +(Remote IP: 23.94.247.41, Remote port: 63547, Own port: 80, ConnectionDuration: 0.317583084106 seconds), +(Remote IP: 23.94.247.41, Remote port: 63689, Own port: 80, ConnectionDuration: 0.202646970749 seconds), +(Remote IP: 23.94.247.41, Remote port: 64070, Own port: 80, ConnectionDuration: 0.472733974457 seconds), +(Remote IP: 23.94.247.41, Remote port: 64290, Own port: 80, ConnectionDuration: 0.204287052155 seconds), +(Remote IP: 23.94.247.41, Remote port: 64348, Own port: 80, ConnectionDuration: 0.209115982056 seconds), +(Remote IP: 23.94.247.41, Remote port: 64625, Own port: 80, ConnectionDuration: 0.297055959702 seconds), +(Remote IP: 23.94.247.41, Remote port: 64974, Own port: 80, ConnectionDuration: 0.417017936707 seconds), +(Remote IP: 23.94.247.41, Remote port: 65176, Own port: 80, ConnectionDuration: 0.736138105392 seconds), +(Remote IP: 23.94.247.41, Remote port: 49289, Own port: 80, ConnectionDuration: 0.10791015625 seconds), +(Remote IP: 23.94.247.41, Remote port: 49377, Own port: 80, ConnectionDuration: 0.367557048798 seconds), +(Remote IP: 23.94.247.41, Remote port: 49697, Own port: 80, ConnectionDuration: 0.492477178574 seconds), +(Remote IP: 23.94.247.41, Remote port: 49838, Own port: 80, ConnectionDuration: 0.489799976349 seconds), +(Remote IP: 23.94.247.41, Remote port: 49987, Own port: 80, ConnectionDuration: 0.210191011429 seconds), +(Remote IP: 23.94.247.41, Remote port: 50106, Own port: 80, ConnectionDuration: 0.107038974762 seconds), +(Remote IP: 23.94.247.41, Remote port: 50203, Own port: 80, ConnectionDuration: 0.710464954376 seconds), +(Remote IP: 23.94.247.41, Remote port: 50430, Own port: 80, ConnectionDuration: 0.280241012573 seconds), +(Remote IP: 23.94.247.41, Remote port: 50542, Own port: 80, ConnectionDuration: 0.323915958405 seconds), +(Remote IP: 23.94.247.41, Remote port: 50667, Own port: 80, ConnectionDuration: 0.302160978317 seconds), +(Remote IP: 23.94.247.41, Remote port: 50807, Own port: 80, ConnectionDuration: 0.373141050339 seconds), +(Remote IP: 23.94.247.41, Remote port: 50941, Own port: 80, ConnectionDuration: 0.310254096985 seconds), +(Remote IP: 23.94.247.41, Remote port: 51155, Own port: 80, ConnectionDuration: 0.220247030258 seconds), +(Remote IP: 23.94.247.41, Remote port: 51253, Own port: 80, ConnectionDuration: 0.228351831436 seconds), +(Remote IP: 23.94.247.41, Remote port: 52862, Own port: 80, ConnectionDuration: 0.486596107483 seconds), +(Remote IP: 23.94.247.41, Remote port: 53089, Own port: 80, ConnectionDuration: 0.517266988754 seconds), +(Remote IP: 23.94.247.41, Remote port: 53431, Own port: 80, ConnectionDuration: 0.488270044327 seconds), +(Remote IP: 23.94.247.41, Remote port: 53995, Own port: 80, ConnectionDuration: 0.373516082764 seconds), +(Remote IP: 23.94.247.41, Remote port: 54160, Own port: 80, ConnectionDuration: 0.498251914978 seconds), +(Remote IP: 23.94.247.41, Remote port: 54273, Own port: 80, ConnectionDuration: 0.407292842865 seconds), +(Remote IP: 23.94.247.41, Remote port: 54529, Own port: 80, ConnectionDuration: 0.406939983368 seconds), +(Remote IP: 23.94.247.41, Remote port: 54790, Own port: 80, ConnectionDuration: 0.393337965012 seconds), +(Remote IP: 23.94.247.41, Remote port: 55061, Own port: 80, ConnectionDuration: 0.281226158142 seconds), +(Remote IP: 23.94.247.41, Remote port: 55459, Own port: 80, ConnectionDuration: 0.498824834824 seconds), +(Remote IP: 23.94.247.41, Remote port: 55608, Own port: 80, ConnectionDuration: 0.376216888428 seconds), +(Remote IP: 23.94.247.41, Remote port: 55761, Own port: 80, ConnectionDuration: 0.607704877853 seconds), +(Remote IP: 23.94.247.41, Remote port: 56100, Own port: 80, ConnectionDuration: 0.306507110596 seconds), +(Remote IP: 23.94.247.41, Remote port: 56271, Own port: 80, ConnectionDuration: 0.791868925095 seconds), +(Remote IP: 23.94.247.41, Remote port: 56429, Own port: 80, ConnectionDuration: 0.714343070984 seconds), +(Remote IP: 23.94.247.41, Remote port: 56772, Own port: 80, ConnectionDuration: 0.2914249897 seconds), +(Remote IP: 23.94.247.41, Remote port: 57285, Own port: 80, ConnectionDuration: 0.600577831268 seconds), +(Remote IP: 23.94.247.41, Remote port: 57555, Own port: 80, ConnectionDuration: 0.39391207695 seconds), +(Remote IP: 23.94.247.41, Remote port: 57708, Own port: 80, ConnectionDuration: 0.396039962769 seconds), +(Remote IP: 23.94.247.41, Remote port: 57815, Own port: 80, ConnectionDuration: 0.417684078217 seconds), +(Remote IP: 23.94.247.41, Remote port: 58086, Own port: 80, ConnectionDuration: 0.198918104172 seconds), +(Remote IP: 23.94.247.41, Remote port: 58181, Own port: 80, ConnectionDuration: 1.06859111786 seconds), +(Remote IP: 23.94.247.41, Remote port: 58824, Own port: 80, ConnectionDuration: 0.288016080856 seconds), +(Remote IP: 23.94.247.41, Remote port: 58919, Own port: 80, ConnectionDuration: 0.275407075882 seconds), +(Remote IP: 23.94.247.41, Remote port: 59301, Own port: 80, ConnectionDuration: 0.212598085403 seconds), +(Remote IP: 23.94.247.41, Remote port: 59438, Own port: 80, ConnectionDuration: 0.318342924118 seconds), +(Remote IP: 23.94.247.41, Remote port: 59715, Own port: 80, ConnectionDuration: 0.588680028915 seconds), +(Remote IP: 23.94.247.41, Remote port: 59987, Own port: 80, ConnectionDuration: 0.375973939896 seconds), +(Remote IP: 23.94.247.41, Remote port: 60435, Own port: 80, ConnectionDuration: 0.287427902222 seconds), +(Remote IP: 23.94.247.41, Remote port: 60566, Own port: 80, ConnectionDuration: 0.40887093544 seconds), +(Remote IP: 23.94.247.41, Remote port: 60827, Own port: 80, ConnectionDuration: 0.395537853241 seconds), +(Remote IP: 23.94.247.41, Remote port: 61016, Own port: 80, ConnectionDuration: 0.401733160019 seconds), +(Remote IP: 23.94.247.41, Remote port: 61271, Own port: 80, ConnectionDuration: 0.28040099144 seconds), +(Remote IP: 23.94.247.41, Remote port: 61466, Own port: 80, ConnectionDuration: 1.39631104469 seconds), +(Remote IP: 23.94.247.41, Remote port: 62098, Own port: 80, ConnectionDuration: 0.40597987175 seconds), +(Remote IP: 23.94.247.41, Remote port: 62236, Own port: 80, ConnectionDuration: 0.398018121719 seconds), +(Remote IP: 23.94.247.41, Remote port: 62601, Own port: 80, ConnectionDuration: 0.486381053925 seconds), +(Remote IP: 23.94.247.41, Remote port: 62725, Own port: 80, ConnectionDuration: 0.316540956497 seconds), +(Remote IP: 23.94.247.41, Remote port: 62873, Own port: 80, ConnectionDuration: 0.775661945343 seconds), +(Remote IP: 23.94.247.41, Remote port: 63208, Own port: 80, ConnectionDuration: 0.407026052475 seconds), +(Remote IP: 23.94.247.41, Remote port: 63543, Own port: 80, ConnectionDuration: 1.3049530983 seconds), +(Remote IP: 23.94.247.41, Remote port: 64010, Own port: 80, ConnectionDuration: 0.626286029816 seconds), +(Remote IP: 23.94.247.41, Remote port: 64244, Own port: 80, ConnectionDuration: 0.273512125015 seconds), +(Remote IP: 23.94.247.41, Remote port: 64311, Own port: 80, ConnectionDuration: 0.313524007797 seconds), +(Remote IP: 23.94.247.41, Remote port: 64645, Own port: 80, ConnectionDuration: 2.16948199272 seconds), +(Remote IP: 23.94.247.41, Remote port: 65388, Own port: 80, ConnectionDuration: 0.516217947006 seconds), +(Remote IP: 23.94.247.41, Remote port: 49167, Own port: 80, ConnectionDuration: 0.528850078583 seconds), +(Remote IP: 23.94.247.41, Remote port: 49460, Own port: 80, ConnectionDuration: 0.330767869949 seconds), +(Remote IP: 23.94.247.41, Remote port: 49715, Own port: 80, ConnectionDuration: 0.581757068634 seconds), +(Remote IP: 23.94.247.41, Remote port: 50005, Own port: 80, ConnectionDuration: 0.209124088287 seconds), +(Remote IP: 23.94.247.41, Remote port: 50239, Own port: 80, ConnectionDuration: 0.705986022949 seconds), +(Remote IP: 23.94.247.41, Remote port: 50639, Own port: 80, ConnectionDuration: 0.714825868607 seconds), +(Remote IP: 23.94.247.41, Remote port: 50979, Own port: 80, ConnectionDuration: 0.597362995148 seconds), +(Remote IP: 23.94.247.41, Remote port: 51300, Own port: 80, ConnectionDuration: 0.285650014877 seconds), +(Remote IP: 23.94.247.41, Remote port: 51545, Own port: 80, ConnectionDuration: 0.50123500824 seconds), +(Remote IP: 23.94.247.41, Remote port: 51717, Own port: 80, ConnectionDuration: 1.10504293442 seconds), +(Remote IP: 23.94.247.41, Remote port: 52939, Own port: 80, ConnectionDuration: 0.528734207153 seconds), +(Remote IP: 23.94.247.41, Remote port: 53167, Own port: 80, ConnectionDuration: 0.594853878021 seconds), +(Remote IP: 23.94.247.41, Remote port: 53523, Own port: 80, ConnectionDuration: 0.104380130768 seconds), +(Remote IP: 23.94.247.41, Remote port: 53590, Own port: 80, ConnectionDuration: 0.220622062683 seconds), +(Remote IP: 23.94.247.41, Remote port: 53969, Own port: 80, ConnectionDuration: 0.289052009583 seconds), +(Remote IP: 23.94.247.41, Remote port: 54554, Own port: 80, ConnectionDuration: 0.403901815414 seconds), +(Remote IP: 23.94.247.41, Remote port: 54697, Own port: 80, ConnectionDuration: 0.69583106041 seconds), +(Remote IP: 23.94.247.41, Remote port: 55033, Own port: 80, ConnectionDuration: 0.485629081726 seconds), +(Remote IP: 23.94.247.41, Remote port: 55392, Own port: 80, ConnectionDuration: 0.610436201096 seconds), +(Remote IP: 23.94.247.41, Remote port: 55726, Own port: 80, ConnectionDuration: 0.58406996727 seconds), +(Remote IP: 23.94.247.41, Remote port: 55882, Own port: 80, ConnectionDuration: 0.590734958649 seconds), +(Remote IP: 23.94.247.41, Remote port: 56348, Own port: 80, ConnectionDuration: 0.298352003098 seconds), +(Remote IP: 23.94.247.41, Remote port: 56529, Own port: 80, ConnectionDuration: 0.433074951172 seconds), +(Remote IP: 23.94.247.41, Remote port: 56719, Own port: 80, ConnectionDuration: 0.629615068436 seconds), +(Remote IP: 23.94.247.41, Remote port: 57161, Own port: 80, ConnectionDuration: 0.400028944016 seconds), +(Remote IP: 23.94.247.41, Remote port: 57300, Own port: 80, ConnectionDuration: 0.772324085236 seconds), +(Remote IP: 23.94.247.41, Remote port: 57674, Own port: 80, ConnectionDuration: 0.719499111176 seconds), +(Remote IP: 23.94.247.41, Remote port: 58074, Own port: 80, ConnectionDuration: 0.487653970718 seconds), +(Remote IP: 23.94.247.41, Remote port: 58330, Own port: 80, ConnectionDuration: 0.530771017075 seconds), +(Remote IP: 23.94.247.41, Remote port: 58596, Own port: 80, ConnectionDuration: 0.999359130859 seconds), +(Remote IP: 23.94.247.41, Remote port: 59110, Own port: 80, ConnectionDuration: 0.889178991318 seconds), +(Remote IP: 23.94.247.41, Remote port: 59688, Own port: 80, ConnectionDuration: 0.400501012802 seconds), +(Remote IP: 23.94.247.41, Remote port: 59908, Own port: 80, ConnectionDuration: 0.494303941727 seconds), +(Remote IP: 23.94.247.41, Remote port: 60185, Own port: 80, ConnectionDuration: 0.674535989761 seconds), +(Remote IP: 23.94.247.41, Remote port: 60673, Own port: 80, ConnectionDuration: 0.378434896469 seconds), +(Remote IP: 23.94.247.41, Remote port: 60994, Own port: 80, ConnectionDuration: 0.675668954849 seconds), +(Remote IP: 23.94.247.41, Remote port: 61365, Own port: 80, ConnectionDuration: 0.575953006744 seconds), +(Remote IP: 23.94.247.41, Remote port: 61781, Own port: 80, ConnectionDuration: 0.82345700264 seconds), +(Remote IP: 23.94.247.41, Remote port: 62268, Own port: 80, ConnectionDuration: 0.602989912033 seconds), +(Remote IP: 23.94.247.41, Remote port: 62419, Own port: 80, ConnectionDuration: 0.697795152664 seconds), +(Remote IP: 23.94.247.41, Remote port: 62576, Own port: 80, ConnectionDuration: 0.670167922974 seconds), +(Remote IP: 23.94.247.41, Remote port: 62979, Own port: 80, ConnectionDuration: 0.886756896973 seconds), +(Remote IP: 23.94.247.41, Remote port: 63392, Own port: 80, ConnectionDuration: 0.615551948547 seconds), +(Remote IP: 23.94.247.41, Remote port: 63743, Own port: 80, ConnectionDuration: 0.482187986374 seconds), +(Remote IP: 23.94.247.41, Remote port: 64073, Own port: 80, ConnectionDuration: 0.513058900833 seconds), +(Remote IP: 23.94.247.41, Remote port: 64319, Own port: 80, ConnectionDuration: 0.875771045685 seconds), +(Remote IP: 23.94.247.41, Remote port: 64875, Own port: 80, ConnectionDuration: 0.597806930542 seconds), +(Remote IP: 23.94.247.41, Remote port: 65099, Own port: 80, ConnectionDuration: 0.51172208786 seconds), +(Remote IP: 23.94.247.41, Remote port: 65279, Own port: 80, ConnectionDuration: 0.533025026321 seconds), +(Remote IP: 23.94.247.41, Remote port: 49321, Own port: 80, ConnectionDuration: 0.503221035004 seconds), +(Remote IP: 23.94.247.41, Remote port: 49587, Own port: 80, ConnectionDuration: 0.323431015015 seconds), +(Remote IP: 23.94.247.41, Remote port: 49832, Own port: 80, ConnectionDuration: 0.71996307373 seconds), +(Remote IP: 23.94.247.41, Remote port: 50162, Own port: 80, ConnectionDuration: 0.212400913239 seconds), +(Remote IP: 23.94.247.41, Remote port: 50330, Own port: 80, ConnectionDuration: 0.294587850571 seconds), +(Remote IP: 23.94.247.41, Remote port: 50645, Own port: 80, ConnectionDuration: 0.394570112228 seconds), +(Remote IP: 23.94.247.41, Remote port: 50898, Own port: 80, ConnectionDuration: 0.585781812668 seconds), +(Remote IP: 23.94.247.41, Remote port: 51226, Own port: 80, ConnectionDuration: 0.392472028732 seconds), +(Remote IP: 23.94.247.41, Remote port: 51362, Own port: 80, ConnectionDuration: 0.393607854843 seconds), +(Remote IP: 23.94.247.41, Remote port: 51557, Own port: 80, ConnectionDuration: 0.608074903488 seconds), +(Remote IP: 23.94.247.41, Remote port: 51895, Own port: 80, ConnectionDuration: 0.587951898575 seconds), +(Remote IP: 23.94.247.41, Remote port: 52231, Own port: 80, ConnectionDuration: 0.379467964172 seconds), +(Remote IP: 23.94.247.41, Remote port: 52413, Own port: 80, ConnectionDuration: 0.462948083878 seconds), +(Remote IP: 23.94.247.41, Remote port: 52654, Own port: 80, ConnectionDuration: 0.479834079742 seconds), +(Remote IP: 23.94.247.41, Remote port: 53231, Own port: 80, ConnectionDuration: 0.493370056152 seconds), +(Remote IP: 23.94.247.41, Remote port: 53341, Own port: 80, ConnectionDuration: 0.198581933975 seconds), +(Remote IP: 23.94.247.41, Remote port: 53533, Own port: 80, ConnectionDuration: 0.378717899323 seconds), +(Remote IP: 23.94.247.41, Remote port: 55633, Own port: 80, ConnectionDuration: 0.696641921997 seconds), +(Remote IP: 23.94.247.41, Remote port: 57421, Own port: 80, ConnectionDuration: 0.313534021378 seconds), +(Remote IP: 23.94.247.41, Remote port: 57727, Own port: 80, ConnectionDuration: 0.300624132156 seconds), +(Remote IP: 23.94.247.41, Remote port: 59367, Own port: 80, ConnectionDuration: 0.819582939148 seconds), +(Remote IP: 23.94.247.41, Remote port: 59677, Own port: 80, ConnectionDuration: 0.393620967865 seconds), +(Remote IP: 23.94.247.41, Remote port: 60100, Own port: 80, ConnectionDuration: 0.772212982178 seconds), +(Remote IP: 23.94.247.41, Remote port: 60360, Own port: 80, ConnectionDuration: 0.205594062805 seconds), +(Remote IP: 23.94.247.41, Remote port: 60532, Own port: 80, ConnectionDuration: 0.711715936661 seconds), +(Remote IP: 23.94.247.41, Remote port: 61093, Own port: 80, ConnectionDuration: 0.781079053879 seconds), +(Remote IP: 23.94.247.41, Remote port: 62266, Own port: 80, ConnectionDuration: 0.975430011749 seconds), +(Remote IP: 23.94.247.41, Remote port: 62449, Own port: 80, ConnectionDuration: 0.789671897888 seconds), +(Remote IP: 23.94.247.41, Remote port: 63287, Own port: 80, ConnectionDuration: 4.61330509186 seconds), +(Remote IP: 23.94.247.41, Remote port: 64559, Own port: 80, ConnectionDuration: 0.676723957062 seconds), +(Remote IP: 23.94.247.41, Remote port: 64961, Own port: 80, ConnectionDuration: 1.5155711174 seconds), +(Remote IP: 23.94.247.41, Remote port: 65458, Own port: 80, ConnectionDuration: 0.793926000595 seconds), +(Remote IP: 23.94.247.41, Remote port: 49831, Own port: 80, ConnectionDuration: 0.680579900742 seconds), +(Remote IP: 23.94.247.41, Remote port: 50397, Own port: 80, ConnectionDuration: 0.58626294136 seconds), +(Remote IP: 23.94.247.41, Remote port: 50869, Own port: 80, ConnectionDuration: 0.376192092896 seconds), +(Remote IP: 23.94.247.41, Remote port: 51073, Own port: 80, ConnectionDuration: 1.00250792503 seconds), +(Remote IP: 23.94.247.41, Remote port: 51671, Own port: 80, ConnectionDuration: 1.39227104187 seconds), +(Remote IP: 23.94.247.41, Remote port: 52139, Own port: 80, ConnectionDuration: 0.888437986374 seconds), +(Remote IP: 23.94.247.41, Remote port: 52790, Own port: 80, ConnectionDuration: 0.80096912384 seconds), +(Remote IP: 23.94.247.41, Remote port: 53041, Own port: 80, ConnectionDuration: 0.987435102463 seconds), +(Remote IP: 23.94.247.41, Remote port: 53463, Own port: 80, ConnectionDuration: 1.79180812836 seconds), +(Remote IP: 23.94.247.41, Remote port: 54388, Own port: 80, ConnectionDuration: 0.784557104111 seconds), +(Remote IP: 23.94.247.41, Remote port: 54674, Own port: 80, ConnectionDuration: 0.312264919281 seconds), +(Remote IP: 23.94.247.41, Remote port: 54971, Own port: 80, ConnectionDuration: 1.10210585594 seconds), +(Remote IP: 23.94.247.41, Remote port: 55604, Own port: 80, ConnectionDuration: 1.04064488411 seconds), +(Remote IP: 23.94.247.41, Remote port: 56003, Own port: 80, ConnectionDuration: 0.505276918411 seconds), +(Remote IP: 23.94.247.41, Remote port: 56441, Own port: 80, ConnectionDuration: 0.689351081848 seconds), +(Remote IP: 23.94.247.41, Remote port: 56978, Own port: 80, ConnectionDuration: 1.13073301315 seconds), +(Remote IP: 23.94.247.41, Remote port: 57663, Own port: 80, ConnectionDuration: 0.780681848526 seconds), +(Remote IP: 23.94.247.41, Remote port: 58050, Own port: 80, ConnectionDuration: 1.6121301651 seconds), +(Remote IP: 23.94.247.41, Remote port: 58783, Own port: 80, ConnectionDuration: 0.390411138535 seconds), +(Remote IP: 23.94.247.41, Remote port: 59071, Own port: 80, ConnectionDuration: 0.883967876434 seconds), +(Remote IP: 23.94.247.41, Remote port: 59517, Own port: 80, ConnectionDuration: 0.308622121811 seconds), +(Remote IP: 23.94.247.41, Remote port: 59870, Own port: 80, ConnectionDuration: 0.495094060898 seconds), +(Remote IP: 23.94.247.41, Remote port: 60130, Own port: 80, ConnectionDuration: 3.22750306129 seconds), +(Remote IP: 23.94.247.41, Remote port: 61237, Own port: 80, ConnectionDuration: 0.589626073837 seconds), +(Remote IP: 23.94.247.41, Remote port: 61410, Own port: 80, ConnectionDuration: 0.298212051392 seconds), +(Remote IP: 23.94.247.41, Remote port: 61757, Own port: 80, ConnectionDuration: 0.423290967941 seconds), +(Remote IP: 23.94.247.41, Remote port: 62286, Own port: 80, ConnectionDuration: 0.122643947601 seconds), +(Remote IP: 23.94.247.41, Remote port: 62390, Own port: 80, ConnectionDuration: 0.600979804993 seconds), +(Remote IP: 23.94.247.41, Remote port: 62645, Own port: 80, ConnectionDuration: 0.61416387558 seconds), +(Remote IP: 23.94.247.41, Remote port: 63182, Own port: 80, ConnectionDuration: 1.39399814606 seconds), +(Remote IP: 23.94.247.41, Remote port: 63766, Own port: 80, ConnectionDuration: 0.193635225296 seconds), +(Remote IP: 23.94.247.41, Remote port: 63971, Own port: 80, ConnectionDuration: 0.997779846191 seconds), +(Remote IP: 23.94.247.41, Remote port: 64707, Own port: 80, ConnectionDuration: 1.07503700256 seconds), +(Remote IP: 23.94.247.41, Remote port: 65165, Own port: 80, ConnectionDuration: 0.775693893433 seconds), +(Remote IP: 23.94.247.41, Remote port: 65403, Own port: 80, ConnectionDuration: 0.504637002945 seconds), +(Remote IP: 23.94.247.41, Remote port: 49303, Own port: 80, ConnectionDuration: 0.920974969864 seconds), +(Remote IP: 23.94.247.41, Remote port: 49587, Own port: 80, ConnectionDuration: 1.18160104752 seconds), +(Remote IP: 23.94.247.41, Remote port: 50224, Own port: 80, ConnectionDuration: 1.11733913422 seconds), +(Remote IP: 23.94.247.41, Remote port: 50960, Own port: 80, ConnectionDuration: 0.629575967789 seconds), +(Remote IP: 23.94.247.41, Remote port: 51185, Own port: 80, ConnectionDuration: 0.614076852798 seconds), +(Remote IP: 23.94.247.41, Remote port: 52066, Own port: 80, ConnectionDuration: 0.502954006195 seconds), +(Remote IP: 23.94.247.41, Remote port: 52636, Own port: 80, ConnectionDuration: 0.889132022858 seconds), +(Remote IP: 23.94.247.41, Remote port: 53219, Own port: 80, ConnectionDuration: 3.976998806 seconds), +(Remote IP: 23.94.247.41, Remote port: 54088, Own port: 80, ConnectionDuration: 0.596923112869 seconds), +(Remote IP: 23.94.247.41, Remote port: 54627, Own port: 80, ConnectionDuration: 0.0959270000458 seconds), +(Remote IP: 23.94.247.41, Remote port: 55098, Own port: 80, ConnectionDuration: 1.12127995491 seconds), +(Remote IP: 23.94.247.41, Remote port: 55563, Own port: 80, ConnectionDuration: 0.718992233276 seconds), +(Remote IP: 23.94.247.41, Remote port: 56014, Own port: 80, ConnectionDuration: 0.983905792236 seconds), +(Remote IP: 23.94.247.41, Remote port: 56437, Own port: 80, ConnectionDuration: 1.31266498566 seconds), +(Remote IP: 23.94.247.41, Remote port: 57182, Own port: 80, ConnectionDuration: 0.502692937851 seconds), +(Remote IP: 23.94.247.41, Remote port: 57501, Own port: 80, ConnectionDuration: 1.30139303207 seconds), +(Remote IP: 23.94.247.41, Remote port: 58161, Own port: 80, ConnectionDuration: 0.470249176025 seconds), +(Remote IP: 23.94.247.41, Remote port: 58396, Own port: 80, ConnectionDuration: 0.608829975128 seconds), +(Remote IP: 23.94.247.41, Remote port: 58682, Own port: 80, ConnectionDuration: 0.985810041428 seconds), +(Remote IP: 23.94.247.41, Remote port: 59201, Own port: 80, ConnectionDuration: 0.610723972321 seconds), +(Remote IP: 23.94.247.41, Remote port: 59788, Own port: 80, ConnectionDuration: 0.487585067749 seconds), +(Remote IP: 23.94.247.41, Remote port: 63541, Own port: 80, ConnectionDuration: 0.767035007477 seconds), +(Remote IP: 23.94.247.41, Remote port: 63756, Own port: 80, ConnectionDuration: 0.67341709137 seconds), +(Remote IP: 23.94.247.41, Remote port: 64191, Own port: 80, ConnectionDuration: 1.00047302246 seconds), +(Remote IP: 23.94.247.41, Remote port: 64719, Own port: 80, ConnectionDuration: 16.8845040798 seconds), +(Remote IP: 23.94.247.41, Remote port: 64719, Own port: 80, ConnectionDuration: 16.8850989342 seconds), +(Remote IP: 23.94.247.41, Remote port: 51415, Own port: 80, ConnectionDuration: 0.594878911972 seconds), +(Remote IP: 23.94.247.41, Remote port: 51582, Own port: 80, ConnectionDuration: 0.893601179123 seconds), +(Remote IP: 23.94.247.41, Remote port: 52112, Own port: 80, ConnectionDuration: 0.834822893143 seconds), +(Remote IP: 23.94.247.41, Remote port: 52655, Own port: 80, ConnectionDuration: 0.818947076797 seconds), +(Remote IP: 23.94.247.41, Remote port: 53063, Own port: 80, ConnectionDuration: 0.681213140488 seconds), +(Remote IP: 23.94.247.41, Remote port: 53317, Own port: 80, ConnectionDuration: 0.465647935867 seconds), +(Remote IP: 23.94.247.41, Remote port: 53658, Own port: 80, ConnectionDuration: 0.308388948441 seconds), +(Remote IP: 23.94.247.41, Remote port: 53929, Own port: 80, ConnectionDuration: 0.603678941727 seconds), +(Remote IP: 23.94.247.41, Remote port: 54367, Own port: 80, ConnectionDuration: 0.500065088272 seconds), +(Remote IP: 23.94.247.41, Remote port: 55055, Own port: 80, ConnectionDuration: 0.775225877762 seconds), +(Remote IP: 178.34.180.94, Remote port: 40334, Own port: 23, ConnectionDuration: 10.8350038528 seconds), +(Remote IP: 23.94.247.41, Remote port: 55426, Own port: 80, ConnectionDuration: 0.779319047928 seconds), +(Remote IP: 23.94.247.41, Remote port: 55849, Own port: 80, ConnectionDuration: 0.60414481163 seconds), +(Remote IP: 23.94.247.41, Remote port: 56118, Own port: 80, ConnectionDuration: 1.09519004822 seconds), +(Remote IP: 23.94.247.41, Remote port: 56704, Own port: 80, ConnectionDuration: 0.623507976532 seconds), +(Remote IP: 23.94.247.41, Remote port: 56970, Own port: 80, ConnectionDuration: 1.02922487259 seconds), +(Remote IP: 23.94.247.41, Remote port: 57328, Own port: 80, ConnectionDuration: 0.827356100082 seconds), +(Remote IP: 36.91.222.100, Remote port: 34818, Own port: 3389, ConnectionDuration: 0.00116801261902 seconds), +(Remote IP: 23.94.247.41, Remote port: 58325, Own port: 80, ConnectionDuration: 0.952380895615 seconds), +(Remote IP: 23.94.247.41, Remote port: 59027, Own port: 80, ConnectionDuration: 0.574491024017 seconds), +(Remote IP: 23.94.247.41, Remote port: 59519, Own port: 80, ConnectionDuration: 0.889017820358 seconds), +(Remote IP: 23.94.247.41, Remote port: 60078, Own port: 80, ConnectionDuration: 13.2051959038 seconds), +(Remote IP: 23.94.247.41, Remote port: 63567, Own port: 80, ConnectionDuration: 0.489675045013 seconds), +(Remote IP: 23.94.247.41, Remote port: 64202, Own port: 80, ConnectionDuration: 0.92566204071 seconds), +(Remote IP: 23.94.247.41, Remote port: 64568, Own port: 80, ConnectionDuration: 1.32367396355 seconds), +(Remote IP: 23.94.247.41, Remote port: 65444, Own port: 80, ConnectionDuration: 1.07181692123 seconds), +(Remote IP: 23.94.247.41, Remote port: 49561, Own port: 80, ConnectionDuration: 0.173095941544 seconds), +(Remote IP: 23.94.247.41, Remote port: 49717, Own port: 80, ConnectionDuration: 1.00327301025 seconds), +(Remote IP: 23.94.247.41, Remote port: 50213, Own port: 80, ConnectionDuration: 1.19882011414 seconds), +(Remote IP: 23.94.247.41, Remote port: 50938, Own port: 80, ConnectionDuration: 0.321793079376 seconds), +(Remote IP: 23.94.247.41, Remote port: 51200, Own port: 80, ConnectionDuration: 1.3031539917 seconds), +(Remote IP: 23.94.247.41, Remote port: 51603, Own port: 80, ConnectionDuration: 0.0682139396667 seconds), +(Remote IP: 23.94.247.41, Remote port: 51664, Own port: 80, ConnectionDuration: 0.0309240818024 seconds), +(Remote IP: 23.94.247.41, Remote port: 52076, Own port: 80, ConnectionDuration: 0.399686098099 seconds), +(Remote IP: 23.94.247.41, Remote port: 52439, Own port: 80, ConnectionDuration: 1.00467300415 seconds), +(Remote IP: 23.94.247.41, Remote port: 53048, Own port: 80, ConnectionDuration: 1.67274999619 seconds), +(Remote IP: 23.94.247.41, Remote port: 53727, Own port: 80, ConnectionDuration: 0.216631174088 seconds), +(Remote IP: 206.168.34.125, Remote port: 55910, Own port: 554, ConnectionDuration: 3.59556007385 seconds), +(Remote IP: 206.168.34.125, Remote port: 55910, Own port: 554, ConnectionDuration: 3.59624409676 seconds), +(Remote IP: 23.94.247.41, Remote port: 53910, Own port: 80, ConnectionDuration: 0.632850885391 seconds), +(Remote IP: 23.94.247.41, Remote port: 54169, Own port: 80, ConnectionDuration: 1.01581788063 seconds), +(Remote IP: 23.94.247.41, Remote port: 54609, Own port: 80, ConnectionDuration: 0.611448049545 seconds), +(Remote IP: 23.94.247.41, Remote port: 54818, Own port: 80, ConnectionDuration: 0.50489282608 seconds), +(Remote IP: 23.94.247.41, Remote port: 55121, Own port: 80, ConnectionDuration: 1.16178297997 seconds), +(Remote IP: 23.94.247.41, Remote port: 55521, Own port: 80, ConnectionDuration: 0.620082855225 seconds), +(Remote IP: 23.94.247.41, Remote port: 56228, Own port: 80, ConnectionDuration: 1.39000105858 seconds), +(Remote IP: 23.94.247.41, Remote port: 56608, Own port: 80, ConnectionDuration: 1.01272296906 seconds), +(Remote IP: 23.94.247.41, Remote port: 57137, Own port: 80, ConnectionDuration: 0.663563966751 seconds), +(Remote IP: 23.94.247.41, Remote port: 57553, Own port: 80, ConnectionDuration: 1.10013318062 seconds), +(Remote IP: 23.94.247.41, Remote port: 57971, Own port: 80, ConnectionDuration: 1.02560305595 seconds), +(Remote IP: 23.94.247.41, Remote port: 58275, Own port: 80, ConnectionDuration: 0.807822942734 seconds), +(Remote IP: 23.94.247.41, Remote port: 58911, Own port: 80, ConnectionDuration: 3.23764610291 seconds), +(Remote IP: 23.94.247.41, Remote port: 59834, Own port: 80, ConnectionDuration: 0.309754133224 seconds), +(Remote IP: 23.94.247.41, Remote port: 60220, Own port: 80, ConnectionDuration: 1.49214601517 seconds), +(Remote IP: 23.94.247.41, Remote port: 60651, Own port: 80, ConnectionDuration: 0.593299150467 seconds), +(Remote IP: 23.94.247.41, Remote port: 61004, Own port: 80, ConnectionDuration: 1.71729803085 seconds), +(Remote IP: 23.94.247.41, Remote port: 61549, Own port: 80, ConnectionDuration: 3.78976488113 seconds), +(Remote IP: 23.94.247.41, Remote port: 62471, Own port: 80, ConnectionDuration: 1.29763388634 seconds), +(Remote IP: 23.94.247.41, Remote port: 63019, Own port: 80, ConnectionDuration: 1.02924704552 seconds), +(Remote IP: 23.94.247.41, Remote port: 63504, Own port: 80, ConnectionDuration: 1.32389783859 seconds), +(Remote IP: 23.94.247.41, Remote port: 65268, Own port: 80, ConnectionDuration: 0.890753984451 seconds), +(Remote IP: 23.94.247.41, Remote port: 49346, Own port: 80, ConnectionDuration: 0.785982131958 seconds), +(Remote IP: 23.94.247.41, Remote port: 49651, Own port: 80, ConnectionDuration: 0.701061010361 seconds), +(Remote IP: 23.94.247.41, Remote port: 50027, Own port: 80, ConnectionDuration: 1.08801388741 seconds), +(Remote IP: 23.94.247.41, Remote port: 50394, Own port: 80, ConnectionDuration: 1.08996295929 seconds), +(Remote IP: 23.94.247.41, Remote port: 50972, Own port: 80, ConnectionDuration: 1.59542608261 seconds), +(Remote IP: 23.94.247.41, Remote port: 51676, Own port: 80, ConnectionDuration: 1.00309491158 seconds), +(Remote IP: 23.94.247.41, Remote port: 52080, Own port: 80, ConnectionDuration: 0.71968793869 seconds), +(Remote IP: 23.94.247.41, Remote port: 52525, Own port: 80, ConnectionDuration: 0.90030503273 seconds), +(Remote IP: 23.94.247.41, Remote port: 52967, Own port: 80, ConnectionDuration: 0.508638143539 seconds), +(Remote IP: 23.94.247.41, Remote port: 53138, Own port: 80, ConnectionDuration: 1.21021103859 seconds), +(Remote IP: 23.94.247.41, Remote port: 53609, Own port: 80, ConnectionDuration: 0.61821103096 seconds), +(Remote IP: 23.94.247.41, Remote port: 53901, Own port: 80, ConnectionDuration: 0.987937927246 seconds), +(Remote IP: 23.94.247.41, Remote port: 54659, Own port: 80, ConnectionDuration: 1.40790891647 seconds), +(Remote IP: 23.94.247.41, Remote port: 55134, Own port: 80, ConnectionDuration: 0.910157203674 seconds), +(Remote IP: 23.94.247.41, Remote port: 55536, Own port: 80, ConnectionDuration: 2.61675691605 seconds), +(Remote IP: 23.94.247.41, Remote port: 56231, Own port: 80, ConnectionDuration: 0.704293966293 seconds), +(Remote IP: 23.94.247.41, Remote port: 56512, Own port: 80, ConnectionDuration: 1.19834089279 seconds), +(Remote IP: 23.94.247.41, Remote port: 56980, Own port: 80, ConnectionDuration: 0.976145982742 seconds), +(Remote IP: 23.94.247.41, Remote port: 57703, Own port: 80, ConnectionDuration: 1.31622099876 seconds), +(Remote IP: 23.94.247.41, Remote port: 58254, Own port: 80, ConnectionDuration: 0.0957129001617 seconds), +(Remote IP: 23.94.247.41, Remote port: 58548, Own port: 80, ConnectionDuration: 1.01171588898 seconds), +(Remote IP: 23.94.247.41, Remote port: 58899, Own port: 80, ConnectionDuration: 0.890202045441 seconds), +(Remote IP: 23.94.247.41, Remote port: 59142, Own port: 80, ConnectionDuration: 4.08149290085 seconds), +(Remote IP: 23.94.247.41, Remote port: 60477, Own port: 80, ConnectionDuration: 0.975733041763 seconds), +(Remote IP: 23.94.247.41, Remote port: 60807, Own port: 80, ConnectionDuration: 0.831290960312 seconds), +(Remote IP: 23.94.247.41, Remote port: 61210, Own port: 80, ConnectionDuration: 1.28687500954 seconds), +(Remote IP: 200.36.153.233, Remote port: 36433, Own port: 23, ConnectionDuration: 11.3745501041 seconds), +(Remote IP: 23.94.247.41, Remote port: 61606, Own port: 80, ConnectionDuration: 1.90940690041 seconds), +(Remote IP: 23.94.247.41, Remote port: 62827, Own port: 80, ConnectionDuration: 1.01351308823 seconds), +(Remote IP: 23.94.247.41, Remote port: 63429, Own port: 80, ConnectionDuration: 1.19759082794 seconds), +(Remote IP: 23.94.247.41, Remote port: 64497, Own port: 80, ConnectionDuration: 0.393213033676 seconds), +(Remote IP: 23.94.247.41, Remote port: 65125, Own port: 80, ConnectionDuration: 7.21034002304 seconds), +(Remote IP: 23.94.247.41, Remote port: 50018, Own port: 80, ConnectionDuration: 0.442603111267 seconds), +(Remote IP: 23.94.247.41, Remote port: 50415, Own port: 80, ConnectionDuration: 0.935348987579 seconds), +(Remote IP: 23.94.247.41, Remote port: 50731, Own port: 80, ConnectionDuration: 0.801777124405 seconds), +(Remote IP: 23.94.247.41, Remote port: 51186, Own port: 80, ConnectionDuration: 1.11012601852 seconds), +(Remote IP: 23.94.247.41, Remote port: 51442, Own port: 80, ConnectionDuration: 0.580394983292 seconds), +(Remote IP: 23.94.247.41, Remote port: 51789, Own port: 80, ConnectionDuration: 1.60560393333 seconds), +(Remote IP: 23.94.247.41, Remote port: 52119, Own port: 80, ConnectionDuration: 0.791712999344 seconds), +(Remote IP: 23.94.247.41, Remote port: 52472, Own port: 80, ConnectionDuration: 1.01569199562 seconds), +(Remote IP: 23.94.247.41, Remote port: 52923, Own port: 80, ConnectionDuration: 0.621589899063 seconds), +(Remote IP: 23.94.247.41, Remote port: 53116, Own port: 80, ConnectionDuration: 0.932897090912 seconds), +(Remote IP: 23.94.247.41, Remote port: 53524, Own port: 80, ConnectionDuration: 1.0127799511 seconds), +(Remote IP: 23.94.247.41, Remote port: 53914, Own port: 80, ConnectionDuration: 1.31466698647 seconds), +(Remote IP: 23.94.247.41, Remote port: 54496, Own port: 80, ConnectionDuration: 0.80335688591 seconds), +(Remote IP: 23.94.247.41, Remote port: 54777, Own port: 80, ConnectionDuration: 1.02478098869 seconds), +(Remote IP: 23.94.247.41, Remote port: 54991, Own port: 80, ConnectionDuration: 0.816475868225 seconds), +(Remote IP: 23.94.247.41, Remote port: 55763, Own port: 80, ConnectionDuration: 2.09605312347 seconds), +(Remote IP: 23.94.247.41, Remote port: 56284, Own port: 80, ConnectionDuration: 1.01814293861 seconds), +(Remote IP: 23.94.247.41, Remote port: 56629, Own port: 80, ConnectionDuration: 2.09598398209 seconds), +(Remote IP: 23.94.247.41, Remote port: 57338, Own port: 80, ConnectionDuration: 0.777080059052 seconds), +(Remote IP: 23.94.247.41, Remote port: 57713, Own port: 80, ConnectionDuration: 1.03268408775 seconds), +(Remote IP: 23.94.247.41, Remote port: 58042, Own port: 80, ConnectionDuration: 0.81380200386 seconds), +(Remote IP: 23.94.247.41, Remote port: 58541, Own port: 80, ConnectionDuration: 2.99002814293 seconds), +(Remote IP: 23.94.247.41, Remote port: 59258, Own port: 80, ConnectionDuration: 0.969703912735 seconds), +(Remote IP: 23.94.247.41, Remote port: 59501, Own port: 80, ConnectionDuration: 0.416363954544 seconds), +(Remote IP: 23.94.247.41, Remote port: 59840, Own port: 80, ConnectionDuration: 0.698043107986 seconds), +(Remote IP: 23.94.247.41, Remote port: 59987, Own port: 80, ConnectionDuration: 1.37859201431 seconds), +(Remote IP: 23.94.247.41, Remote port: 60418, Own port: 80, ConnectionDuration: 1.10378408432 seconds), +(Remote IP: 23.94.247.41, Remote port: 61923, Own port: 80, ConnectionDuration: 1.48104381561 seconds), +(Remote IP: 23.94.247.41, Remote port: 62466, Own port: 80, ConnectionDuration: 1.02999305725 seconds), +(Remote IP: 23.94.247.41, Remote port: 62930, Own port: 80, ConnectionDuration: 1.19545197487 seconds), +(Remote IP: 23.94.247.41, Remote port: 63223, Own port: 80, ConnectionDuration: 0.693605899811 seconds), +(Remote IP: 23.94.247.41, Remote port: 63566, Own port: 80, ConnectionDuration: 0.90220117569 seconds), +(Remote IP: 23.94.247.41, Remote port: 63923, Own port: 80, ConnectionDuration: 0.695980072021 seconds), +(Remote IP: 23.94.247.41, Remote port: 65417, Own port: 80, ConnectionDuration: 1.01727390289 seconds), +(Remote IP: 23.94.247.41, Remote port: 49635, Own port: 80, ConnectionDuration: 0.774399995804 seconds), +(Remote IP: 23.94.247.41, Remote port: 49880, Own port: 80, ConnectionDuration: 2.7727689743 seconds), +(Remote IP: 23.94.247.41, Remote port: 50328, Own port: 80, ConnectionDuration: 1.89024305344 seconds), +(Remote IP: 23.94.247.41, Remote port: 50862, Own port: 80, ConnectionDuration: 1.09736704826 seconds), +(Remote IP: 23.94.247.41, Remote port: 51327, Own port: 80, ConnectionDuration: 0.797622919083 seconds), +(Remote IP: 23.94.247.41, Remote port: 51625, Own port: 80, ConnectionDuration: 0.69900393486 seconds), +(Remote IP: 23.94.247.41, Remote port: 52254, Own port: 80, ConnectionDuration: 1.06592106819 seconds), +(Remote IP: 23.94.247.41, Remote port: 52751, Own port: 80, ConnectionDuration: 4.60205602646 seconds), +(Remote IP: 23.94.247.41, Remote port: 53483, Own port: 80, ConnectionDuration: 1.01582598686 seconds), +(Remote IP: 23.94.247.41, Remote port: 53771, Own port: 80, ConnectionDuration: 0.983322143555 seconds), +(Remote IP: 23.94.247.41, Remote port: 54627, Own port: 80, ConnectionDuration: 1.41404604912 seconds), +(Remote IP: 23.94.247.41, Remote port: 55016, Own port: 80, ConnectionDuration: 1.08305716515 seconds), +(Remote IP: 23.94.247.41, Remote port: 55407, Own port: 80, ConnectionDuration: 0.934707164764 seconds), +(Remote IP: 23.94.247.41, Remote port: 55862, Own port: 80, ConnectionDuration: 2.58563113213 seconds), +(Remote IP: 23.94.247.41, Remote port: 56528, Own port: 80, ConnectionDuration: 0.30010008812 seconds), +(Remote IP: 23.94.247.41, Remote port: 57123, Own port: 80, ConnectionDuration: 0.910372972488 seconds), +(Remote IP: 23.94.247.41, Remote port: 57863, Own port: 80, ConnectionDuration: 0.9182741642 seconds), +(Remote IP: 87.236.176.8, Remote port: 56485, Own port: 3389, ConnectionDuration: 4.00016713142 seconds), +(Remote IP: 23.94.247.41, Remote port: 58329, Own port: 80, ConnectionDuration: 1.38825798035 seconds), +(Remote IP: 23.94.247.41, Remote port: 58672, Own port: 80, ConnectionDuration: 1.80018496513 seconds), +(Remote IP: 23.94.247.41, Remote port: 59062, Own port: 80, ConnectionDuration: 1.01885294914 seconds), +(Remote IP: 23.94.247.41, Remote port: 59241, Own port: 80, ConnectionDuration: 1.08635687828 seconds), +(Remote IP: 23.94.247.41, Remote port: 59613, Own port: 80, ConnectionDuration: 0.667328834534 seconds), +(Remote IP: 23.94.247.41, Remote port: 59807, Own port: 80, ConnectionDuration: 1.26988911629 seconds), +(Remote IP: 23.94.247.41, Remote port: 60258, Own port: 80, ConnectionDuration: 1.43916296959 seconds), +(Remote IP: 23.94.247.41, Remote port: 60487, Own port: 80, ConnectionDuration: 0.515565872192 seconds), +(Remote IP: 23.94.247.41, Remote port: 60755, Own port: 80, ConnectionDuration: 0.997096061707 seconds), +(Remote IP: 23.94.247.41, Remote port: 61073, Own port: 80, ConnectionDuration: 1.00160002708 seconds), +(Remote IP: 23.94.247.41, Remote port: 61446, Own port: 80, ConnectionDuration: 5.23701381683 seconds), +(Remote IP: 23.94.247.41, Remote port: 62821, Own port: 80, ConnectionDuration: 0.592358112335 seconds), +(Remote IP: 23.94.247.41, Remote port: 63015, Own port: 80, ConnectionDuration: 2.67566680908 seconds), +(Remote IP: 23.94.247.41, Remote port: 63746, Own port: 80, ConnectionDuration: 1.62596607208 seconds), +(Remote IP: 23.94.247.41, Remote port: 64336, Own port: 80, ConnectionDuration: 0.658407926559 seconds), +(Remote IP: 23.94.247.41, Remote port: 64640, Own port: 80, ConnectionDuration: 0.84879899025 seconds), +(Remote IP: 23.94.247.41, Remote port: 64964, Own port: 80, ConnectionDuration: 16.1773750782 seconds), +(Remote IP: 23.94.247.41, Remote port: 64964, Own port: 80, ConnectionDuration: 16.1778941154 seconds), +(Remote IP: 23.94.247.41, Remote port: 51233, Own port: 80, ConnectionDuration: 1.06451892853 seconds), +(Remote IP: 23.94.247.41, Remote port: 51442, Own port: 80, ConnectionDuration: 1.06066584587 seconds), +(Remote IP: 23.94.247.41, Remote port: 52156, Own port: 80, ConnectionDuration: 1.11452198029 seconds), +(Remote IP: 23.94.247.41, Remote port: 54725, Own port: 80, ConnectionDuration: 2.029337883 seconds), +(Remote IP: 23.94.247.41, Remote port: 55529, Own port: 80, ConnectionDuration: 1.91726589203 seconds), +(Remote IP: 23.94.247.41, Remote port: 56473, Own port: 80, ConnectionDuration: 3.09937286377 seconds), +(Remote IP: 23.94.247.41, Remote port: 57476, Own port: 80, ConnectionDuration: 0.523478984833 seconds), +(Remote IP: 23.94.247.41, Remote port: 57942, Own port: 80, ConnectionDuration: 1.33755588531 seconds), +(Remote IP: 206.168.34.39, Remote port: 52740, Own port: 8080, ConnectionDuration: 3.22330713272 seconds), +(Remote IP: 206.168.34.39, Remote port: 52740, Own port: 8080, ConnectionDuration: 3.2242000103 seconds), +(Remote IP: 23.94.247.41, Remote port: 58610, Own port: 80, ConnectionDuration: 0.987206935883 seconds), +(Remote IP: 23.94.247.41, Remote port: 59386, Own port: 80, ConnectionDuration: 0.258261203766 seconds), +(Remote IP: 23.94.247.41, Remote port: 59702, Own port: 80, ConnectionDuration: 1.02306985855 seconds), +(Remote IP: 23.94.247.41, Remote port: 61078, Own port: 80, ConnectionDuration: 0.595449924469 seconds), +(Remote IP: 23.94.247.41, Remote port: 61517, Own port: 80, ConnectionDuration: 0.307468891144 seconds), +(Remote IP: 23.94.247.41, Remote port: 61859, Own port: 80, ConnectionDuration: 0.783517837524 seconds), +(Remote IP: 23.94.247.41, Remote port: 62460, Own port: 80, ConnectionDuration: 0.791662931442 seconds), +(Remote IP: 23.94.247.41, Remote port: 62908, Own port: 80, ConnectionDuration: 2.09980392456 seconds), +(Remote IP: 23.94.247.41, Remote port: 63527, Own port: 80, ConnectionDuration: 1.00146698952 seconds), +(Remote IP: 23.94.247.41, Remote port: 64058, Own port: 80, ConnectionDuration: 0.966022014618 seconds), +(Remote IP: 23.94.247.41, Remote port: 64473, Own port: 80, ConnectionDuration: 0.513480901718 seconds), +(Remote IP: 23.94.247.41, Remote port: 64871, Own port: 80, ConnectionDuration: 4.70968294144 seconds), +(Remote IP: 23.94.247.41, Remote port: 49292, Own port: 80, ConnectionDuration: 1.19429302216 seconds), +(Remote IP: 23.94.247.41, Remote port: 49910, Own port: 80, ConnectionDuration: 2.27856993675 seconds), +(Remote IP: 23.94.247.41, Remote port: 50673, Own port: 80, ConnectionDuration: 1.31382799149 seconds), +(Remote IP: 23.94.247.41, Remote port: 51246, Own port: 80, ConnectionDuration: 1.0250351429 seconds), +(Remote IP: 23.94.247.41, Remote port: 51524, Own port: 80, ConnectionDuration: 1.00182819366 seconds), +(Remote IP: 23.94.247.41, Remote port: 54518, Own port: 80, ConnectionDuration: 0.966591835022 seconds), +(Remote IP: 165.154.59.90, Remote port: 55680, Own port: 110, ConnectionDuration: 18.1767730713 seconds), +(Remote IP: 23.94.247.41, Remote port: 55020, Own port: 80, ConnectionDuration: 1.00932693481 seconds), +(Remote IP: 23.94.247.41, Remote port: 55647, Own port: 80, ConnectionDuration: 2.01065397263 seconds), +(Remote IP: 23.94.247.41, Remote port: 56216, Own port: 80, ConnectionDuration: 1.57924985886 seconds), +(Remote IP: 23.94.247.41, Remote port: 56803, Own port: 80, ConnectionDuration: 3.10278177261 seconds), +(Remote IP: 23.94.247.41, Remote port: 57663, Own port: 80, ConnectionDuration: 1.08566594124 seconds), +(Remote IP: 23.94.247.41, Remote port: 60842, Own port: 80, ConnectionDuration: 0.474878072739 seconds), +(Remote IP: 23.94.247.41, Remote port: 61781, Own port: 80, ConnectionDuration: 0.88937997818 seconds), +(Remote IP: 23.94.247.41, Remote port: 62162, Own port: 80, ConnectionDuration: 1.0232129097 seconds), +(Remote IP: 23.94.247.41, Remote port: 62741, Own port: 80, ConnectionDuration: 1.38719892502 seconds), +(Remote IP: 23.94.247.41, Remote port: 63043, Own port: 80, ConnectionDuration: 1.36989402771 seconds), +(Remote IP: 23.94.247.41, Remote port: 63529, Own port: 80, ConnectionDuration: 1.01985311508 seconds), +(Remote IP: 23.94.247.41, Remote port: 63787, Own port: 80, ConnectionDuration: 1.03032898903 seconds), +(Remote IP: 23.94.247.41, Remote port: 64144, Own port: 80, ConnectionDuration: 0.585985183716 seconds), +(Remote IP: 23.94.247.41, Remote port: 64386, Own port: 80, ConnectionDuration: 0.132696866989 seconds), +(Remote IP: 23.94.247.41, Remote port: 64762, Own port: 80, ConnectionDuration: 0.791504144669 seconds), +(Remote IP: 23.94.247.41, Remote port: 65049, Own port: 80, ConnectionDuration: 1.4019370079 seconds), +(Remote IP: 23.94.247.41, Remote port: 49557, Own port: 80, ConnectionDuration: 1.91073703766 seconds), +(Remote IP: 23.94.247.41, Remote port: 50287, Own port: 80, ConnectionDuration: 1.09142804146 seconds), +(Remote IP: 23.94.247.41, Remote port: 51048, Own port: 80, ConnectionDuration: 1.62297391891 seconds), +(Remote IP: 23.94.247.41, Remote port: 51951, Own port: 80, ConnectionDuration: 1.12071490288 seconds), +(Remote IP: 23.94.247.41, Remote port: 52277, Own port: 80, ConnectionDuration: 4.03045296669 seconds), +(Remote IP: 23.94.247.41, Remote port: 53337, Own port: 80, ConnectionDuration: 0.490529060364 seconds), +(Remote IP: 23.94.247.41, Remote port: 53919, Own port: 80, ConnectionDuration: 9.27316498756 seconds), +(Remote IP: 23.94.247.41, Remote port: 55592, Own port: 80, ConnectionDuration: 0.897401094437 seconds), +(Remote IP: 23.94.247.41, Remote port: 55858, Own port: 80, ConnectionDuration: 2.00737285614 seconds), +(Remote IP: 91.92.251.254, Remote port: 51328, Own port: 9999, ConnectionDuration: 0.13742184639 seconds), +(Remote IP: 91.92.251.254, Remote port: 51328, Own port: 9999, ConnectionDuration: 0.138794898987 seconds), +(Remote IP: 23.94.247.41, Remote port: 56555, Own port: 80, ConnectionDuration: 0.678077936172 seconds), +(Remote IP: 23.94.247.41, Remote port: 57215, Own port: 80, ConnectionDuration: 0.685904979706 seconds), +(Remote IP: 23.94.247.41, Remote port: 57772, Own port: 80, ConnectionDuration: 1.10184383392 seconds), +(Remote IP: 23.94.247.41, Remote port: 58132, Own port: 80, ConnectionDuration: 3.49954891205 seconds), +(Remote IP: 23.94.247.41, Remote port: 58801, Own port: 80, ConnectionDuration: 1.10438585281 seconds), +(Remote IP: 23.94.247.41, Remote port: 59385, Own port: 80, ConnectionDuration: 2.21179509163 seconds), +(Remote IP: 23.94.247.41, Remote port: 60125, Own port: 80, ConnectionDuration: 1.00297403336 seconds), +(Remote IP: 23.94.247.41, Remote port: 60625, Own port: 80, ConnectionDuration: 1.05913281441 seconds), +(Remote IP: 23.94.247.41, Remote port: 60759, Own port: 80, ConnectionDuration: 1.02879810333 seconds), +(Remote IP: 23.94.247.41, Remote port: 61162, Own port: 80, ConnectionDuration: 6.74168801308 seconds), +(Remote IP: 23.94.247.41, Remote port: 62435, Own port: 80, ConnectionDuration: 1.0013821125 seconds), +(Remote IP: 23.94.247.41, Remote port: 63149, Own port: 80, ConnectionDuration: 1.03803992271 seconds), +(Remote IP: 23.94.247.41, Remote port: 63520, Own port: 80, ConnectionDuration: 0.935864925385 seconds), +(Remote IP: 23.94.247.41, Remote port: 63884, Own port: 80, ConnectionDuration: 2.02726912498 seconds), +(Remote IP: 23.94.247.41, Remote port: 64357, Own port: 80, ConnectionDuration: 2.19639396667 seconds), +(Remote IP: 206.168.34.41, Remote port: 35224, Own port: 5000, ConnectionDuration: 4.26040911674 seconds), +(Remote IP: 206.168.34.41, Remote port: 35224, Own port: 5000, ConnectionDuration: 4.26133322716 seconds), +(Remote IP: 206.168.34.41, Remote port: 59800, Own port: 5000, ConnectionDuration: 1.03792095184 seconds), +(Remote IP: 206.168.34.41, Remote port: 59800, Own port: 5000, ConnectionDuration: 1.039675951 seconds), +(Remote IP: 23.94.247.41, Remote port: 64997, Own port: 80, ConnectionDuration: 2.32216000557 seconds), +(Remote IP: 23.94.247.41, Remote port: 50325, Own port: 80, ConnectionDuration: 0.602956771851 seconds), +(Remote IP: 206.168.34.41, Remote port: 44268, Own port: 5000, ConnectionDuration: 3.44412994385 seconds), +(Remote IP: 206.168.34.41, Remote port: 44268, Own port: 5000, ConnectionDuration: 3.44506597519 seconds), +(Remote IP: 23.94.247.41, Remote port: 50606, Own port: 80, ConnectionDuration: 2.07733607292 seconds), +(Remote IP: 23.94.247.41, Remote port: 53507, Own port: 80, ConnectionDuration: 1.00960302353 seconds), +(Remote IP: 23.94.247.41, Remote port: 54093, Own port: 80, ConnectionDuration: 1.10547089577 seconds), +(Remote IP: 23.94.247.41, Remote port: 54578, Own port: 80, ConnectionDuration: 6.54054784775 seconds), +(Remote IP: 23.94.247.41, Remote port: 55730, Own port: 80, ConnectionDuration: 1.42135500908 seconds), +(Remote IP: 23.94.247.41, Remote port: 56173, Own port: 80, ConnectionDuration: 1.68779587746 seconds), +(Remote IP: 23.94.247.41, Remote port: 56814, Own port: 80, ConnectionDuration: 1.0855948925 seconds), +(Remote IP: 23.94.247.41, Remote port: 57396, Own port: 80, ConnectionDuration: 1.7966709137 seconds), +(Remote IP: 23.94.247.41, Remote port: 57856, Own port: 80, ConnectionDuration: 0.898362874985 seconds), +(Remote IP: 23.94.247.41, Remote port: 58407, Own port: 80, ConnectionDuration: 5.02261304855 seconds), +(Remote IP: 23.94.247.41, Remote port: 59284, Own port: 80, ConnectionDuration: 1.02372002602 seconds), +(Remote IP: 23.94.247.41, Remote port: 60018, Own port: 80, ConnectionDuration: 0.976890087128 seconds), +(Remote IP: 23.94.247.41, Remote port: 60359, Own port: 80, ConnectionDuration: 1.41376280785 seconds), +(Remote IP: 23.94.247.41, Remote port: 60728, Own port: 80, ConnectionDuration: 2.09296393394 seconds), +(Remote IP: 23.94.247.41, Remote port: 61474, Own port: 80, ConnectionDuration: 2.10200285912 seconds), +(Remote IP: 167.94.145.105, Remote port: 45664, Own port: 143, ConnectionDuration: 0.481796979904 seconds), +(Remote IP: 167.94.145.105, Remote port: 45664, Own port: 143, ConnectionDuration: 0.483685970306 seconds), +(Remote IP: 23.94.247.41, Remote port: 62170, Own port: 80, ConnectionDuration: 0.414692163467 seconds), +(Remote IP: 23.94.247.41, Remote port: 62505, Own port: 80, ConnectionDuration: 0.78787612915 seconds), +(Remote IP: 23.94.247.41, Remote port: 63113, Own port: 80, ConnectionDuration: 2.11181807518 seconds), +(Remote IP: 23.94.247.41, Remote port: 63749, Own port: 80, ConnectionDuration: 0.87864613533 seconds), +(Remote IP: 23.94.247.41, Remote port: 64194, Own port: 80, ConnectionDuration: 1.01831102371 seconds), +(Remote IP: 23.94.247.41, Remote port: 64504, Own port: 80, ConnectionDuration: 0.677356004715 seconds), +(Remote IP: 23.94.247.41, Remote port: 64877, Own port: 80, ConnectionDuration: 0.409811973572 seconds), +(Remote IP: 23.94.247.41, Remote port: 49471, Own port: 80, ConnectionDuration: 1.69873309135 seconds), +(Remote IP: 23.94.247.41, Remote port: 52498, Own port: 80, ConnectionDuration: 0.710204839706 seconds), +(Remote IP: 23.94.247.41, Remote port: 53362, Own port: 80, ConnectionDuration: 1.07060408592 seconds), +(Remote IP: 23.94.247.41, Remote port: 54924, Own port: 80, ConnectionDuration: 1.00650310516 seconds), +(Remote IP: 23.94.247.41, Remote port: 55779, Own port: 80, ConnectionDuration: 5.51434993744 seconds), +(Remote IP: 23.94.247.41, Remote port: 56834, Own port: 80, ConnectionDuration: 1.00969982147 seconds), +(Remote IP: 23.94.247.41, Remote port: 57093, Own port: 80, ConnectionDuration: 1.49927091599 seconds), +(Remote IP: 23.94.247.41, Remote port: 57719, Own port: 80, ConnectionDuration: 1.81832003593 seconds), +(Remote IP: 23.94.247.41, Remote port: 58461, Own port: 80, ConnectionDuration: 2.51189303398 seconds), +(Remote IP: 23.94.247.41, Remote port: 59278, Own port: 80, ConnectionDuration: 1.30915808678 seconds), +(Remote IP: 23.94.247.41, Remote port: 59958, Own port: 80, ConnectionDuration: 2.1062400341 seconds), +(Remote IP: 117.63.96.12, Remote port: 38867, Own port: 23, ConnectionDuration: 10.7609210014 seconds), +(Remote IP: 23.94.247.41, Remote port: 60701, Own port: 80, ConnectionDuration: 0.397228956223 seconds), +(Remote IP: 23.94.247.41, Remote port: 61015, Own port: 80, ConnectionDuration: 1.78812789917 seconds), +(Remote IP: 23.94.247.41, Remote port: 61575, Own port: 80, ConnectionDuration: 1.0231821537 seconds), +(Remote IP: 23.94.247.41, Remote port: 61815, Own port: 80, ConnectionDuration: 0.495005130768 seconds), +(Remote IP: 23.94.247.41, Remote port: 62245, Own port: 80, ConnectionDuration: 1.02691483498 seconds), +(Remote IP: 23.94.247.41, Remote port: 62404, Own port: 80, ConnectionDuration: 0.915089845657 seconds), +(Remote IP: 23.94.247.41, Remote port: 62613, Own port: 80, ConnectionDuration: 1.18477797508 seconds), +(Remote IP: 23.94.247.41, Remote port: 63331, Own port: 80, ConnectionDuration: 1.80381703377 seconds), +(Remote IP: 23.94.247.41, Remote port: 63686, Own port: 80, ConnectionDuration: 0.996806144714 seconds), +(Remote IP: 23.94.247.41, Remote port: 64060, Own port: 80, ConnectionDuration: 1.01725792885 seconds), +(Remote IP: 23.94.247.41, Remote port: 64226, Own port: 80, ConnectionDuration: 1.0013859272 seconds), +(Remote IP: 23.94.247.41, Remote port: 64727, Own port: 80, ConnectionDuration: 2.18282198906 seconds), +(Remote IP: 23.94.247.41, Remote port: 65356, Own port: 80, ConnectionDuration: 2.06992697716 seconds), +(Remote IP: 23.94.247.41, Remote port: 49382, Own port: 80, ConnectionDuration: 1.6962749958 seconds), +(Remote IP: 23.94.247.41, Remote port: 50669, Own port: 80, ConnectionDuration: 1.0401301384 seconds), +(Remote IP: 23.94.247.41, Remote port: 51378, Own port: 80, ConnectionDuration: 2.20411109924 seconds), +(Remote IP: 23.94.247.41, Remote port: 51993, Own port: 80, ConnectionDuration: 1.00499296188 seconds), +(Remote IP: 23.94.247.41, Remote port: 52255, Own port: 80, ConnectionDuration: 6.17411613464 seconds), +(Remote IP: 23.94.247.41, Remote port: 53293, Own port: 80, ConnectionDuration: 1.01964402199 seconds), +(Remote IP: 23.94.247.41, Remote port: 53724, Own port: 80, ConnectionDuration: 1.76671981812 seconds), +(Remote IP: 23.94.247.41, Remote port: 54539, Own port: 80, ConnectionDuration: 1.0226020813 seconds), +(Remote IP: 23.94.247.41, Remote port: 54846, Own port: 80, ConnectionDuration: 1.51906013489 seconds), +(Remote IP: 23.94.247.41, Remote port: 55585, Own port: 80, ConnectionDuration: 0.700528860092 seconds), +(Remote IP: 23.94.247.41, Remote port: 55743, Own port: 80, ConnectionDuration: 1.78403997421 seconds), +(Remote IP: 23.94.247.41, Remote port: 56338, Own port: 80, ConnectionDuration: 1.07615590096 seconds), +(Remote IP: 23.94.247.41, Remote port: 56766, Own port: 80, ConnectionDuration: 1.00517702103 seconds), +(Remote IP: 23.94.247.41, Remote port: 56980, Own port: 80, ConnectionDuration: 1.1064209938 seconds), +(Remote IP: 23.94.247.41, Remote port: 57445, Own port: 80, ConnectionDuration: 2.16388988495 seconds), +(Remote IP: 23.94.247.41, Remote port: 57942, Own port: 80, ConnectionDuration: 1.08658289909 seconds), +(Remote IP: 23.94.247.41, Remote port: 58756, Own port: 80, ConnectionDuration: 4.29226183891 seconds), +(Remote IP: 23.94.247.41, Remote port: 60446, Own port: 80, ConnectionDuration: 1.08108997345 seconds), +(Remote IP: 23.94.247.41, Remote port: 60860, Own port: 80, ConnectionDuration: 1.2364718914 seconds), +(Remote IP: 23.94.247.41, Remote port: 61096, Own port: 80, ConnectionDuration: 1.01043796539 seconds), +(Remote IP: 23.94.247.41, Remote port: 61524, Own port: 80, ConnectionDuration: 2.06116008759 seconds), +(Remote IP: 23.94.247.41, Remote port: 62148, Own port: 80, ConnectionDuration: 0.912147045135 seconds), +(Remote IP: 23.94.247.41, Remote port: 62830, Own port: 80, ConnectionDuration: 3.21048808098 seconds), +(Remote IP: 23.94.247.41, Remote port: 63496, Own port: 80, ConnectionDuration: 0.9495408535 seconds), +(Remote IP: 23.94.247.41, Remote port: 63945, Own port: 80, ConnectionDuration: 3.22698497772 seconds), +(Remote IP: 23.94.247.41, Remote port: 64506, Own port: 80, ConnectionDuration: 0.703299045563 seconds), +(Remote IP: 23.94.247.41, Remote port: 65218, Own port: 80, ConnectionDuration: 3.80036902428 seconds), +(Remote IP: 23.94.247.41, Remote port: 50022, Own port: 80, ConnectionDuration: 0.492270946503 seconds), +(Remote IP: 23.94.247.41, Remote port: 50747, Own port: 80, ConnectionDuration: 3.20067405701 seconds), +(Remote IP: 23.94.247.41, Remote port: 51595, Own port: 80, ConnectionDuration: 1.09461092949 seconds), +(Remote IP: 23.94.247.41, Remote port: 52222, Own port: 80, ConnectionDuration: 3.72039794922 seconds), +(Remote IP: 23.94.247.41, Remote port: 52978, Own port: 80, ConnectionDuration: 0.927550077438 seconds), +(Remote IP: 23.94.247.41, Remote port: 53441, Own port: 80, ConnectionDuration: 0.776448011398 seconds), +(Remote IP: 23.94.247.41, Remote port: 54036, Own port: 80, ConnectionDuration: 1.52442789078 seconds), +(Remote IP: 23.94.247.41, Remote port: 54333, Own port: 80, ConnectionDuration: 3.17704200745 seconds), +(Remote IP: 23.94.247.41, Remote port: 55326, Own port: 80, ConnectionDuration: 1.51642680168 seconds), +(Remote IP: 23.94.247.41, Remote port: 55888, Own port: 80, ConnectionDuration: 2.09708404541 seconds), +(Remote IP: 23.94.247.41, Remote port: 56639, Own port: 80, ConnectionDuration: 0.596470117569 seconds), +(Remote IP: 23.94.247.41, Remote port: 57137, Own port: 80, ConnectionDuration: 0.995802879333 seconds), +(Remote IP: 23.94.247.41, Remote port: 57416, Own port: 80, ConnectionDuration: 1.08789396286 seconds), +(Remote IP: 23.94.247.41, Remote port: 57794, Own port: 80, ConnectionDuration: 11.4844419956 seconds), +(Remote IP: 23.94.247.41, Remote port: 60102, Own port: 80, ConnectionDuration: 0.982672929764 seconds), +(Remote IP: 23.94.247.41, Remote port: 60661, Own port: 80, ConnectionDuration: 2.21367096901 seconds), +(Remote IP: 23.94.247.41, Remote port: 61133, Own port: 80, ConnectionDuration: 1.06496810913 seconds), +(Remote IP: 23.94.247.41, Remote port: 61713, Own port: 80, ConnectionDuration: 9.00622987747 seconds), +(Remote IP: 23.94.247.41, Remote port: 63529, Own port: 80, ConnectionDuration: 0.627573013306 seconds), +(Remote IP: 23.94.247.41, Remote port: 63843, Own port: 80, ConnectionDuration: 3.625207901 seconds), +(Remote IP: 23.94.247.41, Remote port: 64692, Own port: 80, ConnectionDuration: 1.08956718445 seconds), +(Remote IP: 23.94.247.41, Remote port: 65197, Own port: 80, ConnectionDuration: 1.13104701042 seconds), +(Remote IP: 23.94.247.41, Remote port: 49422, Own port: 80, ConnectionDuration: 0.473172903061 seconds), +(Remote IP: 23.94.247.41, Remote port: 49619, Own port: 80, ConnectionDuration: 5.89674305916 seconds), +(Remote IP: 23.94.247.41, Remote port: 51042, Own port: 80, ConnectionDuration: 1.01426792145 seconds), +(Remote IP: 23.94.247.41, Remote port: 54384, Own port: 80, ConnectionDuration: 1.91293406487 seconds), +(Remote IP: 23.94.247.41, Remote port: 55093, Own port: 80, ConnectionDuration: 0.995157957077 seconds), +(Remote IP: 23.94.247.41, Remote port: 55581, Own port: 80, ConnectionDuration: 2.09430289268 seconds), +(Remote IP: 23.94.247.41, Remote port: 56009, Own port: 80, ConnectionDuration: 1.00324177742 seconds), +(Remote IP: 23.94.247.41, Remote port: 56433, Own port: 80, ConnectionDuration: 1.52122998238 seconds), +(Remote IP: 23.94.247.41, Remote port: 58605, Own port: 80, ConnectionDuration: 1.00017809868 seconds), +(Remote IP: 23.94.247.41, Remote port: 60072, Own port: 80, ConnectionDuration: 2.68914294243 seconds), +(Remote IP: 23.94.247.41, Remote port: 60973, Own port: 80, ConnectionDuration: 1.00448799133 seconds), +(Remote IP: 167.94.138.123, Remote port: 34972, Own port: 3389, ConnectionDuration: 3.00013899803 seconds), +(Remote IP: 167.94.138.123, Remote port: 34972, Own port: 3389, ConnectionDuration: 3.00103116035 seconds), +(Remote IP: 23.94.247.41, Remote port: 61312, Own port: 80, ConnectionDuration: 1.00167012215 seconds), +(Remote IP: 23.94.247.41, Remote port: 61943, Own port: 80, ConnectionDuration: 1.10024309158 seconds), +(Remote IP: 23.94.247.41, Remote port: 62679, Own port: 80, ConnectionDuration: 1.00648999214 seconds), +(Remote IP: 23.94.247.41, Remote port: 63520, Own port: 80, ConnectionDuration: 0.910099983215 seconds), +(Remote IP: 23.94.247.41, Remote port: 64353, Own port: 80, ConnectionDuration: 0.794224023819 seconds), +(Remote IP: 23.94.247.41, Remote port: 64923, Own port: 80, ConnectionDuration: 1.29873800278 seconds), +(Remote IP: 23.94.247.41, Remote port: 49171, Own port: 80, ConnectionDuration: 3.62218213081 seconds), +(Remote IP: 23.94.247.41, Remote port: 50416, Own port: 80, ConnectionDuration: 1.59533286095 seconds), +(Remote IP: 23.94.247.41, Remote port: 50954, Own port: 80, ConnectionDuration: 2.08906793594 seconds), +(Remote IP: 206.168.34.180, Remote port: 36492, Own port: 2380, ConnectionDuration: 3.00615215302 seconds), +(Remote IP: 206.168.34.180, Remote port: 36492, Own port: 2380, ConnectionDuration: 3.00737810135 seconds), +(Remote IP: 206.168.34.180, Remote port: 52424, Own port: 2380, ConnectionDuration: 0.0568470954895 seconds), +(Remote IP: 206.168.34.180, Remote port: 52424, Own port: 2380, ConnectionDuration: 0.0581629276276 seconds), +(Remote IP: 206.168.34.180, Remote port: 33432, Own port: 2380, ConnectionDuration: 3.05558395386 seconds), +(Remote IP: 206.168.34.180, Remote port: 33432, Own port: 2380, ConnectionDuration: 3.05622601509 seconds), +(Remote IP: 23.94.247.41, Remote port: 51619, Own port: 80, ConnectionDuration: 4.47705197334 seconds), +(Remote IP: 23.94.247.41, Remote port: 52538, Own port: 80, ConnectionDuration: 1.0044260025 seconds), +(Remote IP: 23.94.247.41, Remote port: 53072, Own port: 80, ConnectionDuration: 1.69136714935 seconds), +(Remote IP: 23.94.247.41, Remote port: 53446, Own port: 80, ConnectionDuration: 3.01921606064 seconds), +(Remote IP: 23.94.247.41, Remote port: 54063, Own port: 80, ConnectionDuration: 1.02647900581 seconds), +(Remote IP: 23.94.247.41, Remote port: 54413, Own port: 80, ConnectionDuration: 0.459405899048 seconds), +(Remote IP: 23.94.247.41, Remote port: 55008, Own port: 80, ConnectionDuration: 1.08823919296 seconds), +(Remote IP: 23.94.247.41, Remote port: 55975, Own port: 80, ConnectionDuration: 0.906091213226 seconds), +(Remote IP: 23.94.247.41, Remote port: 56352, Own port: 80, ConnectionDuration: 1.21188092232 seconds), +(Remote IP: 23.94.247.41, Remote port: 56898, Own port: 80, ConnectionDuration: 2.0878970623 seconds), +(Remote IP: 23.94.247.41, Remote port: 57856, Own port: 80, ConnectionDuration: 1.06512308121 seconds), +(Remote IP: 23.94.247.41, Remote port: 60349, Own port: 80, ConnectionDuration: 1.01638388634 seconds), +(Remote IP: 23.94.247.41, Remote port: 61986, Own port: 80, ConnectionDuration: 1.00144410133 seconds), +(Remote IP: 23.94.247.41, Remote port: 62558, Own port: 80, ConnectionDuration: 1.90135097504 seconds), +(Remote IP: 23.94.247.41, Remote port: 63000, Own port: 80, ConnectionDuration: 1.0108590126 seconds), +(Remote IP: 23.94.247.41, Remote port: 63743, Own port: 80, ConnectionDuration: 1.01596403122 seconds), +(Remote IP: 23.94.247.41, Remote port: 64607, Own port: 80, ConnectionDuration: 1.20693302155 seconds), +(Remote IP: 23.94.247.41, Remote port: 64930, Own port: 80, ConnectionDuration: 1.1603000164 seconds), +(Remote IP: 23.94.247.41, Remote port: 65238, Own port: 80, ConnectionDuration: 1.22725200653 seconds), +(Remote IP: 23.94.247.41, Remote port: 49683, Own port: 80, ConnectionDuration: 0.576417922974 seconds), +(Remote IP: 23.94.247.41, Remote port: 49828, Own port: 80, ConnectionDuration: 1.08629798889 seconds), +(Remote IP: 23.94.247.41, Remote port: 50560, Own port: 80, ConnectionDuration: 0.794199943542 seconds), +(Remote IP: 23.94.247.41, Remote port: 51915, Own port: 80, ConnectionDuration: 1.40973997116 seconds), +(Remote IP: 23.94.247.41, Remote port: 52428, Own port: 80, ConnectionDuration: 1.09851288795 seconds), +(Remote IP: 23.94.247.41, Remote port: 53002, Own port: 80, ConnectionDuration: 6.39589595795 seconds), +(Remote IP: 23.94.247.41, Remote port: 54673, Own port: 80, ConnectionDuration: 1.10960102081 seconds), +(Remote IP: 23.94.247.41, Remote port: 55174, Own port: 80, ConnectionDuration: 6.37171316147 seconds), +(Remote IP: 23.94.247.41, Remote port: 56231, Own port: 80, ConnectionDuration: 0.999836921692 seconds), +(Remote IP: 23.94.247.41, Remote port: 56743, Own port: 80, ConnectionDuration: 3.03153014183 seconds), +(Remote IP: 23.94.247.41, Remote port: 57937, Own port: 80, ConnectionDuration: 1.06575298309 seconds), +(Remote IP: 23.94.247.41, Remote port: 58402, Own port: 80, ConnectionDuration: 1.10335612297 seconds), +(Remote IP: 23.94.247.41, Remote port: 60504, Own port: 80, ConnectionDuration: 0.293366909027 seconds), +(Remote IP: 206.168.34.42, Remote port: 47332, Own port: 3389, ConnectionDuration: 3.36586308479 seconds), +(Remote IP: 206.168.34.42, Remote port: 47332, Own port: 3389, ConnectionDuration: 3.36671710014 seconds), +(Remote IP: 23.94.247.41, Remote port: 60879, Own port: 80, ConnectionDuration: 2.11947393417 seconds), +(Remote IP: 23.94.247.41, Remote port: 61371, Own port: 80, ConnectionDuration: 1.00041604042 seconds), +(Remote IP: 23.94.247.41, Remote port: 61946, Own port: 80, ConnectionDuration: 4.00455284119 seconds), +(Remote IP: 23.94.247.41, Remote port: 63158, Own port: 80, ConnectionDuration: 0.811068058014 seconds), +(Remote IP: 23.94.247.41, Remote port: 64425, Own port: 80, ConnectionDuration: 3.10261487961 seconds), +(Remote IP: 23.94.247.41, Remote port: 65249, Own port: 80, ConnectionDuration: 0.995612859726 seconds), +(Remote IP: 23.94.247.41, Remote port: 49890, Own port: 80, ConnectionDuration: 3.39759492874 seconds), +(Remote IP: 23.94.247.41, Remote port: 50755, Own port: 80, ConnectionDuration: 1.19744896889 seconds), +(Remote IP: 23.94.247.41, Remote port: 51971, Own port: 80, ConnectionDuration: 1.01397490501 seconds), +(Remote IP: 23.94.247.41, Remote port: 52424, Own port: 80, ConnectionDuration: 1.02460098267 seconds), +(Remote IP: 23.94.247.41, Remote port: 52736, Own port: 80, ConnectionDuration: 0.181132078171 seconds), +(Remote IP: 23.94.247.41, Remote port: 53070, Own port: 80, ConnectionDuration: 1.00638699532 seconds), +(Remote IP: 23.94.247.41, Remote port: 53258, Own port: 80, ConnectionDuration: 4.99836492538 seconds), +(Remote IP: 23.94.247.41, Remote port: 54213, Own port: 80, ConnectionDuration: 1.0999250412 seconds), +(Remote IP: 23.94.247.41, Remote port: 54792, Own port: 80, ConnectionDuration: 1.08599901199 seconds), +(Remote IP: 23.94.247.41, Remote port: 55051, Own port: 80, ConnectionDuration: 1.21428084373 seconds), +(Remote IP: 23.94.247.41, Remote port: 55771, Own port: 80, ConnectionDuration: 3.97097396851 seconds), +(Remote IP: 23.94.247.41, Remote port: 57106, Own port: 80, ConnectionDuration: 1.02249097824 seconds), +(Remote IP: 23.94.247.41, Remote port: 57669, Own port: 80, ConnectionDuration: 4.45107483864 seconds), +(Remote IP: 23.94.247.41, Remote port: 58766, Own port: 80, ConnectionDuration: 1.11943507195 seconds), +(Remote IP: 23.94.247.41, Remote port: 60292, Own port: 80, ConnectionDuration: 4.38709616661 seconds), +(Remote IP: 23.94.247.41, Remote port: 61550, Own port: 80, ConnectionDuration: 1.03200507164 seconds), +(Remote IP: 167.94.138.50, Remote port: 42556, Own port: 2380, ConnectionDuration: 4.18373799324 seconds), +(Remote IP: 167.94.138.50, Remote port: 42556, Own port: 2380, ConnectionDuration: 4.18430399895 seconds), +(Remote IP: 167.94.138.50, Remote port: 43462, Own port: 2380, ConnectionDuration: 1.17812800407 seconds), +(Remote IP: 23.94.247.41, Remote port: 62449, Own port: 80, ConnectionDuration: 0.132924079895 seconds), +(Remote IP: 23.94.247.41, Remote port: 62820, Own port: 80, ConnectionDuration: 0.714565038681 seconds), +(Remote IP: 167.94.138.50, Remote port: 39290, Own port: 2380, ConnectionDuration: 5.59450387955 seconds), +(Remote IP: 167.94.138.50, Remote port: 39290, Own port: 2380, ConnectionDuration: 5.59507799149 seconds), +(Remote IP: 23.94.247.41, Remote port: 63343, Own port: 80, ConnectionDuration: 1.15367412567 seconds), +(Remote IP: 23.94.247.41, Remote port: 63883, Own port: 80, ConnectionDuration: 0.803111076355 seconds), +(Remote IP: 23.94.247.41, Remote port: 64105, Own port: 80, ConnectionDuration: 2.001060009 seconds), +(Remote IP: 23.94.247.41, Remote port: 64633, Own port: 80, ConnectionDuration: 0.729841947556 seconds), +(Remote IP: 23.94.247.41, Remote port: 65180, Own port: 80, ConnectionDuration: 2.89038300514 seconds), +(Remote IP: 23.94.247.41, Remote port: 49885, Own port: 80, ConnectionDuration: 1.03112792969 seconds), +(Remote IP: 125.24.63.158, Remote port: 42541, Own port: 23, ConnectionDuration: 10.291875124 seconds), +(Remote IP: 23.94.247.41, Remote port: 50348, Own port: 80, ConnectionDuration: 2.49476313591 seconds), +(Remote IP: 23.94.247.41, Remote port: 51009, Own port: 80, ConnectionDuration: 1.00629496574 seconds), +(Remote IP: 23.94.247.41, Remote port: 51426, Own port: 80, ConnectionDuration: 8.8209400177 seconds), +(Remote IP: 23.94.247.41, Remote port: 53053, Own port: 80, ConnectionDuration: 1.00693511963 seconds), +(Remote IP: 23.94.247.41, Remote port: 54142, Own port: 80, ConnectionDuration: 2.07853102684 seconds), +(Remote IP: 23.94.247.41, Remote port: 54856, Own port: 80, ConnectionDuration: 0.094603061676 seconds), +(Remote IP: 23.94.247.41, Remote port: 54986, Own port: 80, ConnectionDuration: 1.01822400093 seconds), +(Remote IP: 23.94.247.41, Remote port: 58569, Own port: 80, ConnectionDuration: 1.31568193436 seconds), +(Remote IP: 23.94.247.41, Remote port: 59428, Own port: 80, ConnectionDuration: 0.422081947327 seconds), +(Remote IP: 23.94.247.41, Remote port: 59801, Own port: 80, ConnectionDuration: 1.10776019096 seconds), +(Remote IP: 23.94.247.41, Remote port: 60416, Own port: 80, ConnectionDuration: 2.21358990669 seconds), +(Remote IP: 23.94.247.41, Remote port: 62885, Own port: 80, ConnectionDuration: 8.40898895264 seconds), +(Remote IP: 23.94.247.41, Remote port: 64116, Own port: 80, ConnectionDuration: 1.10601615906 seconds), +(Remote IP: 23.94.247.41, Remote port: 64934, Own port: 80, ConnectionDuration: 1.16952300072 seconds), +(Remote IP: 23.94.247.41, Remote port: 49609, Own port: 80, ConnectionDuration: 1.09399080276 seconds), +(Remote IP: 23.94.247.41, Remote port: 50041, Own port: 80, ConnectionDuration: 1.13461494446 seconds), +(Remote IP: 23.94.247.41, Remote port: 50283, Own port: 80, ConnectionDuration: 1.09275603294 seconds), +(Remote IP: 23.94.247.41, Remote port: 51695, Own port: 80, ConnectionDuration: 1.10021090508 seconds), +(Remote IP: 23.94.247.41, Remote port: 54729, Own port: 80, ConnectionDuration: 1.37175703049 seconds), +(Remote IP: 23.94.247.41, Remote port: 55499, Own port: 80, ConnectionDuration: 1.08559083939 seconds), +(Remote IP: 23.94.247.41, Remote port: 55745, Own port: 80, ConnectionDuration: 6.70368099213 seconds), +(Remote IP: 23.94.247.41, Remote port: 57064, Own port: 80, ConnectionDuration: 0.807765007019 seconds), +(Remote IP: 23.94.247.41, Remote port: 57587, Own port: 80, ConnectionDuration: 2.10319685936 seconds), +(Remote IP: 23.94.247.41, Remote port: 58204, Own port: 80, ConnectionDuration: 1.0141749382 seconds), +(Remote IP: 23.94.247.41, Remote port: 58630, Own port: 80, ConnectionDuration: 1.02993798256 seconds), +(Remote IP: 23.94.247.41, Remote port: 60463, Own port: 80, ConnectionDuration: 1.02330899239 seconds), +(Remote IP: 23.94.247.41, Remote port: 61682, Own port: 80, ConnectionDuration: 2.32051682472 seconds), +(Remote IP: 206.168.34.63, Remote port: 42196, Own port: 445, ConnectionDuration: 15.2537438869 seconds), +(Remote IP: 206.168.34.63, Remote port: 50176, Own port: 445, ConnectionDuration: 1.03573298454 seconds), +(Remote IP: 23.94.247.41, Remote port: 62674, Own port: 80, ConnectionDuration: 1.00073003769 seconds), +(Remote IP: 23.94.247.41, Remote port: 62871, Own port: 80, ConnectionDuration: 1.00630617142 seconds), +(Remote IP: 23.94.247.41, Remote port: 63401, Own port: 80, ConnectionDuration: 0.513053894043 seconds), +(Remote IP: 45.229.215.83, Remote port: 4208, Own port: 445, ConnectionDuration: 90.5406410694 seconds), +(Remote IP: 45.229.215.83, Remote port: 4208, Own port: 445, ConnectionDuration: 90.5412960052 seconds), +(Remote IP: 45.229.215.83, Remote port: 11998, Own port: 445, ConnectionDuration: 90.494148016 seconds), +(Remote IP: 45.229.215.83, Remote port: 11998, Own port: 445, ConnectionDuration: 90.4946510792 seconds), +(Remote IP: 23.94.247.41, Remote port: 65509, Own port: 80, ConnectionDuration: 0.892275094986 seconds), +(Remote IP: 23.94.247.41, Remote port: 49553, Own port: 80, ConnectionDuration: 1.0157558918 seconds), +(Remote IP: 23.94.247.41, Remote port: 49973, Own port: 80, ConnectionDuration: 5.21349620819 seconds), +(Remote IP: 23.94.247.41, Remote port: 51668, Own port: 80, ConnectionDuration: 0.880492925644 seconds), +(Remote IP: 23.94.247.41, Remote port: 51978, Own port: 80, ConnectionDuration: 2.17223095894 seconds), +(Remote IP: 23.94.247.41, Remote port: 52587, Own port: 80, ConnectionDuration: 0.922893047333 seconds), +(Remote IP: 23.94.247.41, Remote port: 52868, Own port: 80, ConnectionDuration: 2.04256796837 seconds), +(Remote IP: 23.94.247.41, Remote port: 53924, Own port: 80, ConnectionDuration: 1.00518894196 seconds), +(Remote IP: 23.94.247.41, Remote port: 54286, Own port: 80, ConnectionDuration: 0.829246997833 seconds), +(Remote IP: 23.94.247.41, Remote port: 54761, Own port: 80, ConnectionDuration: 1.07183003426 seconds), +(Remote IP: 23.94.247.41, Remote port: 55289, Own port: 80, ConnectionDuration: 2.00643706322 seconds), +(Remote IP: 23.94.247.41, Remote port: 56358, Own port: 80, ConnectionDuration: 1.06069803238 seconds), +(Remote IP: 23.94.247.41, Remote port: 56696, Own port: 80, ConnectionDuration: 2.10641789436 seconds), +(Remote IP: 23.94.247.41, Remote port: 57294, Own port: 80, ConnectionDuration: 2.02298498154 seconds), +(Remote IP: 23.94.247.41, Remote port: 58571, Own port: 80, ConnectionDuration: 3.98556399345 seconds), +(Remote IP: 23.94.247.41, Remote port: 59336, Own port: 80, ConnectionDuration: 1.02797818184 seconds), +(Remote IP: 80.94.92.60, Remote port: 58914, Own port: 443, ConnectionDuration: 0.185349941254 seconds), +(Remote IP: 23.94.247.41, Remote port: 59891, Own port: 80, ConnectionDuration: 1.01188921928 seconds), +(Remote IP: 23.94.247.41, Remote port: 60145, Own port: 80, ConnectionDuration: 1.1108520031 seconds), +(Remote IP: 23.94.247.41, Remote port: 60813, Own port: 80, ConnectionDuration: 1.1069149971 seconds), +(Remote IP: 23.94.247.41, Remote port: 61631, Own port: 80, ConnectionDuration: 1.09201002121 seconds), +(Remote IP: 23.94.247.41, Remote port: 62204, Own port: 80, ConnectionDuration: 0.39750289917 seconds), +(Remote IP: 23.94.247.41, Remote port: 62426, Own port: 80, ConnectionDuration: 2.16937398911 seconds), +(Remote IP: 23.94.247.41, Remote port: 63070, Own port: 80, ConnectionDuration: 6.87618088722 seconds), +(Remote IP: 23.94.247.41, Remote port: 65024, Own port: 80, ConnectionDuration: 1.09039402008 seconds), +(Remote IP: 23.94.247.41, Remote port: 49573, Own port: 80, ConnectionDuration: 2.41591691971 seconds), +(Remote IP: 23.94.247.41, Remote port: 50859, Own port: 80, ConnectionDuration: 0.835636138916 seconds), +(Remote IP: 23.94.247.41, Remote port: 51386, Own port: 80, ConnectionDuration: 1.1286110878 seconds), +(Remote IP: 23.94.247.41, Remote port: 51628, Own port: 80, ConnectionDuration: 1.59130501747 seconds), +(Remote IP: 23.94.247.41, Remote port: 53415, Own port: 80, ConnectionDuration: 1.37781095505 seconds), +(Remote IP: 23.94.247.41, Remote port: 54029, Own port: 80, ConnectionDuration: 2.00725197792 seconds), +(Remote IP: 23.94.247.41, Remote port: 54949, Own port: 80, ConnectionDuration: 2.11590003967 seconds), +(Remote IP: 23.94.247.41, Remote port: 55766, Own port: 80, ConnectionDuration: 1.87791490555 seconds), +(Remote IP: 23.94.247.41, Remote port: 56324, Own port: 80, ConnectionDuration: 9.80321288109 seconds), +(Remote IP: 23.94.247.41, Remote port: 57813, Own port: 80, ConnectionDuration: 1.61298394203 seconds), +(Remote IP: 23.94.247.41, Remote port: 58882, Own port: 80, ConnectionDuration: 2.21442103386 seconds), +(Remote IP: 23.94.247.41, Remote port: 59789, Own port: 80, ConnectionDuration: 0.919028997421 seconds), +(Remote IP: 23.94.247.41, Remote port: 59974, Own port: 80, ConnectionDuration: 2.31577897072 seconds), +(Remote IP: 23.94.247.41, Remote port: 61684, Own port: 80, ConnectionDuration: 1.57622718811 seconds), +(Remote IP: 23.94.247.41, Remote port: 62103, Own port: 80, ConnectionDuration: 2.33649897575 seconds), +(Remote IP: 23.94.247.41, Remote port: 62632, Own port: 80, ConnectionDuration: 1.11672186852 seconds), +(Remote IP: 23.94.247.41, Remote port: 63001, Own port: 80, ConnectionDuration: 1.60207605362 seconds), +(Remote IP: 23.94.247.41, Remote port: 64263, Own port: 80, ConnectionDuration: 2.08809494972 seconds), +(Remote IP: 23.94.247.41, Remote port: 64914, Own port: 80, ConnectionDuration: 3.11555981636 seconds), +(Remote IP: 23.94.247.41, Remote port: 49544, Own port: 80, ConnectionDuration: 1.03225111961 seconds), +(Remote IP: 23.94.247.41, Remote port: 49921, Own port: 80, ConnectionDuration: 2.50966787338 seconds), +(Remote IP: 23.94.247.41, Remote port: 50493, Own port: 80, ConnectionDuration: 1.49969410896 seconds), +(Remote IP: 23.94.247.41, Remote port: 51145, Own port: 80, ConnectionDuration: 4.31953597069 seconds), +(Remote IP: 23.94.247.41, Remote port: 52523, Own port: 80, ConnectionDuration: 1.02149820328 seconds), +(Remote IP: 23.94.247.41, Remote port: 52952, Own port: 80, ConnectionDuration: 2.02754402161 seconds), +(Remote IP: 23.94.247.41, Remote port: 53401, Own port: 80, ConnectionDuration: 0.99619102478 seconds), +(Remote IP: 23.94.247.41, Remote port: 53974, Own port: 80, ConnectionDuration: 5.40469193459 seconds), +(Remote IP: 87.236.176.198, Remote port: 43037, Own port: 445, ConnectionDuration: 7.00062799454 seconds), +(Remote IP: 87.236.176.198, Remote port: 60101, Own port: 445, ConnectionDuration: 3.00012111664 seconds), +(Remote IP: 23.94.247.41, Remote port: 55253, Own port: 80, ConnectionDuration: 1.68296194077 seconds), +(Remote IP: 23.94.247.41, Remote port: 56036, Own port: 80, ConnectionDuration: 2.08080482483 seconds), +(Remote IP: 23.94.247.41, Remote port: 56573, Own port: 80, ConnectionDuration: 1.07957792282 seconds), +(Remote IP: 23.94.247.41, Remote port: 56925, Own port: 80, ConnectionDuration: 2.46731209755 seconds), +(Remote IP: 23.94.247.41, Remote port: 58184, Own port: 80, ConnectionDuration: 1.01698684692 seconds), +(Remote IP: 23.94.247.41, Remote port: 58776, Own port: 80, ConnectionDuration: 2.89157795906 seconds), +(Remote IP: 23.94.247.41, Remote port: 60060, Own port: 80, ConnectionDuration: 1.67350101471 seconds), +(Remote IP: 23.94.247.41, Remote port: 60380, Own port: 80, ConnectionDuration: 1.31494092941 seconds), +(Remote IP: 23.94.247.41, Remote port: 61100, Own port: 80, ConnectionDuration: 0.0855050086975 seconds), +(Remote IP: 23.94.247.41, Remote port: 62234, Own port: 80, ConnectionDuration: 1.78148603439 seconds), +(Remote IP: 23.94.247.41, Remote port: 62708, Own port: 80, ConnectionDuration: 0.821723937988 seconds), +(Remote IP: 23.94.247.41, Remote port: 62968, Own port: 80, ConnectionDuration: 1.02412295341 seconds), +(Remote IP: 23.94.247.41, Remote port: 63347, Own port: 80, ConnectionDuration: 1.10389614105 seconds), +(Remote IP: 23.94.247.41, Remote port: 64693, Own port: 80, ConnectionDuration: 5.31230902672 seconds), +(Remote IP: 23.94.247.41, Remote port: 49251, Own port: 80, ConnectionDuration: 1.00849914551 seconds), +(Remote IP: 23.94.247.41, Remote port: 50513, Own port: 80, ConnectionDuration: 3.37764191628 seconds), +(Remote IP: 23.94.247.41, Remote port: 51695, Own port: 80, ConnectionDuration: 0.783085107803 seconds), +(Remote IP: 23.94.247.41, Remote port: 52140, Own port: 80, ConnectionDuration: 3.04203701019 seconds), +(Remote IP: 23.94.247.41, Remote port: 53448, Own port: 80, ConnectionDuration: 1.08357286453 seconds), +(Remote IP: 23.94.247.41, Remote port: 54563, Own port: 80, ConnectionDuration: 4.20474290848 seconds), +(Remote IP: 23.94.247.41, Remote port: 55528, Own port: 80, ConnectionDuration: 0.886994838715 seconds), +(Remote IP: 23.94.247.41, Remote port: 56114, Own port: 80, ConnectionDuration: 2.0845580101 seconds), +(Remote IP: 23.94.247.41, Remote port: 56729, Own port: 80, ConnectionDuration: 1.61341190338 seconds), +(Remote IP: 23.94.247.41, Remote port: 57217, Own port: 80, ConnectionDuration: 3.07484483719 seconds), +(Remote IP: 23.94.247.41, Remote port: 58974, Own port: 80, ConnectionDuration: 0.631343841553 seconds), +(Remote IP: 23.94.247.41, Remote port: 59174, Own port: 80, ConnectionDuration: 3.61617994308 seconds), +(Remote IP: 23.94.247.41, Remote port: 59645, Own port: 80, ConnectionDuration: 1.06805610657 seconds), +(Remote IP: 23.94.247.41, Remote port: 61497, Own port: 80, ConnectionDuration: 2.09964799881 seconds), +(Remote IP: 23.94.247.41, Remote port: 62412, Own port: 80, ConnectionDuration: 1.0227458477 seconds), +(Remote IP: 23.94.247.41, Remote port: 62850, Own port: 80, ConnectionDuration: 0.804449081421 seconds), +(Remote IP: 23.94.247.41, Remote port: 63246, Own port: 80, ConnectionDuration: 1.48755598068 seconds), +(Remote IP: 23.94.247.41, Remote port: 64172, Own port: 80, ConnectionDuration: 5.47843813896 seconds), +(Remote IP: 23.94.247.41, Remote port: 49842, Own port: 80, ConnectionDuration: 0.813616991043 seconds), +(Remote IP: 23.94.247.41, Remote port: 50587, Own port: 80, ConnectionDuration: 2.79570889473 seconds), +(Remote IP: 23.94.247.41, Remote port: 52038, Own port: 80, ConnectionDuration: 1.18445515633 seconds), +(Remote IP: 23.94.247.41, Remote port: 52444, Own port: 80, ConnectionDuration: 1.01588082314 seconds), +(Remote IP: 23.94.247.41, Remote port: 52711, Own port: 80, ConnectionDuration: 1.60951399803 seconds), +(Remote IP: 23.94.247.41, Remote port: 53268, Own port: 80, ConnectionDuration: 9.289249897 seconds), +(Remote IP: 23.94.247.41, Remote port: 55378, Own port: 80, ConnectionDuration: 21.0041780472 seconds), +(Remote IP: 23.94.247.41, Remote port: 56921, Own port: 80, ConnectionDuration: 2.17672896385 seconds), +(Remote IP: 23.94.247.41, Remote port: 58301, Own port: 80, ConnectionDuration: 0.874435901642 seconds), +(Remote IP: 23.94.247.41, Remote port: 59098, Own port: 80, ConnectionDuration: 6.20743322372 seconds), +(Remote IP: 23.94.247.41, Remote port: 59470, Own port: 80, ConnectionDuration: 5.59582495689 seconds), +(Remote IP: 23.94.247.41, Remote port: 60669, Own port: 80, ConnectionDuration: 2.08650612831 seconds), +(Remote IP: 23.94.247.41, Remote port: 62925, Own port: 80, ConnectionDuration: 9.91177797318 seconds), +(Remote IP: 206.168.34.188, Remote port: 44428, Own port: 135, ConnectionDuration: 3.00369811058 seconds), +(Remote IP: 206.168.34.188, Remote port: 44428, Own port: 135, ConnectionDuration: 3.00461006165 seconds), +(Remote IP: 206.168.34.188, Remote port: 51692, Own port: 135, ConnectionDuration: 0.0532212257385 seconds), +(Remote IP: 206.168.34.188, Remote port: 51692, Own port: 135, ConnectionDuration: 0.0549190044403 seconds), +(Remote IP: 206.168.34.188, Remote port: 60142, Own port: 135, ConnectionDuration: 3.0843501091 seconds), +(Remote IP: 206.168.34.188, Remote port: 60142, Own port: 135, ConnectionDuration: 3.08511400223 seconds), +(Remote IP: 23.94.247.41, Remote port: 63866, Own port: 80, ConnectionDuration: 2.62026619911 seconds), +(Remote IP: 23.94.247.41, Remote port: 64583, Own port: 80, ConnectionDuration: 0.633937120438 seconds), +(Remote IP: 23.94.247.41, Remote port: 64682, Own port: 80, ConnectionDuration: 1.9849998951 seconds), +(Remote IP: 23.94.247.41, Remote port: 64917, Own port: 80, ConnectionDuration: 0.132638931274 seconds), +(Remote IP: 23.94.247.41, Remote port: 64990, Own port: 80, ConnectionDuration: 0.323781967163 seconds), +(Remote IP: 23.94.247.41, Remote port: 65074, Own port: 80, ConnectionDuration: 0.173726081848 seconds), +(Remote IP: 23.94.247.41, Remote port: 51594, Own port: 80, ConnectionDuration: 1.17716193199 seconds), +(Remote IP: 23.94.247.41, Remote port: 52977, Own port: 80, ConnectionDuration: 0.613008022308 seconds), +(Remote IP: 23.94.247.41, Remote port: 53468, Own port: 80, ConnectionDuration: 1.382584095 seconds), +(Remote IP: 23.94.247.41, Remote port: 53785, Own port: 80, ConnectionDuration: 0.105844020844 seconds), +(Remote IP: 23.94.247.41, Remote port: 54164, Own port: 80, ConnectionDuration: 0.102385044098 seconds), +(Remote IP: 23.94.247.41, Remote port: 55224, Own port: 80, ConnectionDuration: 0.107228040695 seconds), +(Remote IP: 23.94.247.41, Remote port: 55899, Own port: 80, ConnectionDuration: 1.09938597679 seconds), +(Remote IP: 23.94.247.41, Remote port: 59748, Own port: 80, ConnectionDuration: 1.59623289108 seconds), +(Remote IP: 23.94.247.41, Remote port: 60713, Own port: 80, ConnectionDuration: 1.1037800312 seconds), +(Remote IP: 23.94.247.41, Remote port: 61508, Own port: 80, ConnectionDuration: 0.115151166916 seconds), +(Remote IP: 23.94.247.41, Remote port: 62045, Own port: 80, ConnectionDuration: 0.478249073029 seconds), +(Remote IP: 23.94.247.41, Remote port: 62415, Own port: 80, ConnectionDuration: 0.0305960178375 seconds), +(Remote IP: 23.94.247.41, Remote port: 62415, Own port: 80, ConnectionDuration: 0.0311000347137 seconds), +(Remote IP: 23.94.247.41, Remote port: 62415, Own port: 80, ConnectionDuration: 0.028804063797 seconds), +(Remote IP: 23.94.247.41, Remote port: 62415, Own port: 80, ConnectionDuration: 0.0292100906372 seconds), +(Remote IP: 23.94.247.41, Remote port: 62415, Own port: 80, ConnectionDuration: 0.0287499427795 seconds), +(Remote IP: 23.94.247.41, Remote port: 62415, Own port: 80, ConnectionDuration: 0.0292458534241 seconds), +(Remote IP: 23.94.247.41, Remote port: 62995, Own port: 80, ConnectionDuration: 1.00962901115 seconds), +(Remote IP: 23.94.247.41, Remote port: 63286, Own port: 80, ConnectionDuration: 0.997892141342 seconds), +(Remote IP: 23.94.247.41, Remote port: 63783, Own port: 80, ConnectionDuration: 2.08364295959 seconds), +(Remote IP: 23.94.247.41, Remote port: 64942, Own port: 80, ConnectionDuration: 1.0959789753 seconds), +(Remote IP: 23.94.247.41, Remote port: 50029, Own port: 80, ConnectionDuration: 2.03311491013 seconds), +(Remote IP: 23.94.247.41, Remote port: 51468, Own port: 80, ConnectionDuration: 3.90207695961 seconds), +(Remote IP: 23.94.247.41, Remote port: 53585, Own port: 80, ConnectionDuration: 0.12503695488 seconds), +(Remote IP: 23.94.247.41, Remote port: 54423, Own port: 80, ConnectionDuration: 0.220990896225 seconds), +(Remote IP: 23.94.247.41, Remote port: 55258, Own port: 80, ConnectionDuration: 0.98711514473 seconds), +(Remote IP: 23.94.247.41, Remote port: 55749, Own port: 80, ConnectionDuration: 5.96688508987 seconds), +(Remote IP: 23.94.247.41, Remote port: 57550, Own port: 80, ConnectionDuration: 1.06848812103 seconds), +(Remote IP: 23.94.247.41, Remote port: 58569, Own port: 80, ConnectionDuration: 2.00119709969 seconds), +(Remote IP: 23.94.247.41, Remote port: 59492, Own port: 80, ConnectionDuration: 1.71397399902 seconds), +(Remote IP: 23.94.247.41, Remote port: 59932, Own port: 80, ConnectionDuration: 3.00053501129 seconds), +(Remote IP: 23.94.247.41, Remote port: 60989, Own port: 80, ConnectionDuration: 1.87809300423 seconds), +(Remote IP: 222.87.105.38, Remote port: 53563, Own port: 23, ConnectionDuration: 30.6639699936 seconds), +(Remote IP: 23.94.247.41, Remote port: 63059, Own port: 80, ConnectionDuration: 1.09404993057 seconds), +(Remote IP: 23.94.247.41, Remote port: 63607, Own port: 80, ConnectionDuration: 1.43738818169 seconds), +(Remote IP: 23.94.247.41, Remote port: 64141, Own port: 80, ConnectionDuration: 1.68473005295 seconds), +(Remote IP: 23.94.247.41, Remote port: 64747, Own port: 80, ConnectionDuration: 1.08017396927 seconds), +(Remote IP: 23.94.247.41, Remote port: 65447, Own port: 80, ConnectionDuration: 2.00072383881 seconds), +(Remote IP: 23.94.247.41, Remote port: 50139, Own port: 80, ConnectionDuration: 1.09009003639 seconds), +(Remote IP: 23.94.247.41, Remote port: 51183, Own port: 80, ConnectionDuration: 1.20819187164 seconds), +(Remote IP: 23.94.247.41, Remote port: 51744, Own port: 80, ConnectionDuration: 2.36755204201 seconds), +(Remote IP: 23.94.247.41, Remote port: 52372, Own port: 80, ConnectionDuration: 2.29625606537 seconds), +(Remote IP: 23.94.247.41, Remote port: 54277, Own port: 80, ConnectionDuration: 1.10739302635 seconds), +(Remote IP: 23.94.247.41, Remote port: 55841, Own port: 80, ConnectionDuration: 0.301046133041 seconds), +(Remote IP: 23.94.247.41, Remote port: 56509, Own port: 80, ConnectionDuration: 1.0101120472 seconds), +(Remote IP: 23.94.247.41, Remote port: 57469, Own port: 80, ConnectionDuration: 2.09985184669 seconds), +(Remote IP: 23.94.247.41, Remote port: 58098, Own port: 80, ConnectionDuration: 0.999356031418 seconds), +(Remote IP: 23.94.247.41, Remote port: 58351, Own port: 80, ConnectionDuration: 15.1912539005 seconds), +(Remote IP: 23.94.247.41, Remote port: 61466, Own port: 80, ConnectionDuration: 1.0105650425 seconds), +(Remote IP: 23.94.247.41, Remote port: 62606, Own port: 80, ConnectionDuration: 2.22608995438 seconds), +(Remote IP: 23.94.247.41, Remote port: 63362, Own port: 80, ConnectionDuration: 1.09743785858 seconds), +(Remote IP: 23.94.247.41, Remote port: 63856, Own port: 80, ConnectionDuration: 3.02212095261 seconds), +(Remote IP: 23.94.247.41, Remote port: 64663, Own port: 80, ConnectionDuration: 0.438719987869 seconds), +(Remote IP: 23.94.247.41, Remote port: 64846, Own port: 80, ConnectionDuration: 2.11827206612 seconds), +(Remote IP: 23.94.247.41, Remote port: 65248, Own port: 80, ConnectionDuration: 2.00644397736 seconds), +(Remote IP: 23.94.247.41, Remote port: 49242, Own port: 80, ConnectionDuration: 3.23414492607 seconds), +(Remote IP: 23.94.247.41, Remote port: 50031, Own port: 80, ConnectionDuration: 1.08091497421 seconds), +(Remote IP: 23.94.247.41, Remote port: 50938, Own port: 80, ConnectionDuration: 6.31299805641 seconds), +(Remote IP: 23.94.247.41, Remote port: 51998, Own port: 80, ConnectionDuration: 1.06588602066 seconds), +(Remote IP: 23.94.247.41, Remote port: 52384, Own port: 80, ConnectionDuration: 2.03197097778 seconds), +(Remote IP: 23.94.247.41, Remote port: 53019, Own port: 80, ConnectionDuration: 1.01700782776 seconds), +(Remote IP: 23.94.247.41, Remote port: 53618, Own port: 80, ConnectionDuration: 4.28020381927 seconds), +(Remote IP: 23.94.247.41, Remote port: 54722, Own port: 80, ConnectionDuration: 1.01323008537 seconds), +(Remote IP: 23.94.247.41, Remote port: 55575, Own port: 80, ConnectionDuration: 8.57072401047 seconds), +(Remote IP: 23.94.247.41, Remote port: 56998, Own port: 80, ConnectionDuration: 1.06475496292 seconds), +(Remote IP: 23.94.247.41, Remote port: 57398, Own port: 80, ConnectionDuration: 1.0909280777 seconds), +(Remote IP: 23.94.247.41, Remote port: 58087, Own port: 80, ConnectionDuration: 1.01110100746 seconds), +(Remote IP: 23.94.247.41, Remote port: 58644, Own port: 80, ConnectionDuration: 9.0099670887 seconds), +(Remote IP: 23.94.247.41, Remote port: 60174, Own port: 80, ConnectionDuration: 8.40828895569 seconds), +(Remote IP: 23.94.247.41, Remote port: 62035, Own port: 80, ConnectionDuration: 0.108951091766 seconds), +(Remote IP: 23.94.247.41, Remote port: 62162, Own port: 80, ConnectionDuration: 1.09171819687 seconds), +(Remote IP: 23.94.247.41, Remote port: 62836, Own port: 80, ConnectionDuration: 2.08644604683 seconds), +(Remote IP: 23.94.247.41, Remote port: 63388, Own port: 80, ConnectionDuration: 2.78934216499 seconds), +(Remote IP: 23.94.247.41, Remote port: 63896, Own port: 80, ConnectionDuration: 1.79947018623 seconds), +(Remote IP: 23.94.247.41, Remote port: 64801, Own port: 80, ConnectionDuration: 1.19160914421 seconds), +(Remote IP: 23.94.247.41, Remote port: 65111, Own port: 80, ConnectionDuration: 0.988806009293 seconds), +(Remote IP: 23.94.247.41, Remote port: 65496, Own port: 80, ConnectionDuration: 1.0294110775 seconds), +(Remote IP: 23.94.247.41, Remote port: 49517, Own port: 80, ConnectionDuration: 2.04870891571 seconds), +(Remote IP: 23.94.247.41, Remote port: 50195, Own port: 80, ConnectionDuration: 1.06782007217 seconds), +(Remote IP: 23.94.247.41, Remote port: 50338, Own port: 80, ConnectionDuration: 1.02140402794 seconds), +(Remote IP: 60.191.125.35, Remote port: 43954, Own port: 9999, ConnectionDuration: 0.00098705291748 seconds), +(Remote IP: 60.191.125.35, Remote port: 44732, Own port: 9999, ConnectionDuration: 0.276261091232 seconds), +(Remote IP: 23.94.247.41, Remote port: 50785, Own port: 80, ConnectionDuration: 1.08933210373 seconds), +(Remote IP: 23.94.247.41, Remote port: 51028, Own port: 80, ConnectionDuration: 0.996288061142 seconds), +(Remote IP: 23.94.247.41, Remote port: 51440, Own port: 80, ConnectionDuration: 1.07335996628 seconds), +(Remote IP: 23.94.247.41, Remote port: 52186, Own port: 80, ConnectionDuration: 3.9986641407 seconds), +(Remote IP: 23.94.247.41, Remote port: 53136, Own port: 80, ConnectionDuration: 1.16816997528 seconds), +(Remote IP: 23.94.247.41, Remote port: 53591, Own port: 80, ConnectionDuration: 1.33094906807 seconds), +(Remote IP: 23.94.247.41, Remote port: 54089, Own port: 80, ConnectionDuration: 1.31950998306 seconds), +(Remote IP: 23.94.247.41, Remote port: 54503, Own port: 80, ConnectionDuration: 1.87032103539 seconds), +(Remote IP: 23.94.247.41, Remote port: 55154, Own port: 80, ConnectionDuration: 4.80128788948 seconds), +(Remote IP: 23.94.247.41, Remote port: 56164, Own port: 80, ConnectionDuration: 0.833606004715 seconds), +(Remote IP: 23.94.247.41, Remote port: 56357, Own port: 80, ConnectionDuration: 0.7735850811 seconds), +(Remote IP: 23.94.247.41, Remote port: 56601, Own port: 80, ConnectionDuration: 0.830415010452 seconds), +(Remote IP: 23.94.247.41, Remote port: 57028, Own port: 80, ConnectionDuration: 1.22129201889 seconds), +(Remote IP: 23.94.247.41, Remote port: 57444, Own port: 80, ConnectionDuration: 2.08310890198 seconds), +(Remote IP: 23.94.247.41, Remote port: 57946, Own port: 80, ConnectionDuration: 0.603872060776 seconds), +(Remote IP: 23.94.247.41, Remote port: 58375, Own port: 80, ConnectionDuration: 0.994878053665 seconds), +(Remote IP: 23.94.247.41, Remote port: 58778, Own port: 80, ConnectionDuration: 0.420249938965 seconds), +(Remote IP: 23.94.247.41, Remote port: 58933, Own port: 80, ConnectionDuration: 2.10830712318 seconds), +(Remote IP: 23.94.247.41, Remote port: 59339, Own port: 80, ConnectionDuration: 0.392314195633 seconds), +(Remote IP: 23.94.247.41, Remote port: 59495, Own port: 80, ConnectionDuration: 0.606747150421 seconds), +(Remote IP: 23.94.247.41, Remote port: 59706, Own port: 80, ConnectionDuration: 0.59578204155 seconds), +(Remote IP: 23.94.247.41, Remote port: 59864, Own port: 80, ConnectionDuration: 0.272159099579 seconds), +(Remote IP: 23.94.247.41, Remote port: 60229, Own port: 80, ConnectionDuration: 1.26593589783 seconds), +(Remote IP: 23.94.247.41, Remote port: 60525, Own port: 80, ConnectionDuration: 0.929579973221 seconds), +(Remote IP: 23.94.247.41, Remote port: 60973, Own port: 80, ConnectionDuration: 0.183655977249 seconds), +(Remote IP: 23.94.247.41, Remote port: 61250, Own port: 80, ConnectionDuration: 2.0326218605 seconds), +(Remote IP: 23.94.247.41, Remote port: 61701, Own port: 80, ConnectionDuration: 3.49425601959 seconds), +(Remote IP: 23.94.247.41, Remote port: 62472, Own port: 80, ConnectionDuration: 0.511162996292 seconds), +(Remote IP: 23.94.247.41, Remote port: 62651, Own port: 80, ConnectionDuration: 0.372921943665 seconds), +(Remote IP: 23.94.247.41, Remote port: 62834, Own port: 80, ConnectionDuration: 1.00170707703 seconds), +(Remote IP: 23.94.247.41, Remote port: 63041, Own port: 80, ConnectionDuration: 1.00395488739 seconds), +(Remote IP: 23.94.247.41, Remote port: 63635, Own port: 80, ConnectionDuration: 0.125653982162 seconds), +(Remote IP: 23.94.247.41, Remote port: 63899, Own port: 80, ConnectionDuration: 0.717836856842 seconds), +(Remote IP: 23.94.247.41, Remote port: 64065, Own port: 80, ConnectionDuration: 1.29955792427 seconds), +(Remote IP: 23.94.247.41, Remote port: 64736, Own port: 80, ConnectionDuration: 1.11896896362 seconds), +(Remote IP: 23.94.247.41, Remote port: 65128, Own port: 80, ConnectionDuration: 0.387805938721 seconds), +(Remote IP: 23.94.247.41, Remote port: 65350, Own port: 80, ConnectionDuration: 0.794857978821 seconds), +(Remote IP: 23.94.247.41, Remote port: 49274, Own port: 80, ConnectionDuration: 0.42317199707 seconds), +(Remote IP: 23.94.247.41, Remote port: 49494, Own port: 80, ConnectionDuration: 0.296998023987 seconds), +(Remote IP: 23.94.247.41, Remote port: 49592, Own port: 80, ConnectionDuration: 0.218461036682 seconds), +(Remote IP: 23.94.247.41, Remote port: 49648, Own port: 80, ConnectionDuration: 0.66511797905 seconds), +(Remote IP: 23.94.247.41, Remote port: 49891, Own port: 80, ConnectionDuration: 0.221163988113 seconds), +(Remote IP: 23.94.247.41, Remote port: 50115, Own port: 80, ConnectionDuration: 0.394440889359 seconds), +(Remote IP: 23.94.247.41, Remote port: 50363, Own port: 80, ConnectionDuration: 0.573407888412 seconds), +(Remote IP: 23.94.247.41, Remote port: 50589, Own port: 80, ConnectionDuration: 0.317008018494 seconds), +(Remote IP: 23.94.247.41, Remote port: 50808, Own port: 80, ConnectionDuration: 0.215045928955 seconds), +(Remote IP: 23.94.247.41, Remote port: 50926, Own port: 80, ConnectionDuration: 0.395576953888 seconds), +(Remote IP: 23.94.247.41, Remote port: 51052, Own port: 80, ConnectionDuration: 0.270571947098 seconds), +(Remote IP: 23.94.247.41, Remote port: 51191, Own port: 80, ConnectionDuration: 0.488301992416 seconds), +(Remote IP: 23.94.247.41, Remote port: 51290, Own port: 80, ConnectionDuration: 0.398319005966 seconds), +(Remote IP: 23.94.247.41, Remote port: 51592, Own port: 80, ConnectionDuration: 0.598263025284 seconds), +(Remote IP: 23.94.247.41, Remote port: 51791, Own port: 80, ConnectionDuration: 0.325067043304 seconds), +(Remote IP: 23.94.247.41, Remote port: 51922, Own port: 80, ConnectionDuration: 0.464395999908 seconds), +(Remote IP: 23.94.247.41, Remote port: 52137, Own port: 80, ConnectionDuration: 0.380062103271 seconds), +(Remote IP: 23.94.247.41, Remote port: 52333, Own port: 80, ConnectionDuration: 0.484920978546 seconds), +(Remote IP: 23.94.247.41, Remote port: 52433, Own port: 80, ConnectionDuration: 1.21572208405 seconds), +(Remote IP: 23.94.247.41, Remote port: 52867, Own port: 80, ConnectionDuration: 0.282539129257 seconds), +(Remote IP: 23.94.247.41, Remote port: 52940, Own port: 80, ConnectionDuration: 0.307865142822 seconds), +(Remote IP: 23.94.247.41, Remote port: 53038, Own port: 80, ConnectionDuration: 0.470931053162 seconds), +(Remote IP: 23.94.247.41, Remote port: 53140, Own port: 80, ConnectionDuration: 0.499491930008 seconds), +(Remote IP: 23.94.247.41, Remote port: 53339, Own port: 80, ConnectionDuration: 0.196464061737 seconds), +(Remote IP: 23.94.247.41, Remote port: 53438, Own port: 80, ConnectionDuration: 0.312179088593 seconds), +(Remote IP: 23.94.247.41, Remote port: 53589, Own port: 80, ConnectionDuration: 0.301012039185 seconds), +(Remote IP: 23.94.247.41, Remote port: 53709, Own port: 80, ConnectionDuration: 0.462205886841 seconds), +(Remote IP: 23.94.247.41, Remote port: 53833, Own port: 80, ConnectionDuration: 0.214112043381 seconds), +(Remote IP: 23.94.247.41, Remote port: 54018, Own port: 80, ConnectionDuration: 0.490545034409 seconds), +(Remote IP: 23.94.247.41, Remote port: 54270, Own port: 80, ConnectionDuration: 0.417059898376 seconds), +(Remote IP: 23.94.247.41, Remote port: 54387, Own port: 80, ConnectionDuration: 0.299427032471 seconds), +(Remote IP: 23.94.247.41, Remote port: 54510, Own port: 80, ConnectionDuration: 0.50864315033 seconds), +(Remote IP: 23.94.247.41, Remote port: 54711, Own port: 80, ConnectionDuration: 0.321238040924 seconds), +(Remote IP: 23.94.247.41, Remote port: 54910, Own port: 80, ConnectionDuration: 0.388626813889 seconds), +(Remote IP: 23.94.247.41, Remote port: 54994, Own port: 80, ConnectionDuration: 0.32111287117 seconds), +(Remote IP: 23.94.247.41, Remote port: 55176, Own port: 80, ConnectionDuration: 0.414308071136 seconds), +(Remote IP: 23.94.247.41, Remote port: 55341, Own port: 80, ConnectionDuration: 0.479642152786 seconds), +(Remote IP: 23.94.247.41, Remote port: 55446, Own port: 80, ConnectionDuration: 0.300806999207 seconds), +(Remote IP: 23.94.247.41, Remote port: 55620, Own port: 80, ConnectionDuration: 0.282894134521 seconds), +(Remote IP: 23.94.247.41, Remote port: 55708, Own port: 80, ConnectionDuration: 0.608372926712 seconds), +(Remote IP: 23.94.247.41, Remote port: 55970, Own port: 80, ConnectionDuration: 0.333683013916 seconds), +(Remote IP: 23.94.247.41, Remote port: 56263, Own port: 80, ConnectionDuration: 0.201647043228 seconds), +(Remote IP: 23.94.247.41, Remote port: 56376, Own port: 80, ConnectionDuration: 0.29169011116 seconds), +(Remote IP: 23.94.247.41, Remote port: 56532, Own port: 80, ConnectionDuration: 0.206234931946 seconds), +(Remote IP: 23.94.247.41, Remote port: 56592, Own port: 80, ConnectionDuration: 0.511511087418 seconds), +(Remote IP: 23.94.247.41, Remote port: 57247, Own port: 80, ConnectionDuration: 0.484758853912 seconds), +(Remote IP: 23.94.247.41, Remote port: 57464, Own port: 80, ConnectionDuration: 0.308537006378 seconds), +(Remote IP: 23.94.247.41, Remote port: 57592, Own port: 80, ConnectionDuration: 0.190710783005 seconds), +(Remote IP: 23.94.247.41, Remote port: 57874, Own port: 80, ConnectionDuration: 0.297545194626 seconds), +(Remote IP: 23.94.247.41, Remote port: 59054, Own port: 80, ConnectionDuration: 0.490258932114 seconds), +(Remote IP: 23.94.247.41, Remote port: 59235, Own port: 80, ConnectionDuration: 0.514319181442 seconds), +(Remote IP: 23.94.247.41, Remote port: 59473, Own port: 80, ConnectionDuration: 0.29435300827 seconds), +(Remote IP: 23.94.247.41, Remote port: 59589, Own port: 80, ConnectionDuration: 0.312451839447 seconds), +(Remote IP: 23.94.247.41, Remote port: 59941, Own port: 80, ConnectionDuration: 0.515154123306 seconds), +(Remote IP: 23.94.247.41, Remote port: 60155, Own port: 80, ConnectionDuration: 0.185261964798 seconds), +(Remote IP: 23.94.247.41, Remote port: 60379, Own port: 80, ConnectionDuration: 0.58087015152 seconds), +(Remote IP: 23.94.247.41, Remote port: 60643, Own port: 80, ConnectionDuration: 0.507643938065 seconds), +(Remote IP: 23.94.247.41, Remote port: 61144, Own port: 80, ConnectionDuration: 0.291968107224 seconds), +(Remote IP: 23.94.247.41, Remote port: 61321, Own port: 80, ConnectionDuration: 0.580957174301 seconds), +(Remote IP: 23.94.247.41, Remote port: 61572, Own port: 80, ConnectionDuration: 0.378101110458 seconds), +(Remote IP: 23.94.247.41, Remote port: 61805, Own port: 80, ConnectionDuration: 0.399077892303 seconds), +(Remote IP: 23.94.247.41, Remote port: 62012, Own port: 80, ConnectionDuration: 0.289627075195 seconds), +(Remote IP: 23.94.247.41, Remote port: 62177, Own port: 80, ConnectionDuration: 0.275645971298 seconds), +(Remote IP: 23.94.247.41, Remote port: 62290, Own port: 80, ConnectionDuration: 0.807142972946 seconds), +(Remote IP: 23.94.247.41, Remote port: 62539, Own port: 80, ConnectionDuration: 0.487675189972 seconds), +(Remote IP: 23.94.247.41, Remote port: 62979, Own port: 80, ConnectionDuration: 0.206078052521 seconds), +(Remote IP: 23.94.247.41, Remote port: 63195, Own port: 80, ConnectionDuration: 0.31125998497 seconds), +(Remote IP: 23.94.247.41, Remote port: 63358, Own port: 80, ConnectionDuration: 0.323359966278 seconds), +(Remote IP: 23.94.247.41, Remote port: 63514, Own port: 80, ConnectionDuration: 0.40510892868 seconds), +(Remote IP: 23.94.247.41, Remote port: 63768, Own port: 80, ConnectionDuration: 0.278289079666 seconds), +(Remote IP: 23.94.247.41, Remote port: 64172, Own port: 80, ConnectionDuration: 0.48828792572 seconds), +(Remote IP: 23.94.247.41, Remote port: 64281, Own port: 80, ConnectionDuration: 0.217221021652 seconds), +(Remote IP: 23.94.247.41, Remote port: 64363, Own port: 80, ConnectionDuration: 0.402397155762 seconds), +(Remote IP: 23.94.247.41, Remote port: 64754, Own port: 80, ConnectionDuration: 0.310669898987 seconds), +(Remote IP: 23.94.247.41, Remote port: 64886, Own port: 80, ConnectionDuration: 0.401202917099 seconds), +(Remote IP: 23.94.247.41, Remote port: 65148, Own port: 80, ConnectionDuration: 0.623507022858 seconds), +(Remote IP: 23.94.247.41, Remote port: 65307, Own port: 80, ConnectionDuration: 0.818629026413 seconds), +(Remote IP: 23.94.247.41, Remote port: 49485, Own port: 80, ConnectionDuration: 0.504613161087 seconds), +(Remote IP: 23.94.247.41, Remote port: 49601, Own port: 80, ConnectionDuration: 0.20029091835 seconds), +(Remote IP: 23.94.247.41, Remote port: 49677, Own port: 80, ConnectionDuration: 0.287139177322 seconds), +(Remote IP: 23.94.247.41, Remote port: 49795, Own port: 80, ConnectionDuration: 0.702574968338 seconds), +(Remote IP: 23.94.247.41, Remote port: 50389, Own port: 80, ConnectionDuration: 0.377800941467 seconds), +(Remote IP: 23.94.247.41, Remote port: 50613, Own port: 80, ConnectionDuration: 0.32114982605 seconds), +(Remote IP: 23.94.247.41, Remote port: 50823, Own port: 80, ConnectionDuration: 0.193599939346 seconds), +(Remote IP: 23.94.247.41, Remote port: 51050, Own port: 80, ConnectionDuration: 0.206042051315 seconds), +(Remote IP: 23.94.247.41, Remote port: 51482, Own port: 80, ConnectionDuration: 0.121318101883 seconds), +(Remote IP: 23.94.247.41, Remote port: 51702, Own port: 80, ConnectionDuration: 0.209884166718 seconds), +(Remote IP: 23.94.247.41, Remote port: 51837, Own port: 80, ConnectionDuration: 0.277241945267 seconds), +(Remote IP: 23.94.247.41, Remote port: 51934, Own port: 80, ConnectionDuration: 0.509755134583 seconds), +(Remote IP: 23.94.247.41, Remote port: 52210, Own port: 80, ConnectionDuration: 0.697214126587 seconds), +(Remote IP: 23.94.247.41, Remote port: 52564, Own port: 80, ConnectionDuration: 0.477809906006 seconds), +(Remote IP: 23.94.247.41, Remote port: 52785, Own port: 80, ConnectionDuration: 0.209202051163 seconds), +(Remote IP: 23.94.247.41, Remote port: 52993, Own port: 80, ConnectionDuration: 0.197292804718 seconds), +(Remote IP: 23.94.247.41, Remote port: 53264, Own port: 80, ConnectionDuration: 0.48345208168 seconds), +(Remote IP: 23.94.247.41, Remote port: 53433, Own port: 80, ConnectionDuration: 0.298177957535 seconds), +(Remote IP: 23.94.247.41, Remote port: 53610, Own port: 80, ConnectionDuration: 0.194647073746 seconds), +(Remote IP: 23.94.247.41, Remote port: 53747, Own port: 80, ConnectionDuration: 0.492313861847 seconds), +(Remote IP: 23.94.247.41, Remote port: 54169, Own port: 80, ConnectionDuration: 0.200765132904 seconds), +(Remote IP: 23.94.247.41, Remote port: 54378, Own port: 80, ConnectionDuration: 0.512369155884 seconds), +(Remote IP: 23.94.247.41, Remote port: 54532, Own port: 80, ConnectionDuration: 0.496165990829 seconds), +(Remote IP: 23.94.247.41, Remote port: 54909, Own port: 80, ConnectionDuration: 0.501606941223 seconds), +(Remote IP: 23.94.247.41, Remote port: 55330, Own port: 80, ConnectionDuration: 1.07151794434 seconds), +(Remote IP: 23.94.247.41, Remote port: 55555, Own port: 80, ConnectionDuration: 0.481626033783 seconds), +(Remote IP: 23.94.247.41, Remote port: 55944, Own port: 80, ConnectionDuration: 0.290781021118 seconds), +(Remote IP: 23.94.247.41, Remote port: 56129, Own port: 80, ConnectionDuration: 0.496075153351 seconds), +(Remote IP: 23.94.247.41, Remote port: 56450, Own port: 80, ConnectionDuration: 0.49314904213 seconds), +(Remote IP: 23.94.247.41, Remote port: 56591, Own port: 80, ConnectionDuration: 0.381209850311 seconds), +(Remote IP: 23.94.247.41, Remote port: 56907, Own port: 80, ConnectionDuration: 0.403895139694 seconds), +(Remote IP: 23.94.247.41, Remote port: 57052, Own port: 80, ConnectionDuration: 0.606902122498 seconds), +(Remote IP: 23.94.247.41, Remote port: 57648, Own port: 80, ConnectionDuration: 0.205523967743 seconds), +(Remote IP: 23.94.247.41, Remote port: 57758, Own port: 80, ConnectionDuration: 0.501275062561 seconds), +(Remote IP: 23.94.247.41, Remote port: 58006, Own port: 80, ConnectionDuration: 0.108752012253 seconds), +(Remote IP: 23.94.247.41, Remote port: 58134, Own port: 80, ConnectionDuration: 0.506042957306 seconds), +(Remote IP: 23.94.247.41, Remote port: 58554, Own port: 80, ConnectionDuration: 0.697527885437 seconds), +(Remote IP: 23.94.247.41, Remote port: 58664, Own port: 80, ConnectionDuration: 0.507787942886 seconds), +(Remote IP: 23.94.247.41, Remote port: 58849, Own port: 80, ConnectionDuration: 0.392908096313 seconds), +(Remote IP: 23.94.247.41, Remote port: 59010, Own port: 80, ConnectionDuration: 0.766080856323 seconds), +(Remote IP: 3.8.114.105, Remote port: 46356, Own port: 445, ConnectionDuration: 10.1149010658 seconds), +(Remote IP: 23.94.247.41, Remote port: 59562, Own port: 80, ConnectionDuration: 1.2874751091 seconds), +(Remote IP: 23.94.247.41, Remote port: 60059, Own port: 80, ConnectionDuration: 0.41090798378 seconds), +(Remote IP: 23.94.247.41, Remote port: 60284, Own port: 80, ConnectionDuration: 0.30273103714 seconds), +(Remote IP: 23.94.247.41, Remote port: 60372, Own port: 80, ConnectionDuration: 0.400092124939 seconds), +(Remote IP: 23.94.247.41, Remote port: 61027, Own port: 80, ConnectionDuration: 0.596781015396 seconds), +(Remote IP: 23.94.247.41, Remote port: 61308, Own port: 80, ConnectionDuration: 0.518275976181 seconds), +(Remote IP: 23.94.247.41, Remote port: 61508, Own port: 80, ConnectionDuration: 0.408381938934 seconds), +(Remote IP: 23.94.247.41, Remote port: 61697, Own port: 80, ConnectionDuration: 0.786664009094 seconds), +(Remote IP: 23.94.247.41, Remote port: 62215, Own port: 80, ConnectionDuration: 0.483340024948 seconds), +(Remote IP: 23.94.247.41, Remote port: 62508, Own port: 80, ConnectionDuration: 0.49995803833 seconds), +(Remote IP: 23.94.247.41, Remote port: 62790, Own port: 80, ConnectionDuration: 0.503532886505 seconds), +(Remote IP: 23.94.247.41, Remote port: 62984, Own port: 80, ConnectionDuration: 1.0926129818 seconds), +(Remote IP: 23.94.247.41, Remote port: 63673, Own port: 80, ConnectionDuration: 0.390601873398 seconds), +(Remote IP: 23.94.247.41, Remote port: 63783, Own port: 80, ConnectionDuration: 0.592226028442 seconds), +(Remote IP: 23.94.247.41, Remote port: 64014, Own port: 80, ConnectionDuration: 0.696160078049 seconds), +(Remote IP: 23.94.247.41, Remote port: 64337, Own port: 80, ConnectionDuration: 0.395668029785 seconds), +(Remote IP: 3.8.114.105, Remote port: 60818, Own port: 445, ConnectionDuration: 5.88359022141 seconds), +(Remote IP: 23.94.247.41, Remote port: 64703, Own port: 80, ConnectionDuration: 0.37205696106 seconds), +(Remote IP: 23.94.247.41, Remote port: 65019, Own port: 80, ConnectionDuration: 1.00762701035 seconds), +(Remote IP: 23.94.247.41, Remote port: 65481, Own port: 80, ConnectionDuration: 0.282644987106 seconds), +(Remote IP: 23.94.247.41, Remote port: 49225, Own port: 80, ConnectionDuration: 0.517345905304 seconds), +(Remote IP: 23.94.247.41, Remote port: 49513, Own port: 80, ConnectionDuration: 0.382224798203 seconds), +(Remote IP: 23.94.247.41, Remote port: 49784, Own port: 80, ConnectionDuration: 0.399569034576 seconds), +(Remote IP: 23.94.247.41, Remote port: 49993, Own port: 80, ConnectionDuration: 0.463746070862 seconds), +(Remote IP: 23.94.247.41, Remote port: 50220, Own port: 80, ConnectionDuration: 0.713207960129 seconds), +(Remote IP: 23.94.247.41, Remote port: 50696, Own port: 80, ConnectionDuration: 0.695703029633 seconds), +(Remote IP: 23.94.247.41, Remote port: 50929, Own port: 80, ConnectionDuration: 0.516649007797 seconds), +(Remote IP: 23.94.247.41, Remote port: 51098, Own port: 80, ConnectionDuration: 0.403059959412 seconds), +(Remote IP: 23.94.247.41, Remote port: 51351, Own port: 80, ConnectionDuration: 0.315882921219 seconds), +(Remote IP: 3.8.114.105, Remote port: 51712, Own port: 445, ConnectionDuration: 5.87725710869 seconds), +(Remote IP: 23.94.247.41, Remote port: 51575, Own port: 80, ConnectionDuration: 0.496690034866 seconds), +(Remote IP: 23.94.247.41, Remote port: 51707, Own port: 80, ConnectionDuration: 0.327146053314 seconds), +(Remote IP: 23.94.247.41, Remote port: 51852, Own port: 80, ConnectionDuration: 0.702972173691 seconds), +(Remote IP: 23.94.247.41, Remote port: 52175, Own port: 80, ConnectionDuration: 0.627160072327 seconds), +(Remote IP: 23.94.247.41, Remote port: 52466, Own port: 80, ConnectionDuration: 0.392628908157 seconds), +(Remote IP: 23.94.247.41, Remote port: 52726, Own port: 80, ConnectionDuration: 0.174940824509 seconds), +(Remote IP: 23.94.247.41, Remote port: 52950, Own port: 80, ConnectionDuration: 0.488149881363 seconds), +(Remote IP: 23.94.247.41, Remote port: 53232, Own port: 80, ConnectionDuration: 0.416694879532 seconds), +(Remote IP: 23.94.247.41, Remote port: 53545, Own port: 80, ConnectionDuration: 0.522248983383 seconds), +(Remote IP: 23.94.247.41, Remote port: 53715, Own port: 80, ConnectionDuration: 0.717009067535 seconds), +(Remote IP: 23.94.247.41, Remote port: 54078, Own port: 80, ConnectionDuration: 0.515523910522 seconds), +(Remote IP: 23.94.247.41, Remote port: 54241, Own port: 80, ConnectionDuration: 0.315578937531 seconds), +(Remote IP: 23.94.247.41, Remote port: 54436, Own port: 80, ConnectionDuration: 0.695909023285 seconds), +(Remote IP: 3.8.114.105, Remote port: 57364, Own port: 445, ConnectionDuration: 5.87881708145 seconds), +(Remote IP: 23.94.247.41, Remote port: 54871, Own port: 80, ConnectionDuration: 0.7985060215 seconds), +(Remote IP: 23.94.247.41, Remote port: 55214, Own port: 80, ConnectionDuration: 0.387344837189 seconds), +(Remote IP: 23.94.247.41, Remote port: 55372, Own port: 80, ConnectionDuration: 0.714993000031 seconds), +(Remote IP: 23.94.247.41, Remote port: 55759, Own port: 80, ConnectionDuration: 0.389034986496 seconds), +(Remote IP: 23.94.247.41, Remote port: 55986, Own port: 80, ConnectionDuration: 0.390488862991 seconds), +(Remote IP: 23.94.247.41, Remote port: 56159, Own port: 80, ConnectionDuration: 0.82264995575 seconds), +(Remote IP: 23.94.247.41, Remote port: 56391, Own port: 80, ConnectionDuration: 1.28045296669 seconds), +(Remote IP: 23.94.247.41, Remote port: 56991, Own port: 80, ConnectionDuration: 0.324100971222 seconds), +(Remote IP: 23.94.247.41, Remote port: 57396, Own port: 80, ConnectionDuration: 0.505883216858 seconds), +(Remote IP: 23.94.247.41, Remote port: 57609, Own port: 80, ConnectionDuration: 0.525843858719 seconds), +(Remote IP: 23.94.247.41, Remote port: 57994, Own port: 80, ConnectionDuration: 0.325650930405 seconds), +(Remote IP: 3.8.114.105, Remote port: 37550, Own port: 445, ConnectionDuration: 5.87306284904 seconds), +(Remote IP: 23.94.247.41, Remote port: 58418, Own port: 80, ConnectionDuration: 0.566339969635 seconds), +(Remote IP: 23.94.247.41, Remote port: 58667, Own port: 80, ConnectionDuration: 0.62202000618 seconds), +(Remote IP: 23.94.247.41, Remote port: 59072, Own port: 80, ConnectionDuration: 0.59511089325 seconds), +(Remote IP: 23.94.247.41, Remote port: 59335, Own port: 80, ConnectionDuration: 0.578421115875 seconds), +(Remote IP: 23.94.247.41, Remote port: 59751, Own port: 80, ConnectionDuration: 0.91900396347 seconds), +(Remote IP: 23.94.247.41, Remote port: 60212, Own port: 80, ConnectionDuration: 0.402920007706 seconds), +(Remote IP: 23.94.247.41, Remote port: 60389, Own port: 80, ConnectionDuration: 0.713585853577 seconds), +(Remote IP: 23.94.247.41, Remote port: 60556, Own port: 80, ConnectionDuration: 0.412946939468 seconds), +(Remote IP: 23.94.247.41, Remote port: 60934, Own port: 80, ConnectionDuration: 0.527336120605 seconds), +(Remote IP: 23.94.247.41, Remote port: 61123, Own port: 80, ConnectionDuration: 0.684597015381 seconds), +(Remote IP: 23.94.247.41, Remote port: 61326, Own port: 80, ConnectionDuration: 0.408674001694 seconds), +(Remote IP: 190.189.46.248, Remote port: 46164, Own port: 23, ConnectionDuration: 119.542286873 seconds), +(Remote IP: 190.189.46.248, Remote port: 46164, Own port: 23, ConnectionDuration: 119.54272294 seconds), +(Remote IP: 3.8.114.105, Remote port: 48946, Own port: 445, ConnectionDuration: 5.87431311607 seconds), +(Remote IP: 23.94.247.41, Remote port: 61633, Own port: 80, ConnectionDuration: 0.405425071716 seconds), +(Remote IP: 23.94.247.41, Remote port: 61858, Own port: 80, ConnectionDuration: 0.116759061813 seconds), +(Remote IP: 23.94.247.41, Remote port: 61928, Own port: 80, ConnectionDuration: 0.432361841202 seconds), +(Remote IP: 23.94.247.41, Remote port: 62040, Own port: 80, ConnectionDuration: 0.465661048889 seconds), +(Remote IP: 23.94.247.41, Remote port: 62181, Own port: 80, ConnectionDuration: 0.710592031479 seconds), +(Remote IP: 23.94.247.41, Remote port: 62695, Own port: 80, ConnectionDuration: 0.313583850861 seconds), +(Remote IP: 23.94.247.41, Remote port: 63093, Own port: 80, ConnectionDuration: 0.294902086258 seconds), +(Remote IP: 23.94.247.41, Remote port: 63357, Own port: 80, ConnectionDuration: 0.299810886383 seconds), +(Remote IP: 23.94.247.41, Remote port: 63576, Own port: 80, ConnectionDuration: 0.513972997665 seconds), +(Remote IP: 23.94.247.41, Remote port: 63936, Own port: 80, ConnectionDuration: 0.293026924133 seconds), +(Remote IP: 3.8.114.105, Remote port: 21239, Own port: 445, ConnectionDuration: 120.045338869 seconds), +(Remote IP: 3.8.114.105, Remote port: 21239, Own port: 445, ConnectionDuration: 120.045888901 seconds), +(Remote IP: 23.94.247.41, Remote port: 64065, Own port: 80, ConnectionDuration: 0.47475194931 seconds), +(Remote IP: 23.94.247.41, Remote port: 64530, Own port: 80, ConnectionDuration: 0.399017095566 seconds), +(Remote IP: 23.94.247.41, Remote port: 64636, Own port: 80, ConnectionDuration: 0.503648996353 seconds), +(Remote IP: 23.94.247.41, Remote port: 64823, Own port: 80, ConnectionDuration: 0.511978149414 seconds), +(Remote IP: 3.8.114.105, Remote port: 39880, Own port: 445, ConnectionDuration: 5.87231397629 seconds), +(Remote IP: 23.94.247.41, Remote port: 65036, Own port: 80, ConnectionDuration: 0.613502979279 seconds), +(Remote IP: 23.94.247.41, Remote port: 65362, Own port: 80, ConnectionDuration: 0.423388957977 seconds), +(Remote IP: 23.94.247.41, Remote port: 49197, Own port: 80, ConnectionDuration: 0.408102989197 seconds), +(Remote IP: 23.94.247.41, Remote port: 49481, Own port: 80, ConnectionDuration: 0.287282943726 seconds), +(Remote IP: 23.94.247.41, Remote port: 49587, Own port: 80, ConnectionDuration: 0.582498073578 seconds), +(Remote IP: 23.94.247.41, Remote port: 49775, Own port: 80, ConnectionDuration: 0.512377023697 seconds), +(Remote IP: 23.94.247.41, Remote port: 50047, Own port: 80, ConnectionDuration: 0.238099813461 seconds), +(Remote IP: 23.94.247.41, Remote port: 50555, Own port: 80, ConnectionDuration: 0.405178070068 seconds), +(Remote IP: 23.94.247.41, Remote port: 50794, Own port: 80, ConnectionDuration: 0.420908927917 seconds), +(Remote IP: 23.94.247.41, Remote port: 51000, Own port: 80, ConnectionDuration: 0.31992816925 seconds), +(Remote IP: 23.94.247.41, Remote port: 51206, Own port: 80, ConnectionDuration: 0.524146080017 seconds), +(Remote IP: 23.94.247.41, Remote port: 51642, Own port: 80, ConnectionDuration: 0.19588804245 seconds), +(Remote IP: 23.94.247.41, Remote port: 51782, Own port: 80, ConnectionDuration: 0.500777959824 seconds), +(Remote IP: 23.94.247.41, Remote port: 52001, Own port: 80, ConnectionDuration: 0.302854061127 seconds), +(Remote IP: 3.8.114.105, Remote port: 41908, Own port: 445, ConnectionDuration: 5.88669586182 seconds), +(Remote IP: 23.94.247.41, Remote port: 52121, Own port: 80, ConnectionDuration: 0.387026071548 seconds), +(Remote IP: 23.94.247.41, Remote port: 52775, Own port: 80, ConnectionDuration: 0.206538915634 seconds), +(Remote IP: 23.94.247.41, Remote port: 53185, Own port: 80, ConnectionDuration: 0.378264904022 seconds), +(Remote IP: 23.94.247.41, Remote port: 53342, Own port: 80, ConnectionDuration: 0.776183843613 seconds), +(Remote IP: 23.94.247.41, Remote port: 53631, Own port: 80, ConnectionDuration: 0.3043820858 seconds), +(Remote IP: 23.94.247.41, Remote port: 54293, Own port: 80, ConnectionDuration: 0.384298086166 seconds), +(Remote IP: 23.94.247.41, Remote port: 54428, Own port: 80, ConnectionDuration: 0.477187871933 seconds), +(Remote IP: 23.94.247.41, Remote port: 54561, Own port: 80, ConnectionDuration: 0.308933973312 seconds), +(Remote IP: 23.94.247.41, Remote port: 54717, Own port: 80, ConnectionDuration: 0.430464982986 seconds), +(Remote IP: 23.94.247.41, Remote port: 55120, Own port: 80, ConnectionDuration: 0.579027891159 seconds), +(Remote IP: 23.94.247.41, Remote port: 55334, Own port: 80, ConnectionDuration: 0.423150062561 seconds), +(Remote IP: 3.8.114.105, Remote port: 48286, Own port: 445, ConnectionDuration: 5.87317013741 seconds), +(Remote IP: 23.94.247.41, Remote port: 55578, Own port: 80, ConnectionDuration: 0.328166007996 seconds), +(Remote IP: 23.94.247.41, Remote port: 55741, Own port: 80, ConnectionDuration: 0.402259111404 seconds), +(Remote IP: 23.94.247.41, Remote port: 55922, Own port: 80, ConnectionDuration: 0.49582695961 seconds), +(Remote IP: 23.94.247.41, Remote port: 56053, Own port: 80, ConnectionDuration: 0.182648897171 seconds), +(Remote IP: 23.94.247.41, Remote port: 56118, Own port: 80, ConnectionDuration: 0.610589981079 seconds), +(Remote IP: 23.94.247.41, Remote port: 56379, Own port: 80, ConnectionDuration: 0.603691101074 seconds), +(Remote IP: 23.94.247.41, Remote port: 56471, Own port: 80, ConnectionDuration: 0.517150163651 seconds), +(Remote IP: 23.94.247.41, Remote port: 56686, Own port: 80, ConnectionDuration: 0.791980981827 seconds), +(Remote IP: 23.94.247.41, Remote port: 57000, Own port: 80, ConnectionDuration: 0.699277877808 seconds), +(Remote IP: 23.94.247.41, Remote port: 57136, Own port: 80, ConnectionDuration: 0.599318027496 seconds), +(Remote IP: 23.94.247.41, Remote port: 57381, Own port: 80, ConnectionDuration: 0.790451049805 seconds), +(Remote IP: 23.94.247.41, Remote port: 57490, Own port: 80, ConnectionDuration: 0.423056840897 seconds), +(Remote IP: 3.8.114.105, Remote port: 59730, Own port: 445, ConnectionDuration: 5.89091396332 seconds), +(Remote IP: 23.94.247.41, Remote port: 57652, Own port: 80, ConnectionDuration: 0.587378025055 seconds), +(Remote IP: 23.94.247.41, Remote port: 57863, Own port: 80, ConnectionDuration: 0.220534086227 seconds), +(Remote IP: 23.94.247.41, Remote port: 58049, Own port: 80, ConnectionDuration: 0.598196029663 seconds), +(Remote IP: 23.94.247.41, Remote port: 58317, Own port: 80, ConnectionDuration: 0.687920093536 seconds), +(Remote IP: 23.94.247.41, Remote port: 58439, Own port: 80, ConnectionDuration: 0.878545045853 seconds), +(Remote IP: 23.94.247.41, Remote port: 58648, Own port: 80, ConnectionDuration: 0.901566982269 seconds), +(Remote IP: 23.94.247.41, Remote port: 58759, Own port: 80, ConnectionDuration: 0.79980802536 seconds), +(Remote IP: 23.94.247.41, Remote port: 58921, Own port: 80, ConnectionDuration: 0.390977144241 seconds), +(Remote IP: 3.8.114.105, Remote port: 54604, Own port: 445, ConnectionDuration: 5.86993789673 seconds), +(Remote IP: 23.94.247.41, Remote port: 58987, Own port: 80, ConnectionDuration: 3.9984600544 seconds), +(Remote IP: 23.94.247.41, Remote port: 59320, Own port: 80, ConnectionDuration: 0.827622890472 seconds), +(Remote IP: 23.94.247.41, Remote port: 59514, Own port: 80, ConnectionDuration: 0.992319822311 seconds), +(Remote IP: 23.94.247.41, Remote port: 59595, Own port: 80, ConnectionDuration: 0.996819972992 seconds), +(Remote IP: 23.94.247.41, Remote port: 59834, Own port: 80, ConnectionDuration: 0.927119970322 seconds), +(Remote IP: 3.8.114.105, Remote port: 55090, Own port: 445, ConnectionDuration: 5.86466193199 seconds), +(Remote IP: 23.94.247.41, Remote port: 60041, Own port: 80, ConnectionDuration: 5.31434297562 seconds), +(Remote IP: 23.94.247.41, Remote port: 60306, Own port: 80, ConnectionDuration: 0.799633026123 seconds), +(Remote IP: 23.94.247.41, Remote port: 60401, Own port: 80, ConnectionDuration: 0.31254196167 seconds), +(Remote IP: 23.94.247.41, Remote port: 60454, Own port: 80, ConnectionDuration: 1.72398090363 seconds), +(Remote IP: 23.94.247.41, Remote port: 60582, Own port: 80, ConnectionDuration: 0.773339033127 seconds), +(Remote IP: 23.94.247.41, Remote port: 60633, Own port: 80, ConnectionDuration: 0.486843109131 seconds), +(Remote IP: 3.8.114.105, Remote port: 36758, Own port: 445, ConnectionDuration: 5.86944794655 seconds), +(Remote IP: 23.94.247.41, Remote port: 60718, Own port: 80, ConnectionDuration: 2.10662102699 seconds), +(Remote IP: 23.94.247.41, Remote port: 60849, Own port: 80, ConnectionDuration: 0.725723028183 seconds), +(Remote IP: 23.94.247.41, Remote port: 60967, Own port: 80, ConnectionDuration: 0.709030151367 seconds), +(Remote IP: 23.94.247.41, Remote port: 61016, Own port: 80, ConnectionDuration: 0.605454921722 seconds), +(Remote IP: 23.94.247.41, Remote port: 61143, Own port: 80, ConnectionDuration: 1.10309410095 seconds), +(Remote IP: 23.94.247.41, Remote port: 61261, Own port: 80, ConnectionDuration: 1.41684508324 seconds), +(Remote IP: 23.94.247.41, Remote port: 61347, Own port: 80, ConnectionDuration: 0.211990833282 seconds), +(Remote IP: 23.94.247.41, Remote port: 61462, Own port: 80, ConnectionDuration: 0.341821908951 seconds), +(Remote IP: 3.8.114.105, Remote port: 45070, Own port: 445, ConnectionDuration: 5.8809671402 seconds), +(Remote IP: 23.94.247.41, Remote port: 61556, Own port: 80, ConnectionDuration: 0.532209873199 seconds), +(Remote IP: 23.94.247.41, Remote port: 61624, Own port: 80, ConnectionDuration: 0.490854024887 seconds), +(Remote IP: 23.94.247.41, Remote port: 61672, Own port: 80, ConnectionDuration: 2.56176900864 seconds), +(Remote IP: 23.94.247.41, Remote port: 61858, Own port: 80, ConnectionDuration: 1.1938791275 seconds), +(Remote IP: 23.94.247.41, Remote port: 61944, Own port: 80, ConnectionDuration: 0.486106872559 seconds), +(Remote IP: 23.94.247.41, Remote port: 61990, Own port: 80, ConnectionDuration: 0.305371999741 seconds), +(Remote IP: 23.94.247.41, Remote port: 62039, Own port: 80, ConnectionDuration: 0.494592905045 seconds), +(Remote IP: 23.94.247.41, Remote port: 62156, Own port: 80, ConnectionDuration: 0.524569034576 seconds), +(Remote IP: 3.8.114.105, Remote port: 55076, Own port: 445, ConnectionDuration: 5.87107205391 seconds), +(Remote IP: 23.94.247.41, Remote port: 62202, Own port: 80, ConnectionDuration: 0.735190868378 seconds), +(Remote IP: 23.94.247.41, Remote port: 62262, Own port: 80, ConnectionDuration: 0.909533023834 seconds), +(Remote IP: 23.94.247.41, Remote port: 62365, Own port: 80, ConnectionDuration: 1.53654193878 seconds), +(Remote IP: 23.94.247.41, Remote port: 62456, Own port: 80, ConnectionDuration: 0.789000034332 seconds), +(Remote IP: 23.94.247.41, Remote port: 62605, Own port: 80, ConnectionDuration: 1.08055496216 seconds), +(Remote IP: 23.94.247.41, Remote port: 62654, Own port: 80, ConnectionDuration: 0.531765937805 seconds), +(Remote IP: 3.8.114.105, Remote port: 44630, Own port: 445, ConnectionDuration: 5.87276291847 seconds), +(Remote IP: 23.94.247.41, Remote port: 62764, Own port: 80, ConnectionDuration: 1.08788895607 seconds), +(Remote IP: 23.94.247.41, Remote port: 62878, Own port: 80, ConnectionDuration: 0.784963846207 seconds), +(Remote IP: 23.94.247.41, Remote port: 62924, Own port: 80, ConnectionDuration: 1.94304013252 seconds), +(Remote IP: 23.94.247.41, Remote port: 63028, Own port: 80, ConnectionDuration: 1.58768296242 seconds), +(Remote IP: 23.94.247.41, Remote port: 63108, Own port: 80, ConnectionDuration: 0.640007019043 seconds), +(Remote IP: 23.94.247.41, Remote port: 63234, Own port: 80, ConnectionDuration: 0.624891042709 seconds), +(Remote IP: 3.8.114.105, Remote port: 55744, Own port: 445, ConnectionDuration: 5.87909197807 seconds), +(Remote IP: 23.94.247.41, Remote port: 63317, Own port: 80, ConnectionDuration: 0.82906794548 seconds), +(Remote IP: 23.94.247.41, Remote port: 63379, Own port: 80, ConnectionDuration: 0.705822944641 seconds), +(Remote IP: 23.94.247.41, Remote port: 63444, Own port: 80, ConnectionDuration: 1.44770503044 seconds), +(Remote IP: 23.94.247.41, Remote port: 63538, Own port: 80, ConnectionDuration: 0.626051902771 seconds), +(Remote IP: 23.94.247.41, Remote port: 63622, Own port: 80, ConnectionDuration: 0.515434026718 seconds), +(Remote IP: 23.94.247.41, Remote port: 63717, Own port: 80, ConnectionDuration: 1.37443709373 seconds), +(Remote IP: 23.94.247.41, Remote port: 63765, Own port: 80, ConnectionDuration: 0.970069169998 seconds), +(Remote IP: 3.8.114.105, Remote port: 45644, Own port: 445, ConnectionDuration: 5.87443113327 seconds), +(Remote IP: 23.94.247.41, Remote port: 63838, Own port: 80, ConnectionDuration: 1.30212497711 seconds), +(Remote IP: 23.94.247.41, Remote port: 63874, Own port: 80, ConnectionDuration: 0.71386384964 seconds), +(Remote IP: 23.94.247.41, Remote port: 63987, Own port: 80, ConnectionDuration: 1.07971596718 seconds), +(Remote IP: 23.94.247.41, Remote port: 64063, Own port: 80, ConnectionDuration: 1.1073448658 seconds), +(Remote IP: 23.94.247.41, Remote port: 64119, Own port: 80, ConnectionDuration: 0.903308153152 seconds), +(Remote IP: 23.94.247.41, Remote port: 64205, Own port: 80, ConnectionDuration: 0.997972011566 seconds), +(Remote IP: 3.8.114.105, Remote port: 39304, Own port: 445, ConnectionDuration: 5.88492822647 seconds), +(Remote IP: 23.94.247.41, Remote port: 64306, Own port: 80, ConnectionDuration: 0.598859071732 seconds), +(Remote IP: 23.94.247.41, Remote port: 64342, Own port: 80, ConnectionDuration: 1.00025892258 seconds), +(Remote IP: 23.94.247.41, Remote port: 64392, Own port: 80, ConnectionDuration: 0.923909902573 seconds), +(Remote IP: 23.94.247.41, Remote port: 64486, Own port: 80, ConnectionDuration: 1.17945599556 seconds), +(Remote IP: 23.94.247.41, Remote port: 64628, Own port: 80, ConnectionDuration: 0.813841104507 seconds), +(Remote IP: 23.94.247.41, Remote port: 64744, Own port: 80, ConnectionDuration: 1.23162698746 seconds), +(Remote IP: 3.8.114.105, Remote port: 44010, Own port: 445, ConnectionDuration: 5.87105202675 seconds), +(Remote IP: 23.94.247.41, Remote port: 64832, Own port: 80, ConnectionDuration: 0.902400016785 seconds), +(Remote IP: 23.94.247.41, Remote port: 64892, Own port: 80, ConnectionDuration: 2.07290196419 seconds), +(Remote IP: 23.94.247.41, Remote port: 65000, Own port: 80, ConnectionDuration: 0.803927183151 seconds), +(Remote IP: 23.94.247.41, Remote port: 65060, Own port: 80, ConnectionDuration: 1.52126789093 seconds), +(Remote IP: 23.94.247.41, Remote port: 65154, Own port: 80, ConnectionDuration: 1.16865205765 seconds), +(Remote IP: 23.94.247.41, Remote port: 65253, Own port: 80, ConnectionDuration: 1.19623494148 seconds), +(Remote IP: 3.8.114.105, Remote port: 47760, Own port: 445, ConnectionDuration: 5.86961197853 seconds), +(Remote IP: 23.94.247.41, Remote port: 65294, Own port: 80, ConnectionDuration: 1.19222712517 seconds), +(Remote IP: 23.94.247.41, Remote port: 65348, Own port: 80, ConnectionDuration: 0.871285915375 seconds), +(Remote IP: 23.94.247.41, Remote port: 65424, Own port: 80, ConnectionDuration: 1.03561019897 seconds), +(Remote IP: 23.94.247.41, Remote port: 65470, Own port: 80, ConnectionDuration: 1.01272892952 seconds), +(Remote IP: 23.94.247.41, Remote port: 65522, Own port: 80, ConnectionDuration: 1.13093519211 seconds), +(Remote IP: 23.94.247.41, Remote port: 49314, Own port: 80, ConnectionDuration: 1.42611289024 seconds), +(Remote IP: 23.94.247.41, Remote port: 49371, Own port: 80, ConnectionDuration: 0.496398210526 seconds), +(Remote IP: 23.94.247.41, Remote port: 49447, Own port: 80, ConnectionDuration: 0.983881950378 seconds), +(Remote IP: 23.94.247.41, Remote port: 49570, Own port: 80, ConnectionDuration: 1.02863478661 seconds), +(Remote IP: 23.94.247.41, Remote port: 49653, Own port: 80, ConnectionDuration: 2.10381388664 seconds), +(Remote IP: 23.94.247.41, Remote port: 49812, Own port: 80, ConnectionDuration: 1.31429195404 seconds), +(Remote IP: 23.94.247.41, Remote port: 49901, Own port: 80, ConnectionDuration: 4.89727306366 seconds), +(Remote IP: 23.94.247.41, Remote port: 50104, Own port: 80, ConnectionDuration: 0.807703018188 seconds), +(Remote IP: 23.94.247.41, Remote port: 50211, Own port: 80, ConnectionDuration: 1.01936101913 seconds), +(Remote IP: 23.94.247.41, Remote port: 50263, Own port: 80, ConnectionDuration: 0.722237110138 seconds), +(Remote IP: 23.94.247.41, Remote port: 50338, Own port: 80, ConnectionDuration: 1.20065689087 seconds), +(Remote IP: 23.94.247.41, Remote port: 50439, Own port: 80, ConnectionDuration: 0.577883005142 seconds), +(Remote IP: 23.94.247.41, Remote port: 50490, Own port: 80, ConnectionDuration: 2.1783349514 seconds), +(Remote IP: 23.94.247.41, Remote port: 50578, Own port: 80, ConnectionDuration: 1.1890900135 seconds), +(Remote IP: 23.94.247.41, Remote port: 50704, Own port: 80, ConnectionDuration: 0.897703886032 seconds), +(Remote IP: 23.94.247.41, Remote port: 50748, Own port: 80, ConnectionDuration: 0.90561580658 seconds), +(Remote IP: 23.94.247.41, Remote port: 50793, Own port: 80, ConnectionDuration: 0.915521860123 seconds), +(Remote IP: 23.94.247.41, Remote port: 50879, Own port: 80, ConnectionDuration: 1.06468200684 seconds), +(Remote IP: 23.94.247.41, Remote port: 50937, Own port: 80, ConnectionDuration: 2.67494916916 seconds), +(Remote IP: 23.94.247.41, Remote port: 50997, Own port: 80, ConnectionDuration: 1.02645206451 seconds), +(Remote IP: 23.94.247.41, Remote port: 51095, Own port: 80, ConnectionDuration: 3.57396006584 seconds), +(Remote IP: 23.94.247.41, Remote port: 51307, Own port: 80, ConnectionDuration: 1.17066693306 seconds), +(Remote IP: 23.94.247.41, Remote port: 51384, Own port: 80, ConnectionDuration: 1.70076203346 seconds), +(Remote IP: 23.94.247.41, Remote port: 51511, Own port: 80, ConnectionDuration: 1.21829319 seconds), +(Remote IP: 23.94.247.41, Remote port: 51612, Own port: 80, ConnectionDuration: 2.18975710869 seconds), +(Remote IP: 23.94.247.41, Remote port: 51712, Own port: 80, ConnectionDuration: 1.77239394188 seconds), +(Remote IP: 23.94.247.41, Remote port: 51777, Own port: 80, ConnectionDuration: 1.89592385292 seconds), +(Remote IP: 23.94.247.41, Remote port: 51889, Own port: 80, ConnectionDuration: 1.48140406609 seconds), +(Remote IP: 23.94.247.41, Remote port: 51986, Own port: 80, ConnectionDuration: 1.01244807243 seconds), +(Remote IP: 23.94.247.41, Remote port: 52028, Own port: 80, ConnectionDuration: 0.971708059311 seconds), +(Remote IP: 23.94.247.41, Remote port: 52088, Own port: 80, ConnectionDuration: 2.03172016144 seconds), +(Remote IP: 23.94.247.41, Remote port: 52148, Own port: 80, ConnectionDuration: 0.1978328228 seconds), +(Remote IP: 23.94.247.41, Remote port: 52188, Own port: 80, ConnectionDuration: 0.946249008179 seconds), +(Remote IP: 23.94.247.41, Remote port: 52268, Own port: 80, ConnectionDuration: 0.634137868881 seconds), +(Remote IP: 23.94.247.41, Remote port: 52304, Own port: 80, ConnectionDuration: 2.20420408249 seconds), +(Remote IP: 23.94.247.41, Remote port: 52394, Own port: 80, ConnectionDuration: 0.712022066116 seconds), +(Remote IP: 23.94.247.41, Remote port: 52477, Own port: 80, ConnectionDuration: 0.636133909225 seconds), +(Remote IP: 23.94.247.41, Remote port: 52517, Own port: 80, ConnectionDuration: 1.10859012604 seconds), +(Remote IP: 23.94.247.41, Remote port: 52568, Own port: 80, ConnectionDuration: 2.18932390213 seconds), +(Remote IP: 23.94.247.41, Remote port: 52675, Own port: 80, ConnectionDuration: 1.00476193428 seconds), +(Remote IP: 23.94.247.41, Remote port: 52758, Own port: 80, ConnectionDuration: 6.50852417946 seconds), +(Remote IP: 23.94.247.41, Remote port: 52952, Own port: 80, ConnectionDuration: 1.09215807915 seconds), +(Remote IP: 23.94.247.41, Remote port: 53028, Own port: 80, ConnectionDuration: 0.779287815094 seconds), +(Remote IP: 23.94.247.41, Remote port: 53081, Own port: 80, ConnectionDuration: 1.74221587181 seconds), +(Remote IP: 23.94.247.41, Remote port: 53155, Own port: 80, ConnectionDuration: 2.09261798859 seconds), +(Remote IP: 23.94.247.41, Remote port: 53251, Own port: 80, ConnectionDuration: 0.934050798416 seconds), +(Remote IP: 23.94.247.41, Remote port: 53328, Own port: 80, ConnectionDuration: 2.4627058506 seconds), +(Remote IP: 23.94.247.41, Remote port: 53437, Own port: 80, ConnectionDuration: 1.17118000984 seconds), +(Remote IP: 23.94.247.41, Remote port: 53499, Own port: 80, ConnectionDuration: 0.875977993011 seconds), +(Remote IP: 23.94.247.41, Remote port: 53566, Own port: 80, ConnectionDuration: 1.27703309059 seconds), +(Remote IP: 23.94.247.41, Remote port: 53704, Own port: 80, ConnectionDuration: 3.7802438736 seconds), +(Remote IP: 23.94.247.41, Remote port: 53862, Own port: 80, ConnectionDuration: 1.21809792519 seconds), +(Remote IP: 23.94.247.41, Remote port: 53895, Own port: 80, ConnectionDuration: 2.3716199398 seconds), +(Remote IP: 23.94.247.41, Remote port: 54045, Own port: 80, ConnectionDuration: 0.990952014923 seconds), +(Remote IP: 23.94.247.41, Remote port: 54146, Own port: 80, ConnectionDuration: 2.0237929821 seconds), +(Remote IP: 23.94.247.41, Remote port: 54227, Own port: 80, ConnectionDuration: 1.41991901398 seconds), +(Remote IP: 23.94.247.41, Remote port: 54310, Own port: 80, ConnectionDuration: 6.08000421524 seconds), +(Remote IP: 23.94.247.41, Remote port: 54495, Own port: 80, ConnectionDuration: 1.88917589188 seconds), +(Remote IP: 23.94.247.41, Remote port: 54596, Own port: 80, ConnectionDuration: 2.59073710442 seconds), +(Remote IP: 23.94.247.41, Remote port: 54673, Own port: 80, ConnectionDuration: 1.39588189125 seconds), +(Remote IP: 23.94.247.41, Remote port: 54766, Own port: 80, ConnectionDuration: 2.010668993 seconds), +(Remote IP: 23.94.247.41, Remote port: 54999, Own port: 80, ConnectionDuration: 1.12103009224 seconds), +(Remote IP: 23.94.247.41, Remote port: 55074, Own port: 80, ConnectionDuration: 0.714427947998 seconds), +(Remote IP: 23.94.247.41, Remote port: 55137, Own port: 80, ConnectionDuration: 0.778923988342 seconds), +(Remote IP: 23.94.247.41, Remote port: 55251, Own port: 80, ConnectionDuration: 2.98591184616 seconds), +(Remote IP: 23.94.247.41, Remote port: 55355, Own port: 80, ConnectionDuration: 0.98702287674 seconds), +(Remote IP: 23.94.247.41, Remote port: 55409, Own port: 80, ConnectionDuration: 2.07011818886 seconds), +(Remote IP: 23.94.247.41, Remote port: 55499, Own port: 80, ConnectionDuration: 1.21669793129 seconds), +(Remote IP: 23.94.247.41, Remote port: 55603, Own port: 80, ConnectionDuration: 5.49264597893 seconds), +(Remote IP: 23.94.247.41, Remote port: 55742, Own port: 80, ConnectionDuration: 0.918997049332 seconds), +(Remote IP: 23.94.247.41, Remote port: 55762, Own port: 80, ConnectionDuration: 0.698160886765 seconds), +(Remote IP: 23.94.247.41, Remote port: 55781, Own port: 80, ConnectionDuration: 0.967818021774 seconds), +(Remote IP: 23.94.247.41, Remote port: 55848, Own port: 80, ConnectionDuration: 1.19055199623 seconds), +(Remote IP: 23.94.247.41, Remote port: 55940, Own port: 80, ConnectionDuration: 1.4128909111 seconds), +(Remote IP: 23.94.247.41, Remote port: 55976, Own port: 80, ConnectionDuration: 2.01464486122 seconds), +(Remote IP: 23.94.247.41, Remote port: 56070, Own port: 80, ConnectionDuration: 1.31650996208 seconds), +(Remote IP: 23.94.247.41, Remote port: 56142, Own port: 80, ConnectionDuration: 2.62573289871 seconds), +(Remote IP: 23.94.247.41, Remote port: 56312, Own port: 80, ConnectionDuration: 1.0718729496 seconds), +(Remote IP: 23.94.247.41, Remote port: 56362, Own port: 80, ConnectionDuration: 2.1055688858 seconds), +(Remote IP: 23.94.247.41, Remote port: 56461, Own port: 80, ConnectionDuration: 1.00200390816 seconds), +(Remote IP: 23.94.247.41, Remote port: 56567, Own port: 80, ConnectionDuration: 2.60190701485 seconds), +(Remote IP: 23.94.247.41, Remote port: 56674, Own port: 80, ConnectionDuration: 1.69542312622 seconds), +(Remote IP: 23.94.247.41, Remote port: 56740, Own port: 80, ConnectionDuration: 2.36218309402 seconds), +(Remote IP: 23.94.247.41, Remote port: 56875, Own port: 80, ConnectionDuration: 1.56894397736 seconds), +(Remote IP: 23.94.247.41, Remote port: 56955, Own port: 80, ConnectionDuration: 2.05919098854 seconds), +(Remote IP: 23.94.247.41, Remote port: 57031, Own port: 80, ConnectionDuration: 0.715240955353 seconds), +(Remote IP: 23.94.247.41, Remote port: 57079, Own port: 80, ConnectionDuration: 2.10098600388 seconds), +(Remote IP: 23.94.247.41, Remote port: 57171, Own port: 80, ConnectionDuration: 2.07052493095 seconds), +(Remote IP: 23.94.247.41, Remote port: 57217, Own port: 80, ConnectionDuration: 2.38962292671 seconds), +(Remote IP: 23.94.247.41, Remote port: 57352, Own port: 80, ConnectionDuration: 1.71849012375 seconds), +(Remote IP: 23.94.247.41, Remote port: 57432, Own port: 80, ConnectionDuration: 2.7012450695 seconds), +(Remote IP: 23.94.247.41, Remote port: 57523, Own port: 80, ConnectionDuration: 1.10676598549 seconds), +(Remote IP: 23.94.247.41, Remote port: 57619, Own port: 80, ConnectionDuration: 3.7318611145 seconds), +(Remote IP: 23.94.247.41, Remote port: 57728, Own port: 80, ConnectionDuration: 1.09034204483 seconds), +(Remote IP: 23.94.247.41, Remote port: 57814, Own port: 80, ConnectionDuration: 2.40639901161 seconds), +(Remote IP: 23.94.247.41, Remote port: 57912, Own port: 80, ConnectionDuration: 1.40974807739 seconds), +(Remote IP: 23.94.247.41, Remote port: 58024, Own port: 80, ConnectionDuration: 3.92818903923 seconds), +(Remote IP: 23.94.247.41, Remote port: 58178, Own port: 80, ConnectionDuration: 2.10159897804 seconds), +(Remote IP: 23.94.247.41, Remote port: 58270, Own port: 80, ConnectionDuration: 3.08049106598 seconds), +(Remote IP: 23.94.247.41, Remote port: 58334, Own port: 80, ConnectionDuration: 0.926628828049 seconds), +(Remote IP: 23.94.247.41, Remote port: 58410, Own port: 80, ConnectionDuration: 2.06874918938 seconds), +(Remote IP: 23.94.247.41, Remote port: 58548, Own port: 80, ConnectionDuration: 1.93604111671 seconds), +(Remote IP: 23.94.247.41, Remote port: 58640, Own port: 80, ConnectionDuration: 2.61195802689 seconds), +(Remote IP: 23.94.247.41, Remote port: 58765, Own port: 80, ConnectionDuration: 1.18748402596 seconds), +(Remote IP: 23.94.247.41, Remote port: 58834, Own port: 80, ConnectionDuration: 1.00206804276 seconds), +(Remote IP: 23.94.247.41, Remote port: 58872, Own port: 80, ConnectionDuration: 2.22905182838 seconds), +(Remote IP: 23.94.247.41, Remote port: 58971, Own port: 80, ConnectionDuration: 2.06393194199 seconds), +(Remote IP: 23.94.247.41, Remote port: 59042, Own port: 80, ConnectionDuration: 0.295636177063 seconds), +(Remote IP: 23.94.247.41, Remote port: 59113, Own port: 80, ConnectionDuration: 1.69777679443 seconds), +(Remote IP: 23.94.247.41, Remote port: 59192, Own port: 80, ConnectionDuration: 1.06273198128 seconds), +(Remote IP: 23.94.247.41, Remote port: 59279, Own port: 80, ConnectionDuration: 2.99986600876 seconds), +(Remote IP: 23.94.247.41, Remote port: 59354, Own port: 80, ConnectionDuration: 1.19855904579 seconds), +(Remote IP: 23.94.247.41, Remote port: 59377, Own port: 80, ConnectionDuration: 1.61496591568 seconds), +(Remote IP: 23.94.247.41, Remote port: 59444, Own port: 80, ConnectionDuration: 1.8648660183 seconds), +(Remote IP: 23.94.247.41, Remote port: 59529, Own port: 80, ConnectionDuration: 5.60200595856 seconds), +(Remote IP: 23.94.247.41, Remote port: 59797, Own port: 80, ConnectionDuration: 1.31682991982 seconds), +(Remote IP: 23.94.247.41, Remote port: 59869, Own port: 80, ConnectionDuration: 2.60337805748 seconds), +(Remote IP: 23.94.247.41, Remote port: 59963, Own port: 80, ConnectionDuration: 1.38549304008 seconds), +(Remote IP: 23.94.247.41, Remote port: 59997, Own port: 80, ConnectionDuration: 3.79923391342 seconds), +(Remote IP: 23.94.247.41, Remote port: 60115, Own port: 80, ConnectionDuration: 1.0897090435 seconds), +(Remote IP: 23.94.247.41, Remote port: 60224, Own port: 80, ConnectionDuration: 1.61917114258 seconds), +(Remote IP: 23.94.247.41, Remote port: 60344, Own port: 80, ConnectionDuration: 1.36852693558 seconds), +(Remote IP: 23.94.247.41, Remote port: 60419, Own port: 80, ConnectionDuration: 1.91897201538 seconds), +(Remote IP: 23.94.247.41, Remote port: 60488, Own port: 80, ConnectionDuration: 1.21410989761 seconds), +(Remote IP: 190.211.255.106, Remote port: 44564, Own port: 23, ConnectionDuration: 119.87339282 seconds), +(Remote IP: 190.211.255.106, Remote port: 44564, Own port: 23, ConnectionDuration: 119.873881817 seconds), +(Remote IP: 23.94.247.41, Remote port: 60580, Own port: 80, ConnectionDuration: 2.10036015511 seconds), +(Remote IP: 23.94.247.41, Remote port: 60801, Own port: 80, ConnectionDuration: 0.0852191448212 seconds), +(Remote IP: 23.94.247.41, Remote port: 60857, Own port: 80, ConnectionDuration: 0.977207183838 seconds), +(Remote IP: 23.94.247.41, Remote port: 60886, Own port: 80, ConnectionDuration: 1.50780391693 seconds), +(Remote IP: 23.94.247.41, Remote port: 60995, Own port: 80, ConnectionDuration: 2.06743502617 seconds), +(Remote IP: 23.94.247.41, Remote port: 61080, Own port: 80, ConnectionDuration: 2.02235198021 seconds), +(Remote IP: 23.94.247.41, Remote port: 61182, Own port: 80, ConnectionDuration: 2.48754501343 seconds), +(Remote IP: 23.94.247.41, Remote port: 61303, Own port: 80, ConnectionDuration: 1.0029938221 seconds), +(Remote IP: 23.94.247.41, Remote port: 61401, Own port: 80, ConnectionDuration: 2.19601011276 seconds), +(Remote IP: 23.94.247.41, Remote port: 61510, Own port: 80, ConnectionDuration: 0.898851156235 seconds), +(Remote IP: 23.94.247.41, Remote port: 61600, Own port: 80, ConnectionDuration: 3.17467904091 seconds), +(Remote IP: 23.94.247.41, Remote port: 61690, Own port: 80, ConnectionDuration: 1.8116350174 seconds), +(Remote IP: 23.94.247.41, Remote port: 61833, Own port: 80, ConnectionDuration: 2.96462202072 seconds), +(Remote IP: 23.94.247.41, Remote port: 61983, Own port: 80, ConnectionDuration: 1.00280404091 seconds), +(Remote IP: 23.94.247.41, Remote port: 62018, Own port: 80, ConnectionDuration: 1.59422802925 seconds), +(Remote IP: 23.94.247.41, Remote port: 62121, Own port: 80, ConnectionDuration: 2.09589791298 seconds), +(Remote IP: 23.94.247.41, Remote port: 62232, Own port: 80, ConnectionDuration: 2.87748503685 seconds), +(Remote IP: 23.94.247.41, Remote port: 62395, Own port: 80, ConnectionDuration: 1.0657491684 seconds), +(Remote IP: 23.94.247.41, Remote port: 62476, Own port: 80, ConnectionDuration: 0.91255903244 seconds), +(Remote IP: 23.94.247.41, Remote port: 62522, Own port: 80, ConnectionDuration: 1.02866292 seconds), +(Remote IP: 23.94.247.41, Remote port: 62632, Own port: 80, ConnectionDuration: 2.7961370945 seconds), +(Remote IP: 23.94.247.41, Remote port: 62725, Own port: 80, ConnectionDuration: 1.09453105927 seconds), +(Remote IP: 23.94.247.41, Remote port: 62766, Own port: 80, ConnectionDuration: 3.9943780899 seconds), +(Remote IP: 23.94.247.41, Remote port: 62894, Own port: 80, ConnectionDuration: 2.08024501801 seconds), +(Remote IP: 23.94.247.41, Remote port: 63037, Own port: 80, ConnectionDuration: 1.01594805717 seconds), +(Remote IP: 23.94.247.41, Remote port: 63081, Own port: 80, ConnectionDuration: 0.990159988403 seconds), +(Remote IP: 23.94.247.41, Remote port: 63164, Own port: 80, ConnectionDuration: 1.49640583992 seconds), +(Remote IP: 23.94.247.41, Remote port: 63222, Own port: 80, ConnectionDuration: 2.09616112709 seconds), +(Remote IP: 23.94.247.41, Remote port: 63308, Own port: 80, ConnectionDuration: 2.1967830658 seconds), +(Remote IP: 23.94.247.41, Remote port: 63409, Own port: 80, ConnectionDuration: 1.97558903694 seconds), +(Remote IP: 117.214.76.167, Remote port: 33672, Own port: 23, ConnectionDuration: 11.620126009 seconds), +(Remote IP: 23.94.247.41, Remote port: 63489, Own port: 80, ConnectionDuration: 2.81270909309 seconds), +(Remote IP: 23.94.247.41, Remote port: 63578, Own port: 80, ConnectionDuration: 1.07422685623 seconds), +(Remote IP: 23.94.247.41, Remote port: 63671, Own port: 80, ConnectionDuration: 2.08250617981 seconds), +(Remote IP: 23.94.247.41, Remote port: 63774, Own port: 80, ConnectionDuration: 1.20097398758 seconds), +(Remote IP: 23.94.247.41, Remote port: 63816, Own port: 80, ConnectionDuration: 5.30035281181 seconds), +(Remote IP: 23.94.247.41, Remote port: 64003, Own port: 80, ConnectionDuration: 1.00699901581 seconds), +(Remote IP: 23.94.247.41, Remote port: 64043, Own port: 80, ConnectionDuration: 2.92085003853 seconds), +(Remote IP: 23.94.247.41, Remote port: 64174, Own port: 80, ConnectionDuration: 1.01017689705 seconds), +(Remote IP: 23.94.247.41, Remote port: 64202, Own port: 80, ConnectionDuration: 2.67471289635 seconds), +(Remote IP: 23.94.247.41, Remote port: 64326, Own port: 80, ConnectionDuration: 1.62280988693 seconds), +(Remote IP: 23.94.247.41, Remote port: 64419, Own port: 80, ConnectionDuration: 2.13464093208 seconds), +(Remote IP: 23.94.247.41, Remote port: 64522, Own port: 80, ConnectionDuration: 1.70082497597 seconds), +(Remote IP: 23.94.247.41, Remote port: 64668, Own port: 80, ConnectionDuration: 1.28785300255 seconds), +(Remote IP: 23.94.247.41, Remote port: 64687, Own port: 80, ConnectionDuration: 1.04865288734 seconds), +(Remote IP: 193.92.182.236, Remote port: 54843, Own port: 80, ConnectionDuration: 0.00138902664185 seconds), +(Remote IP: 193.92.182.236, Remote port: 55254, Own port: 80, ConnectionDuration: 0.371280908585 seconds), +(Remote IP: 193.92.182.236, Remote port: 56012, Own port: 80, ConnectionDuration: 0.618376970291 seconds), +(Remote IP: 175.31.184.84, Remote port: 39952, Own port: 23, ConnectionDuration: 29.5491900444 seconds), +(Remote IP: 23.94.247.41, Remote port: 64792, Own port: 80, ConnectionDuration: 18.1728188992 seconds), +(Remote IP: 23.94.247.41, Remote port: 65290, Own port: 80, ConnectionDuration: 1.57836508751 seconds), +(Remote IP: 23.94.247.41, Remote port: 65391, Own port: 80, ConnectionDuration: 3.39899992943 seconds), +(Remote IP: 23.94.247.41, Remote port: 65522, Own port: 80, ConnectionDuration: 1.02308988571 seconds), +(Remote IP: 23.94.247.41, Remote port: 49210, Own port: 80, ConnectionDuration: 1.00670003891 seconds), +(Remote IP: 23.94.247.41, Remote port: 49294, Own port: 80, ConnectionDuration: 1.40347886086 seconds), +(Remote IP: 23.94.247.41, Remote port: 49385, Own port: 80, ConnectionDuration: 3.09859895706 seconds), +(Remote IP: 23.94.247.41, Remote port: 49480, Own port: 80, ConnectionDuration: 1.07906603813 seconds), +(Remote IP: 23.94.247.41, Remote port: 49538, Own port: 80, ConnectionDuration: 3.07820081711 seconds), +(Remote IP: 23.94.247.41, Remote port: 49702, Own port: 80, ConnectionDuration: 1.02201700211 seconds), +(Remote IP: 23.94.247.41, Remote port: 49792, Own port: 80, ConnectionDuration: 2.49899196625 seconds), +(Remote IP: 23.94.247.41, Remote port: 49985, Own port: 80, ConnectionDuration: 1.19747900963 seconds), +(Remote IP: 23.94.247.41, Remote port: 50075, Own port: 80, ConnectionDuration: 1.09107708931 seconds), +(Remote IP: 23.94.247.41, Remote port: 50177, Own port: 80, ConnectionDuration: 1.91746306419 seconds), +(Remote IP: 23.94.247.41, Remote port: 50259, Own port: 80, ConnectionDuration: 2.04047679901 seconds), +(Remote IP: 23.94.247.41, Remote port: 50364, Own port: 80, ConnectionDuration: 1.04913377762 seconds), +(Remote IP: 23.94.247.41, Remote port: 50429, Own port: 80, ConnectionDuration: 1.7995018959 seconds), +(Remote IP: 23.94.247.41, Remote port: 50512, Own port: 80, ConnectionDuration: 1.52297115326 seconds), +(Remote IP: 23.94.247.41, Remote port: 50584, Own port: 80, ConnectionDuration: 2.79840397835 seconds), +(Remote IP: 23.94.247.41, Remote port: 50725, Own port: 80, ConnectionDuration: 1.10999703407 seconds), +(Remote IP: 23.94.247.41, Remote port: 50788, Own port: 80, ConnectionDuration: 2.02582216263 seconds), +(Remote IP: 23.94.247.41, Remote port: 50954, Own port: 80, ConnectionDuration: 1.31780290604 seconds), +(Remote IP: 23.94.247.41, Remote port: 51024, Own port: 80, ConnectionDuration: 3.13019800186 seconds), +(Remote IP: 23.94.247.41, Remote port: 51157, Own port: 80, ConnectionDuration: 1.09313201904 seconds), +(Remote IP: 23.94.247.41, Remote port: 51228, Own port: 80, ConnectionDuration: 2.91729402542 seconds), +(Remote IP: 23.94.247.41, Remote port: 51516, Own port: 80, ConnectionDuration: 1.03227496147 seconds), +(Remote IP: 23.94.247.41, Remote port: 51603, Own port: 80, ConnectionDuration: 0.860352993011 seconds), +(Remote IP: 198.199.112.83, Remote port: 43370, Own port: 21, ConnectionDuration: 0.0262589454651 seconds), +(Remote IP: 23.94.247.41, Remote port: 51668, Own port: 80, ConnectionDuration: 1.3787779808 seconds), +(Remote IP: 23.94.247.41, Remote port: 51704, Own port: 80, ConnectionDuration: 18.0761680603 seconds), +(Remote IP: 23.94.247.41, Remote port: 51704, Own port: 80, ConnectionDuration: 18.0768229961 seconds), +(Remote IP: 23.94.247.41, Remote port: 52163, Own port: 80, ConnectionDuration: 1.01836395264 seconds), +(Remote IP: 23.94.247.41, Remote port: 52200, Own port: 80, ConnectionDuration: 3.57793807983 seconds), +(Remote IP: 23.94.247.41, Remote port: 52320, Own port: 80, ConnectionDuration: 1.03130698204 seconds), +(Remote IP: 23.94.247.41, Remote port: 52413, Own port: 80, ConnectionDuration: 6.37380409241 seconds), +(Remote IP: 23.94.247.41, Remote port: 52575, Own port: 80, ConnectionDuration: 2.06246590614 seconds), +(Remote IP: 23.94.247.41, Remote port: 52668, Own port: 80, ConnectionDuration: 2.6192779541 seconds), +(Remote IP: 23.94.247.41, Remote port: 52782, Own port: 80, ConnectionDuration: 2.0928041935 seconds), +(Remote IP: 78.154.246.102, Remote port: 49650, Own port: 23, ConnectionDuration: 120.466642141 seconds), +(Remote IP: 78.154.246.102, Remote port: 49650, Own port: 23, ConnectionDuration: 120.46716404 seconds), +(Remote IP: 23.94.247.41, Remote port: 52894, Own port: 80, ConnectionDuration: 4.89520597458 seconds), +(Remote IP: 23.94.247.41, Remote port: 53048, Own port: 80, ConnectionDuration: 0.379153013229 seconds), +(Remote IP: 23.94.247.41, Remote port: 53072, Own port: 80, ConnectionDuration: 0.964186906815 seconds), +(Remote IP: 23.94.247.41, Remote port: 53127, Own port: 80, ConnectionDuration: 2.00499796867 seconds), +(Remote IP: 23.94.247.41, Remote port: 53232, Own port: 80, ConnectionDuration: 2.82547879219 seconds), +(Remote IP: 23.94.247.41, Remote port: 53340, Own port: 80, ConnectionDuration: 1.02032709122 seconds), +(Remote IP: 23.94.247.41, Remote port: 53407, Own port: 80, ConnectionDuration: 0.103003025055 seconds), +(Remote IP: 23.94.247.41, Remote port: 53418, Own port: 80, ConnectionDuration: 0.876743078232 seconds), +(Remote IP: 23.94.247.41, Remote port: 53499, Own port: 80, ConnectionDuration: 4.4783141613 seconds), +(Remote IP: 23.94.247.41, Remote port: 53656, Own port: 80, ConnectionDuration: 1.30380797386 seconds), +(Remote IP: 23.94.247.41, Remote port: 53820, Own port: 80, ConnectionDuration: 1.72105002403 seconds), +(Remote IP: 23.94.247.41, Remote port: 53898, Own port: 80, ConnectionDuration: 2.1870341301 seconds), +(Remote IP: 23.94.247.41, Remote port: 53956, Own port: 80, ConnectionDuration: 4.67707109451 seconds), +(Remote IP: 23.94.247.41, Remote port: 54126, Own port: 80, ConnectionDuration: 2.04704093933 seconds), +(Remote IP: 23.94.247.41, Remote port: 54212, Own port: 80, ConnectionDuration: 1.89448213577 seconds), +(Remote IP: 23.94.247.41, Remote port: 54299, Own port: 80, ConnectionDuration: 1.8917081356 seconds), +(Remote IP: 23.94.247.41, Remote port: 54402, Own port: 80, ConnectionDuration: 3.87759709358 seconds), +(Remote IP: 23.94.247.41, Remote port: 54537, Own port: 80, ConnectionDuration: 2.01516389847 seconds), +(Remote IP: 23.94.247.41, Remote port: 54633, Own port: 80, ConnectionDuration: 1.9962310791 seconds), +(Remote IP: 23.94.247.41, Remote port: 54680, Own port: 80, ConnectionDuration: 1.62270784378 seconds), +(Remote IP: 23.94.247.41, Remote port: 54917, Own port: 80, ConnectionDuration: 1.52969098091 seconds), +(Remote IP: 23.94.247.41, Remote port: 55003, Own port: 80, ConnectionDuration: 1.1232790947 seconds), +(Remote IP: 23.94.247.41, Remote port: 55099, Own port: 80, ConnectionDuration: 2.00548291206 seconds), +(Remote IP: 23.94.247.41, Remote port: 55191, Own port: 80, ConnectionDuration: 1.03108596802 seconds), +(Remote IP: 23.94.247.41, Remote port: 55278, Own port: 80, ConnectionDuration: 1.30258011818 seconds), +(Remote IP: 23.94.247.41, Remote port: 55377, Own port: 80, ConnectionDuration: 1.06439781189 seconds), +(Remote IP: 23.94.247.41, Remote port: 55452, Own port: 80, ConnectionDuration: 8.8748421669 seconds), +(Remote IP: 23.94.247.41, Remote port: 55730, Own port: 80, ConnectionDuration: 1.00791597366 seconds), +(Remote IP: 23.94.247.41, Remote port: 55767, Own port: 80, ConnectionDuration: 1.66376495361 seconds), +(Remote IP: 23.94.247.41, Remote port: 55835, Own port: 80, ConnectionDuration: 1.99994683266 seconds), +(Remote IP: 23.94.247.41, Remote port: 55900, Own port: 80, ConnectionDuration: 3.08307409286 seconds), +(Remote IP: 23.94.247.41, Remote port: 56000, Own port: 80, ConnectionDuration: 1.05827593803 seconds), +(Remote IP: 23.94.247.41, Remote port: 56167, Own port: 80, ConnectionDuration: 1.8004899025 seconds), +(Remote IP: 23.94.247.41, Remote port: 56265, Own port: 80, ConnectionDuration: 1.58364009857 seconds), +(Remote IP: 23.94.247.41, Remote port: 56369, Own port: 80, ConnectionDuration: 2.0297369957 seconds), +(Remote IP: 201.110.254.248, Remote port: 38326, Own port: 23, ConnectionDuration: 10.3613538742 seconds), +(Remote IP: 23.94.247.41, Remote port: 56516, Own port: 80, ConnectionDuration: 1.01905298233 seconds), +(Remote IP: 23.94.247.41, Remote port: 56570, Own port: 80, ConnectionDuration: 3.40266489983 seconds), +(Remote IP: 23.94.247.41, Remote port: 56701, Own port: 80, ConnectionDuration: 1.12090611458 seconds), +(Remote IP: 23.94.247.41, Remote port: 56761, Own port: 80, ConnectionDuration: 2.78330492973 seconds), +(Remote IP: 23.94.247.41, Remote port: 56873, Own port: 80, ConnectionDuration: 1.89378499985 seconds), +(Remote IP: 23.94.247.41, Remote port: 56952, Own port: 80, ConnectionDuration: 2.73290491104 seconds), +(Remote IP: 23.94.247.41, Remote port: 57033, Own port: 80, ConnectionDuration: 2.10517597198 seconds), +(Remote IP: 23.94.247.41, Remote port: 57190, Own port: 80, ConnectionDuration: 0.510075092316 seconds), +(Remote IP: 23.94.247.41, Remote port: 57330, Own port: 80, ConnectionDuration: 1.6781539917 seconds), +(Remote IP: 23.94.247.41, Remote port: 57451, Own port: 80, ConnectionDuration: 3.09920406342 seconds), +(Remote IP: 23.94.247.41, Remote port: 57569, Own port: 80, ConnectionDuration: 1.99019002914 seconds), +(Remote IP: 23.94.247.41, Remote port: 57667, Own port: 80, ConnectionDuration: 2.28359913826 seconds), +(Remote IP: 23.94.247.41, Remote port: 57800, Own port: 80, ConnectionDuration: 1.73599481583 seconds), +(Remote IP: 23.94.247.41, Remote port: 57900, Own port: 80, ConnectionDuration: 5.21257305145 seconds), +(Remote IP: 23.94.247.41, Remote port: 58148, Own port: 80, ConnectionDuration: 2.02454185486 seconds), +(Remote IP: 23.94.247.41, Remote port: 58221, Own port: 80, ConnectionDuration: 3.01901006699 seconds), +(Remote IP: 23.94.247.41, Remote port: 58366, Own port: 80, ConnectionDuration: 0.983949899673 seconds), +(Remote IP: 23.94.247.41, Remote port: 58406, Own port: 80, ConnectionDuration: 2.09104585648 seconds), +(Remote IP: 23.94.247.41, Remote port: 58458, Own port: 80, ConnectionDuration: 1.00342702866 seconds), +(Remote IP: 23.94.247.41, Remote port: 58531, Own port: 80, ConnectionDuration: 1.00381803513 seconds), +(Remote IP: 23.94.247.41, Remote port: 58616, Own port: 80, ConnectionDuration: 2.32086420059 seconds), +(Remote IP: 23.94.247.41, Remote port: 58713, Own port: 80, ConnectionDuration: 4.70393300056 seconds), +(Remote IP: 23.94.247.41, Remote port: 58858, Own port: 80, ConnectionDuration: 1.70087504387 seconds), +(Remote IP: 23.94.247.41, Remote port: 58980, Own port: 80, ConnectionDuration: 1.49460101128 seconds), +(Remote IP: 23.94.247.41, Remote port: 59079, Own port: 80, ConnectionDuration: 2.00651311874 seconds), +(Remote IP: 23.94.247.41, Remote port: 59177, Own port: 80, ConnectionDuration: 3.00353693962 seconds), +(Remote IP: 23.94.247.41, Remote port: 59241, Own port: 80, ConnectionDuration: 1.10219693184 seconds), +(Remote IP: 23.94.247.41, Remote port: 59312, Own port: 80, ConnectionDuration: 3.27605390549 seconds), +(Remote IP: 23.94.247.41, Remote port: 59501, Own port: 80, ConnectionDuration: 1.62564301491 seconds), +(Remote IP: 23.94.247.41, Remote port: 59580, Own port: 80, ConnectionDuration: 3.3012740612 seconds), +(Remote IP: 23.94.247.41, Remote port: 59701, Own port: 80, ConnectionDuration: 1.87420415878 seconds), +(Remote IP: 23.94.247.41, Remote port: 59781, Own port: 80, ConnectionDuration: 3.1047039032 seconds), +(Remote IP: 23.94.247.41, Remote port: 59891, Own port: 80, ConnectionDuration: 1.19331502914 seconds), +(Remote IP: 23.94.247.41, Remote port: 59969, Own port: 80, ConnectionDuration: 2.69113683701 seconds), +(Remote IP: 23.94.247.41, Remote port: 60085, Own port: 80, ConnectionDuration: 1.0704190731 seconds), +(Remote IP: 23.94.247.41, Remote port: 60243, Own port: 80, ConnectionDuration: 3.78579998016 seconds), +(Remote IP: 23.94.247.41, Remote port: 60361, Own port: 80, ConnectionDuration: 1.06701493263 seconds), +(Remote IP: 23.94.247.41, Remote port: 60459, Own port: 80, ConnectionDuration: 2.79597592354 seconds), +(Remote IP: 23.94.247.41, Remote port: 60554, Own port: 80, ConnectionDuration: 1.49971699715 seconds), +(Remote IP: 23.94.247.41, Remote port: 60650, Own port: 80, ConnectionDuration: 4.02432513237 seconds), +(Remote IP: 23.94.247.41, Remote port: 60853, Own port: 80, ConnectionDuration: 1.02303814888 seconds), +(Remote IP: 23.94.247.41, Remote port: 60946, Own port: 80, ConnectionDuration: 4.39052700996 seconds), +(Remote IP: 23.94.247.41, Remote port: 61083, Own port: 80, ConnectionDuration: 1.08762383461 seconds), +(Remote IP: 23.94.247.41, Remote port: 61170, Own port: 80, ConnectionDuration: 4.12668204308 seconds), +(Remote IP: 23.94.247.41, Remote port: 61392, Own port: 80, ConnectionDuration: 1.90769314766 seconds), +(Remote IP: 23.94.247.41, Remote port: 61491, Own port: 80, ConnectionDuration: 2.49739694595 seconds), +(Remote IP: 23.94.247.41, Remote port: 61570, Own port: 80, ConnectionDuration: 2.00406289101 seconds), +(Remote IP: 23.94.247.41, Remote port: 61648, Own port: 80, ConnectionDuration: 3.02154493332 seconds), +(Remote IP: 23.94.247.41, Remote port: 61726, Own port: 80, ConnectionDuration: 1.11116313934 seconds), +(Remote IP: 23.94.247.41, Remote port: 61840, Own port: 80, ConnectionDuration: 5.69128990173 seconds), +(Remote IP: 23.94.247.41, Remote port: 61995, Own port: 80, ConnectionDuration: 1.20185780525 seconds), +(Remote IP: 23.94.247.41, Remote port: 62090, Own port: 80, ConnectionDuration: 2.00901699066 seconds), +(Remote IP: 23.94.247.41, Remote port: 62211, Own port: 80, ConnectionDuration: 1.90227508545 seconds), +(Remote IP: 23.94.247.41, Remote port: 62305, Own port: 80, ConnectionDuration: 3.01969408989 seconds), +(Remote IP: 23.94.247.41, Remote port: 62395, Own port: 80, ConnectionDuration: 1.42599701881 seconds), +(Remote IP: 23.94.247.41, Remote port: 62481, Own port: 80, ConnectionDuration: 4.17387104034 seconds), +(Remote IP: 23.94.247.41, Remote port: 62601, Own port: 80, ConnectionDuration: 1.67328691483 seconds), +(Remote IP: 23.94.247.41, Remote port: 62740, Own port: 80, ConnectionDuration: 4.11963701248 seconds), +(Remote IP: 23.94.247.41, Remote port: 62868, Own port: 80, ConnectionDuration: 0.557881116867 seconds), +(Remote IP: 23.94.247.41, Remote port: 62941, Own port: 80, ConnectionDuration: 2.78675889969 seconds), +(Remote IP: 23.94.247.41, Remote port: 63042, Own port: 80, ConnectionDuration: 0.170459032059 seconds), +(Remote IP: 23.94.247.41, Remote port: 63069, Own port: 80, ConnectionDuration: 0.577566146851 seconds), +(Remote IP: 23.94.247.41, Remote port: 63229, Own port: 80, ConnectionDuration: 1.3754029274 seconds), +(Remote IP: 23.94.247.41, Remote port: 63249, Own port: 80, ConnectionDuration: 2.97038984299 seconds), +(Remote IP: 23.94.247.41, Remote port: 63406, Own port: 80, ConnectionDuration: 1.62273693085 seconds), +(Remote IP: 23.94.247.41, Remote port: 63559, Own port: 80, ConnectionDuration: 3.07945990562 seconds), +(Remote IP: 23.94.247.41, Remote port: 63648, Own port: 80, ConnectionDuration: 1.29232978821 seconds), +(Remote IP: 23.94.247.41, Remote port: 63706, Own port: 80, ConnectionDuration: 8.18930888176 seconds), +(Remote IP: 23.94.247.41, Remote port: 64253, Own port: 80, ConnectionDuration: 1.98308801651 seconds), +(Remote IP: 23.94.247.41, Remote port: 64370, Own port: 80, ConnectionDuration: 2.68830513954 seconds), +(Remote IP: 23.94.247.41, Remote port: 64450, Own port: 80, ConnectionDuration: 2.08079195023 seconds), +(Remote IP: 23.94.247.41, Remote port: 64538, Own port: 80, ConnectionDuration: 2.05056595802 seconds), +(Remote IP: 23.94.247.41, Remote port: 64655, Own port: 80, ConnectionDuration: 2.0250890255 seconds), +(Remote IP: 23.94.247.41, Remote port: 64738, Own port: 80, ConnectionDuration: 2.02352786064 seconds), +(Remote IP: 23.94.247.41, Remote port: 64906, Own port: 80, ConnectionDuration: 0.349173784256 seconds), +(Remote IP: 23.94.247.41, Remote port: 64939, Own port: 80, ConnectionDuration: 1.60742783546 seconds), +(Remote IP: 23.94.247.41, Remote port: 64977, Own port: 80, ConnectionDuration: 2.01706290245 seconds), +(Remote IP: 23.94.247.41, Remote port: 65108, Own port: 80, ConnectionDuration: 1.98830103874 seconds), +(Remote IP: 23.94.247.41, Remote port: 65207, Own port: 80, ConnectionDuration: 2.6936340332 seconds), +(Remote IP: 23.94.247.41, Remote port: 65288, Own port: 80, ConnectionDuration: 1.60243105888 seconds), +(Remote IP: 23.94.247.41, Remote port: 65363, Own port: 80, ConnectionDuration: 2.91187286377 seconds), +(Remote IP: 23.94.247.41, Remote port: 65509, Own port: 80, ConnectionDuration: 1.2817261219 seconds), +(Remote IP: 23.94.247.41, Remote port: 49210, Own port: 80, ConnectionDuration: 18.7193050385 seconds), +(Remote IP: 23.94.247.41, Remote port: 49210, Own port: 80, ConnectionDuration: 18.7198588848 seconds), +(Remote IP: 23.94.247.41, Remote port: 49650, Own port: 80, ConnectionDuration: 1.70970201492 seconds), +(Remote IP: 23.94.247.41, Remote port: 49798, Own port: 80, ConnectionDuration: 3.49918293953 seconds), +(Remote IP: 23.94.247.41, Remote port: 49924, Own port: 80, ConnectionDuration: 1.37422704697 seconds), +(Remote IP: 23.94.247.41, Remote port: 50086, Own port: 80, ConnectionDuration: 2.49811697006 seconds), +(Remote IP: 141.98.11.79, Remote port: 42472, Own port: 80, ConnectionDuration: 0.168262958527 seconds), +(Remote IP: 23.94.247.41, Remote port: 50235, Own port: 80, ConnectionDuration: 1.29949712753 seconds), +(Remote IP: 23.94.247.41, Remote port: 50397, Own port: 80, ConnectionDuration: 3.80817198753 seconds), +(Remote IP: 23.94.247.41, Remote port: 50502, Own port: 80, ConnectionDuration: 1.0000910759 seconds), +(Remote IP: 23.94.247.41, Remote port: 50599, Own port: 80, ConnectionDuration: 3.04309296608 seconds), +(Remote IP: 23.94.247.41, Remote port: 50724, Own port: 80, ConnectionDuration: 2.68742108345 seconds), +(Remote IP: 23.94.247.41, Remote port: 50812, Own port: 80, ConnectionDuration: 4.67657089233 seconds), +(Remote IP: 23.94.247.41, Remote port: 50918, Own port: 80, ConnectionDuration: 1.88899111748 seconds), +(Remote IP: 23.94.247.41, Remote port: 50979, Own port: 80, ConnectionDuration: 3.48161315918 seconds), +(Remote IP: 23.94.247.41, Remote port: 51071, Own port: 80, ConnectionDuration: 1.51496100426 seconds), +(Remote IP: 23.94.247.41, Remote port: 51152, Own port: 80, ConnectionDuration: 0.806590080261 seconds), +(Remote IP: 23.94.247.41, Remote port: 51213, Own port: 80, ConnectionDuration: 0.38906288147 seconds), +(Remote IP: 23.94.247.41, Remote port: 51273, Own port: 80, ConnectionDuration: 4.2232542038 seconds), +(Remote IP: 23.94.247.41, Remote port: 51395, Own port: 80, ConnectionDuration: 1.02969694138 seconds), +(Remote IP: 23.94.247.41, Remote port: 51588, Own port: 80, ConnectionDuration: 2.21206402779 seconds), +(Remote IP: 23.94.247.41, Remote port: 51692, Own port: 80, ConnectionDuration: 1.00893902779 seconds), +(Remote IP: 23.94.247.41, Remote port: 51772, Own port: 80, ConnectionDuration: 2.1918129921 seconds), +(Remote IP: 23.94.247.41, Remote port: 51848, Own port: 80, ConnectionDuration: 1.81331896782 seconds), +(Remote IP: 23.94.247.41, Remote port: 52035, Own port: 80, ConnectionDuration: 2.61652302742 seconds), +(Remote IP: 23.94.247.41, Remote port: 52139, Own port: 80, ConnectionDuration: 1.00383996964 seconds), +(Remote IP: 23.94.247.41, Remote port: 52205, Own port: 80, ConnectionDuration: 2.77312207222 seconds), +(Remote IP: 20.118.68.201, Remote port: 55980, Own port: 21, ConnectionDuration: 0.048113822937 seconds), +(Remote IP: 23.94.247.41, Remote port: 52302, Own port: 80, ConnectionDuration: 1.0086979866 seconds), +(Remote IP: 23.94.247.41, Remote port: 52406, Own port: 80, ConnectionDuration: 1.01715803146 seconds), +(Remote IP: 23.94.247.41, Remote port: 52504, Own port: 80, ConnectionDuration: 2.00445604324 seconds), +(Remote IP: 23.94.247.41, Remote port: 52586, Own port: 80, ConnectionDuration: 2.51777911186 seconds), +(Remote IP: 23.94.247.41, Remote port: 52698, Own port: 80, ConnectionDuration: 1.89940810204 seconds), +(Remote IP: 23.94.247.41, Remote port: 52783, Own port: 80, ConnectionDuration: 1.01706695557 seconds), +(Remote IP: 23.94.247.41, Remote port: 52821, Own port: 80, ConnectionDuration: 2.01607394218 seconds), +(Remote IP: 23.94.247.41, Remote port: 52902, Own port: 80, ConnectionDuration: 2.0869679451 seconds), +(Remote IP: 23.94.247.41, Remote port: 53022, Own port: 80, ConnectionDuration: 1.47316193581 seconds), +(Remote IP: 23.94.247.41, Remote port: 53110, Own port: 80, ConnectionDuration: 2.98575186729 seconds), +(Remote IP: 23.94.247.41, Remote port: 53236, Own port: 80, ConnectionDuration: 1.4935939312 seconds), +(Remote IP: 23.94.247.41, Remote port: 53326, Own port: 80, ConnectionDuration: 2.39271903038 seconds), +(Remote IP: 23.94.247.41, Remote port: 53481, Own port: 80, ConnectionDuration: 1.02008509636 seconds), +(Remote IP: 23.94.247.41, Remote port: 53682, Own port: 80, ConnectionDuration: 1.77843093872 seconds), +(Remote IP: 23.94.247.41, Remote port: 53758, Own port: 80, ConnectionDuration: 2.01062297821 seconds), +(Remote IP: 23.94.247.41, Remote port: 53839, Own port: 80, ConnectionDuration: 3.11408805847 seconds), +(Remote IP: 23.94.247.41, Remote port: 53919, Own port: 80, ConnectionDuration: 1.00131011009 seconds), +(Remote IP: 23.94.247.41, Remote port: 54187, Own port: 80, ConnectionDuration: 2.6934940815 seconds), +(Remote IP: 23.94.247.41, Remote port: 54307, Own port: 80, ConnectionDuration: 1.00582814217 seconds), +(Remote IP: 23.94.247.41, Remote port: 54371, Own port: 80, ConnectionDuration: 6.50734114647 seconds), +(Remote IP: 23.94.247.41, Remote port: 54521, Own port: 80, ConnectionDuration: 2.00794911385 seconds), +(Remote IP: 23.94.247.41, Remote port: 54643, Own port: 80, ConnectionDuration: 2.49904799461 seconds), +(Remote IP: 23.94.247.41, Remote port: 54733, Own port: 80, ConnectionDuration: 2.10569810867 seconds), +(Remote IP: 23.94.247.41, Remote port: 54978, Own port: 80, ConnectionDuration: 4.09795618057 seconds), +(Remote IP: 23.94.247.41, Remote port: 55109, Own port: 80, ConnectionDuration: 2.0028181076 seconds), +(Remote IP: 23.94.247.41, Remote port: 55177, Own port: 80, ConnectionDuration: 1.53913712502 seconds), +(Remote IP: 23.94.247.41, Remote port: 55275, Own port: 80, ConnectionDuration: 9.82683587074 seconds), +(Remote IP: 23.94.247.41, Remote port: 55496, Own port: 80, ConnectionDuration: 3.06600999832 seconds), +(Remote IP: 23.94.247.41, Remote port: 55586, Own port: 80, ConnectionDuration: 2.08798313141 seconds), +(Remote IP: 23.94.247.41, Remote port: 55701, Own port: 80, ConnectionDuration: 3.28228282928 seconds), +(Remote IP: 23.94.247.41, Remote port: 55808, Own port: 80, ConnectionDuration: 1.37374901772 seconds), +(Remote IP: 23.94.247.41, Remote port: 55937, Own port: 80, ConnectionDuration: 3.29300403595 seconds), +(Remote IP: 23.94.247.41, Remote port: 56110, Own port: 80, ConnectionDuration: 1.00651597977 seconds), +(Remote IP: 23.94.247.41, Remote port: 56185, Own port: 80, ConnectionDuration: 8.24590587616 seconds), +(Remote IP: 23.94.247.41, Remote port: 56366, Own port: 80, ConnectionDuration: 1.05991983414 seconds), +(Remote IP: 23.94.247.41, Remote port: 56459, Own port: 80, ConnectionDuration: 3.0812690258 seconds), +(Remote IP: 23.94.247.41, Remote port: 56599, Own port: 80, ConnectionDuration: 2.02836608887 seconds), +(Remote IP: 23.94.247.41, Remote port: 56660, Own port: 80, ConnectionDuration: 3.06235599518 seconds), +(Remote IP: 23.94.247.41, Remote port: 56774, Own port: 80, ConnectionDuration: 1.41495394707 seconds), +(Remote IP: 23.94.247.41, Remote port: 56942, Own port: 80, ConnectionDuration: 3.4365439415 seconds), +(Remote IP: 23.94.247.41, Remote port: 57040, Own port: 80, ConnectionDuration: 1.02373790741 seconds), +(Remote IP: 23.94.247.41, Remote port: 57144, Own port: 80, ConnectionDuration: 3.88322305679 seconds), +(Remote IP: 23.94.247.41, Remote port: 57261, Own port: 80, ConnectionDuration: 2.07036304474 seconds), +(Remote IP: 23.94.247.41, Remote port: 57353, Own port: 80, ConnectionDuration: 3.58172702789 seconds), +(Remote IP: 23.94.247.41, Remote port: 57564, Own port: 80, ConnectionDuration: 1.88832879066 seconds), +(Remote IP: 23.94.247.41, Remote port: 57626, Own port: 80, ConnectionDuration: 21.1808149815 seconds), +(Remote IP: 167.94.138.118, Remote port: 33380, Own port: 80, ConnectionDuration: 3.10128593445 seconds), +(Remote IP: 167.94.138.118, Remote port: 33380, Own port: 80, ConnectionDuration: 3.10179281235 seconds), +(Remote IP: 23.94.247.41, Remote port: 58174, Own port: 80, ConnectionDuration: 1.00579214096 seconds), +(Remote IP: 167.94.138.118, Remote port: 40370, Own port: 80, ConnectionDuration: 4.3360710144 seconds), +(Remote IP: 167.94.138.118, Remote port: 40370, Own port: 80, ConnectionDuration: 4.33659005165 seconds), +(Remote IP: 167.94.138.118, Remote port: 55466, Own port: 80, ConnectionDuration: 0.107461929321 seconds), +(Remote IP: 167.94.138.118, Remote port: 36774, Own port: 80, ConnectionDuration: 0.113325119019 seconds), +(Remote IP: 167.94.138.118, Remote port: 36774, Own port: 80, ConnectionDuration: 0.113788127899 seconds), +(Remote IP: 167.94.138.118, Remote port: 46658, Own port: 80, ConnectionDuration: 0.18240904808 seconds), +(Remote IP: 23.94.247.41, Remote port: 58277, Own port: 80, ConnectionDuration: 4.03755187988 seconds), +(Remote IP: 23.94.247.41, Remote port: 58412, Own port: 80, ConnectionDuration: 1.01182103157 seconds), +(Remote IP: 23.94.247.41, Remote port: 58483, Own port: 80, ConnectionDuration: 3.22616195679 seconds), +(Remote IP: 23.94.247.41, Remote port: 58601, Own port: 80, ConnectionDuration: 1.22528100014 seconds), +(Remote IP: 23.94.247.41, Remote port: 58747, Own port: 80, ConnectionDuration: 3.10260391235 seconds), +(Remote IP: 23.94.247.41, Remote port: 58839, Own port: 80, ConnectionDuration: 0.999875068665 seconds), +(Remote IP: 23.94.247.41, Remote port: 58914, Own port: 80, ConnectionDuration: 3.96845507622 seconds), +(Remote IP: 23.94.247.41, Remote port: 59070, Own port: 80, ConnectionDuration: 2.42235898972 seconds), +(Remote IP: 23.94.247.41, Remote port: 59147, Own port: 80, ConnectionDuration: 4.20638799667 seconds), +(Remote IP: 23.94.247.41, Remote port: 59278, Own port: 80, ConnectionDuration: 2.30379509926 seconds), +(Remote IP: 23.94.247.41, Remote port: 59395, Own port: 80, ConnectionDuration: 5.16918802261 seconds), +(Remote IP: 23.94.247.41, Remote port: 59557, Own port: 80, ConnectionDuration: 2.08791399002 seconds), +(Remote IP: 23.94.247.41, Remote port: 59639, Own port: 80, ConnectionDuration: 3.0898809433 seconds), +(Remote IP: 23.94.247.41, Remote port: 59749, Own port: 80, ConnectionDuration: 1.70358109474 seconds), +(Remote IP: 23.94.247.41, Remote port: 59907, Own port: 80, ConnectionDuration: 3.08480906487 seconds), +(Remote IP: 23.94.247.41, Remote port: 60008, Own port: 80, ConnectionDuration: 4.60157203674 seconds), +(Remote IP: 23.94.247.41, Remote port: 60205, Own port: 80, ConnectionDuration: 2.00145888329 seconds), +(Remote IP: 23.94.247.41, Remote port: 60336, Own port: 80, ConnectionDuration: 3.00762200356 seconds), +(Remote IP: 23.94.247.41, Remote port: 60464, Own port: 80, ConnectionDuration: 3.07740116119 seconds), +(Remote IP: 23.94.247.41, Remote port: 60585, Own port: 80, ConnectionDuration: 2.00321698189 seconds), +(Remote IP: 23.94.247.41, Remote port: 60682, Own port: 80, ConnectionDuration: 4.08580303192 seconds), +(Remote IP: 23.94.247.41, Remote port: 60781, Own port: 80, ConnectionDuration: 2.03225898743 seconds), +(Remote IP: 23.94.247.41, Remote port: 60873, Own port: 80, ConnectionDuration: 1.02420783043 seconds), +(Remote IP: 23.94.247.41, Remote port: 60975, Own port: 80, ConnectionDuration: 1.02942109108 seconds), +(Remote IP: 23.94.247.41, Remote port: 61169, Own port: 80, ConnectionDuration: 4.609552145 seconds), +(Remote IP: 23.94.247.41, Remote port: 61262, Own port: 80, ConnectionDuration: 1.9645318985 seconds), +(Remote IP: 23.94.247.41, Remote port: 61398, Own port: 80, ConnectionDuration: 3.69011592865 seconds), +(Remote IP: 23.94.247.41, Remote port: 61565, Own port: 80, ConnectionDuration: 1.70145702362 seconds), +(Remote IP: 23.94.247.41, Remote port: 61690, Own port: 80, ConnectionDuration: 4.65401887894 seconds), +(Remote IP: 23.94.247.41, Remote port: 61831, Own port: 80, ConnectionDuration: 1.23090386391 seconds), +(Remote IP: 23.94.247.41, Remote port: 61965, Own port: 80, ConnectionDuration: 3.41405200958 seconds), +(Remote IP: 23.94.247.41, Remote port: 62135, Own port: 80, ConnectionDuration: 1.01069998741 seconds), +(Remote IP: 23.94.247.41, Remote port: 62293, Own port: 80, ConnectionDuration: 3.80317282677 seconds), +(Remote IP: 23.94.247.41, Remote port: 62400, Own port: 80, ConnectionDuration: 1.50030899048 seconds), +(Remote IP: 23.94.247.41, Remote port: 62474, Own port: 80, ConnectionDuration: 1.01865196228 seconds), +(Remote IP: 23.94.247.41, Remote port: 62515, Own port: 80, ConnectionDuration: 1.04859495163 seconds), +(Remote IP: 23.94.247.41, Remote port: 62646, Own port: 80, ConnectionDuration: 4.01865100861 seconds), +(Remote IP: 23.94.247.41, Remote port: 62772, Own port: 80, ConnectionDuration: 1.2066950798 seconds), +(Remote IP: 23.94.247.41, Remote port: 62878, Own port: 80, ConnectionDuration: 6.38283491135 seconds), +(Remote IP: 23.94.247.41, Remote port: 63038, Own port: 80, ConnectionDuration: 1.0024330616 seconds), +(Remote IP: 23.94.247.41, Remote port: 63091, Own port: 80, ConnectionDuration: 1.0940451622 seconds), +(Remote IP: 23.94.247.41, Remote port: 63150, Own port: 80, ConnectionDuration: 2.07669401169 seconds), +(Remote IP: 23.94.247.41, Remote port: 63243, Own port: 80, ConnectionDuration: 3.11699509621 seconds), +(Remote IP: 23.94.247.41, Remote port: 63395, Own port: 80, ConnectionDuration: 1.91698884964 seconds), +(Remote IP: 23.94.247.41, Remote port: 63535, Own port: 80, ConnectionDuration: 2.59872817993 seconds), +(Remote IP: 23.94.247.41, Remote port: 63689, Own port: 80, ConnectionDuration: 1.59231209755 seconds), +(Remote IP: 23.94.247.41, Remote port: 63783, Own port: 80, ConnectionDuration: 4.09204411507 seconds), +(Remote IP: 23.94.247.41, Remote port: 63902, Own port: 80, ConnectionDuration: 2.02704596519 seconds), +(Remote IP: 23.94.247.41, Remote port: 63992, Own port: 80, ConnectionDuration: 6.40360593796 seconds), +(Remote IP: 23.94.247.41, Remote port: 64233, Own port: 80, ConnectionDuration: 2.02796220779 seconds), +(Remote IP: 23.94.247.41, Remote port: 64346, Own port: 80, ConnectionDuration: 3.22128796577 seconds), +(Remote IP: 23.94.247.41, Remote port: 64533, Own port: 80, ConnectionDuration: 1.88124895096 seconds), +(Remote IP: 23.94.247.41, Remote port: 64657, Own port: 80, ConnectionDuration: 2.77780985832 seconds), +(Remote IP: 23.94.247.41, Remote port: 64923, Own port: 80, ConnectionDuration: 2.15567994118 seconds), +(Remote IP: 23.94.247.41, Remote port: 65030, Own port: 80, ConnectionDuration: 5.26054883003 seconds), +(Remote IP: 23.94.247.41, Remote port: 65173, Own port: 80, ConnectionDuration: 1.84669804573 seconds), +(Remote IP: 23.94.247.41, Remote port: 65244, Own port: 80, ConnectionDuration: 3.98961186409 seconds), +(Remote IP: 23.94.247.41, Remote port: 65358, Own port: 80, ConnectionDuration: 1.05746912956 seconds), +(Remote IP: 23.94.247.41, Remote port: 65466, Own port: 80, ConnectionDuration: 4.21487593651 seconds), +(Remote IP: 23.94.247.41, Remote port: 49207, Own port: 80, ConnectionDuration: 1.01753687859 seconds), +(Remote IP: 23.94.247.41, Remote port: 49351, Own port: 80, ConnectionDuration: 5.03607106209 seconds), +(Remote IP: 23.94.247.41, Remote port: 49504, Own port: 80, ConnectionDuration: 2.00015282631 seconds), +(Remote IP: 23.94.247.41, Remote port: 49587, Own port: 80, ConnectionDuration: 4.10034012794 seconds), +(Remote IP: 23.94.247.41, Remote port: 49739, Own port: 80, ConnectionDuration: 2.61110091209 seconds), +(Remote IP: 23.94.247.41, Remote port: 49801, Own port: 80, ConnectionDuration: 3.72259998322 seconds), +(Remote IP: 23.94.247.41, Remote port: 49913, Own port: 80, ConnectionDuration: 2.01466298103 seconds), +(Remote IP: 23.94.247.41, Remote port: 49999, Own port: 80, ConnectionDuration: 3.03698897362 seconds), +(Remote IP: 23.94.247.41, Remote port: 50166, Own port: 80, ConnectionDuration: 2.02771806717 seconds), +(Remote IP: 23.94.247.41, Remote port: 50342, Own port: 80, ConnectionDuration: 4.9056930542 seconds), +(Remote IP: 23.94.247.41, Remote port: 50556, Own port: 80, ConnectionDuration: 2.01966190338 seconds), +(Remote IP: 23.94.247.41, Remote port: 50646, Own port: 80, ConnectionDuration: 4.46579194069 seconds), +(Remote IP: 23.94.247.41, Remote port: 50803, Own port: 80, ConnectionDuration: 1.80353093147 seconds), +(Remote IP: 23.94.247.41, Remote port: 50978, Own port: 80, ConnectionDuration: 11.1875770092 seconds), +(Remote IP: 23.94.247.41, Remote port: 51229, Own port: 80, ConnectionDuration: 2.01795291901 seconds), +(Remote IP: 23.94.247.41, Remote port: 51397, Own port: 80, ConnectionDuration: 4.21802902222 seconds), +(Remote IP: 23.94.247.41, Remote port: 51524, Own port: 80, ConnectionDuration: 3.07320809364 seconds), +(Remote IP: 23.94.247.41, Remote port: 51651, Own port: 80, ConnectionDuration: 2.09626102448 seconds), +(Remote IP: 23.94.247.41, Remote port: 51726, Own port: 80, ConnectionDuration: 1.00963282585 seconds), +(Remote IP: 23.94.247.41, Remote port: 51859, Own port: 80, ConnectionDuration: 2.78053808212 seconds), +(Remote IP: 23.94.247.41, Remote port: 51976, Own port: 80, ConnectionDuration: 2.47541093826 seconds), +(Remote IP: 23.94.247.41, Remote port: 52090, Own port: 80, ConnectionDuration: 4.03964591026 seconds), +(Remote IP: 23.94.247.41, Remote port: 52214, Own port: 80, ConnectionDuration: 1.62428593636 seconds), +(Remote IP: 23.94.247.41, Remote port: 52287, Own port: 80, ConnectionDuration: 3.08204913139 seconds), +(Remote IP: 23.94.247.41, Remote port: 52414, Own port: 80, ConnectionDuration: 1.05930900574 seconds), +(Remote IP: 23.94.247.41, Remote port: 52632, Own port: 80, ConnectionDuration: 5.10547089577 seconds), +(Remote IP: 23.94.247.41, Remote port: 52753, Own port: 80, ConnectionDuration: 2.08099484444 seconds), +(Remote IP: 23.94.247.41, Remote port: 52821, Own port: 80, ConnectionDuration: 3.90292692184 seconds), +(Remote IP: 23.94.247.41, Remote port: 53004, Own port: 80, ConnectionDuration: 1.39840102196 seconds), +(Remote IP: 23.94.247.41, Remote port: 53105, Own port: 80, ConnectionDuration: 2.79868888855 seconds), +(Remote IP: 23.94.247.41, Remote port: 53155, Own port: 80, ConnectionDuration: 1.00161600113 seconds), +(Remote IP: 23.94.247.41, Remote port: 53227, Own port: 80, ConnectionDuration: 1.2107770443 seconds), +(Remote IP: 23.94.247.41, Remote port: 53308, Own port: 80, ConnectionDuration: 2.05157184601 seconds), +(Remote IP: 23.94.247.41, Remote port: 53416, Own port: 80, ConnectionDuration: 7.10346007347 seconds), +(Remote IP: 23.94.247.41, Remote port: 53601, Own port: 80, ConnectionDuration: 1.52605509758 seconds), +(Remote IP: 23.94.247.41, Remote port: 53700, Own port: 80, ConnectionDuration: 4.77572798729 seconds), +(Remote IP: 23.94.247.41, Remote port: 53859, Own port: 80, ConnectionDuration: 2.07080888748 seconds), +(Remote IP: 23.94.247.41, Remote port: 54014, Own port: 80, ConnectionDuration: 3.472001791 seconds), +(Remote IP: 23.94.247.41, Remote port: 54155, Own port: 80, ConnectionDuration: 1.01739001274 seconds), +(Remote IP: 23.94.247.41, Remote port: 54283, Own port: 80, ConnectionDuration: 4.01307415962 seconds), +(Remote IP: 23.94.247.41, Remote port: 54418, Own port: 80, ConnectionDuration: 1.20800113678 seconds), +(Remote IP: 23.94.247.41, Remote port: 54491, Own port: 80, ConnectionDuration: 4.07738399506 seconds), +(Remote IP: 23.94.247.41, Remote port: 54606, Own port: 80, ConnectionDuration: 1.90151596069 seconds), +(Remote IP: 23.94.247.41, Remote port: 54682, Own port: 80, ConnectionDuration: 4.09533810616 seconds), +(Remote IP: 23.94.247.41, Remote port: 54866, Own port: 80, ConnectionDuration: 1.07411813736 seconds), +(Remote IP: 23.94.247.41, Remote port: 54944, Own port: 80, ConnectionDuration: 1.29976987839 seconds), +(Remote IP: 23.94.247.41, Remote port: 54999, Own port: 80, ConnectionDuration: 0.289057970047 seconds), +(Remote IP: 23.94.247.41, Remote port: 55033, Own port: 80, ConnectionDuration: 0.943452119827 seconds), +(Remote IP: 23.94.247.41, Remote port: 55078, Own port: 80, ConnectionDuration: 1.87742400169 seconds), +(Remote IP: 23.94.247.41, Remote port: 55172, Own port: 80, ConnectionDuration: 2.09794688225 seconds), +(Remote IP: 112.4.139.162, Remote port: 5002, Own port: 3389, ConnectionDuration: 0.00119209289551 seconds), +(Remote IP: 23.94.247.41, Remote port: 55322, Own port: 80, ConnectionDuration: 2.09510493279 seconds), +(Remote IP: 23.94.247.41, Remote port: 55413, Own port: 80, ConnectionDuration: 1.99132585526 seconds), +(Remote IP: 23.94.247.41, Remote port: 55509, Own port: 80, ConnectionDuration: 1.896889925 seconds), +(Remote IP: 23.94.247.41, Remote port: 55631, Own port: 80, ConnectionDuration: 3.11033296585 seconds), +(Remote IP: 23.94.247.41, Remote port: 55753, Own port: 80, ConnectionDuration: 2.09380817413 seconds), +(Remote IP: 23.94.247.41, Remote port: 55817, Own port: 80, ConnectionDuration: 5.42376899719 seconds), +(Remote IP: 23.94.247.41, Remote port: 55942, Own port: 80, ConnectionDuration: 2.0152130127 seconds), +(Remote IP: 23.94.247.41, Remote port: 56041, Own port: 80, ConnectionDuration: 4.0852689743 seconds), +(Remote IP: 23.94.247.41, Remote port: 56154, Own port: 80, ConnectionDuration: 2.05732989311 seconds), +(Remote IP: 23.94.247.41, Remote port: 56293, Own port: 80, ConnectionDuration: 3.48541903496 seconds), +(Remote IP: 23.94.247.41, Remote port: 56408, Own port: 80, ConnectionDuration: 2.0841729641 seconds), +(Remote IP: 23.94.247.41, Remote port: 56549, Own port: 80, ConnectionDuration: 5.00780510902 seconds), +(Remote IP: 23.94.247.41, Remote port: 56787, Own port: 80, ConnectionDuration: 1.07919001579 seconds), +(Remote IP: 23.94.247.41, Remote port: 56854, Own port: 80, ConnectionDuration: 3.04811215401 seconds), +(Remote IP: 23.94.247.41, Remote port: 57007, Own port: 80, ConnectionDuration: 1.01782417297 seconds), +(Remote IP: 23.94.247.41, Remote port: 57056, Own port: 80, ConnectionDuration: 1.01143097878 seconds), +(Remote IP: 23.94.247.41, Remote port: 57171, Own port: 80, ConnectionDuration: 2.01744008064 seconds), +(Remote IP: 23.94.247.41, Remote port: 57271, Own port: 80, ConnectionDuration: 2.61265802383 seconds), +(Remote IP: 23.94.247.41, Remote port: 57406, Own port: 80, ConnectionDuration: 1.7110991478 seconds), +(Remote IP: 23.94.247.41, Remote port: 57571, Own port: 80, ConnectionDuration: 4.89000797272 seconds), +(Remote IP: 23.94.247.41, Remote port: 57718, Own port: 80, ConnectionDuration: 2.00612998009 seconds), +(Remote IP: 23.94.247.41, Remote port: 57835, Own port: 80, ConnectionDuration: 3.30346989632 seconds), +(Remote IP: 23.94.247.41, Remote port: 58028, Own port: 80, ConnectionDuration: 2.06659388542 seconds), +(Remote IP: 23.94.247.41, Remote port: 58099, Own port: 80, ConnectionDuration: 3.83054184914 seconds), +(Remote IP: 23.94.247.41, Remote port: 58177, Own port: 80, ConnectionDuration: 1.01839017868 seconds), +(Remote IP: 23.94.247.41, Remote port: 58267, Own port: 80, ConnectionDuration: 3.02380394936 seconds), +(Remote IP: 23.94.247.41, Remote port: 58396, Own port: 80, ConnectionDuration: 1.51813697815 seconds), +(Remote IP: 84.54.51.41, Remote port: 44468, Own port: 80, ConnectionDuration: 14.9079740047 seconds), +(Remote IP: 23.94.247.41, Remote port: 58497, Own port: 80, ConnectionDuration: 20.002163887 seconds), +(Remote IP: 23.94.247.41, Remote port: 58961, Own port: 80, ConnectionDuration: 1.1876001358 seconds), +(Remote IP: 23.94.247.41, Remote port: 59068, Own port: 80, ConnectionDuration: 3.03375887871 seconds), +(Remote IP: 23.94.247.41, Remote port: 59189, Own port: 80, ConnectionDuration: 2.0153131485 seconds), +(Remote IP: 23.94.247.41, Remote port: 59314, Own port: 80, ConnectionDuration: 4.01924920082 seconds), +(Remote IP: 23.94.247.41, Remote port: 59520, Own port: 80, ConnectionDuration: 1.13198900223 seconds), +(Remote IP: 23.94.247.41, Remote port: 59629, Own port: 80, ConnectionDuration: 4.39974093437 seconds), +(Remote IP: 23.94.247.41, Remote port: 59961, Own port: 80, ConnectionDuration: 2.01565384865 seconds), +(Remote IP: 23.94.247.41, Remote port: 60077, Own port: 80, ConnectionDuration: 1.98604488373 seconds), +(Remote IP: 23.94.247.41, Remote port: 60210, Own port: 80, ConnectionDuration: 1.49937391281 seconds), +(Remote IP: 23.94.247.41, Remote port: 60288, Own port: 80, ConnectionDuration: 8.99741005898 seconds), +(Remote IP: 23.94.247.41, Remote port: 60453, Own port: 80, ConnectionDuration: 2.01771092415 seconds), +(Remote IP: 23.94.247.41, Remote port: 60540, Own port: 80, ConnectionDuration: 3.81203603745 seconds), +(Remote IP: 23.94.247.41, Remote port: 60671, Own port: 80, ConnectionDuration: 1.3862221241 seconds), +(Remote IP: 23.94.247.41, Remote port: 60781, Own port: 80, ConnectionDuration: 4.78187584877 seconds), +(Remote IP: 23.94.247.41, Remote port: 61023, Own port: 80, ConnectionDuration: 1.19526004791 seconds), +(Remote IP: 23.94.247.41, Remote port: 61093, Own port: 80, ConnectionDuration: 2.01542687416 seconds), +(Remote IP: 23.94.247.41, Remote port: 61184, Own port: 80, ConnectionDuration: 1.6846549511 seconds), +(Remote IP: 23.94.247.41, Remote port: 61297, Own port: 80, ConnectionDuration: 4.03454995155 seconds), +(Remote IP: 23.94.247.41, Remote port: 61540, Own port: 80, ConnectionDuration: 2.07999801636 seconds), +(Remote IP: 23.94.247.41, Remote port: 61614, Own port: 80, ConnectionDuration: 4.09939908981 seconds), +(Remote IP: 23.94.247.41, Remote port: 61766, Own port: 80, ConnectionDuration: 1.91222691536 seconds), +(Remote IP: 139.227.137.138, Remote port: 58412, Own port: 23, ConnectionDuration: 30.6091821194 seconds), +(Remote IP: 23.94.247.41, Remote port: 61858, Own port: 80, ConnectionDuration: 4.10934996605 seconds), +(Remote IP: 23.94.247.41, Remote port: 62000, Own port: 80, ConnectionDuration: 1.34240698814 seconds), +(Remote IP: 23.94.247.41, Remote port: 62101, Own port: 80, ConnectionDuration: 3.69271397591 seconds), +(Remote IP: 23.94.247.41, Remote port: 62180, Own port: 80, ConnectionDuration: 1.17720103264 seconds), +(Remote IP: 23.94.247.41, Remote port: 62279, Own port: 80, ConnectionDuration: 3.89190387726 seconds), +(Remote IP: 23.94.247.41, Remote port: 62458, Own port: 80, ConnectionDuration: 1.52596688271 seconds), +(Remote IP: 23.94.247.41, Remote port: 62530, Own port: 80, ConnectionDuration: 5.21619391441 seconds), +(Remote IP: 23.94.247.41, Remote port: 62717, Own port: 80, ConnectionDuration: 2.03673005104 seconds), +(Remote IP: 23.94.247.41, Remote port: 62766, Own port: 80, ConnectionDuration: 2.93121409416 seconds), +(Remote IP: 23.94.247.41, Remote port: 62963, Own port: 80, ConnectionDuration: 2.06946992874 seconds), +(Remote IP: 23.94.247.41, Remote port: 63024, Own port: 80, ConnectionDuration: 4.7810959816 seconds), +(Remote IP: 23.94.247.41, Remote port: 63141, Own port: 80, ConnectionDuration: 0.789717197418 seconds), +(Remote IP: 23.94.247.41, Remote port: 63198, Own port: 80, ConnectionDuration: 2.48874688148 seconds), +(Remote IP: 23.94.247.41, Remote port: 63356, Own port: 80, ConnectionDuration: 1.00057983398 seconds), +(Remote IP: 23.94.247.41, Remote port: 63417, Own port: 80, ConnectionDuration: 3.08047509193 seconds), +(Remote IP: 23.94.247.41, Remote port: 63532, Own port: 80, ConnectionDuration: 0.799515962601 seconds), +(Remote IP: 23.94.247.41, Remote port: 63609, Own port: 80, ConnectionDuration: 1.20213413239 seconds), +(Remote IP: 23.94.247.41, Remote port: 63674, Own port: 80, ConnectionDuration: 0.181541919708 seconds), +(Remote IP: 23.94.247.41, Remote port: 63693, Own port: 80, ConnectionDuration: 0.304015159607 seconds), +(Remote IP: 23.94.247.41, Remote port: 63706, Own port: 80, ConnectionDuration: 0.094496011734 seconds), +(Remote IP: 23.94.247.41, Remote port: 63711, Own port: 80, ConnectionDuration: 0.0901961326599 seconds), +(Remote IP: 23.94.247.41, Remote port: 63724, Own port: 80, ConnectionDuration: 0.376066923141 seconds), +(Remote IP: 23.94.247.41, Remote port: 63755, Own port: 80, ConnectionDuration: 0.166987895966 seconds), +(Remote IP: 23.94.247.41, Remote port: 63769, Own port: 80, ConnectionDuration: 0.509114027023 seconds), +(Remote IP: 23.94.247.41, Remote port: 63778, Own port: 80, ConnectionDuration: 0.891239881516 seconds), +(Remote IP: 23.94.247.41, Remote port: 63794, Own port: 80, ConnectionDuration: 0.27397108078 seconds), +(Remote IP: 23.94.247.41, Remote port: 63805, Own port: 80, ConnectionDuration: 0.309861898422 seconds), +(Remote IP: 23.94.247.41, Remote port: 63833, Own port: 80, ConnectionDuration: 0.185921907425 seconds), +(Remote IP: 23.94.247.41, Remote port: 63844, Own port: 80, ConnectionDuration: 0.112464904785 seconds), +(Remote IP: 23.94.247.41, Remote port: 63851, Own port: 80, ConnectionDuration: 0.300626039505 seconds), +(Remote IP: 23.94.247.41, Remote port: 63870, Own port: 80, ConnectionDuration: 0.265898942947 seconds), +(Remote IP: 23.94.247.41, Remote port: 63885, Own port: 80, ConnectionDuration: 0.176415920258 seconds), +(Remote IP: 23.94.247.41, Remote port: 63894, Own port: 80, ConnectionDuration: 0.224761009216 seconds), +(Remote IP: 23.94.247.41, Remote port: 63904, Own port: 80, ConnectionDuration: 0.325533866882 seconds), +(Remote IP: 23.94.247.41, Remote port: 63942, Own port: 80, ConnectionDuration: 0.102137088776 seconds), +(Remote IP: 23.94.247.41, Remote port: 63957, Own port: 80, ConnectionDuration: 0.292572021484 seconds), +(Remote IP: 23.94.247.41, Remote port: 63976, Own port: 80, ConnectionDuration: 0.597211837769 seconds), +(Remote IP: 23.94.247.41, Remote port: 64026, Own port: 80, ConnectionDuration: 0.196146011353 seconds), +(Remote IP: 23.94.247.41, Remote port: 64044, Own port: 80, ConnectionDuration: 1.09937691689 seconds), +(Remote IP: 23.94.247.41, Remote port: 64115, Own port: 80, ConnectionDuration: 0.267582893372 seconds), +(Remote IP: 23.94.247.41, Remote port: 64125, Own port: 80, ConnectionDuration: 0.206816196442 seconds), +(Remote IP: 23.94.247.41, Remote port: 64141, Own port: 80, ConnectionDuration: 0.216068983078 seconds), +(Remote IP: 23.94.247.41, Remote port: 64152, Own port: 80, ConnectionDuration: 0.209446907043 seconds), +(Remote IP: 23.94.247.41, Remote port: 64167, Own port: 80, ConnectionDuration: 0.414439916611 seconds), +(Remote IP: 23.94.247.41, Remote port: 64211, Own port: 80, ConnectionDuration: 0.407984018326 seconds), +(Remote IP: 23.94.247.41, Remote port: 64221, Own port: 80, ConnectionDuration: 0.422087907791 seconds), +(Remote IP: 23.94.247.41, Remote port: 64237, Own port: 80, ConnectionDuration: 0.411858081818 seconds), +(Remote IP: 23.94.247.41, Remote port: 64247, Own port: 80, ConnectionDuration: 0.257699012756 seconds), +(Remote IP: 23.94.247.41, Remote port: 64258, Own port: 80, ConnectionDuration: 0.493713140488 seconds), +(Remote IP: 23.94.247.41, Remote port: 64298, Own port: 80, ConnectionDuration: 0.408819913864 seconds), +(Remote IP: 23.94.247.41, Remote port: 64314, Own port: 80, ConnectionDuration: 0.988188028336 seconds), +(Remote IP: 23.94.247.41, Remote port: 64378, Own port: 80, ConnectionDuration: 0.230966091156 seconds), +(Remote IP: 23.94.247.41, Remote port: 64396, Own port: 80, ConnectionDuration: 0.376492977142 seconds), +(Remote IP: 23.94.247.41, Remote port: 64423, Own port: 80, ConnectionDuration: 0.23018693924 seconds), +(Remote IP: 23.94.247.41, Remote port: 64437, Own port: 80, ConnectionDuration: 0.390299081802 seconds), +(Remote IP: 23.94.247.41, Remote port: 64460, Own port: 80, ConnectionDuration: 0.3026471138 seconds), +(Remote IP: 23.94.247.41, Remote port: 64475, Own port: 80, ConnectionDuration: 0.129551172256 seconds), +(Remote IP: 23.94.247.41, Remote port: 64522, Own port: 80, ConnectionDuration: 0.301614999771 seconds), +(Remote IP: 23.94.247.41, Remote port: 64533, Own port: 80, ConnectionDuration: 0.1190969944 seconds), +(Remote IP: 23.94.247.41, Remote port: 64545, Own port: 80, ConnectionDuration: 0.108633041382 seconds), +(Remote IP: 23.94.247.41, Remote port: 64554, Own port: 80, ConnectionDuration: 0.203707933426 seconds), +(Remote IP: 23.94.247.41, Remote port: 64564, Own port: 80, ConnectionDuration: 0.425173997879 seconds), +(Remote IP: 23.94.247.41, Remote port: 64574, Own port: 80, ConnectionDuration: 0.123817920685 seconds), +(Remote IP: 23.94.247.41, Remote port: 64588, Own port: 80, ConnectionDuration: 0.306054115295 seconds), +(Remote IP: 23.94.247.41, Remote port: 64609, Own port: 80, ConnectionDuration: 0.215133905411 seconds), +(Remote IP: 23.94.247.41, Remote port: 64653, Own port: 80, ConnectionDuration: 0.376189947128 seconds), +(Remote IP: 23.94.247.41, Remote port: 64668, Own port: 80, ConnectionDuration: 0.119240999222 seconds), +(Remote IP: 23.94.247.41, Remote port: 64682, Own port: 80, ConnectionDuration: 0.0307910442352 seconds), +(Remote IP: 23.94.247.41, Remote port: 64689, Own port: 80, ConnectionDuration: 0.107472896576 seconds), +(Remote IP: 23.94.247.41, Remote port: 64699, Own port: 80, ConnectionDuration: 0.216651916504 seconds), +(Remote IP: 23.94.247.41, Remote port: 64706, Own port: 80, ConnectionDuration: 0.20162987709 seconds), +(Remote IP: 23.94.247.41, Remote port: 64717, Own port: 80, ConnectionDuration: 0.187022924423 seconds), +(Remote IP: 23.94.247.41, Remote port: 64723, Own port: 80, ConnectionDuration: 0.124420166016 seconds), +(Remote IP: 23.94.247.41, Remote port: 64759, Own port: 80, ConnectionDuration: 0.196274995804 seconds), +(Remote IP: 23.94.247.41, Remote port: 64773, Own port: 80, ConnectionDuration: 0.318533182144 seconds), +(Remote IP: 23.94.247.41, Remote port: 64791, Own port: 80, ConnectionDuration: 0.218164920807 seconds), +(Remote IP: 23.94.247.41, Remote port: 64800, Own port: 80, ConnectionDuration: 0.326292991638 seconds), +(Remote IP: 23.94.247.41, Remote port: 64828, Own port: 80, ConnectionDuration: 0.293037891388 seconds), +(Remote IP: 23.94.247.41, Remote port: 64861, Own port: 80, ConnectionDuration: 0.203881025314 seconds), +(Remote IP: 23.94.247.41, Remote port: 64893, Own port: 80, ConnectionDuration: 0.322121858597 seconds), +(Remote IP: 23.94.247.41, Remote port: 64911, Own port: 80, ConnectionDuration: 0.526589870453 seconds), +(Remote IP: 23.94.247.41, Remote port: 64960, Own port: 80, ConnectionDuration: 0.322108030319 seconds), +(Remote IP: 23.94.247.41, Remote port: 65003, Own port: 80, ConnectionDuration: 0.193822860718 seconds), +(Remote IP: 23.94.247.41, Remote port: 65014, Own port: 80, ConnectionDuration: 0.498291969299 seconds), +(Remote IP: 23.94.247.41, Remote port: 65026, Own port: 80, ConnectionDuration: 0.304177999496 seconds), +(Remote IP: 23.94.247.41, Remote port: 65042, Own port: 80, ConnectionDuration: 0.40781712532 seconds), +(Remote IP: 23.94.247.41, Remote port: 65059, Own port: 80, ConnectionDuration: 0.175681114197 seconds), +(Remote IP: 23.94.247.41, Remote port: 65076, Own port: 80, ConnectionDuration: 0.123685836792 seconds), +(Remote IP: 23.94.247.41, Remote port: 65106, Own port: 80, ConnectionDuration: 0.279287099838 seconds), +(Remote IP: 23.94.247.41, Remote port: 65130, Own port: 80, ConnectionDuration: 0.303921937943 seconds), +(Remote IP: 23.94.247.41, Remote port: 65152, Own port: 80, ConnectionDuration: 0.698527097702 seconds), +(Remote IP: 23.94.247.41, Remote port: 65178, Own port: 80, ConnectionDuration: 0.175520181656 seconds), +(Remote IP: 23.94.247.41, Remote port: 65185, Own port: 80, ConnectionDuration: 0.184511899948 seconds), +(Remote IP: 23.94.247.41, Remote port: 65191, Own port: 80, ConnectionDuration: 0.130773067474 seconds), +(Remote IP: 23.94.247.41, Remote port: 65216, Own port: 80, ConnectionDuration: 0.12483382225 seconds), +(Remote IP: 23.94.247.41, Remote port: 65237, Own port: 80, ConnectionDuration: 0.491632938385 seconds), +(Remote IP: 23.94.247.41, Remote port: 65258, Own port: 80, ConnectionDuration: 0.383171081543 seconds), +(Remote IP: 23.94.247.41, Remote port: 65272, Own port: 80, ConnectionDuration: 0.382085800171 seconds), +(Remote IP: 23.94.247.41, Remote port: 65290, Own port: 80, ConnectionDuration: 0.280342817307 seconds), +(Remote IP: 23.94.247.41, Remote port: 65300, Own port: 80, ConnectionDuration: 0.318510055542 seconds), +(Remote IP: 23.94.247.41, Remote port: 65340, Own port: 80, ConnectionDuration: 0.320300102234 seconds), +(Remote IP: 23.94.247.41, Remote port: 65363, Own port: 80, ConnectionDuration: 0.286679029465 seconds), +(Remote IP: 23.94.247.41, Remote port: 65375, Own port: 80, ConnectionDuration: 0.32682299614 seconds), +(Remote IP: 23.94.247.41, Remote port: 65386, Own port: 80, ConnectionDuration: 0.204904079437 seconds), +(Remote IP: 23.94.247.41, Remote port: 65402, Own port: 80, ConnectionDuration: 0.230162143707 seconds), +(Remote IP: 23.94.247.41, Remote port: 65449, Own port: 80, ConnectionDuration: 0.701214075089 seconds), +(Remote IP: 23.94.247.41, Remote port: 65468, Own port: 80, ConnectionDuration: 0.20445394516 seconds), +(Remote IP: 23.94.247.41, Remote port: 65482, Own port: 80, ConnectionDuration: 0.128118991852 seconds), +(Remote IP: 23.94.247.41, Remote port: 65493, Own port: 80, ConnectionDuration: 0.512703895569 seconds), +(Remote IP: 23.94.247.41, Remote port: 65507, Own port: 80, ConnectionDuration: 0.293248176575 seconds), +(Remote IP: 23.94.247.41, Remote port: 65526, Own port: 80, ConnectionDuration: 0.489647865295 seconds), +(Remote IP: 23.94.247.41, Remote port: 49187, Own port: 80, ConnectionDuration: 0.203507184982 seconds), +(Remote IP: 23.94.247.41, Remote port: 49209, Own port: 80, ConnectionDuration: 0.403112888336 seconds), +(Remote IP: 23.94.247.41, Remote port: 49224, Own port: 80, ConnectionDuration: 0.333366155624 seconds), +(Remote IP: 23.94.247.41, Remote port: 49238, Own port: 80, ConnectionDuration: 0.494386911392 seconds), +(Remote IP: 23.94.247.41, Remote port: 49263, Own port: 80, ConnectionDuration: 0.297106981277 seconds), +(Remote IP: 23.94.247.41, Remote port: 49276, Own port: 80, ConnectionDuration: 0.718309164047 seconds), +(Remote IP: 23.94.247.41, Remote port: 49318, Own port: 80, ConnectionDuration: 0.291223049164 seconds), +(Remote IP: 23.94.247.41, Remote port: 49328, Own port: 80, ConnectionDuration: 0.582653999329 seconds), +(Remote IP: 23.94.247.41, Remote port: 49374, Own port: 80, ConnectionDuration: 0.192786931992 seconds), +(Remote IP: 23.94.247.41, Remote port: 49388, Own port: 80, ConnectionDuration: 0.301158905029 seconds), +(Remote IP: 23.94.247.41, Remote port: 49413, Own port: 80, ConnectionDuration: 0.134246110916 seconds), +(Remote IP: 23.94.247.41, Remote port: 49430, Own port: 80, ConnectionDuration: 0.798380851746 seconds), +(Remote IP: 23.94.247.41, Remote port: 49482, Own port: 80, ConnectionDuration: 0.312180995941 seconds), +(Remote IP: 23.94.247.41, Remote port: 49494, Own port: 80, ConnectionDuration: 0.393966913223 seconds), +(Remote IP: 23.94.247.41, Remote port: 49509, Own port: 80, ConnectionDuration: 0.276285886765 seconds), +(Remote IP: 23.94.247.41, Remote port: 49521, Own port: 80, ConnectionDuration: 0.298995018005 seconds), +(Remote IP: 23.94.247.41, Remote port: 49547, Own port: 80, ConnectionDuration: 0.49649977684 seconds), +(Remote IP: 23.94.247.41, Remote port: 49604, Own port: 80, ConnectionDuration: 0.308650016785 seconds), +(Remote IP: 23.94.247.41, Remote port: 49621, Own port: 80, ConnectionDuration: 0.507565021515 seconds), +(Remote IP: 23.94.247.41, Remote port: 49639, Own port: 80, ConnectionDuration: 0.0803389549255 seconds), +(Remote IP: 23.94.247.41, Remote port: 49661, Own port: 80, ConnectionDuration: 0.618402004242 seconds), +(Remote IP: 23.94.247.41, Remote port: 49707, Own port: 80, ConnectionDuration: 0.036945104599 seconds), +(Remote IP: 23.94.247.41, Remote port: 49733, Own port: 80, ConnectionDuration: 0.413843870163 seconds), +(Remote IP: 23.94.247.41, Remote port: 49759, Own port: 80, ConnectionDuration: 0.0882120132446 seconds), +(Remote IP: 23.94.247.41, Remote port: 49769, Own port: 80, ConnectionDuration: 0.133748054504 seconds), +(Remote IP: 23.94.247.41, Remote port: 49778, Own port: 80, ConnectionDuration: 0.2091588974 seconds), +(Remote IP: 23.94.247.41, Remote port: 49792, Own port: 80, ConnectionDuration: 0.102854967117 seconds), +(Remote IP: 23.94.247.41, Remote port: 49800, Own port: 80, ConnectionDuration: 0.212452173233 seconds), +(Remote IP: 23.94.247.41, Remote port: 49826, Own port: 80, ConnectionDuration: 0.198345899582 seconds), +(Remote IP: 23.94.247.41, Remote port: 49831, Own port: 80, ConnectionDuration: 0.313416004181 seconds), +(Remote IP: 23.94.247.41, Remote port: 49851, Own port: 80, ConnectionDuration: 0.282365083694 seconds), +(Remote IP: 23.94.247.41, Remote port: 49868, Own port: 80, ConnectionDuration: 0.205202102661 seconds), +(Remote IP: 23.94.247.41, Remote port: 49877, Own port: 80, ConnectionDuration: 0.311636924744 seconds), +(Remote IP: 23.94.247.41, Remote port: 49888, Own port: 80, ConnectionDuration: 0.31182718277 seconds), +(Remote IP: 23.94.247.41, Remote port: 49907, Own port: 80, ConnectionDuration: 0.231302022934 seconds), +(Remote IP: 23.94.247.41, Remote port: 49951, Own port: 80, ConnectionDuration: 0.409147977829 seconds), +(Remote IP: 23.94.247.41, Remote port: 49964, Own port: 80, ConnectionDuration: 0.270171880722 seconds), +(Remote IP: 23.94.247.41, Remote port: 49976, Own port: 80, ConnectionDuration: 0.4061191082 seconds), +(Remote IP: 23.94.247.41, Remote port: 49989, Own port: 80, ConnectionDuration: 0.281594991684 seconds), +(Remote IP: 23.94.247.41, Remote port: 49998, Own port: 80, ConnectionDuration: 0.587635993958 seconds), +(Remote IP: 23.94.247.41, Remote port: 50062, Own port: 80, ConnectionDuration: 0.328011035919 seconds), +(Remote IP: 23.94.247.41, Remote port: 50069, Own port: 80, ConnectionDuration: 0.0788660049438 seconds), +(Remote IP: 23.94.247.41, Remote port: 50087, Own port: 80, ConnectionDuration: 0.212907791138 seconds), +(Remote IP: 23.94.247.41, Remote port: 50106, Own port: 80, ConnectionDuration: 0.115705013275 seconds), +(Remote IP: 23.94.247.41, Remote port: 50115, Own port: 80, ConnectionDuration: 0.321353197098 seconds), +(Remote IP: 23.94.247.41, Remote port: 50148, Own port: 80, ConnectionDuration: 0.298476934433 seconds), +(Remote IP: 23.94.247.41, Remote port: 50172, Own port: 80, ConnectionDuration: 0.386491060257 seconds), +(Remote IP: 23.94.247.41, Remote port: 50184, Own port: 80, ConnectionDuration: 0.198598146439 seconds), +(Remote IP: 23.94.247.41, Remote port: 50197, Own port: 80, ConnectionDuration: 0.196052074432 seconds), +(Remote IP: 23.94.247.41, Remote port: 50207, Own port: 80, ConnectionDuration: 0.313928842545 seconds), +(Remote IP: 23.94.247.41, Remote port: 50239, Own port: 80, ConnectionDuration: 0.0897841453552 seconds), +(Remote IP: 23.94.247.41, Remote port: 50255, Own port: 80, ConnectionDuration: 0.202850103378 seconds), +(Remote IP: 23.94.247.41, Remote port: 50265, Own port: 80, ConnectionDuration: 0.459654092789 seconds), +(Remote IP: 23.94.247.41, Remote port: 50284, Own port: 80, ConnectionDuration: 0.295908927917 seconds), +(Remote IP: 23.94.247.41, Remote port: 50308, Own port: 80, ConnectionDuration: 0.39431810379 seconds), +(Remote IP: 23.94.247.41, Remote port: 50342, Own port: 80, ConnectionDuration: 0.392358064651 seconds), +(Remote IP: 23.94.247.41, Remote port: 50369, Own port: 80, ConnectionDuration: 0.278851032257 seconds), +(Remote IP: 23.94.247.41, Remote port: 50388, Own port: 80, ConnectionDuration: 0.379810094833 seconds), +(Remote IP: 23.94.247.41, Remote port: 50408, Own port: 80, ConnectionDuration: 0.323962926865 seconds), +(Remote IP: 23.94.247.41, Remote port: 50428, Own port: 80, ConnectionDuration: 0.302603006363 seconds), +(Remote IP: 23.94.247.41, Remote port: 50465, Own port: 80, ConnectionDuration: 0.23611497879 seconds), +(Remote IP: 23.94.247.41, Remote port: 50477, Own port: 80, ConnectionDuration: 0.198086977005 seconds), +(Remote IP: 23.94.247.41, Remote port: 50485, Own port: 80, ConnectionDuration: 0.380885839462 seconds), +(Remote IP: 23.94.247.41, Remote port: 50506, Own port: 80, ConnectionDuration: 0.410300970078 seconds), +(Remote IP: 23.94.247.41, Remote port: 50516, Own port: 80, ConnectionDuration: 0.315010070801 seconds), +(Remote IP: 23.94.247.41, Remote port: 50530, Own port: 80, ConnectionDuration: 0.0937190055847 seconds), +(Remote IP: 23.94.247.41, Remote port: 50564, Own port: 80, ConnectionDuration: 0.200244903564 seconds), +(Remote IP: 23.94.247.41, Remote port: 50573, Own port: 80, ConnectionDuration: 0.296592950821 seconds), +(Remote IP: 23.94.247.41, Remote port: 50590, Own port: 80, ConnectionDuration: 0.365620851517 seconds), +(Remote IP: 23.94.247.41, Remote port: 50605, Own port: 80, ConnectionDuration: 0.222357988358 seconds), +(Remote IP: 23.94.247.41, Remote port: 50617, Own port: 80, ConnectionDuration: 0.275506973267 seconds), +(Remote IP: 23.94.247.41, Remote port: 50665, Own port: 80, ConnectionDuration: 0.396422147751 seconds), +(Remote IP: 23.94.247.41, Remote port: 50674, Own port: 80, ConnectionDuration: 0.0886330604553 seconds), +(Remote IP: 23.94.247.41, Remote port: 50680, Own port: 80, ConnectionDuration: 0.387167930603 seconds), +(Remote IP: 23.94.247.41, Remote port: 50711, Own port: 80, ConnectionDuration: 0.21875 seconds), +(Remote IP: 23.94.247.41, Remote port: 50726, Own port: 80, ConnectionDuration: 0.195046901703 seconds), +(Remote IP: 23.94.247.41, Remote port: 50740, Own port: 80, ConnectionDuration: 0.30668091774 seconds), +(Remote IP: 23.94.247.41, Remote port: 50770, Own port: 80, ConnectionDuration: 0.273716926575 seconds), +(Remote IP: 23.94.247.41, Remote port: 50784, Own port: 80, ConnectionDuration: 0.205121994019 seconds), +(Remote IP: 23.94.247.41, Remote port: 50797, Own port: 80, ConnectionDuration: 0.223330974579 seconds), +(Remote IP: 23.94.247.41, Remote port: 50809, Own port: 80, ConnectionDuration: 0.207118988037 seconds), +(Remote IP: 23.94.247.41, Remote port: 50818, Own port: 80, ConnectionDuration: 0.317878961563 seconds), +(Remote IP: 23.94.247.41, Remote port: 50830, Own port: 80, ConnectionDuration: 0.465200901031 seconds), +(Remote IP: 23.94.247.41, Remote port: 50879, Own port: 80, ConnectionDuration: 0.292772054672 seconds), +(Remote IP: 23.94.247.41, Remote port: 50897, Own port: 80, ConnectionDuration: 0.280538082123 seconds), +(Remote IP: 23.94.247.41, Remote port: 50910, Own port: 80, ConnectionDuration: 0.318402051926 seconds), +(Remote IP: 23.94.247.41, Remote port: 50922, Own port: 80, ConnectionDuration: 0.373059034348 seconds), +(Remote IP: 23.94.247.41, Remote port: 50950, Own port: 80, ConnectionDuration: 0.413076162338 seconds), +(Remote IP: 23.94.247.41, Remote port: 50988, Own port: 80, ConnectionDuration: 0.107895851135 seconds), +(Remote IP: 23.94.247.41, Remote port: 51032, Own port: 80, ConnectionDuration: 0.29071688652 seconds), +(Remote IP: 23.94.247.41, Remote port: 51055, Own port: 80, ConnectionDuration: 0.213140010834 seconds), +(Remote IP: 23.94.247.41, Remote port: 51066, Own port: 80, ConnectionDuration: 0.723097085953 seconds), +(Remote IP: 23.94.247.41, Remote port: 51124, Own port: 80, ConnectionDuration: 0.330419063568 seconds), +(Remote IP: 23.94.247.41, Remote port: 51133, Own port: 80, ConnectionDuration: 0.586411952972 seconds), +(Remote IP: 23.94.247.41, Remote port: 51159, Own port: 80, ConnectionDuration: 0.384510993958 seconds), +(Remote IP: 23.94.247.41, Remote port: 51180, Own port: 80, ConnectionDuration: 0.298394918442 seconds), +(Remote IP: 23.94.247.41, Remote port: 51219, Own port: 80, ConnectionDuration: 0.295409202576 seconds), +(Remote IP: 23.94.247.41, Remote port: 51235, Own port: 80, ConnectionDuration: 0.506349086761 seconds), +(Remote IP: 23.94.247.41, Remote port: 51254, Own port: 80, ConnectionDuration: 0.276224851608 seconds), +(Remote IP: 23.94.247.41, Remote port: 51286, Own port: 80, ConnectionDuration: 0.122678041458 seconds), +(Remote IP: 23.94.247.41, Remote port: 51330, Own port: 80, ConnectionDuration: 0.40039896965 seconds), +(Remote IP: 23.94.247.41, Remote port: 51345, Own port: 80, ConnectionDuration: 0.30876493454 seconds), +(Remote IP: 23.94.247.41, Remote port: 51363, Own port: 80, ConnectionDuration: 0.390588998795 seconds), +(Remote IP: 23.94.247.41, Remote port: 51382, Own port: 80, ConnectionDuration: 0.427459955215 seconds), +(Remote IP: 23.94.247.41, Remote port: 51416, Own port: 80, ConnectionDuration: 0.598518133163 seconds), +(Remote IP: 23.94.247.41, Remote port: 51465, Own port: 80, ConnectionDuration: 0.587983131409 seconds), +(Remote IP: 23.94.247.41, Remote port: 51489, Own port: 80, ConnectionDuration: 0.314409017563 seconds), +(Remote IP: 23.94.247.41, Remote port: 51502, Own port: 80, ConnectionDuration: 0.22249007225 seconds), +(Remote IP: 23.94.247.41, Remote port: 51518, Own port: 80, ConnectionDuration: 0.464149951935 seconds), +(Remote IP: 23.94.247.41, Remote port: 51563, Own port: 80, ConnectionDuration: 0.407168149948 seconds), +(Remote IP: 23.94.247.41, Remote port: 51572, Own port: 80, ConnectionDuration: 0.607218980789 seconds), +(Remote IP: 23.94.247.41, Remote port: 51639, Own port: 80, ConnectionDuration: 0.821123838425 seconds), +(Remote IP: 23.94.247.41, Remote port: 51669, Own port: 80, ConnectionDuration: 0.397054195404 seconds), +(Remote IP: 23.94.247.41, Remote port: 51695, Own port: 80, ConnectionDuration: 0.220664024353 seconds), +(Remote IP: 23.94.247.41, Remote port: 51712, Own port: 80, ConnectionDuration: 0.710367918015 seconds), +(Remote IP: 23.94.247.41, Remote port: 51760, Own port: 80, ConnectionDuration: 0.766890048981 seconds), +(Remote IP: 23.94.247.41, Remote port: 51790, Own port: 80, ConnectionDuration: 0.515189886093 seconds), +(Remote IP: 23.94.247.41, Remote port: 51824, Own port: 80, ConnectionDuration: 0.309271097183 seconds), +(Remote IP: 23.94.247.41, Remote port: 51844, Own port: 80, ConnectionDuration: 1.00942492485 seconds), +(Remote IP: 23.94.247.41, Remote port: 51868, Own port: 80, ConnectionDuration: 0.119457006454 seconds), +(Remote IP: 23.94.247.41, Remote port: 51881, Own port: 80, ConnectionDuration: 0.466152906418 seconds), +(Remote IP: 23.94.247.41, Remote port: 51892, Own port: 80, ConnectionDuration: 0.507003068924 seconds), +(Remote IP: 23.94.247.41, Remote port: 51951, Own port: 80, ConnectionDuration: 0.627609014511 seconds), +(Remote IP: 23.94.247.41, Remote port: 51992, Own port: 80, ConnectionDuration: 0.917167901993 seconds), +(Remote IP: 23.94.247.41, Remote port: 52049, Own port: 80, ConnectionDuration: 0.622945070267 seconds), +(Remote IP: 23.94.247.41, Remote port: 52069, Own port: 80, ConnectionDuration: 0.522329092026 seconds), +(Remote IP: 23.94.247.41, Remote port: 52093, Own port: 80, ConnectionDuration: 0.486900091171 seconds), +(Remote IP: 23.94.247.41, Remote port: 52148, Own port: 80, ConnectionDuration: 0.324818849564 seconds), +(Remote IP: 23.94.247.41, Remote port: 52171, Own port: 80, ConnectionDuration: 0.78767991066 seconds), +(Remote IP: 23.94.247.41, Remote port: 52227, Own port: 80, ConnectionDuration: 0.375134944916 seconds), +(Remote IP: 23.94.247.41, Remote port: 52251, Own port: 80, ConnectionDuration: 0.357879161835 seconds), +(Remote IP: 23.94.247.41, Remote port: 52272, Own port: 80, ConnectionDuration: 0.76790189743 seconds), +(Remote IP: 23.94.247.41, Remote port: 52341, Own port: 80, ConnectionDuration: 0.995815992355 seconds), +(Remote IP: 23.94.247.41, Remote port: 52368, Own port: 80, ConnectionDuration: 0.38041305542 seconds), +(Remote IP: 23.94.247.41, Remote port: 52396, Own port: 80, ConnectionDuration: 0.268537998199 seconds), +(Remote IP: 23.94.247.41, Remote port: 52407, Own port: 80, ConnectionDuration: 0.118933200836 seconds), +(Remote IP: 23.94.247.41, Remote port: 52441, Own port: 80, ConnectionDuration: 0.49307513237 seconds), +(Remote IP: 23.94.247.41, Remote port: 52460, Own port: 80, ConnectionDuration: 0.387084960938 seconds), +(Remote IP: 23.94.247.41, Remote port: 52479, Own port: 80, ConnectionDuration: 0.528250932693 seconds), +(Remote IP: 23.94.247.41, Remote port: 52496, Own port: 80, ConnectionDuration: 0.432690143585 seconds), +(Remote IP: 23.94.247.41, Remote port: 52512, Own port: 80, ConnectionDuration: 0.565559864044 seconds), +(Remote IP: 23.94.247.41, Remote port: 52556, Own port: 80, ConnectionDuration: 0.513896942139 seconds), +(Remote IP: 23.94.247.41, Remote port: 52573, Own port: 80, ConnectionDuration: 0.679641008377 seconds), +(Remote IP: 23.94.247.41, Remote port: 52586, Own port: 80, ConnectionDuration: 0.871486902237 seconds), +(Remote IP: 23.94.247.41, Remote port: 52653, Own port: 80, ConnectionDuration: 0.470664978027 seconds), +(Remote IP: 23.94.247.41, Remote port: 52664, Own port: 80, ConnectionDuration: 0.777445077896 seconds), +(Remote IP: 23.94.247.41, Remote port: 52684, Own port: 80, ConnectionDuration: 0.978718996048 seconds), +(Remote IP: 23.94.247.41, Remote port: 52741, Own port: 80, ConnectionDuration: 0.471204042435 seconds), +(Remote IP: 23.94.247.41, Remote port: 52755, Own port: 80, ConnectionDuration: 0.528342008591 seconds), +(Remote IP: 23.94.247.41, Remote port: 52807, Own port: 80, ConnectionDuration: 0.901386022568 seconds), +(Remote IP: 23.94.247.41, Remote port: 52838, Own port: 80, ConnectionDuration: 1.01874613762 seconds), +(Remote IP: 23.94.247.41, Remote port: 52898, Own port: 80, ConnectionDuration: 0.519640922546 seconds), +(Remote IP: 23.94.247.41, Remote port: 52917, Own port: 80, ConnectionDuration: 0.570577859879 seconds), +(Remote IP: 23.94.247.41, Remote port: 52931, Own port: 80, ConnectionDuration: 0.715293169022 seconds), +(Remote IP: 23.94.247.41, Remote port: 52998, Own port: 80, ConnectionDuration: 0.606427907944 seconds), +(Remote IP: 23.94.247.41, Remote port: 53011, Own port: 80, ConnectionDuration: 0.80952501297 seconds), +(Remote IP: 23.94.247.41, Remote port: 53040, Own port: 80, ConnectionDuration: 0.301571130753 seconds), +(Remote IP: 23.94.247.41, Remote port: 53103, Own port: 80, ConnectionDuration: 0.689454078674 seconds), +(Remote IP: 23.94.247.41, Remote port: 53123, Own port: 80, ConnectionDuration: 0.566898822784 seconds), +(Remote IP: 23.94.247.41, Remote port: 53144, Own port: 80, ConnectionDuration: 0.808395862579 seconds), +(Remote IP: 23.94.247.41, Remote port: 53188, Own port: 80, ConnectionDuration: 0.501396179199 seconds), +(Remote IP: 166.141.243.186, Remote port: 24626, Own port: 23, ConnectionDuration: 31.8264570236 seconds), +(Remote IP: 23.94.247.41, Remote port: 53215, Own port: 80, ConnectionDuration: 1.82243204117 seconds), +(Remote IP: 23.94.247.41, Remote port: 53305, Own port: 80, ConnectionDuration: 0.73045706749 seconds), +(Remote IP: 23.94.247.41, Remote port: 53350, Own port: 80, ConnectionDuration: 0.723796129227 seconds), +(Remote IP: 23.94.247.41, Remote port: 53392, Own port: 80, ConnectionDuration: 1.01120901108 seconds), +(Remote IP: 23.94.247.41, Remote port: 53430, Own port: 80, ConnectionDuration: 0.911079883575 seconds), +(Remote IP: 23.94.247.41, Remote port: 53457, Own port: 80, ConnectionDuration: 0.477334022522 seconds), +(Remote IP: 23.94.247.41, Remote port: 53483, Own port: 80, ConnectionDuration: 0.945093154907 seconds), +(Remote IP: 23.94.247.41, Remote port: 53532, Own port: 80, ConnectionDuration: 0.612658023834 seconds), +(Remote IP: 23.94.247.41, Remote port: 53561, Own port: 80, ConnectionDuration: 0.510710000992 seconds), +(Remote IP: 23.94.247.41, Remote port: 53626, Own port: 80, ConnectionDuration: 0.696145057678 seconds), +(Remote IP: 23.94.247.41, Remote port: 53645, Own port: 80, ConnectionDuration: 0.520124912262 seconds), +(Remote IP: 23.94.247.41, Remote port: 53664, Own port: 80, ConnectionDuration: 0.529063940048 seconds), +(Remote IP: 23.94.247.41, Remote port: 53734, Own port: 80, ConnectionDuration: 1.46809983253 seconds), +(Remote IP: 23.94.247.41, Remote port: 53763, Own port: 80, ConnectionDuration: 0.302439928055 seconds), +(Remote IP: 23.94.247.41, Remote port: 53823, Own port: 80, ConnectionDuration: 0.421157121658 seconds), +(Remote IP: 23.94.247.41, Remote port: 53831, Own port: 80, ConnectionDuration: 0.885082006454 seconds), +(Remote IP: 23.94.247.41, Remote port: 53893, Own port: 80, ConnectionDuration: 4.26046609879 seconds), +(Remote IP: 23.94.247.41, Remote port: 53998, Own port: 80, ConnectionDuration: 0.869635105133 seconds), +(Remote IP: 23.94.247.41, Remote port: 54034, Own port: 80, ConnectionDuration: 1.08328008652 seconds), +(Remote IP: 23.94.247.41, Remote port: 54120, Own port: 80, ConnectionDuration: 0.509149074554 seconds), +(Remote IP: 23.94.247.41, Remote port: 54159, Own port: 80, ConnectionDuration: 1.18859696388 seconds), +(Remote IP: 23.94.247.41, Remote port: 54223, Own port: 80, ConnectionDuration: 0.886973142624 seconds), +(Remote IP: 23.94.247.41, Remote port: 54284, Own port: 80, ConnectionDuration: 0.662734985352 seconds), +(Remote IP: 23.94.247.41, Remote port: 54314, Own port: 80, ConnectionDuration: 0.838617086411 seconds), +(Remote IP: 23.94.247.41, Remote port: 54376, Own port: 80, ConnectionDuration: 0.670940876007 seconds), +(Remote IP: 23.94.247.41, Remote port: 54391, Own port: 80, ConnectionDuration: 0.582831859589 seconds), +(Remote IP: 23.94.247.41, Remote port: 54410, Own port: 80, ConnectionDuration: 1.4981470108 seconds), +(Remote IP: 23.94.247.41, Remote port: 54472, Own port: 80, ConnectionDuration: 0.789309024811 seconds), +(Remote IP: 23.94.247.41, Remote port: 54527, Own port: 80, ConnectionDuration: 0.703541994095 seconds), +(Remote IP: 23.94.247.41, Remote port: 54559, Own port: 80, ConnectionDuration: 0.610893011093 seconds), +(Remote IP: 23.94.247.41, Remote port: 54609, Own port: 80, ConnectionDuration: 1.4942779541 seconds), +(Remote IP: 23.94.247.41, Remote port: 54646, Own port: 80, ConnectionDuration: 1.19296216965 seconds), +(Remote IP: 23.94.247.41, Remote port: 54705, Own port: 80, ConnectionDuration: 0.969140052795 seconds), +(Remote IP: 23.94.247.41, Remote port: 54745, Own port: 80, ConnectionDuration: 1.28953504562 seconds), +(Remote IP: 23.94.247.41, Remote port: 54837, Own port: 80, ConnectionDuration: 1.23379707336 seconds), +(Remote IP: 23.94.247.41, Remote port: 54887, Own port: 80, ConnectionDuration: 0.637026071548 seconds), +(Remote IP: 23.94.247.41, Remote port: 54912, Own port: 80, ConnectionDuration: 1.39406108856 seconds), +(Remote IP: 23.94.247.41, Remote port: 54998, Own port: 80, ConnectionDuration: 0.227077007294 seconds), +(Remote IP: 23.94.247.41, Remote port: 55049, Own port: 80, ConnectionDuration: 0.386460065842 seconds), +(Remote IP: 23.94.247.41, Remote port: 55080, Own port: 80, ConnectionDuration: 0.683269023895 seconds), +(Remote IP: 23.94.247.41, Remote port: 55142, Own port: 80, ConnectionDuration: 0.875796079636 seconds), +(Remote IP: 23.94.247.41, Remote port: 55176, Own port: 80, ConnectionDuration: 1.275785923 seconds), +(Remote IP: 23.94.247.41, Remote port: 55234, Own port: 80, ConnectionDuration: 0.470907211304 seconds), +(Remote IP: 23.94.247.41, Remote port: 55274, Own port: 80, ConnectionDuration: 0.983566999435 seconds), +(Remote IP: 23.94.247.41, Remote port: 55345, Own port: 80, ConnectionDuration: 2.7122130394 seconds), +(Remote IP: 23.94.247.41, Remote port: 55407, Own port: 80, ConnectionDuration: 0.904036998749 seconds), +(Remote IP: 23.94.247.41, Remote port: 55463, Own port: 80, ConnectionDuration: 0.999418973923 seconds), +(Remote IP: 23.94.247.41, Remote port: 55500, Own port: 80, ConnectionDuration: 1.01338291168 seconds), +(Remote IP: 23.94.247.41, Remote port: 55559, Own port: 80, ConnectionDuration: 2.12307596207 seconds), +(Remote IP: 23.94.247.41, Remote port: 55666, Own port: 80, ConnectionDuration: 1.19717383385 seconds), +(Remote IP: 23.94.247.41, Remote port: 55692, Own port: 80, ConnectionDuration: 0.42431807518 seconds), +(Remote IP: 23.94.247.41, Remote port: 55754, Own port: 80, ConnectionDuration: 0.890463829041 seconds), +(Remote IP: 23.94.247.41, Remote port: 55798, Own port: 80, ConnectionDuration: 0.728242874146 seconds), +(Remote IP: 23.94.247.41, Remote port: 55860, Own port: 80, ConnectionDuration: 0.836428165436 seconds), +(Remote IP: 23.94.247.41, Remote port: 55902, Own port: 80, ConnectionDuration: 2.21145105362 seconds), +(Remote IP: 23.94.247.41, Remote port: 56003, Own port: 80, ConnectionDuration: 0.594581127167 seconds), +(Remote IP: 23.94.247.41, Remote port: 56033, Own port: 80, ConnectionDuration: 0.800403118134 seconds), +(Remote IP: 23.94.247.41, Remote port: 56076, Own port: 80, ConnectionDuration: 1.57825708389 seconds), +(Remote IP: 23.94.247.41, Remote port: 56137, Own port: 80, ConnectionDuration: 1.19551897049 seconds), +(Remote IP: 23.94.247.41, Remote port: 56204, Own port: 80, ConnectionDuration: 0.423263072968 seconds), +(Remote IP: 23.94.247.41, Remote port: 56267, Own port: 80, ConnectionDuration: 1.1132349968 seconds), +(Remote IP: 23.94.247.41, Remote port: 56370, Own port: 80, ConnectionDuration: 1.07106208801 seconds), +(Remote IP: 23.94.247.41, Remote port: 56387, Own port: 80, ConnectionDuration: 0.617522954941 seconds), +(Remote IP: 23.94.247.41, Remote port: 56424, Own port: 80, ConnectionDuration: 0.793633937836 seconds), +(Remote IP: 23.94.247.41, Remote port: 56485, Own port: 80, ConnectionDuration: 1.18727612495 seconds), +(Remote IP: 23.94.247.41, Remote port: 56549, Own port: 80, ConnectionDuration: 0.491533041 seconds), +(Remote IP: 23.94.247.41, Remote port: 56587, Own port: 80, ConnectionDuration: 2.00966310501 seconds), +(Remote IP: 23.94.247.41, Remote port: 56655, Own port: 80, ConnectionDuration: 1.01921200752 seconds), +(Remote IP: 23.94.247.41, Remote port: 56719, Own port: 80, ConnectionDuration: 0.100416898727 seconds), +(Remote IP: 23.94.247.41, Remote port: 56731, Own port: 80, ConnectionDuration: 0.76474905014 seconds), +(Remote IP: 23.94.247.41, Remote port: 56772, Own port: 80, ConnectionDuration: 1.90249991417 seconds), +(Remote IP: 23.94.247.41, Remote port: 56834, Own port: 80, ConnectionDuration: 0.41792011261 seconds), +(Remote IP: 23.94.247.41, Remote port: 56872, Own port: 80, ConnectionDuration: 1.01236009598 seconds), +(Remote IP: 23.94.247.41, Remote port: 56900, Own port: 80, ConnectionDuration: 0.500202894211 seconds), +(Remote IP: 23.94.247.41, Remote port: 56953, Own port: 80, ConnectionDuration: 0.891991138458 seconds), +(Remote IP: 23.94.247.41, Remote port: 56981, Own port: 80, ConnectionDuration: 0.726167917252 seconds), +(Remote IP: 23.94.247.41, Remote port: 57058, Own port: 80, ConnectionDuration: 0.709245920181 seconds), +(Remote IP: 23.94.247.41, Remote port: 57105, Own port: 80, ConnectionDuration: 0.98894405365 seconds), +(Remote IP: 23.94.247.41, Remote port: 57143, Own port: 80, ConnectionDuration: 5.49361610413 seconds), +(Remote IP: 23.94.247.41, Remote port: 57345, Own port: 80, ConnectionDuration: 1.23426008224 seconds), +(Remote IP: 23.94.247.41, Remote port: 57400, Own port: 80, ConnectionDuration: 0.809484958649 seconds), +(Remote IP: 23.94.247.41, Remote port: 57499, Own port: 80, ConnectionDuration: 1.3574450016 seconds), +(Remote IP: 23.94.247.41, Remote port: 57545, Own port: 80, ConnectionDuration: 2.54065299034 seconds), +(Remote IP: 23.94.247.41, Remote port: 57626, Own port: 80, ConnectionDuration: 1.00103497505 seconds), +(Remote IP: 23.94.247.41, Remote port: 57671, Own port: 80, ConnectionDuration: 2.07498717308 seconds), +(Remote IP: 23.94.247.41, Remote port: 57753, Own port: 80, ConnectionDuration: 0.875950098038 seconds), +(Remote IP: 23.94.247.41, Remote port: 57839, Own port: 80, ConnectionDuration: 1.50684785843 seconds), +(Remote IP: 23.94.247.41, Remote port: 57958, Own port: 80, ConnectionDuration: 1.01745605469 seconds), +(Remote IP: 23.94.247.41, Remote port: 58051, Own port: 80, ConnectionDuration: 2.4070827961 seconds), +(Remote IP: 23.94.247.41, Remote port: 58146, Own port: 80, ConnectionDuration: 0.953737020493 seconds), +(Remote IP: 23.94.247.41, Remote port: 58207, Own port: 80, ConnectionDuration: 0.906551837921 seconds), +(Remote IP: 23.94.247.41, Remote port: 58249, Own port: 80, ConnectionDuration: 1.61983990669 seconds), +(Remote IP: 23.94.247.41, Remote port: 58310, Own port: 80, ConnectionDuration: 1.8009159565 seconds), +(Remote IP: 23.94.247.41, Remote port: 58390, Own port: 80, ConnectionDuration: 3.1039750576 seconds), +(Remote IP: 23.94.247.41, Remote port: 58481, Own port: 80, ConnectionDuration: 2.21912002563 seconds), +(Remote IP: 23.94.247.41, Remote port: 58585, Own port: 80, ConnectionDuration: 0.91601896286 seconds), +(Remote IP: 23.94.247.41, Remote port: 58655, Own port: 80, ConnectionDuration: 2.06522107124 seconds), +(Remote IP: 23.94.247.41, Remote port: 58722, Own port: 80, ConnectionDuration: 0.721920013428 seconds), +(Remote IP: 23.94.247.41, Remote port: 58796, Own port: 80, ConnectionDuration: 21.7647249699 seconds), +(Remote IP: 23.94.247.41, Remote port: 58796, Own port: 80, ConnectionDuration: 21.7653441429 seconds), +(Remote IP: 23.94.247.41, Remote port: 59261, Own port: 80, ConnectionDuration: 0.279450178146 seconds), +(Remote IP: 23.94.247.41, Remote port: 59280, Own port: 80, ConnectionDuration: 0.672991991043 seconds), +(Remote IP: 23.94.247.41, Remote port: 59305, Own port: 80, ConnectionDuration: 1.85846805573 seconds), +(Remote IP: 23.94.247.41, Remote port: 59364, Own port: 80, ConnectionDuration: 2.01079487801 seconds), +(Remote IP: 23.94.247.41, Remote port: 59442, Own port: 80, ConnectionDuration: 1.3990778923 seconds), +(Remote IP: 23.94.247.41, Remote port: 59495, Own port: 80, ConnectionDuration: 1.31093597412 seconds), +(Remote IP: 23.94.247.41, Remote port: 59576, Own port: 80, ConnectionDuration: 1.06342101097 seconds), +(Remote IP: 23.94.247.41, Remote port: 59625, Own port: 80, ConnectionDuration: 1.79304885864 seconds), +(Remote IP: 23.94.247.41, Remote port: 59698, Own port: 80, ConnectionDuration: 1.05195689201 seconds), +(Remote IP: 23.94.247.41, Remote port: 59771, Own port: 80, ConnectionDuration: 3.28141093254 seconds), +(Remote IP: 23.94.247.41, Remote port: 59839, Own port: 80, ConnectionDuration: 0.827811956406 seconds), +(Remote IP: 23.94.247.41, Remote port: 59918, Own port: 80, ConnectionDuration: 0.10252404213 seconds), +(Remote IP: 23.94.247.41, Remote port: 59982, Own port: 80, ConnectionDuration: 1.18178009987 seconds), +(Remote IP: 23.94.247.41, Remote port: 60046, Own port: 80, ConnectionDuration: 2.2898709774 seconds), +(Remote IP: 23.94.247.41, Remote port: 60138, Own port: 80, ConnectionDuration: 0.608792066574 seconds), +(Remote IP: 23.94.247.41, Remote port: 60184, Own port: 80, ConnectionDuration: 0.796200990677 seconds), +(Remote IP: 23.94.247.41, Remote port: 60211, Own port: 80, ConnectionDuration: 1.51741409302 seconds), +(Remote IP: 23.94.247.41, Remote port: 60280, Own port: 80, ConnectionDuration: 1.5956568718 seconds), +(Remote IP: 23.94.247.41, Remote port: 60423, Own port: 80, ConnectionDuration: 0.510220050812 seconds), +(Remote IP: 23.94.247.41, Remote port: 60477, Own port: 80, ConnectionDuration: 0.99514913559 seconds), +(Remote IP: 87.236.176.133, Remote port: 39395, Own port: 143, ConnectionDuration: 2.00004911423 seconds), +(Remote IP: 23.94.247.41, Remote port: 60523, Own port: 80, ConnectionDuration: 0.788536071777 seconds), +(Remote IP: 23.94.247.41, Remote port: 60554, Own port: 80, ConnectionDuration: 1.37413311005 seconds), +(Remote IP: 23.94.247.41, Remote port: 60613, Own port: 80, ConnectionDuration: 1.19408798218 seconds), +(Remote IP: 23.94.247.41, Remote port: 60707, Own port: 80, ConnectionDuration: 0.820112943649 seconds), +(Remote IP: 23.94.247.41, Remote port: 60747, Own port: 80, ConnectionDuration: 1.68967199326 seconds), +(Remote IP: 23.94.247.41, Remote port: 60810, Own port: 80, ConnectionDuration: 2.90400791168 seconds), +(Remote IP: 23.94.247.41, Remote port: 60880, Own port: 80, ConnectionDuration: 1.46672296524 seconds), +(Remote IP: 23.94.247.41, Remote port: 61020, Own port: 80, ConnectionDuration: 2.70521807671 seconds), +(Remote IP: 23.94.247.41, Remote port: 61093, Own port: 80, ConnectionDuration: 1.28954291344 seconds), +(Remote IP: 23.94.247.41, Remote port: 61123, Own port: 80, ConnectionDuration: 3.09993696213 seconds), +(Remote IP: 23.94.247.41, Remote port: 61226, Own port: 80, ConnectionDuration: 0.813209056854 seconds), +(Remote IP: 23.94.247.41, Remote port: 61325, Own port: 80, ConnectionDuration: 1.97177910805 seconds), +(Remote IP: 23.94.247.41, Remote port: 61440, Own port: 80, ConnectionDuration: 1.31623291969 seconds), +(Remote IP: 23.94.247.41, Remote port: 61491, Own port: 80, ConnectionDuration: 3.09840703011 seconds), +(Remote IP: 23.94.247.41, Remote port: 61608, Own port: 80, ConnectionDuration: 1.00011515617 seconds), +(Remote IP: 23.94.247.41, Remote port: 61633, Own port: 80, ConnectionDuration: 2.63412618637 seconds), +(Remote IP: 23.94.247.41, Remote port: 61715, Own port: 80, ConnectionDuration: 1.48491501808 seconds), +(Remote IP: 23.94.247.41, Remote port: 61817, Own port: 80, ConnectionDuration: 0.866600036621 seconds), +(Remote IP: 23.94.247.41, Remote port: 61867, Own port: 80, ConnectionDuration: 1.7020509243 seconds), +(Remote IP: 23.94.247.41, Remote port: 61915, Own port: 80, ConnectionDuration: 1.09939002991 seconds), +(Remote IP: 23.94.247.41, Remote port: 61965, Own port: 80, ConnectionDuration: 1.08260607719 seconds), +(Remote IP: 23.94.247.41, Remote port: 62020, Own port: 80, ConnectionDuration: 3.11521100998 seconds), +(Remote IP: 23.94.247.41, Remote port: 62091, Own port: 80, ConnectionDuration: 1.2700741291 seconds), +(Remote IP: 23.94.247.41, Remote port: 62239, Own port: 80, ConnectionDuration: 0.915972948074 seconds), +(Remote IP: 23.94.247.41, Remote port: 62283, Own port: 80, ConnectionDuration: 1.57308983803 seconds), +(Remote IP: 23.94.247.41, Remote port: 62767, Own port: 80, ConnectionDuration: 0.585963010788 seconds), +(Remote IP: 23.94.247.41, Remote port: 62813, Own port: 80, ConnectionDuration: 1.75507211685 seconds), +(Remote IP: 23.94.247.41, Remote port: 63063, Own port: 80, ConnectionDuration: 1.50001597404 seconds), +(Remote IP: 23.94.247.41, Remote port: 63119, Own port: 80, ConnectionDuration: 2.06470394135 seconds), +(Remote IP: 211.219.130.96, Remote port: 38692, Own port: 23, ConnectionDuration: 11.3861699104 seconds), +(Remote IP: 23.94.247.41, Remote port: 63198, Own port: 80, ConnectionDuration: 0.784799098969 seconds), +(Remote IP: 23.94.247.41, Remote port: 63232, Own port: 80, ConnectionDuration: 0.604607820511 seconds), +(Remote IP: 23.94.247.41, Remote port: 63302, Own port: 80, ConnectionDuration: 0.909332036972 seconds), +(Remote IP: 23.94.247.41, Remote port: 63372, Own port: 80, ConnectionDuration: 1.50853776932 seconds), +(Remote IP: 23.94.247.41, Remote port: 63431, Own port: 80, ConnectionDuration: 1.59749507904 seconds), +(Remote IP: 23.94.247.41, Remote port: 63514, Own port: 80, ConnectionDuration: 2.01298999786 seconds), +(Remote IP: 23.94.247.41, Remote port: 63594, Own port: 80, ConnectionDuration: 1.75352597237 seconds), +(Remote IP: 23.94.247.41, Remote port: 63632, Own port: 80, ConnectionDuration: 1.08655905724 seconds), +(Remote IP: 23.94.247.41, Remote port: 63706, Own port: 80, ConnectionDuration: 1.01444411278 seconds), +(Remote IP: 23.94.247.41, Remote port: 63753, Own port: 80, ConnectionDuration: 0.670047998428 seconds), +(Remote IP: 23.94.247.41, Remote port: 63768, Own port: 80, ConnectionDuration: 1.01916909218 seconds), +(Remote IP: 23.94.247.41, Remote port: 63842, Own port: 80, ConnectionDuration: 2.20400619507 seconds), +(Remote IP: 23.94.247.41, Remote port: 63978, Own port: 80, ConnectionDuration: 1.49147105217 seconds), +(Remote IP: 23.94.247.41, Remote port: 64047, Own port: 80, ConnectionDuration: 2.60292601585 seconds), +(Remote IP: 23.94.247.41, Remote port: 64207, Own port: 80, ConnectionDuration: 1.18472886086 seconds), +(Remote IP: 23.94.247.41, Remote port: 64237, Own port: 80, ConnectionDuration: 2.32410812378 seconds), +(Remote IP: 23.94.247.41, Remote port: 64354, Own port: 80, ConnectionDuration: 1.05436110497 seconds), +(Remote IP: 23.94.247.41, Remote port: 64406, Own port: 80, ConnectionDuration: 1.39188599586 seconds), +(Remote IP: 23.94.247.41, Remote port: 64433, Own port: 80, ConnectionDuration: 1.04670381546 seconds), +(Remote IP: 23.94.247.41, Remote port: 64514, Own port: 80, ConnectionDuration: 4.41071486473 seconds), +(Remote IP: 23.94.247.41, Remote port: 64631, Own port: 80, ConnectionDuration: 0.666267156601 seconds), +(Remote IP: 117.95.169.95, Remote port: 51480, Own port: 23, ConnectionDuration: 31.5981509686 seconds), +(Remote IP: 23.94.247.41, Remote port: 64694, Own port: 80, ConnectionDuration: 1.01370501518 seconds), +(Remote IP: 23.94.247.41, Remote port: 64707, Own port: 80, ConnectionDuration: 0.615522861481 seconds), +(Remote IP: 23.94.247.41, Remote port: 64734, Own port: 80, ConnectionDuration: 1.31875109673 seconds), +(Remote IP: 23.94.247.41, Remote port: 64782, Own port: 80, ConnectionDuration: 1.88551616669 seconds), +(Remote IP: 23.94.247.41, Remote port: 64858, Own port: 80, ConnectionDuration: 3.08579301834 seconds), +(Remote IP: 23.94.247.41, Remote port: 64954, Own port: 80, ConnectionDuration: 1.29781198502 seconds), +(Remote IP: 23.94.247.41, Remote port: 65032, Own port: 80, ConnectionDuration: 2.62749791145 seconds), +(Remote IP: 23.94.247.41, Remote port: 65119, Own port: 80, ConnectionDuration: 1.29125809669 seconds), +(Remote IP: 23.94.247.41, Remote port: 65179, Own port: 80, ConnectionDuration: 2.8221590519 seconds), +(Remote IP: 23.94.247.41, Remote port: 65256, Own port: 80, ConnectionDuration: 2.00057601929 seconds), +(Remote IP: 23.94.247.41, Remote port: 65376, Own port: 80, ConnectionDuration: 2.01617121696 seconds), +(Remote IP: 23.94.247.41, Remote port: 65426, Own port: 80, ConnectionDuration: 2.08533906937 seconds), +(Remote IP: 23.94.247.41, Remote port: 49166, Own port: 80, ConnectionDuration: 3.41765403748 seconds), +(Remote IP: 23.94.247.41, Remote port: 49230, Own port: 80, ConnectionDuration: 1.50431990623 seconds), +(Remote IP: 23.94.247.41, Remote port: 49291, Own port: 80, ConnectionDuration: 1.00383090973 seconds), +(Remote IP: 23.94.247.41, Remote port: 49358, Own port: 80, ConnectionDuration: 1.79399490356 seconds), +(Remote IP: 23.94.247.41, Remote port: 49467, Own port: 80, ConnectionDuration: 1.31329607964 seconds), +(Remote IP: 23.94.247.41, Remote port: 49527, Own port: 80, ConnectionDuration: 2.61911988258 seconds), +(Remote IP: 23.94.247.41, Remote port: 49621, Own port: 80, ConnectionDuration: 2.01650500298 seconds), +(Remote IP: 23.94.247.41, Remote port: 49709, Own port: 80, ConnectionDuration: 1.0208439827 seconds), +(Remote IP: 23.94.247.41, Remote port: 49817, Own port: 80, ConnectionDuration: 3.29087495804 seconds), +(Remote IP: 23.94.247.41, Remote port: 49907, Own port: 80, ConnectionDuration: 0.798700094223 seconds), +(Remote IP: 23.94.247.41, Remote port: 49967, Own port: 80, ConnectionDuration: 4.62945890427 seconds), +(Remote IP: 23.94.247.41, Remote port: 50120, Own port: 80, ConnectionDuration: 0.604723930359 seconds), +(Remote IP: 23.94.247.41, Remote port: 50144, Own port: 80, ConnectionDuration: 1.00670003891 seconds), +(Remote IP: 23.94.247.41, Remote port: 50223, Own port: 80, ConnectionDuration: 0.800753116608 seconds), +(Remote IP: 23.94.247.41, Remote port: 50299, Own port: 80, ConnectionDuration: 1.04053401947 seconds), +(Remote IP: 23.94.247.41, Remote port: 50377, Own port: 80, ConnectionDuration: 1.01713299751 seconds), +(Remote IP: 23.94.247.41, Remote port: 50457, Own port: 80, ConnectionDuration: 1.04872012138 seconds), +(Remote IP: 23.94.247.41, Remote port: 50507, Own port: 80, ConnectionDuration: 1.49273085594 seconds), +(Remote IP: 23.94.247.41, Remote port: 50601, Own port: 80, ConnectionDuration: 3.02406287193 seconds), +(Remote IP: 23.94.247.41, Remote port: 50704, Own port: 80, ConnectionDuration: 1.50233697891 seconds), +(Remote IP: 23.94.247.41, Remote port: 50779, Own port: 80, ConnectionDuration: 1.58555984497 seconds), +(Remote IP: 23.94.247.41, Remote port: 50892, Own port: 80, ConnectionDuration: 0.66771697998 seconds), +(Remote IP: 23.94.247.41, Remote port: 50954, Own port: 80, ConnectionDuration: 3.10866117477 seconds), +(Remote IP: 23.94.247.41, Remote port: 51021, Own port: 80, ConnectionDuration: 1.48911309242 seconds), +(Remote IP: 23.94.247.41, Remote port: 51118, Own port: 80, ConnectionDuration: 3.08175516129 seconds), +(Remote IP: 23.94.247.41, Remote port: 51243, Own port: 80, ConnectionDuration: 1.72019410133 seconds), +(Remote IP: 23.94.247.41, Remote port: 51287, Own port: 80, ConnectionDuration: 3.80677103996 seconds), +(Remote IP: 23.94.247.41, Remote port: 51401, Own port: 80, ConnectionDuration: 1.1840839386 seconds), +(Remote IP: 23.94.247.41, Remote port: 51499, Own port: 80, ConnectionDuration: 2.90098404884 seconds), +(Remote IP: 23.94.247.41, Remote port: 51582, Own port: 80, ConnectionDuration: 1.60093998909 seconds), +(Remote IP: 23.94.247.41, Remote port: 51646, Own port: 80, ConnectionDuration: 0.993952989578 seconds), +(Remote IP: 23.94.247.41, Remote port: 51806, Own port: 80, ConnectionDuration: 1.01089000702 seconds), +(Remote IP: 23.94.247.41, Remote port: 51912, Own port: 80, ConnectionDuration: 2.21057200432 seconds), +(Remote IP: 23.94.247.41, Remote port: 51982, Own port: 80, ConnectionDuration: 1.59204006195 seconds), +(Remote IP: 23.94.247.41, Remote port: 52054, Own port: 80, ConnectionDuration: 2.61415791512 seconds), +(Remote IP: 23.94.247.41, Remote port: 52153, Own port: 80, ConnectionDuration: 1.52263593674 seconds), +(Remote IP: 23.94.247.41, Remote port: 52232, Own port: 80, ConnectionDuration: 7.27599596977 seconds), +(Remote IP: 23.94.247.41, Remote port: 52382, Own port: 80, ConnectionDuration: 1.03107976913 seconds), +(Remote IP: 23.94.247.41, Remote port: 52440, Own port: 80, ConnectionDuration: 3.60295701027 seconds), +(Remote IP: 23.94.247.41, Remote port: 52561, Own port: 80, ConnectionDuration: 0.672491073608 seconds), +(Remote IP: 23.94.247.41, Remote port: 52633, Own port: 80, ConnectionDuration: 0.405078887939 seconds), +(Remote IP: 23.94.247.41, Remote port: 52670, Own port: 80, ConnectionDuration: 1.08473205566 seconds), +(Remote IP: 23.94.247.41, Remote port: 52724, Own port: 80, ConnectionDuration: 4.30191612244 seconds), +(Remote IP: 23.94.247.41, Remote port: 52862, Own port: 80, ConnectionDuration: 1.02203893661 seconds), +(Remote IP: 23.94.247.41, Remote port: 52938, Own port: 80, ConnectionDuration: 0.724472999573 seconds), +(Remote IP: 23.94.247.41, Remote port: 52985, Own port: 80, ConnectionDuration: 1.01702880859 seconds), +(Remote IP: 23.94.247.41, Remote port: 53039, Own port: 80, ConnectionDuration: 2.87613606453 seconds), +(Remote IP: 23.94.247.41, Remote port: 53149, Own port: 80, ConnectionDuration: 1.77713513374 seconds), +(Remote IP: 23.94.247.41, Remote port: 53247, Own port: 80, ConnectionDuration: 2.03114795685 seconds), +(Remote IP: 23.94.247.41, Remote port: 53361, Own port: 80, ConnectionDuration: 1.70649003983 seconds), +(Remote IP: 23.94.247.41, Remote port: 53430, Own port: 80, ConnectionDuration: 4.83496594429 seconds), +(Remote IP: 23.94.247.41, Remote port: 53561, Own port: 80, ConnectionDuration: 1.32088017464 seconds), +(Remote IP: 23.94.247.41, Remote port: 53659, Own port: 80, ConnectionDuration: 1.39310503006 seconds), +(Remote IP: 23.94.247.41, Remote port: 53764, Own port: 80, ConnectionDuration: 2.18787884712 seconds), +(Remote IP: 23.94.247.41, Remote port: 53846, Own port: 80, ConnectionDuration: 1.23750495911 seconds), +(Remote IP: 23.94.247.41, Remote port: 53903, Own port: 80, ConnectionDuration: 1.00576806068 seconds), +(Remote IP: 23.94.247.41, Remote port: 53975, Own port: 80, ConnectionDuration: 2.62989497185 seconds), +(Remote IP: 23.94.247.41, Remote port: 54046, Own port: 80, ConnectionDuration: 0.100481987 seconds), +(Remote IP: 23.94.247.41, Remote port: 54073, Own port: 80, ConnectionDuration: 1.08678293228 seconds), +(Remote IP: 23.94.247.41, Remote port: 54152, Own port: 80, ConnectionDuration: 1.00499010086 seconds), +(Remote IP: 23.94.247.41, Remote port: 54213, Own port: 80, ConnectionDuration: 3.08515191078 seconds), +(Remote IP: 23.94.247.41, Remote port: 54317, Own port: 80, ConnectionDuration: 1.30722403526 seconds), +(Remote IP: 23.94.247.41, Remote port: 54382, Own port: 80, ConnectionDuration: 2.31678390503 seconds), +(Remote IP: 23.94.247.41, Remote port: 54508, Own port: 80, ConnectionDuration: 0.425830125809 seconds), +(Remote IP: 23.94.247.41, Remote port: 54570, Own port: 80, ConnectionDuration: 2.1069560051 seconds), +(Remote IP: 23.94.247.41, Remote port: 54687, Own port: 80, ConnectionDuration: 10.2032930851 seconds), +(Remote IP: 23.94.247.41, Remote port: 54933, Own port: 80, ConnectionDuration: 2.08515810966 seconds), +(Remote IP: 23.94.247.41, Remote port: 55007, Own port: 80, ConnectionDuration: 0.377556085587 seconds), +(Remote IP: 23.94.247.41, Remote port: 55052, Own port: 80, ConnectionDuration: 3.01584005356 seconds), +(Remote IP: 23.94.247.41, Remote port: 55123, Own port: 80, ConnectionDuration: 1.00822210312 seconds), +(Remote IP: 23.94.247.41, Remote port: 55186, Own port: 80, ConnectionDuration: 0.61962389946 seconds), +(Remote IP: 23.94.247.41, Remote port: 55269, Own port: 80, ConnectionDuration: 0.916866779327 seconds), +(Remote IP: 23.94.247.41, Remote port: 55365, Own port: 80, ConnectionDuration: 2.6044678688 seconds), +(Remote IP: 23.94.247.41, Remote port: 55466, Own port: 80, ConnectionDuration: 1.05633997917 seconds), +(Remote IP: 23.94.247.41, Remote port: 55524, Own port: 80, ConnectionDuration: 1.60151600838 seconds), +(Remote IP: 23.94.247.41, Remote port: 55596, Own port: 80, ConnectionDuration: 1.00309896469 seconds), +(Remote IP: 23.94.247.41, Remote port: 55665, Own port: 80, ConnectionDuration: 1.97328186035 seconds), +(Remote IP: 23.94.247.41, Remote port: 55751, Own port: 80, ConnectionDuration: 1.07672905922 seconds), +(Remote IP: 23.94.247.41, Remote port: 55787, Own port: 80, ConnectionDuration: 1.37582302094 seconds), +(Remote IP: 23.94.247.41, Remote port: 55921, Own port: 80, ConnectionDuration: 1.47627782822 seconds), +(Remote IP: 23.94.247.41, Remote port: 56031, Own port: 80, ConnectionDuration: 2.46569705009 seconds), +(Remote IP: 23.94.247.41, Remote port: 56129, Own port: 80, ConnectionDuration: 1.06850004196 seconds), +(Remote IP: 23.94.247.41, Remote port: 56190, Own port: 80, ConnectionDuration: 2.01820993423 seconds), +(Remote IP: 23.94.247.41, Remote port: 56292, Own port: 80, ConnectionDuration: 0.864692926407 seconds), +(Remote IP: 23.94.247.41, Remote port: 56349, Own port: 80, ConnectionDuration: 1.0051009655 seconds), +(Remote IP: 23.94.247.41, Remote port: 56429, Own port: 80, ConnectionDuration: 1.82473516464 seconds), +(Remote IP: 23.94.247.41, Remote port: 56510, Own port: 80, ConnectionDuration: 2.98057484627 seconds), +(Remote IP: 23.94.247.41, Remote port: 56592, Own port: 80, ConnectionDuration: 1.80096101761 seconds), +(Remote IP: 23.94.247.41, Remote port: 56722, Own port: 80, ConnectionDuration: 3.17909502983 seconds), +(Remote IP: 23.94.247.41, Remote port: 56966, Own port: 80, ConnectionDuration: 2.3013548851 seconds), +(Remote IP: 23.94.247.41, Remote port: 57046, Own port: 80, ConnectionDuration: 2.6941819191 seconds), +(Remote IP: 23.94.247.41, Remote port: 57184, Own port: 80, ConnectionDuration: 1.27193188667 seconds), +(Remote IP: 23.94.247.41, Remote port: 57252, Own port: 80, ConnectionDuration: 2.01796293259 seconds), +(Remote IP: 23.94.247.41, Remote port: 57321, Own port: 80, ConnectionDuration: 1.07980799675 seconds), +(Remote IP: 23.94.247.41, Remote port: 57356, Own port: 80, ConnectionDuration: 1.40358495712 seconds), +(Remote IP: 23.94.247.41, Remote port: 57465, Own port: 80, ConnectionDuration: 1.09197497368 seconds), +(Remote IP: 23.94.247.41, Remote port: 57515, Own port: 80, ConnectionDuration: 3.19226813316 seconds), +(Remote IP: 23.94.247.41, Remote port: 57624, Own port: 80, ConnectionDuration: 0.958842039108 seconds), +(Remote IP: 23.94.247.41, Remote port: 57657, Own port: 80, ConnectionDuration: 2.02564096451 seconds), +(Remote IP: 23.94.247.41, Remote port: 57729, Own port: 80, ConnectionDuration: 1.93358516693 seconds), +(Remote IP: 23.94.247.41, Remote port: 57855, Own port: 80, ConnectionDuration: 3.00114297867 seconds), +(Remote IP: 23.94.247.41, Remote port: 58069, Own port: 80, ConnectionDuration: 1.30780601501 seconds), +(Remote IP: 23.94.247.41, Remote port: 58239, Own port: 80, ConnectionDuration: 2.3948199749 seconds), +(Remote IP: 23.94.247.41, Remote port: 58328, Own port: 80, ConnectionDuration: 0.897146940231 seconds), +(Remote IP: 23.94.247.41, Remote port: 58419, Own port: 80, ConnectionDuration: 3.33744382858 seconds), +(Remote IP: 23.94.247.41, Remote port: 58604, Own port: 80, ConnectionDuration: 1.51564717293 seconds), +(Remote IP: 23.94.247.41, Remote port: 58686, Own port: 80, ConnectionDuration: 3.07799696922 seconds), +(Remote IP: 23.94.247.41, Remote port: 58792, Own port: 80, ConnectionDuration: 1.22869086266 seconds), +(Remote IP: 23.94.247.41, Remote port: 58871, Own port: 80, ConnectionDuration: 3.0966629982 seconds), +(Remote IP: 23.94.247.41, Remote port: 58958, Own port: 80, ConnectionDuration: 0.999844074249 seconds), +(Remote IP: 23.94.247.41, Remote port: 59012, Own port: 80, ConnectionDuration: 2.49955296516 seconds), +(Remote IP: 80.76.49.133, Remote port: 30820, Own port: 9999, ConnectionDuration: 0.0706450939178 seconds), +(Remote IP: 80.76.49.133, Remote port: 30820, Own port: 9999, ConnectionDuration: 0.0716140270233 seconds), +(Remote IP: 23.94.247.41, Remote port: 59153, Own port: 80, ConnectionDuration: 1.27893686295 seconds), +(Remote IP: 23.94.247.41, Remote port: 59205, Own port: 80, ConnectionDuration: 4.29171800613 seconds), +(Remote IP: 23.94.247.41, Remote port: 59381, Own port: 80, ConnectionDuration: 1.20507502556 seconds), +(Remote IP: 23.94.247.41, Remote port: 59446, Own port: 80, ConnectionDuration: 3.50009393692 seconds), +(Remote IP: 23.94.247.41, Remote port: 59617, Own port: 80, ConnectionDuration: 2.10564494133 seconds), +(Remote IP: 23.94.247.41, Remote port: 59693, Own port: 80, ConnectionDuration: 4.1093018055 seconds), +(Remote IP: 23.94.247.41, Remote port: 59776, Own port: 80, ConnectionDuration: 2.03282213211 seconds), +(Remote IP: 23.94.247.41, Remote port: 59915, Own port: 80, ConnectionDuration: 3.23307299614 seconds), +(Remote IP: 23.94.247.41, Remote port: 60025, Own port: 80, ConnectionDuration: 1.99078893661 seconds), +(Remote IP: 23.94.247.41, Remote port: 60073, Own port: 80, ConnectionDuration: 2.53240990639 seconds), +(Remote IP: 23.94.247.41, Remote port: 60161, Own port: 80, ConnectionDuration: 0.0309181213379 seconds), +(Remote IP: 23.94.247.41, Remote port: 60183, Own port: 80, ConnectionDuration: 1.07402014732 seconds), +(Remote IP: 23.94.247.41, Remote port: 60265, Own port: 80, ConnectionDuration: 0.507170915604 seconds), +(Remote IP: 23.94.247.41, Remote port: 60316, Own port: 80, ConnectionDuration: 3.07922506332 seconds), +(Remote IP: 23.94.247.41, Remote port: 60443, Own port: 80, ConnectionDuration: 1.07412314415 seconds), +(Remote IP: 23.94.247.41, Remote port: 60524, Own port: 80, ConnectionDuration: 5.02620315552 seconds), +(Remote IP: 23.94.247.41, Remote port: 60638, Own port: 80, ConnectionDuration: 0.791182994843 seconds), +(Remote IP: 23.94.247.41, Remote port: 60723, Own port: 80, ConnectionDuration: 1.79029989243 seconds), +(Remote IP: 23.94.247.41, Remote port: 60812, Own port: 80, ConnectionDuration: 2.01869487762 seconds), +(Remote IP: 23.94.247.41, Remote port: 60884, Own port: 80, ConnectionDuration: 3.30419898033 seconds), +(Remote IP: 23.94.247.41, Remote port: 60996, Own port: 80, ConnectionDuration: 2.06500077248 seconds), +(Remote IP: 23.94.247.41, Remote port: 61066, Own port: 80, ConnectionDuration: 4.0313270092 seconds), +(Remote IP: 23.94.247.41, Remote port: 61157, Own port: 80, ConnectionDuration: 1.2052628994 seconds), +(Remote IP: 23.94.247.41, Remote port: 61233, Own port: 80, ConnectionDuration: 2.21091508865 seconds), +(Remote IP: 23.94.247.41, Remote port: 61380, Own port: 80, ConnectionDuration: 0.823212862015 seconds), +(Remote IP: 23.94.247.41, Remote port: 61455, Own port: 80, ConnectionDuration: 3.09507489204 seconds), +(Remote IP: 23.94.247.41, Remote port: 61542, Own port: 80, ConnectionDuration: 1.97116398811 seconds), +(Remote IP: 23.94.247.41, Remote port: 61612, Own port: 80, ConnectionDuration: 3.10659503937 seconds), +(Remote IP: 23.94.247.41, Remote port: 61722, Own port: 80, ConnectionDuration: 1.37571501732 seconds), +(Remote IP: 23.94.247.41, Remote port: 61811, Own port: 80, ConnectionDuration: 3.20059704781 seconds), +(Remote IP: 23.94.247.41, Remote port: 61913, Own port: 80, ConnectionDuration: 1.03333115578 seconds), +(Remote IP: 23.94.247.41, Remote port: 61962, Own port: 80, ConnectionDuration: 1.99921798706 seconds), +(Remote IP: 23.94.247.41, Remote port: 62101, Own port: 80, ConnectionDuration: 1.88037610054 seconds), +(Remote IP: 23.94.247.41, Remote port: 62171, Own port: 80, ConnectionDuration: 2.29715108871 seconds), +(Remote IP: 23.94.247.41, Remote port: 62243, Own port: 80, ConnectionDuration: 2.08042287827 seconds), +(Remote IP: 23.94.247.41, Remote port: 62330, Own port: 80, ConnectionDuration: 3.03318119049 seconds), +(Remote IP: 23.94.247.41, Remote port: 62404, Own port: 80, ConnectionDuration: 1.8014228344 seconds), +(Remote IP: 23.94.247.41, Remote port: 62537, Own port: 80, ConnectionDuration: 2.10750484467 seconds), +(Remote IP: 23.94.247.41, Remote port: 62632, Own port: 80, ConnectionDuration: 0.724213123322 seconds), +(Remote IP: 23.94.247.41, Remote port: 62770, Own port: 80, ConnectionDuration: 2.60427904129 seconds), +(Remote IP: 23.94.247.41, Remote port: 62888, Own port: 80, ConnectionDuration: 2.04623198509 seconds), +(Remote IP: 23.94.247.41, Remote port: 62943, Own port: 80, ConnectionDuration: 3.07030296326 seconds), +(Remote IP: 23.94.247.41, Remote port: 63044, Own port: 80, ConnectionDuration: 1.22569394112 seconds), +(Remote IP: 23.94.247.41, Remote port: 63126, Own port: 80, ConnectionDuration: 3.51491189003 seconds), +(Remote IP: 23.94.247.41, Remote port: 63264, Own port: 80, ConnectionDuration: 1.08414101601 seconds), +(Remote IP: 23.94.247.41, Remote port: 63337, Own port: 80, ConnectionDuration: 2.70517206192 seconds), +(Remote IP: 23.94.247.41, Remote port: 63467, Own port: 80, ConnectionDuration: 1.0004799366 seconds), +(Remote IP: 23.94.247.41, Remote port: 63565, Own port: 80, ConnectionDuration: 2.7568500042 seconds), +(Remote IP: 23.94.247.41, Remote port: 63673, Own port: 80, ConnectionDuration: 1.75777196884 seconds), +(Remote IP: 23.94.247.41, Remote port: 64073, Own port: 80, ConnectionDuration: 2.03412485123 seconds), +(Remote IP: 23.94.247.41, Remote port: 64306, Own port: 80, ConnectionDuration: 1.40314078331 seconds), +(Remote IP: 23.94.247.41, Remote port: 64368, Own port: 80, ConnectionDuration: 1.72255706787 seconds), +(Remote IP: 23.94.247.41, Remote port: 64460, Own port: 80, ConnectionDuration: 0.781949043274 seconds), +(Remote IP: 23.94.247.41, Remote port: 64590, Own port: 80, ConnectionDuration: 1.70400881767 seconds), +(Remote IP: 23.94.247.41, Remote port: 64682, Own port: 80, ConnectionDuration: 1.01512002945 seconds), +(Remote IP: 23.94.247.41, Remote port: 64740, Own port: 80, ConnectionDuration: 1.97174906731 seconds), +(Remote IP: 23.94.247.41, Remote port: 64827, Own port: 80, ConnectionDuration: 2.51786398888 seconds), +(Remote IP: 23.94.247.41, Remote port: 64924, Own port: 80, ConnectionDuration: 2.01169109344 seconds), +(Remote IP: 23.94.247.41, Remote port: 65024, Own port: 80, ConnectionDuration: 3.21804714203 seconds), +(Remote IP: 23.94.247.41, Remote port: 65155, Own port: 80, ConnectionDuration: 2.57090902328 seconds), +(Remote IP: 195.1.144.107, Remote port: 55520, Own port: 80, ConnectionDuration: 0.177467107773 seconds), +(Remote IP: 23.94.247.41, Remote port: 65267, Own port: 80, ConnectionDuration: 3.07042789459 seconds), +(Remote IP: 23.94.247.41, Remote port: 65363, Own port: 80, ConnectionDuration: 1.58632206917 seconds), +(Remote IP: 23.94.247.41, Remote port: 65446, Own port: 80, ConnectionDuration: 3.42137312889 seconds), +(Remote IP: 23.94.247.41, Remote port: 49201, Own port: 80, ConnectionDuration: 1.05880999565 seconds), +(Remote IP: 23.94.247.41, Remote port: 49273, Own port: 80, ConnectionDuration: 3.02452611923 seconds), +(Remote IP: 23.94.247.41, Remote port: 49411, Own port: 80, ConnectionDuration: 1.46357393265 seconds), +(Remote IP: 23.94.247.41, Remote port: 49469, Own port: 80, ConnectionDuration: 3.03824305534 seconds), +(Remote IP: 23.94.247.41, Remote port: 49562, Own port: 80, ConnectionDuration: 1.41100907326 seconds), +(Remote IP: 23.94.247.41, Remote port: 49640, Own port: 80, ConnectionDuration: 4.01478409767 seconds), +(Remote IP: 23.94.247.41, Remote port: 49768, Own port: 80, ConnectionDuration: 1.07538700104 seconds), +(Remote IP: 23.94.247.41, Remote port: 49877, Own port: 80, ConnectionDuration: 1.02725696564 seconds), +(Remote IP: 23.94.247.41, Remote port: 49994, Own port: 80, ConnectionDuration: 1.00633382797 seconds), +(Remote IP: 23.94.247.41, Remote port: 50113, Own port: 80, ConnectionDuration: 2.52386498451 seconds), +(Remote IP: 189.41.116.66, Remote port: 49945, Own port: 23, ConnectionDuration: 10.7947518826 seconds), +(Remote IP: 23.94.247.41, Remote port: 50194, Own port: 80, ConnectionDuration: 1.26929712296 seconds), +(Remote IP: 23.94.247.41, Remote port: 50255, Own port: 80, ConnectionDuration: 4.12602496147 seconds), +(Remote IP: 23.94.247.41, Remote port: 50367, Own port: 80, ConnectionDuration: 1.77176809311 seconds), +(Remote IP: 23.94.247.41, Remote port: 50513, Own port: 80, ConnectionDuration: 4.9064950943 seconds), +(Remote IP: 23.94.247.41, Remote port: 50591, Own port: 80, ConnectionDuration: 1.07770609856 seconds), +(Remote IP: 23.94.247.41, Remote port: 50696, Own port: 80, ConnectionDuration: 3.67273592949 seconds), +(Remote IP: 23.94.247.41, Remote port: 50809, Own port: 80, ConnectionDuration: 2.04852700233 seconds), +(Remote IP: 23.94.247.41, Remote port: 50934, Own port: 80, ConnectionDuration: 3.0946700573 seconds), +(Remote IP: 23.94.247.41, Remote port: 51013, Own port: 80, ConnectionDuration: 1.05966496468 seconds), +(Remote IP: 23.94.247.41, Remote port: 51095, Own port: 80, ConnectionDuration: 4.10987997055 seconds), +(Remote IP: 23.94.247.41, Remote port: 51233, Own port: 80, ConnectionDuration: 0.909783840179 seconds), +(Remote IP: 23.94.247.41, Remote port: 51318, Own port: 80, ConnectionDuration: 3.38286018372 seconds), +(Remote IP: 23.94.247.41, Remote port: 51409, Own port: 80, ConnectionDuration: 1.94773697853 seconds), +(Remote IP: 23.94.247.41, Remote port: 51521, Own port: 80, ConnectionDuration: 1.06803894043 seconds), +(Remote IP: 23.94.247.41, Remote port: 51653, Own port: 80, ConnectionDuration: 2.07157897949 seconds), +(Remote IP: 23.94.247.41, Remote port: 51787, Own port: 80, ConnectionDuration: 4.29117298126 seconds), +(Remote IP: 23.94.247.41, Remote port: 51927, Own port: 80, ConnectionDuration: 2.04924082756 seconds), +(Remote IP: 23.94.247.41, Remote port: 52012, Own port: 80, ConnectionDuration: 5.07674813271 seconds), +(Remote IP: 23.94.247.41, Remote port: 52173, Own port: 80, ConnectionDuration: 2.07004904747 seconds), +(Remote IP: 23.94.247.41, Remote port: 52262, Own port: 80, ConnectionDuration: 8.12384295464 seconds), +(Remote IP: 23.94.247.41, Remote port: 52477, Own port: 80, ConnectionDuration: 0.909955978394 seconds), +(Remote IP: 23.94.247.41, Remote port: 52549, Own port: 80, ConnectionDuration: 1.07728409767 seconds), +(Remote IP: 23.94.247.41, Remote port: 52610, Own port: 80, ConnectionDuration: 1.62846803665 seconds), +(Remote IP: 23.94.247.41, Remote port: 52645, Own port: 80, ConnectionDuration: 2.81248497963 seconds), +(Remote IP: 23.94.247.41, Remote port: 52755, Own port: 80, ConnectionDuration: 1.00061202049 seconds), +(Remote IP: 23.94.247.41, Remote port: 52851, Own port: 80, ConnectionDuration: 3.31300401688 seconds), +(Remote IP: 23.94.247.41, Remote port: 52945, Own port: 80, ConnectionDuration: 1.75243997574 seconds), +(Remote IP: 23.94.247.41, Remote port: 53081, Own port: 80, ConnectionDuration: 3.07646203041 seconds), +(Remote IP: 23.94.247.41, Remote port: 53206, Own port: 80, ConnectionDuration: 1.67203903198 seconds), +(Remote IP: 23.94.247.41, Remote port: 53300, Own port: 80, ConnectionDuration: 3.53353500366 seconds), +(Remote IP: 23.94.247.41, Remote port: 53433, Own port: 80, ConnectionDuration: 1.00824785233 seconds), +(Remote IP: 23.94.247.41, Remote port: 53551, Own port: 80, ConnectionDuration: 4.03260087967 seconds), +(Remote IP: 23.94.247.41, Remote port: 53691, Own port: 80, ConnectionDuration: 2.0074930191 seconds), +(Remote IP: 23.94.247.41, Remote port: 53800, Own port: 80, ConnectionDuration: 4.08321499825 seconds), +(Remote IP: 23.94.247.41, Remote port: 53938, Own port: 80, ConnectionDuration: 0.993517160416 seconds), +(Remote IP: 23.94.247.41, Remote port: 54005, Own port: 80, ConnectionDuration: 2.31021094322 seconds), +(Remote IP: 23.94.247.41, Remote port: 54113, Own port: 80, ConnectionDuration: 2.13121700287 seconds), +(Remote IP: 23.94.247.41, Remote port: 54194, Own port: 80, ConnectionDuration: 4.67792487144 seconds), +(Remote IP: 23.94.247.41, Remote port: 54406, Own port: 80, ConnectionDuration: 0.689583063126 seconds), +(Remote IP: 23.94.247.41, Remote port: 54450, Own port: 80, ConnectionDuration: 2.09959387779 seconds), +(Remote IP: 23.94.247.41, Remote port: 54528, Own port: 80, ConnectionDuration: 2.02649903297 seconds), +(Remote IP: 23.94.247.41, Remote port: 54585, Own port: 80, ConnectionDuration: 5.71283102036 seconds), +(Remote IP: 23.94.247.41, Remote port: 54735, Own port: 80, ConnectionDuration: 1.30844688416 seconds), +(Remote IP: 23.94.247.41, Remote port: 54842, Own port: 80, ConnectionDuration: 3.02467989922 seconds), +(Remote IP: 23.94.247.41, Remote port: 54988, Own port: 80, ConnectionDuration: 1.47483587265 seconds), +(Remote IP: 23.94.247.41, Remote port: 55126, Own port: 80, ConnectionDuration: 4.99796199799 seconds), +(Remote IP: 23.94.247.41, Remote port: 55280, Own port: 80, ConnectionDuration: 1.77800512314 seconds), +(Remote IP: 23.94.247.41, Remote port: 55386, Own port: 80, ConnectionDuration: 4.09731602669 seconds), +(Remote IP: 218.71.30.131, Remote port: 42881, Own port: 23, ConnectionDuration: 10.8325018883 seconds), +(Remote IP: 23.94.247.41, Remote port: 55487, Own port: 80, ConnectionDuration: 1.00181412697 seconds), +(Remote IP: 23.94.247.41, Remote port: 55596, Own port: 80, ConnectionDuration: 1.00742506981 seconds), +(Remote IP: 23.94.247.41, Remote port: 55659, Own port: 80, ConnectionDuration: 2.67421197891 seconds), +(Remote IP: 23.94.247.41, Remote port: 55741, Own port: 80, ConnectionDuration: 3.0845580101 seconds), +(Remote IP: 23.94.247.41, Remote port: 55841, Own port: 80, ConnectionDuration: 2.29819202423 seconds), +(Remote IP: 23.94.247.41, Remote port: 55963, Own port: 80, ConnectionDuration: 0.525408983231 seconds), +(Remote IP: 186.141.0.173, Remote port: 55910, Own port: 23, ConnectionDuration: 11.4899151325 seconds), +(Remote IP: 23.94.247.41, Remote port: 56014, Own port: 80, ConnectionDuration: 2.01584196091 seconds), +(Remote IP: 23.94.247.41, Remote port: 56078, Own port: 80, ConnectionDuration: 2.91118884087 seconds), +(Remote IP: 162.142.125.221, Remote port: 37268, Own port: 27347, ConnectionDuration: 0.10302901268 seconds), +(Remote IP: 162.142.125.221, Remote port: 37268, Own port: 27347, ConnectionDuration: 0.10377407074 seconds), +(Remote IP: 223.244.35.215, Remote port: 48960, Own port: 23, ConnectionDuration: 30.5303428173 seconds), +(Remote IP: 23.94.247.41, Remote port: 56283, Own port: 80, ConnectionDuration: 1.99609899521 seconds), +(Remote IP: 23.94.247.41, Remote port: 56350, Own port: 80, ConnectionDuration: 3.39625787735 seconds), +(Remote IP: 23.94.247.41, Remote port: 56457, Own port: 80, ConnectionDuration: 1.11731505394 seconds), +(Remote IP: 23.94.247.41, Remote port: 56555, Own port: 80, ConnectionDuration: 4.04656910896 seconds), +(Remote IP: 23.94.247.41, Remote port: 56720, Own port: 80, ConnectionDuration: 1.40888595581 seconds), +(Remote IP: 206.168.34.118, Remote port: 40416, Own port: 443, ConnectionDuration: 3.49962615967 seconds), +(Remote IP: 206.168.34.118, Remote port: 40416, Own port: 443, ConnectionDuration: 3.50033211708 seconds), +(Remote IP: 206.168.34.118, Remote port: 47178, Own port: 443, ConnectionDuration: 0.434302806854 seconds), +(Remote IP: 206.168.34.118, Remote port: 47178, Own port: 443, ConnectionDuration: 0.43585896492 seconds), +(Remote IP: 23.94.247.41, Remote port: 56848, Own port: 80, ConnectionDuration: 3.79540014267 seconds), +(Remote IP: 23.94.247.41, Remote port: 56959, Own port: 80, ConnectionDuration: 2.21877098083 seconds), +(Remote IP: 23.94.247.41, Remote port: 57063, Own port: 80, ConnectionDuration: 2.38755989075 seconds), +(Remote IP: 23.94.247.41, Remote port: 57139, Own port: 80, ConnectionDuration: 1.60029101372 seconds), +(Remote IP: 23.94.247.41, Remote port: 57187, Own port: 80, ConnectionDuration: 3.03249287605 seconds), +(Remote IP: 80.82.77.202, Remote port: 60000, Own port: 21, ConnectionDuration: 21.3317301273 seconds), +(Remote IP: 23.94.247.41, Remote port: 57299, Own port: 80, ConnectionDuration: 1.31728792191 seconds), +(Remote IP: 23.94.247.41, Remote port: 57458, Own port: 80, ConnectionDuration: 7.10726213455 seconds), +(Remote IP: 87.236.176.33, Remote port: 40431, Own port: 80, ConnectionDuration: 3.44997406006 seconds), +(Remote IP: 23.94.247.41, Remote port: 57618, Own port: 80, ConnectionDuration: 1.49786782265 seconds), +(Remote IP: 67.216.252.175, Remote port: 58251, Own port: 445, ConnectionDuration: 0.0447552204132 seconds), +(Remote IP: 67.216.252.175, Remote port: 58253, Own port: 445, ConnectionDuration: 0.0768649578094 seconds), +(Remote IP: 23.94.247.41, Remote port: 57743, Own port: 80, ConnectionDuration: 3.17044019699 seconds), +(Remote IP: 23.94.247.41, Remote port: 57868, Own port: 80, ConnectionDuration: 0.665370941162 seconds), +(Remote IP: 23.94.247.41, Remote port: 57891, Own port: 80, ConnectionDuration: 0.0639531612396 seconds), +(Remote IP: 23.94.247.41, Remote port: 57907, Own port: 80, ConnectionDuration: 1.49906897545 seconds), +(Remote IP: 23.94.247.41, Remote port: 57986, Own port: 80, ConnectionDuration: 2.89672994614 seconds), +(Remote IP: 23.94.247.41, Remote port: 58080, Own port: 80, ConnectionDuration: 2.01759386063 seconds), +(Remote IP: 23.94.247.41, Remote port: 58195, Own port: 80, ConnectionDuration: 2.08437800407 seconds), +(Remote IP: 23.94.247.41, Remote port: 58265, Own port: 80, ConnectionDuration: 1.01877903938 seconds), +(Remote IP: 67.216.252.175, Remote port: 58384, Own port: 445, ConnectionDuration: 31.8049287796 seconds), +(Remote IP: 23.94.247.41, Remote port: 58331, Own port: 80, ConnectionDuration: 9.46427297592 seconds), +(Remote IP: 23.94.247.41, Remote port: 58508, Own port: 80, ConnectionDuration: 1.89296507835 seconds), +(Remote IP: 23.94.247.41, Remote port: 58555, Own port: 80, ConnectionDuration: 5.2101418972 seconds), +(Remote IP: 23.94.247.41, Remote port: 58697, Own port: 80, ConnectionDuration: 2.0415790081 seconds), +(Remote IP: 23.94.247.41, Remote port: 58786, Own port: 80, ConnectionDuration: 3.09104704857 seconds), +(Remote IP: 23.94.247.41, Remote port: 58873, Own port: 80, ConnectionDuration: 1.02861094475 seconds), +(Remote IP: 23.94.247.41, Remote port: 58936, Own port: 80, ConnectionDuration: 2.99471592903 seconds), +(Remote IP: 23.94.247.41, Remote port: 59029, Own port: 80, ConnectionDuration: 0.0317959785461 seconds), +(Remote IP: 23.94.247.41, Remote port: 59037, Own port: 80, ConnectionDuration: 0.0308020114899 seconds), +(Remote IP: 23.94.247.41, Remote port: 59041, Own port: 80, ConnectionDuration: 0.0309348106384 seconds), +(Remote IP: 23.94.247.41, Remote port: 59101, Own port: 80, ConnectionDuration: 0.305307865143 seconds), +(Remote IP: 23.94.247.41, Remote port: 59147, Own port: 80, ConnectionDuration: 1.27716898918 seconds), +(Remote IP: 23.94.247.41, Remote port: 59237, Own port: 80, ConnectionDuration: 2.46913194656 seconds), +(Remote IP: 23.94.247.41, Remote port: 59343, Own port: 80, ConnectionDuration: 1.97658586502 seconds), +(Remote IP: 23.94.247.41, Remote port: 59448, Own port: 80, ConnectionDuration: 2.7395761013 seconds), +(Remote IP: 23.94.247.41, Remote port: 59552, Own port: 80, ConnectionDuration: 1.94034695625 seconds), +(Remote IP: 23.94.247.41, Remote port: 59680, Own port: 80, ConnectionDuration: 4.21616506577 seconds), +(Remote IP: 23.94.247.41, Remote port: 59785, Own port: 80, ConnectionDuration: 1.50027489662 seconds), +(Remote IP: 67.216.252.175, Remote port: 59196, Own port: 445, ConnectionDuration: 31.8061769009 seconds), +(Remote IP: 23.94.247.41, Remote port: 59855, Own port: 80, ConnectionDuration: 3.02495193481 seconds), +(Remote IP: 23.94.247.41, Remote port: 59955, Own port: 80, ConnectionDuration: 1.03501701355 seconds), +(Remote IP: 23.94.247.41, Remote port: 60064, Own port: 80, ConnectionDuration: 1.63076210022 seconds), +(Remote IP: 23.94.247.41, Remote port: 60213, Own port: 80, ConnectionDuration: 2.40933918953 seconds), +(Remote IP: 23.94.247.41, Remote port: 60304, Own port: 80, ConnectionDuration: 1.27917098999 seconds), +(Remote IP: 23.94.247.41, Remote port: 60367, Own port: 80, ConnectionDuration: 1.09498715401 seconds), +(Remote IP: 23.94.247.41, Remote port: 60455, Own port: 80, ConnectionDuration: 2.91820502281 seconds), +(Remote IP: 23.94.247.41, Remote port: 60557, Own port: 80, ConnectionDuration: 1.57762908936 seconds), +(Remote IP: 23.94.247.41, Remote port: 60601, Own port: 80, ConnectionDuration: 6.82861685753 seconds), +(Remote IP: 23.94.247.41, Remote port: 60748, Own port: 80, ConnectionDuration: 1.14263105392 seconds), +(Remote IP: 23.94.247.41, Remote port: 60801, Own port: 80, ConnectionDuration: 3.03398990631 seconds), +(Remote IP: 23.94.247.41, Remote port: 60921, Own port: 80, ConnectionDuration: 2.03666496277 seconds), +(Remote IP: 23.94.247.41, Remote port: 60979, Own port: 80, ConnectionDuration: 4.33238196373 seconds), +(Remote IP: 23.94.247.41, Remote port: 61108, Own port: 80, ConnectionDuration: 1.92614388466 seconds), +(Remote IP: 23.94.247.41, Remote port: 61181, Own port: 80, ConnectionDuration: 5.5401661396 seconds), +(Remote IP: 23.94.247.41, Remote port: 61322, Own port: 80, ConnectionDuration: 1.22033810616 seconds), +(Remote IP: 23.94.247.41, Remote port: 61471, Own port: 80, ConnectionDuration: 8.79945611954 seconds), +(Remote IP: 23.94.247.41, Remote port: 61672, Own port: 80, ConnectionDuration: 2.07320094109 seconds), +(Remote IP: 23.94.247.41, Remote port: 61769, Own port: 80, ConnectionDuration: 3.06645298004 seconds), +(Remote IP: 23.94.247.41, Remote port: 61868, Own port: 80, ConnectionDuration: 1.09816288948 seconds), +(Remote IP: 23.94.247.41, Remote port: 61914, Own port: 80, ConnectionDuration: 2.99629306793 seconds), +(Remote IP: 23.94.247.41, Remote port: 62069, Own port: 80, ConnectionDuration: 2.17489099503 seconds), +(Remote IP: 23.94.247.41, Remote port: 62157, Own port: 80, ConnectionDuration: 12.6931569576 seconds), +(Remote IP: 23.94.247.41, Remote port: 62451, Own port: 80, ConnectionDuration: 1.0172970295 seconds), +(Remote IP: 23.94.247.41, Remote port: 62537, Own port: 80, ConnectionDuration: 3.51922082901 seconds), +(Remote IP: 23.94.247.41, Remote port: 62628, Own port: 80, ConnectionDuration: 1.30384111404 seconds), +(Remote IP: 23.94.247.41, Remote port: 62698, Own port: 80, ConnectionDuration: 1.36865496635 seconds), +(Remote IP: 180.56.75.124, Remote port: 26870, Own port: 23, ConnectionDuration: 11.1387748718 seconds), +(Remote IP: 23.94.247.41, Remote port: 62773, Own port: 80, ConnectionDuration: 1.52211809158 seconds), +(Remote IP: 23.94.247.41, Remote port: 62946, Own port: 80, ConnectionDuration: 0.997807025909 seconds), +(Remote IP: 23.94.247.41, Remote port: 63005, Own port: 80, ConnectionDuration: 0.87174987793 seconds), +(Remote IP: 23.94.247.41, Remote port: 63028, Own port: 80, ConnectionDuration: 1.00582098961 seconds), +(Remote IP: 23.94.247.41, Remote port: 63093, Own port: 80, ConnectionDuration: 1.80671787262 seconds), +(Remote IP: 23.94.247.41, Remote port: 63180, Own port: 80, ConnectionDuration: 7.89768004417 seconds), +(Remote IP: 23.94.247.41, Remote port: 63342, Own port: 80, ConnectionDuration: 2.61334013939 seconds), +(Remote IP: 23.94.247.41, Remote port: 63417, Own port: 80, ConnectionDuration: 2.06188488007 seconds), +(Remote IP: 23.94.247.41, Remote port: 63515, Own port: 80, ConnectionDuration: 2.03073716164 seconds), +(Remote IP: 23.94.247.41, Remote port: 63651, Own port: 80, ConnectionDuration: 3.09387087822 seconds), +(Remote IP: 23.94.247.41, Remote port: 63765, Own port: 80, ConnectionDuration: 2.01506495476 seconds), +(Remote IP: 23.94.247.41, Remote port: 63886, Own port: 80, ConnectionDuration: 4.16616511345 seconds), +(Remote IP: 23.94.247.41, Remote port: 64016, Own port: 80, ConnectionDuration: 2.10282301903 seconds), +(Remote IP: 23.94.247.41, Remote port: 64129, Own port: 80, ConnectionDuration: 3.36841702461 seconds), +(Remote IP: 195.1.144.109, Remote port: 51588, Own port: 80, ConnectionDuration: 5.82352876663 seconds), +(Remote IP: 23.94.247.41, Remote port: 64235, Own port: 80, ConnectionDuration: 0.0682108402252 seconds), +(Remote IP: 23.94.247.41, Remote port: 64362, Own port: 80, ConnectionDuration: 1.01889109612 seconds), +(Remote IP: 23.94.247.41, Remote port: 64385, Own port: 80, ConnectionDuration: 1.60691714287 seconds), +(Remote IP: 23.94.247.41, Remote port: 64460, Own port: 80, ConnectionDuration: 3.62460803986 seconds), +(Remote IP: 23.94.247.41, Remote port: 64624, Own port: 80, ConnectionDuration: 2.00985217094 seconds), +(Remote IP: 23.94.247.41, Remote port: 64671, Own port: 80, ConnectionDuration: 3.22632598877 seconds), +(Remote IP: 23.94.247.41, Remote port: 64808, Own port: 80, ConnectionDuration: 1.08943295479 seconds), +(Remote IP: 23.94.247.41, Remote port: 64878, Own port: 80, ConnectionDuration: 0.991067171097 seconds), +(Remote IP: 23.94.247.41, Remote port: 64975, Own port: 80, ConnectionDuration: 0.499693870544 seconds), +(Remote IP: 23.94.247.41, Remote port: 65122, Own port: 80, ConnectionDuration: 3.08511900902 seconds), +(Remote IP: 23.94.247.41, Remote port: 65228, Own port: 80, ConnectionDuration: 2.03783988953 seconds), +(Remote IP: 23.94.247.41, Remote port: 65340, Own port: 80, ConnectionDuration: 3.79273200035 seconds), +(Remote IP: 23.94.247.41, Remote port: 65438, Own port: 80, ConnectionDuration: 2.08886194229 seconds), +(Remote IP: 23.94.247.41, Remote port: 65483, Own port: 80, ConnectionDuration: 3.83399605751 seconds), +(Remote IP: 23.94.247.41, Remote port: 49227, Own port: 80, ConnectionDuration: 1.47661781311 seconds), +(Remote IP: 23.94.247.41, Remote port: 49320, Own port: 80, ConnectionDuration: 4.09924316406 seconds), +(Remote IP: 23.94.247.41, Remote port: 49419, Own port: 80, ConnectionDuration: 2.01495790482 seconds), +(Remote IP: 23.94.247.41, Remote port: 49481, Own port: 80, ConnectionDuration: 3.57109498978 seconds), +(Remote IP: 23.94.247.41, Remote port: 49634, Own port: 80, ConnectionDuration: 1.01451802254 seconds), +(Remote IP: 23.94.247.41, Remote port: 49704, Own port: 80, ConnectionDuration: 0.127222061157 seconds), +(Remote IP: 23.94.247.41, Remote port: 49759, Own port: 80, ConnectionDuration: 0.535912036896 seconds), +(Remote IP: 23.94.247.41, Remote port: 49772, Own port: 80, ConnectionDuration: 1.01646304131 seconds), +(Remote IP: 23.94.247.41, Remote port: 49847, Own port: 80, ConnectionDuration: 2.04939603806 seconds), +(Remote IP: 23.94.247.41, Remote port: 49896, Own port: 80, ConnectionDuration: 4.10119819641 seconds), +(Remote IP: 23.94.247.41, Remote port: 50033, Own port: 80, ConnectionDuration: 0.0300409793854 seconds), +(Remote IP: 23.94.247.41, Remote port: 50082, Own port: 80, ConnectionDuration: 0.0321371555328 seconds), +(Remote IP: 23.94.247.41, Remote port: 50105, Own port: 80, ConnectionDuration: 0.613589048386 seconds), +(Remote IP: 23.94.247.41, Remote port: 50156, Own port: 80, ConnectionDuration: 4.76258111 seconds), +(Remote IP: 23.94.247.41, Remote port: 50283, Own port: 80, ConnectionDuration: 1.71307301521 seconds), +(Remote IP: 23.94.247.41, Remote port: 50407, Own port: 80, ConnectionDuration: 3.4286968708 seconds), +(Remote IP: 23.94.247.41, Remote port: 50515, Own port: 80, ConnectionDuration: 1.51547408104 seconds), +(Remote IP: 23.94.247.41, Remote port: 50566, Own port: 80, ConnectionDuration: 5.06722211838 seconds), +(Remote IP: 23.94.247.41, Remote port: 50780, Own port: 80, ConnectionDuration: 1.000218153 seconds), +(Remote IP: 23.94.247.41, Remote port: 50843, Own port: 80, ConnectionDuration: 3.50957608223 seconds), +(Remote IP: 162.142.125.222, Remote port: 57272, Own port: 143, ConnectionDuration: 0.436174869537 seconds), +(Remote IP: 162.142.125.222, Remote port: 57272, Own port: 143, ConnectionDuration: 0.43790102005 seconds), +(Remote IP: 23.94.247.41, Remote port: 50976, Own port: 80, ConnectionDuration: 2.03536200523 seconds), +(Remote IP: 23.94.247.41, Remote port: 51047, Own port: 80, ConnectionDuration: 5.17705583572 seconds), +(Remote IP: 23.94.247.41, Remote port: 51178, Own port: 80, ConnectionDuration: 1.61134791374 seconds), +(Remote IP: 23.94.247.41, Remote port: 51297, Own port: 80, ConnectionDuration: 2.00608611107 seconds), +(Remote IP: 23.94.247.41, Remote port: 51392, Own port: 80, ConnectionDuration: 2.05009889603 seconds), +(Remote IP: 23.94.247.41, Remote port: 51536, Own port: 80, ConnectionDuration: 4.17352485657 seconds), +(Remote IP: 23.94.247.41, Remote port: 51589, Own port: 80, ConnectionDuration: 1.00213193893 seconds), +(Remote IP: 23.94.247.41, Remote port: 51662, Own port: 80, ConnectionDuration: 3.80445599556 seconds), +(Remote IP: 23.94.247.41, Remote port: 51804, Own port: 80, ConnectionDuration: 2.02596092224 seconds), +(Remote IP: 23.94.247.41, Remote port: 51871, Own port: 80, ConnectionDuration: 3.72676706314 seconds), +(Remote IP: 23.94.247.41, Remote port: 52061, Own port: 80, ConnectionDuration: 1.80638694763 seconds), +(Remote IP: 23.94.247.41, Remote port: 52184, Own port: 80, ConnectionDuration: 2.90574097633 seconds), +(Remote IP: 23.94.247.41, Remote port: 52291, Own port: 80, ConnectionDuration: 2.03155994415 seconds), +(Remote IP: 23.94.247.41, Remote port: 52366, Own port: 80, ConnectionDuration: 4.08711695671 seconds), +(Remote IP: 23.94.247.41, Remote port: 52472, Own port: 80, ConnectionDuration: 1.00739097595 seconds), +(Remote IP: 23.94.247.41, Remote port: 52561, Own port: 80, ConnectionDuration: 2.60190415382 seconds), +(Remote IP: 23.94.247.41, Remote port: 52651, Own port: 80, ConnectionDuration: 1.40094995499 seconds), +(Remote IP: 23.94.247.41, Remote port: 52767, Own port: 80, ConnectionDuration: 2.09285616875 seconds), +(Remote IP: 23.94.247.41, Remote port: 52887, Own port: 80, ConnectionDuration: 2.03115105629 seconds), +(Remote IP: 23.94.247.41, Remote port: 53067, Own port: 80, ConnectionDuration: 3.43802881241 seconds), +(Remote IP: 23.94.247.41, Remote port: 53207, Own port: 80, ConnectionDuration: 1.791492939 seconds), +(Remote IP: 23.94.247.41, Remote port: 53312, Own port: 80, ConnectionDuration: 4.11487102509 seconds), +(Remote IP: 23.94.247.41, Remote port: 53453, Own port: 80, ConnectionDuration: 1.00883889198 seconds), +(Remote IP: 23.94.247.41, Remote port: 53512, Own port: 80, ConnectionDuration: 0.852355957031 seconds), +(Remote IP: 23.94.247.41, Remote port: 53544, Own port: 80, ConnectionDuration: 0.0975379943848 seconds), +(Remote IP: 23.94.247.41, Remote port: 53623, Own port: 80, ConnectionDuration: 3.09809398651 seconds), +(Remote IP: 23.94.247.41, Remote port: 53766, Own port: 80, ConnectionDuration: 1.03726100922 seconds), +(Remote IP: 23.94.247.41, Remote port: 53835, Own port: 80, ConnectionDuration: 3.2818710804 seconds), +(Remote IP: 23.94.247.41, Remote port: 53929, Own port: 80, ConnectionDuration: 2.01692199707 seconds), +(Remote IP: 23.94.247.41, Remote port: 54070, Own port: 80, ConnectionDuration: 3.04992485046 seconds), +(Remote IP: 23.94.247.41, Remote port: 54167, Own port: 80, ConnectionDuration: 2.10196304321 seconds), +(Remote IP: 23.94.247.41, Remote port: 54275, Own port: 80, ConnectionDuration: 2.920814991 seconds), +(Remote IP: 23.94.247.41, Remote port: 54426, Own port: 80, ConnectionDuration: 2.75967407227 seconds), +(Remote IP: 23.94.247.41, Remote port: 54564, Own port: 80, ConnectionDuration: 4.73030900955 seconds), +(Remote IP: 23.94.247.41, Remote port: 54672, Own port: 80, ConnectionDuration: 2.02783799171 seconds), +(Remote IP: 23.94.247.41, Remote port: 54755, Own port: 80, ConnectionDuration: 3.09977412224 seconds), +(Remote IP: 23.94.247.41, Remote port: 54845, Own port: 80, ConnectionDuration: 2.41302084923 seconds), +(Remote IP: 23.94.247.41, Remote port: 54956, Own port: 80, ConnectionDuration: 4.08844208717 seconds), +(Remote IP: 23.94.247.41, Remote port: 55076, Own port: 80, ConnectionDuration: 1.70045900345 seconds), +(Remote IP: 23.94.247.41, Remote port: 55146, Own port: 80, ConnectionDuration: 4.0371389389 seconds), +(Remote IP: 23.94.247.41, Remote port: 55327, Own port: 80, ConnectionDuration: 1.18063211441 seconds), +(Remote IP: 37.37.209.2, Remote port: 40290, Own port: 23, ConnectionDuration: 9.92951917648 seconds), +(Remote IP: 23.94.247.41, Remote port: 55419, Own port: 80, ConnectionDuration: 4.31351399422 seconds), +(Remote IP: 23.94.247.41, Remote port: 55564, Own port: 80, ConnectionDuration: 1.1297519207 seconds), +(Remote IP: 23.94.247.41, Remote port: 55665, Own port: 80, ConnectionDuration: 2.92158412933 seconds), +(Remote IP: 23.94.247.41, Remote port: 55793, Own port: 80, ConnectionDuration: 2.20155906677 seconds), +(Remote IP: 23.94.247.41, Remote port: 55858, Own port: 80, ConnectionDuration: 3.03526496887 seconds), +(Remote IP: 23.94.247.41, Remote port: 55997, Own port: 80, ConnectionDuration: 1.08046889305 seconds), +(Remote IP: 23.94.247.41, Remote port: 56090, Own port: 80, ConnectionDuration: 3.02675080299 seconds), +(Remote IP: 23.94.247.41, Remote port: 56200, Own port: 80, ConnectionDuration: 1.99957299232 seconds), +(Remote IP: 206.168.34.185, Remote port: 37690, Own port: 80, ConnectionDuration: 0.0693600177765 seconds), +(Remote IP: 206.168.34.185, Remote port: 43238, Own port: 80, ConnectionDuration: 0.0533740520477 seconds), +(Remote IP: 206.168.34.185, Remote port: 43238, Own port: 80, ConnectionDuration: 0.0538151264191 seconds), +(Remote IP: 206.168.34.185, Remote port: 46116, Own port: 80, ConnectionDuration: 0.0532379150391 seconds), +(Remote IP: 23.94.247.41, Remote port: 56283, Own port: 80, ConnectionDuration: 8.22362208366 seconds), +(Remote IP: 23.94.247.41, Remote port: 56475, Own port: 80, ConnectionDuration: 1.97867798805 seconds), +(Remote IP: 23.94.247.41, Remote port: 56584, Own port: 80, ConnectionDuration: 3.61973810196 seconds), +(Remote IP: 23.94.247.41, Remote port: 56715, Own port: 80, ConnectionDuration: 1.00240302086 seconds), +(Remote IP: 23.94.247.41, Remote port: 56761, Own port: 80, ConnectionDuration: 4.0950319767 seconds), +(Remote IP: 167.94.138.44, Remote port: 54328, Own port: 23, ConnectionDuration: 3.01266694069 seconds), +(Remote IP: 167.94.138.44, Remote port: 54328, Own port: 23, ConnectionDuration: 3.01318097115 seconds), +(Remote IP: 167.94.138.44, Remote port: 41696, Own port: 23, ConnectionDuration: 0.141233921051 seconds), +(Remote IP: 167.94.138.44, Remote port: 41696, Own port: 23, ConnectionDuration: 0.141715049744 seconds), +(Remote IP: 167.94.138.44, Remote port: 44378, Own port: 23, ConnectionDuration: 3.06871795654 seconds), +(Remote IP: 167.94.138.44, Remote port: 44378, Own port: 23, ConnectionDuration: 3.06919908524 seconds), +(Remote IP: 23.94.247.41, Remote port: 56919, Own port: 80, ConnectionDuration: 1.91429185867 seconds), +(Remote IP: 34.140.108.54, Remote port: 55834, Own port: 139, ConnectionDuration: 0.262747049332 seconds), +(Remote IP: 34.140.108.54, Remote port: 52000, Own port: 139, ConnectionDuration: 0.935177087784 seconds), +(Remote IP: 23.94.247.41, Remote port: 57051, Own port: 80, ConnectionDuration: 3.80204415321 seconds), +(Remote IP: 23.94.247.41, Remote port: 57147, Own port: 80, ConnectionDuration: 1.07547593117 seconds), +(Remote IP: 112.113.124.67, Remote port: 46961, Own port: 23, ConnectionDuration: 30.3915660381 seconds), +(Remote IP: 23.94.247.41, Remote port: 57187, Own port: 80, ConnectionDuration: 3.27449893951 seconds), +(Remote IP: 23.94.247.41, Remote port: 57345, Own port: 80, ConnectionDuration: 0.69806098938 seconds), +(Remote IP: 23.94.247.41, Remote port: 57397, Own port: 80, ConnectionDuration: 3.17427396774 seconds), +(Remote IP: 112.113.124.67, Remote port: 47162, Own port: 23, ConnectionDuration: 30.5951809883 seconds), +(Remote IP: 112.113.124.67, Remote port: 47163, Own port: 23, ConnectionDuration: 30.5846700668 seconds), +(Remote IP: 23.94.247.41, Remote port: 57566, Own port: 80, ConnectionDuration: 1.3232448101 seconds), +(Remote IP: 23.94.247.41, Remote port: 57661, Own port: 80, ConnectionDuration: 4.79462504387 seconds), +(Remote IP: 23.94.247.41, Remote port: 57825, Own port: 80, ConnectionDuration: 2.03677821159 seconds), +(Remote IP: 23.94.247.41, Remote port: 57952, Own port: 80, ConnectionDuration: 2.01506900787 seconds), +(Remote IP: 23.94.247.41, Remote port: 58043, Own port: 80, ConnectionDuration: 0.73584985733 seconds), +(Remote IP: 23.94.247.41, Remote port: 58109, Own port: 80, ConnectionDuration: 1.00366902351 seconds), +(Remote IP: 23.94.247.41, Remote port: 58168, Own port: 80, ConnectionDuration: 2.71409678459 seconds), +(Remote IP: 167.94.138.60, Remote port: 47526, Own port: 80, ConnectionDuration: 2.29442691803 seconds), +(Remote IP: 23.94.247.41, Remote port: 58289, Own port: 80, ConnectionDuration: 3.22118902206 seconds), +(Remote IP: 167.94.138.60, Remote port: 37156, Own port: 80, ConnectionDuration: 0.472997903824 seconds), +(Remote IP: 167.94.138.60, Remote port: 37156, Own port: 80, ConnectionDuration: 0.473459005356 seconds), +(Remote IP: 167.94.138.60, Remote port: 32822, Own port: 80, ConnectionDuration: 0.124891042709 seconds), +(Remote IP: 23.94.247.41, Remote port: 58431, Own port: 80, ConnectionDuration: 2.01894307137 seconds), +(Remote IP: 23.94.247.41, Remote port: 58518, Own port: 80, ConnectionDuration: 4.11483597755 seconds), +(Remote IP: 23.94.247.41, Remote port: 58658, Own port: 80, ConnectionDuration: 0.940106153488 seconds), +(Remote IP: 23.94.247.41, Remote port: 58768, Own port: 80, ConnectionDuration: 5.65915393829 seconds), +(Remote IP: 23.94.247.41, Remote port: 58906, Own port: 80, ConnectionDuration: 1.72044491768 seconds), +(Remote IP: 80.75.212.75, Remote port: 44474, Own port: 9999, ConnectionDuration: 0.136293888092 seconds), +(Remote IP: 23.94.247.41, Remote port: 58979, Own port: 80, ConnectionDuration: 7.81007695198 seconds), +(Remote IP: 23.94.247.41, Remote port: 59205, Own port: 80, ConnectionDuration: 1.01879000664 seconds), +(Remote IP: 23.94.247.41, Remote port: 59264, Own port: 80, ConnectionDuration: 4.10927700996 seconds), +(Remote IP: 23.94.247.41, Remote port: 59352, Own port: 80, ConnectionDuration: 1.00258898735 seconds), +(Remote IP: 23.94.247.41, Remote port: 59426, Own port: 80, ConnectionDuration: 4.03168511391 seconds), +(Remote IP: 23.94.247.41, Remote port: 59600, Own port: 80, ConnectionDuration: 2.07028985023 seconds), +(Remote IP: 112.113.124.67, Remote port: 49594, Own port: 23, ConnectionDuration: 29.3408608437 seconds), +(Remote IP: 23.94.247.41, Remote port: 59681, Own port: 80, ConnectionDuration: 4.97398710251 seconds), +(Remote IP: 23.94.247.41, Remote port: 59827, Own port: 80, ConnectionDuration: 1.12852501869 seconds), +(Remote IP: 149.102.242.179, Remote port: 23067, Own port: 80, ConnectionDuration: 0.047000169754 seconds), +(Remote IP: 23.94.247.41, Remote port: 59888, Own port: 80, ConnectionDuration: 8.72172093391 seconds), +(Remote IP: 23.94.247.41, Remote port: 60138, Own port: 80, ConnectionDuration: 0.225308895111 seconds), +(Remote IP: 23.94.247.41, Remote port: 60186, Own port: 80, ConnectionDuration: 0.577020168304 seconds), +(Remote IP: 23.94.247.41, Remote port: 60204, Own port: 80, ConnectionDuration: 0.930027961731 seconds), +(Remote IP: 23.94.247.41, Remote port: 60259, Own port: 80, ConnectionDuration: 3.39409208298 seconds), +(Remote IP: 23.94.247.41, Remote port: 60373, Own port: 80, ConnectionDuration: 2.06749987602 seconds), +(Remote IP: 23.94.247.41, Remote port: 60438, Own port: 80, ConnectionDuration: 3.82079100609 seconds), +(Remote IP: 23.94.247.41, Remote port: 60545, Own port: 80, ConnectionDuration: 2.01839089394 seconds), +(Remote IP: 23.94.247.41, Remote port: 60656, Own port: 80, ConnectionDuration: 4.11333012581 seconds), +(Remote IP: 23.94.247.41, Remote port: 60798, Own port: 80, ConnectionDuration: 1.92154097557 seconds), +(Remote IP: 23.94.247.41, Remote port: 60882, Own port: 80, ConnectionDuration: 4.00808286667 seconds), +(Remote IP: 23.94.247.41, Remote port: 61028, Own port: 80, ConnectionDuration: 2.1475481987 seconds), +(Remote IP: 23.94.247.41, Remote port: 61091, Own port: 80, ConnectionDuration: 3.22953104973 seconds), +(Remote IP: 23.94.247.41, Remote port: 61226, Own port: 80, ConnectionDuration: 2.79693388939 seconds), +(Remote IP: 23.94.247.41, Remote port: 61307, Own port: 80, ConnectionDuration: 2.71514606476 seconds), +(Remote IP: 23.94.247.41, Remote port: 61426, Own port: 80, ConnectionDuration: 1.92375779152 seconds), +(Remote IP: 23.94.247.41, Remote port: 61487, Own port: 80, ConnectionDuration: 4.48593878746 seconds), +(Remote IP: 23.94.247.41, Remote port: 61598, Own port: 80, ConnectionDuration: 1.15068507195 seconds), +(Remote IP: 23.94.247.41, Remote port: 61735, Own port: 80, ConnectionDuration: 3.08027410507 seconds), +(Remote IP: 23.94.247.41, Remote port: 61816, Own port: 80, ConnectionDuration: 1.58910799026 seconds), +(Remote IP: 23.94.247.41, Remote port: 61940, Own port: 80, ConnectionDuration: 1.01160597801 seconds), +(Remote IP: 112.113.124.67, Remote port: 52237, Own port: 23, ConnectionDuration: 29.4923439026 seconds), +(Remote IP: 23.94.247.41, Remote port: 62068, Own port: 80, ConnectionDuration: 1.67704510689 seconds), +(Remote IP: 23.94.247.41, Remote port: 62162, Own port: 80, ConnectionDuration: 3.89945411682 seconds), +(Remote IP: 23.94.247.41, Remote port: 62269, Own port: 80, ConnectionDuration: 3.67820286751 seconds), +(Remote IP: 23.94.247.41, Remote port: 62456, Own port: 80, ConnectionDuration: 3.71006894112 seconds), +(Remote IP: 23.94.247.41, Remote port: 62616, Own port: 80, ConnectionDuration: 2.01481580734 seconds), +(Remote IP: 23.94.247.41, Remote port: 62711, Own port: 80, ConnectionDuration: 3.08867812157 seconds), +(Remote IP: 23.94.247.41, Remote port: 62808, Own port: 80, ConnectionDuration: 1.08103299141 seconds), +(Remote IP: 23.94.247.41, Remote port: 62874, Own port: 80, ConnectionDuration: 4.00844311714 seconds), +(Remote IP: 23.94.247.41, Remote port: 63075, Own port: 80, ConnectionDuration: 2.20712590218 seconds), +(Remote IP: 23.94.247.41, Remote port: 63132, Own port: 80, ConnectionDuration: 4.18225502968 seconds), +(Remote IP: 23.94.247.41, Remote port: 63247, Own port: 80, ConnectionDuration: 1.10177111626 seconds), +(Remote IP: 23.94.247.41, Remote port: 63260, Own port: 80, ConnectionDuration: 1.36874103546 seconds), +(Remote IP: 23.94.247.41, Remote port: 63378, Own port: 80, ConnectionDuration: 2.08793878555 seconds), +(Remote IP: 23.94.247.41, Remote port: 63457, Own port: 80, ConnectionDuration: 3.80604696274 seconds), +(Remote IP: 23.94.247.41, Remote port: 63556, Own port: 80, ConnectionDuration: 1.61855602264 seconds), +(Remote IP: 23.94.247.41, Remote port: 63646, Own port: 80, ConnectionDuration: 3.78354310989 seconds), +(Remote IP: 23.94.247.41, Remote port: 63834, Own port: 80, ConnectionDuration: 2.06140899658 seconds), +(Remote IP: 23.94.247.41, Remote port: 63923, Own port: 80, ConnectionDuration: 3.03735899925 seconds), +(Remote IP: 23.94.247.41, Remote port: 64015, Own port: 80, ConnectionDuration: 2.02621912956 seconds), +(Remote IP: 23.94.247.41, Remote port: 64125, Own port: 80, ConnectionDuration: 3.12827801704 seconds), +(Remote IP: 162.142.125.221, Remote port: 59322, Own port: 27347, ConnectionDuration: 0.0421950817108 seconds), +(Remote IP: 162.142.125.221, Remote port: 59322, Own port: 27347, ConnectionDuration: 0.0428199768066 seconds), +(Remote IP: 23.94.247.41, Remote port: 64273, Own port: 80, ConnectionDuration: 2.08397698402 seconds), +(Remote IP: 23.94.247.41, Remote port: 64314, Own port: 80, ConnectionDuration: 12.0788230896 seconds), +(Remote IP: 23.94.247.41, Remote port: 64579, Own port: 80, ConnectionDuration: 1.09600806236 seconds), +(Remote IP: 23.94.247.41, Remote port: 64661, Own port: 80, ConnectionDuration: 3.02285003662 seconds), +(Remote IP: 23.94.247.41, Remote port: 64767, Own port: 80, ConnectionDuration: 1.01097393036 seconds), +(Remote IP: 23.94.247.41, Remote port: 64913, Own port: 80, ConnectionDuration: 4.00420188904 seconds), +(Remote IP: 23.94.247.41, Remote port: 65047, Own port: 80, ConnectionDuration: 2.06666517258 seconds), +(Remote IP: 23.94.247.41, Remote port: 65114, Own port: 80, ConnectionDuration: 3.20188498497 seconds), +(Remote IP: 23.94.247.41, Remote port: 65236, Own port: 80, ConnectionDuration: 2.09236311913 seconds), +(Remote IP: 23.94.247.41, Remote port: 65294, Own port: 80, ConnectionDuration: 3.40407586098 seconds), +(Remote IP: 23.94.247.41, Remote port: 65390, Own port: 80, ConnectionDuration: 2.01276779175 seconds), +(Remote IP: 23.94.247.41, Remote port: 65508, Own port: 80, ConnectionDuration: 4.11602401733 seconds), +(Remote IP: 23.94.247.41, Remote port: 49237, Own port: 80, ConnectionDuration: 2.01241993904 seconds), +(Remote IP: 23.94.247.41, Remote port: 49325, Own port: 80, ConnectionDuration: 1.56461381912 seconds), +(Remote IP: 23.94.247.41, Remote port: 49412, Own port: 80, ConnectionDuration: 1.0118060112 seconds), +(Remote IP: 23.94.247.41, Remote port: 49494, Own port: 80, ConnectionDuration: 6.21096110344 seconds), +(Remote IP: 23.94.247.41, Remote port: 49616, Own port: 80, ConnectionDuration: 2.00309896469 seconds), +(Remote IP: 23.94.247.41, Remote port: 49699, Own port: 80, ConnectionDuration: 4.5974149704 seconds), +(Remote IP: 23.94.247.41, Remote port: 49850, Own port: 80, ConnectionDuration: 1.90747594833 seconds), +(Remote IP: 23.94.247.41, Remote port: 49959, Own port: 80, ConnectionDuration: 5.87830615044 seconds), +(Remote IP: 23.94.247.41, Remote port: 50076, Own port: 80, ConnectionDuration: 2.00248098373 seconds), +(Remote IP: 23.94.247.41, Remote port: 50286, Own port: 80, ConnectionDuration: 4.23229885101 seconds), +(Remote IP: 23.94.247.41, Remote port: 50421, Own port: 80, ConnectionDuration: 2.0738158226 seconds), +(Remote IP: 23.94.247.41, Remote port: 50506, Own port: 80, ConnectionDuration: 1.70311307907 seconds), +(Remote IP: 23.94.247.41, Remote port: 50581, Own port: 80, ConnectionDuration: 1.10425615311 seconds), +(Remote IP: 23.94.247.41, Remote port: 50675, Own port: 80, ConnectionDuration: 1.3114490509 seconds), +(Remote IP: 23.94.247.41, Remote port: 50747, Own port: 80, ConnectionDuration: 1.04168200493 seconds), +(Remote IP: 23.94.247.41, Remote port: 50847, Own port: 80, ConnectionDuration: 3.07008981705 seconds), +(Remote IP: 23.94.247.41, Remote port: 50982, Own port: 80, ConnectionDuration: 1.71581816673 seconds), +(Remote IP: 23.94.247.41, Remote port: 51063, Own port: 80, ConnectionDuration: 4.09910011292 seconds), +(Remote IP: 23.94.247.41, Remote port: 51173, Own port: 80, ConnectionDuration: 2.0168030262 seconds), +(Remote IP: 23.94.247.41, Remote port: 51312, Own port: 80, ConnectionDuration: 4.49499297142 seconds), +(Remote IP: 23.94.247.41, Remote port: 51428, Own port: 80, ConnectionDuration: 1.78637981415 seconds), +(Remote IP: 23.94.247.41, Remote port: 51493, Own port: 80, ConnectionDuration: 2.71675300598 seconds), +(Remote IP: 23.94.247.41, Remote port: 51633, Own port: 80, ConnectionDuration: 1.90444302559 seconds), +(Remote IP: 23.94.247.41, Remote port: 51700, Own port: 80, ConnectionDuration: 3.30419516563 seconds), +(Remote IP: 23.94.247.41, Remote port: 51769, Own port: 80, ConnectionDuration: 1.88802886009 seconds), +(Remote IP: 23.94.247.41, Remote port: 51865, Own port: 80, ConnectionDuration: 3.99845814705 seconds), +(Remote IP: 23.94.247.41, Remote port: 52054, Own port: 80, ConnectionDuration: 1.27443408966 seconds), +(Remote IP: 23.94.247.41, Remote port: 52148, Own port: 80, ConnectionDuration: 3.93313407898 seconds), +(Remote IP: 23.94.247.41, Remote port: 52232, Own port: 80, ConnectionDuration: 0.98777794838 seconds), +(Remote IP: 23.94.247.41, Remote port: 52286, Own port: 80, ConnectionDuration: 3.72289800644 seconds), +(Remote IP: 23.94.247.41, Remote port: 52393, Own port: 80, ConnectionDuration: 2.01856589317 seconds), +(Remote IP: 23.94.247.41, Remote port: 52478, Own port: 80, ConnectionDuration: 3.10383319855 seconds), +(Remote IP: 23.94.247.41, Remote port: 52600, Own port: 80, ConnectionDuration: 1.10822606087 seconds), +(Remote IP: 23.94.247.41, Remote port: 52683, Own port: 80, ConnectionDuration: 1.16201996803 seconds), +(Remote IP: 23.94.247.41, Remote port: 52751, Own port: 80, ConnectionDuration: 1.62846183777 seconds), +(Remote IP: 23.94.247.41, Remote port: 52791, Own port: 80, ConnectionDuration: 1.58153104782 seconds), +(Remote IP: 23.94.247.41, Remote port: 52861, Own port: 80, ConnectionDuration: 0.810532093048 seconds), +(Remote IP: 23.94.247.41, Remote port: 52936, Own port: 80, ConnectionDuration: 0.885889053345 seconds), +(Remote IP: 206.168.34.43, Remote port: 59030, Own port: 21, ConnectionDuration: 0.464156150818 seconds), +(Remote IP: 23.94.247.41, Remote port: 52972, Own port: 80, ConnectionDuration: 0.60388302803 seconds), +(Remote IP: 23.94.247.41, Remote port: 53043, Own port: 80, ConnectionDuration: 2.50045084953 seconds), +(Remote IP: 23.94.247.41, Remote port: 53104, Own port: 80, ConnectionDuration: 0.310811042786 seconds), +(Remote IP: 23.94.247.41, Remote port: 53150, Own port: 80, ConnectionDuration: 4.21986889839 seconds), +(Remote IP: 23.94.247.41, Remote port: 53374, Own port: 80, ConnectionDuration: 0.0983431339264 seconds), +(Remote IP: 23.94.247.41, Remote port: 53384, Own port: 80, ConnectionDuration: 0.108002185822 seconds), +(Remote IP: 23.94.247.41, Remote port: 53391, Own port: 80, ConnectionDuration: 0.191215991974 seconds), +(Remote IP: 23.94.247.41, Remote port: 53411, Own port: 80, ConnectionDuration: 0.39393901825 seconds), +(Remote IP: 23.94.247.41, Remote port: 53506, Own port: 80, ConnectionDuration: 0.191794157028 seconds), +(Remote IP: 23.94.247.41, Remote port: 53519, Own port: 80, ConnectionDuration: 0.121415138245 seconds), +(Remote IP: 23.94.247.41, Remote port: 53534, Own port: 80, ConnectionDuration: 0.11604809761 seconds), +(Remote IP: 23.94.247.41, Remote port: 53539, Own port: 80, ConnectionDuration: 0.0381789207458 seconds), +(Remote IP: 23.94.247.41, Remote port: 53552, Own port: 80, ConnectionDuration: 0.19365978241 seconds), +(Remote IP: 23.94.247.41, Remote port: 53559, Own port: 80, ConnectionDuration: 0.409322977066 seconds), +(Remote IP: 23.94.247.41, Remote port: 53583, Own port: 80, ConnectionDuration: 0.21414899826 seconds), +(Remote IP: 23.94.247.41, Remote port: 53613, Own port: 80, ConnectionDuration: 0.16313791275 seconds), +(Remote IP: 23.94.247.41, Remote port: 53679, Own port: 80, ConnectionDuration: 0.433238983154 seconds), +(Remote IP: 23.94.247.41, Remote port: 53703, Own port: 80, ConnectionDuration: 0.19402217865 seconds), +(Remote IP: 23.94.247.41, Remote port: 53723, Own port: 80, ConnectionDuration: 0.185902118683 seconds), +(Remote IP: 23.94.247.41, Remote port: 53727, Own port: 80, ConnectionDuration: 0.569976091385 seconds), +(Remote IP: 23.94.247.41, Remote port: 53756, Own port: 80, ConnectionDuration: 0.43163895607 seconds), +(Remote IP: 23.94.247.41, Remote port: 53767, Own port: 80, ConnectionDuration: 0.304876089096 seconds), +(Remote IP: 23.94.247.41, Remote port: 53785, Own port: 80, ConnectionDuration: 0.411040067673 seconds), +(Remote IP: 23.94.247.41, Remote port: 53809, Own port: 80, ConnectionDuration: 0.299655914307 seconds), +(Remote IP: 23.94.247.41, Remote port: 53854, Own port: 80, ConnectionDuration: 0.20442700386 seconds), +(Remote IP: 23.94.247.41, Remote port: 53873, Own port: 80, ConnectionDuration: 0.225283145905 seconds), +(Remote IP: 23.94.247.41, Remote port: 53883, Own port: 80, ConnectionDuration: 0.412750959396 seconds), +(Remote IP: 23.94.247.41, Remote port: 53893, Own port: 80, ConnectionDuration: 0.213432073593 seconds), +(Remote IP: 113.221.31.152, Remote port: 39024, Own port: 23, ConnectionDuration: 31.2513189316 seconds), +(Remote IP: 23.94.247.41, Remote port: 53962, Own port: 80, ConnectionDuration: 0.300812959671 seconds), +(Remote IP: 23.94.247.41, Remote port: 53981, Own port: 80, ConnectionDuration: 0.382208108902 seconds), +(Remote IP: 23.94.247.41, Remote port: 54008, Own port: 80, ConnectionDuration: 0.283681154251 seconds), +(Remote IP: 23.94.247.41, Remote port: 54037, Own port: 80, ConnectionDuration: 0.103899002075 seconds), +(Remote IP: 23.94.247.41, Remote port: 54060, Own port: 80, ConnectionDuration: 0.208608150482 seconds), +(Remote IP: 23.94.247.41, Remote port: 54069, Own port: 80, ConnectionDuration: 0.293470859528 seconds), +(Remote IP: 23.94.247.41, Remote port: 54072, Own port: 80, ConnectionDuration: 0.304599046707 seconds), +(Remote IP: 23.94.247.41, Remote port: 54089, Own port: 80, ConnectionDuration: 0.298220872879 seconds), +(Remote IP: 23.94.247.41, Remote port: 54107, Own port: 80, ConnectionDuration: 0.205371856689 seconds), +(Remote IP: 23.94.247.41, Remote port: 54138, Own port: 80, ConnectionDuration: 0.0835211277008 seconds), +(Remote IP: 23.94.247.41, Remote port: 54144, Own port: 80, ConnectionDuration: 0.284878015518 seconds), +(Remote IP: 23.94.247.41, Remote port: 54160, Own port: 80, ConnectionDuration: 0.106211900711 seconds), +(Remote IP: 23.94.247.41, Remote port: 54183, Own port: 80, ConnectionDuration: 0.189190149307 seconds), +(Remote IP: 23.94.247.41, Remote port: 54193, Own port: 80, ConnectionDuration: 0.398365020752 seconds), +(Remote IP: 23.94.247.41, Remote port: 54212, Own port: 80, ConnectionDuration: 0.312473058701 seconds), +(Remote IP: 23.94.247.41, Remote port: 54251, Own port: 80, ConnectionDuration: 0.17368888855 seconds), +(Remote IP: 23.94.247.41, Remote port: 54261, Own port: 80, ConnectionDuration: 0.196218013763 seconds), +(Remote IP: 23.94.247.41, Remote port: 54271, Own port: 80, ConnectionDuration: 0.618283033371 seconds), +(Remote IP: 23.94.247.41, Remote port: 54291, Own port: 80, ConnectionDuration: 0.316438913345 seconds), +(Remote IP: 23.94.247.41, Remote port: 54305, Own port: 80, ConnectionDuration: 0.210438013077 seconds), +(Remote IP: 23.94.247.41, Remote port: 54338, Own port: 80, ConnectionDuration: 0.192554950714 seconds), +(Remote IP: 23.94.247.41, Remote port: 54360, Own port: 80, ConnectionDuration: 0.378193855286 seconds), +(Remote IP: 23.94.247.41, Remote port: 54367, Own port: 80, ConnectionDuration: 0.236001968384 seconds), +(Remote IP: 23.94.247.41, Remote port: 54390, Own port: 80, ConnectionDuration: 0.481010913849 seconds), +(Remote IP: 23.94.247.41, Remote port: 54399, Own port: 80, ConnectionDuration: 0.372107028961 seconds), +(Remote IP: 23.94.247.41, Remote port: 54412, Own port: 80, ConnectionDuration: 0.317182064056 seconds), +(Remote IP: 23.94.247.41, Remote port: 54451, Own port: 80, ConnectionDuration: 0.400323152542 seconds), +(Remote IP: 23.94.247.41, Remote port: 54465, Own port: 80, ConnectionDuration: 0.131618022919 seconds), +(Remote IP: 23.94.247.41, Remote port: 54512, Own port: 80, ConnectionDuration: 0.103413820267 seconds), +(Remote IP: 23.94.247.41, Remote port: 54524, Own port: 80, ConnectionDuration: 0.423491954803 seconds), +(Remote IP: 23.94.247.41, Remote port: 54563, Own port: 80, ConnectionDuration: 0.232261180878 seconds), +(Remote IP: 23.94.247.41, Remote port: 54584, Own port: 80, ConnectionDuration: 0.174670934677 seconds), +(Remote IP: 23.94.247.41, Remote port: 54594, Own port: 80, ConnectionDuration: 0.42181801796 seconds), +(Remote IP: 23.94.247.41, Remote port: 54609, Own port: 80, ConnectionDuration: 0.288910865784 seconds), +(Remote IP: 23.94.247.41, Remote port: 54624, Own port: 80, ConnectionDuration: 0.427843093872 seconds), +(Remote IP: 23.94.247.41, Remote port: 54637, Own port: 80, ConnectionDuration: 0.194670915604 seconds), +(Remote IP: 23.94.247.41, Remote port: 54669, Own port: 80, ConnectionDuration: 0.321357965469 seconds), +(Remote IP: 23.94.247.41, Remote port: 54686, Own port: 80, ConnectionDuration: 0.225563049316 seconds), +(Remote IP: 23.94.247.41, Remote port: 54696, Own port: 80, ConnectionDuration: 0.0815980434418 seconds), +(Remote IP: 23.94.247.41, Remote port: 54706, Own port: 80, ConnectionDuration: 0.225665807724 seconds), +(Remote IP: 23.94.247.41, Remote port: 54713, Own port: 80, ConnectionDuration: 0.280230045319 seconds), +(Remote IP: 23.94.247.41, Remote port: 54726, Own port: 80, ConnectionDuration: 0.481792926788 seconds), +(Remote IP: 23.94.247.41, Remote port: 54753, Own port: 80, ConnectionDuration: 0.399299860001 seconds), +(Remote IP: 23.94.247.41, Remote port: 54781, Own port: 80, ConnectionDuration: 0.10871887207 seconds), +(Remote IP: 23.94.247.41, Remote port: 54807, Own port: 80, ConnectionDuration: 0.268121004105 seconds), +(Remote IP: 23.94.247.41, Remote port: 54820, Own port: 80, ConnectionDuration: 0.381099224091 seconds), +(Remote IP: 23.94.247.41, Remote port: 54840, Own port: 80, ConnectionDuration: 0.129837036133 seconds), +(Remote IP: 23.94.247.41, Remote port: 54869, Own port: 80, ConnectionDuration: 0.0897569656372 seconds), +(Remote IP: 23.94.247.41, Remote port: 54885, Own port: 80, ConnectionDuration: 0.114738941193 seconds), +(Remote IP: 23.94.247.41, Remote port: 54889, Own port: 80, ConnectionDuration: 0.0955500602722 seconds), +(Remote IP: 23.94.247.41, Remote port: 54902, Own port: 80, ConnectionDuration: 0.314367055893 seconds), +(Remote IP: 23.94.247.41, Remote port: 54914, Own port: 80, ConnectionDuration: 0.108318805695 seconds), +(Remote IP: 23.94.247.41, Remote port: 54934, Own port: 80, ConnectionDuration: 0.313747167587 seconds), +(Remote IP: 23.94.247.41, Remote port: 54946, Own port: 80, ConnectionDuration: 0.401467084885 seconds), +(Remote IP: 23.94.247.41, Remote port: 54990, Own port: 80, ConnectionDuration: 0.129430055618 seconds), +(Remote IP: 23.94.247.41, Remote port: 54999, Own port: 80, ConnectionDuration: 0.10076713562 seconds), +(Remote IP: 23.94.247.41, Remote port: 55011, Own port: 80, ConnectionDuration: 0.115056037903 seconds), +(Remote IP: 23.94.247.41, Remote port: 55016, Own port: 80, ConnectionDuration: 0.226539850235 seconds), +(Remote IP: 23.94.247.41, Remote port: 55030, Own port: 80, ConnectionDuration: 0.308549880981 seconds), +(Remote IP: 23.94.247.41, Remote port: 55048, Own port: 80, ConnectionDuration: 0.231237888336 seconds), +(Remote IP: 23.94.247.41, Remote port: 55091, Own port: 80, ConnectionDuration: 0.507693052292 seconds), +(Remote IP: 23.94.247.41, Remote port: 55106, Own port: 80, ConnectionDuration: 0.318893909454 seconds), +(Remote IP: 23.94.247.41, Remote port: 55126, Own port: 80, ConnectionDuration: 0.106303930283 seconds), +(Remote IP: 23.94.247.41, Remote port: 55149, Own port: 80, ConnectionDuration: 0.698037147522 seconds), +(Remote IP: 23.94.247.41, Remote port: 55208, Own port: 80, ConnectionDuration: 0.202766895294 seconds), +(Remote IP: 23.94.247.41, Remote port: 55238, Own port: 80, ConnectionDuration: 0.798951864243 seconds), +(Remote IP: 23.94.247.41, Remote port: 55249, Own port: 80, ConnectionDuration: 0.290120124817 seconds), +(Remote IP: 23.94.247.41, Remote port: 55264, Own port: 80, ConnectionDuration: 0.201113939285 seconds), +(Remote IP: 23.94.247.41, Remote port: 55303, Own port: 80, ConnectionDuration: 0.218150138855 seconds), +(Remote IP: 23.94.247.41, Remote port: 55319, Own port: 80, ConnectionDuration: 0.311949014664 seconds), +(Remote IP: 23.94.247.41, Remote port: 55332, Own port: 80, ConnectionDuration: 0.386667013168 seconds), +(Remote IP: 23.94.247.41, Remote port: 55347, Own port: 80, ConnectionDuration: 0.206837177277 seconds), +(Remote IP: 23.94.247.41, Remote port: 55362, Own port: 80, ConnectionDuration: 0.115144014359 seconds), +(Remote IP: 23.94.247.41, Remote port: 55371, Own port: 80, ConnectionDuration: 0.172286987305 seconds), +(Remote IP: 23.94.247.41, Remote port: 55382, Own port: 80, ConnectionDuration: 0.26858997345 seconds), +(Remote IP: 23.94.247.41, Remote port: 55405, Own port: 80, ConnectionDuration: 0.0797049999237 seconds), +(Remote IP: 23.94.247.41, Remote port: 55430, Own port: 80, ConnectionDuration: 0.197427034378 seconds), +(Remote IP: 23.94.247.41, Remote port: 55445, Own port: 80, ConnectionDuration: 0.397459983826 seconds), +(Remote IP: 23.94.247.41, Remote port: 55459, Own port: 80, ConnectionDuration: 0.198699951172 seconds), +(Remote IP: 23.94.247.41, Remote port: 55475, Own port: 80, ConnectionDuration: 0.292046785355 seconds), +(Remote IP: 23.94.247.41, Remote port: 55502, Own port: 80, ConnectionDuration: 0.278101205826 seconds), +(Remote IP: 23.94.247.41, Remote port: 55529, Own port: 80, ConnectionDuration: 0.21154499054 seconds), +(Remote IP: 23.94.247.41, Remote port: 55539, Own port: 80, ConnectionDuration: 0.12322807312 seconds), +(Remote IP: 23.94.247.41, Remote port: 55551, Own port: 80, ConnectionDuration: 0.272402048111 seconds), +(Remote IP: 23.94.247.41, Remote port: 55567, Own port: 80, ConnectionDuration: 0.271652936935 seconds), +(Remote IP: 23.94.247.41, Remote port: 55579, Own port: 80, ConnectionDuration: 0.388646125793 seconds), +(Remote IP: 23.94.247.41, Remote port: 55620, Own port: 80, ConnectionDuration: 0.221518039703 seconds), +(Remote IP: 23.94.247.41, Remote port: 55653, Own port: 80, ConnectionDuration: 0.11861205101 seconds), +(Remote IP: 23.94.247.41, Remote port: 55667, Own port: 80, ConnectionDuration: 0.38488817215 seconds), +(Remote IP: 23.94.247.41, Remote port: 55683, Own port: 80, ConnectionDuration: 0.403650999069 seconds), +(Remote IP: 23.94.247.41, Remote port: 55698, Own port: 80, ConnectionDuration: 0.482620954514 seconds), +(Remote IP: 23.94.247.41, Remote port: 55726, Own port: 80, ConnectionDuration: 0.332141876221 seconds), +(Remote IP: 23.94.247.41, Remote port: 55757, Own port: 80, ConnectionDuration: 0.285448074341 seconds), +(Remote IP: 23.94.247.41, Remote port: 55774, Own port: 80, ConnectionDuration: 0.371047973633 seconds), +(Remote IP: 23.94.247.41, Remote port: 55792, Own port: 80, ConnectionDuration: 0.504889011383 seconds), +(Remote IP: 23.94.247.41, Remote port: 55844, Own port: 80, ConnectionDuration: 0.315044164658 seconds), +(Remote IP: 23.94.247.41, Remote port: 55861, Own port: 80, ConnectionDuration: 0.285044908524 seconds), +(Remote IP: 23.94.247.41, Remote port: 55870, Own port: 80, ConnectionDuration: 0.236314058304 seconds), +(Remote IP: 23.94.247.41, Remote port: 55893, Own port: 80, ConnectionDuration: 0.289779186249 seconds), +(Remote IP: 23.94.247.41, Remote port: 55901, Own port: 80, ConnectionDuration: 0.362739086151 seconds), +(Remote IP: 23.94.247.41, Remote port: 55953, Own port: 80, ConnectionDuration: 0.301341056824 seconds), +(Remote IP: 23.94.247.41, Remote port: 55964, Own port: 80, ConnectionDuration: 0.202979803085 seconds), +(Remote IP: 23.94.247.41, Remote port: 55981, Own port: 80, ConnectionDuration: 0.107839107513 seconds), +(Remote IP: 23.94.247.41, Remote port: 55994, Own port: 80, ConnectionDuration: 0.178761959076 seconds), +(Remote IP: 23.94.247.41, Remote port: 56005, Own port: 80, ConnectionDuration: 0.396269083023 seconds), +(Remote IP: 23.94.247.41, Remote port: 56053, Own port: 80, ConnectionDuration: 0.122448921204 seconds), +(Remote IP: 23.94.247.41, Remote port: 56065, Own port: 80, ConnectionDuration: 0.411087989807 seconds), +(Remote IP: 23.94.247.41, Remote port: 56080, Own port: 80, ConnectionDuration: 2.51880192757 seconds), +(Remote IP: 23.94.247.41, Remote port: 56170, Own port: 80, ConnectionDuration: 0.498854875565 seconds), +(Remote IP: 23.94.247.41, Remote port: 56186, Own port: 80, ConnectionDuration: 0.275187015533 seconds), +(Remote IP: 23.94.247.41, Remote port: 56196, Own port: 80, ConnectionDuration: 0.389981985092 seconds), +(Remote IP: 23.94.247.41, Remote port: 56213, Own port: 80, ConnectionDuration: 0.378428220749 seconds), +(Remote IP: 23.94.247.41, Remote port: 56223, Own port: 80, ConnectionDuration: 0.301322937012 seconds), +(Remote IP: 23.94.247.41, Remote port: 56281, Own port: 80, ConnectionDuration: 0.384838104248 seconds), +(Remote IP: 23.94.247.41, Remote port: 56290, Own port: 80, ConnectionDuration: 0.316401958466 seconds), +(Remote IP: 23.94.247.41, Remote port: 56304, Own port: 80, ConnectionDuration: 0.581856966019 seconds), +(Remote IP: 23.94.247.41, Remote port: 56330, Own port: 80, ConnectionDuration: 0.0787169933319 seconds), +(Remote IP: 23.94.247.41, Remote port: 56334, Own port: 80, ConnectionDuration: 0.534479141235 seconds), +(Remote IP: 23.94.247.41, Remote port: 56381, Own port: 80, ConnectionDuration: 0.294737100601 seconds), +(Remote IP: 23.94.247.41, Remote port: 56401, Own port: 80, ConnectionDuration: 0.207670927048 seconds), +(Remote IP: 23.94.247.41, Remote port: 56414, Own port: 80, ConnectionDuration: 0.192676067352 seconds), +(Remote IP: 23.94.247.41, Remote port: 56440, Own port: 80, ConnectionDuration: 0.177828788757 seconds), +(Remote IP: 23.94.247.41, Remote port: 56457, Own port: 80, ConnectionDuration: 0.411343097687 seconds), +(Remote IP: 23.94.247.41, Remote port: 56489, Own port: 80, ConnectionDuration: 0.483584880829 seconds), +(Remote IP: 23.94.247.41, Remote port: 56526, Own port: 80, ConnectionDuration: 0.287935018539 seconds), +(Remote IP: 23.94.247.41, Remote port: 56537, Own port: 80, ConnectionDuration: 0.219456911087 seconds), +(Remote IP: 23.94.247.41, Remote port: 56557, Own port: 80, ConnectionDuration: 0.270693063736 seconds), +(Remote IP: 23.94.247.41, Remote port: 56570, Own port: 80, ConnectionDuration: 0.291412830353 seconds), +(Remote IP: 23.94.247.41, Remote port: 56627, Own port: 80, ConnectionDuration: 0.193056106567 seconds), +(Remote IP: 23.94.247.41, Remote port: 56644, Own port: 80, ConnectionDuration: 0.102185964584 seconds), +(Remote IP: 23.94.247.41, Remote port: 56652, Own port: 80, ConnectionDuration: 0.0307819843292 seconds), +(Remote IP: 23.94.247.41, Remote port: 56657, Own port: 80, ConnectionDuration: 0.408199071884 seconds), +(Remote IP: 23.94.247.41, Remote port: 56666, Own port: 80, ConnectionDuration: 0.311471939087 seconds), +(Remote IP: 23.94.247.41, Remote port: 56679, Own port: 80, ConnectionDuration: 0.303009033203 seconds), +(Remote IP: 23.94.247.41, Remote port: 56712, Own port: 80, ConnectionDuration: 0.222833871841 seconds), +(Remote IP: 23.94.247.41, Remote port: 56734, Own port: 80, ConnectionDuration: 0.223559856415 seconds), +(Remote IP: 23.94.247.41, Remote port: 56759, Own port: 80, ConnectionDuration: 0.518555879593 seconds), +(Remote IP: 23.94.247.41, Remote port: 56819, Own port: 80, ConnectionDuration: 0.480051994324 seconds), +(Remote IP: 23.94.247.41, Remote port: 56851, Own port: 80, ConnectionDuration: 0.121476173401 seconds), +(Remote IP: 23.94.247.41, Remote port: 56861, Own port: 80, ConnectionDuration: 0.412239789963 seconds), +(Remote IP: 23.94.247.41, Remote port: 56885, Own port: 80, ConnectionDuration: 0.0850658416748 seconds), +(Remote IP: 23.94.247.41, Remote port: 56921, Own port: 80, ConnectionDuration: 0.168617010117 seconds), +(Remote IP: 23.94.247.41, Remote port: 56944, Own port: 80, ConnectionDuration: 0.11242890358 seconds), +(Remote IP: 23.94.247.41, Remote port: 56952, Own port: 80, ConnectionDuration: 0.219980955124 seconds), +(Remote IP: 23.94.247.41, Remote port: 56964, Own port: 80, ConnectionDuration: 0.307749986649 seconds), +(Remote IP: 23.94.247.41, Remote port: 56981, Own port: 80, ConnectionDuration: 0.0778629779816 seconds), +(Remote IP: 23.94.247.41, Remote port: 56990, Own port: 80, ConnectionDuration: 0.482189893723 seconds), +(Remote IP: 23.94.247.41, Remote port: 57004, Own port: 80, ConnectionDuration: 0.310089111328 seconds), +(Remote IP: 23.94.247.41, Remote port: 57049, Own port: 80, ConnectionDuration: 0.298664093018 seconds), +(Remote IP: 23.94.247.41, Remote port: 57058, Own port: 80, ConnectionDuration: 0.281553030014 seconds), +(Remote IP: 23.94.247.41, Remote port: 57073, Own port: 80, ConnectionDuration: 0.185553073883 seconds), +(Remote IP: 23.94.247.41, Remote port: 57083, Own port: 80, ConnectionDuration: 0.380439996719 seconds), +(Remote IP: 23.94.247.41, Remote port: 57090, Own port: 80, ConnectionDuration: 0.500932216644 seconds), +(Remote IP: 23.94.247.41, Remote port: 57101, Own port: 80, ConnectionDuration: 1.18183398247 seconds), +(Remote IP: 23.94.247.41, Remote port: 57154, Own port: 80, ConnectionDuration: 0.289598941803 seconds), +(Remote IP: 23.94.247.41, Remote port: 57167, Own port: 80, ConnectionDuration: 0.239496946335 seconds), +(Remote IP: 23.94.247.41, Remote port: 57186, Own port: 80, ConnectionDuration: 0.0953860282898 seconds), +(Remote IP: 23.94.247.41, Remote port: 57201, Own port: 80, ConnectionDuration: 0.197319984436 seconds), +(Remote IP: 23.94.247.41, Remote port: 57209, Own port: 80, ConnectionDuration: 0.298883914948 seconds), +(Remote IP: 23.94.247.41, Remote port: 57223, Own port: 80, ConnectionDuration: 0.326807022095 seconds), +(Remote IP: 23.94.247.41, Remote port: 57276, Own port: 80, ConnectionDuration: 0.310501098633 seconds), +(Remote IP: 23.94.247.41, Remote port: 57322, Own port: 80, ConnectionDuration: 0.613391876221 seconds), +(Remote IP: 23.94.247.41, Remote port: 57357, Own port: 80, ConnectionDuration: 0.230132102966 seconds), +(Remote IP: 23.94.247.41, Remote port: 57375, Own port: 80, ConnectionDuration: 0.478819131851 seconds), +(Remote IP: 23.94.247.41, Remote port: 57394, Own port: 80, ConnectionDuration: 0.0996129512787 seconds), +(Remote IP: 23.94.247.41, Remote port: 57401, Own port: 80, ConnectionDuration: 0.034688949585 seconds), +(Remote IP: 23.94.247.41, Remote port: 57406, Own port: 80, ConnectionDuration: 0.375841856003 seconds), +(Remote IP: 23.94.247.41, Remote port: 57413, Own port: 80, ConnectionDuration: 0.335397005081 seconds), +(Remote IP: 23.94.247.41, Remote port: 57428, Own port: 80, ConnectionDuration: 0.56112408638 seconds), +(Remote IP: 23.94.247.41, Remote port: 57470, Own port: 80, ConnectionDuration: 0.838559150696 seconds), +(Remote IP: 23.94.247.41, Remote port: 57533, Own port: 80, ConnectionDuration: 0.210102796555 seconds), +(Remote IP: 23.94.247.41, Remote port: 57576, Own port: 80, ConnectionDuration: 0.49760890007 seconds), +(Remote IP: 23.94.247.41, Remote port: 57606, Own port: 80, ConnectionDuration: 0.272523880005 seconds), +(Remote IP: 23.94.247.41, Remote port: 57615, Own port: 80, ConnectionDuration: 0.199321985245 seconds), +(Remote IP: 23.94.247.41, Remote port: 57624, Own port: 80, ConnectionDuration: 0.389641046524 seconds), +(Remote IP: 23.94.247.41, Remote port: 57633, Own port: 80, ConnectionDuration: 0.217534065247 seconds), +(Remote IP: 23.94.247.41, Remote port: 57649, Own port: 80, ConnectionDuration: 0.511571884155 seconds), +(Remote IP: 23.94.247.41, Remote port: 57690, Own port: 80, ConnectionDuration: 0.291424036026 seconds), +(Remote IP: 23.94.247.41, Remote port: 57700, Own port: 80, ConnectionDuration: 0.328637838364 seconds), +(Remote IP: 23.94.247.41, Remote port: 57727, Own port: 80, ConnectionDuration: 0.303996086121 seconds), +(Remote IP: 23.94.247.41, Remote port: 57745, Own port: 80, ConnectionDuration: 0.409245967865 seconds), +(Remote IP: 23.94.247.41, Remote port: 57787, Own port: 80, ConnectionDuration: 0.38809299469 seconds), +(Remote IP: 23.94.247.41, Remote port: 57803, Own port: 80, ConnectionDuration: 0.497848033905 seconds), +(Remote IP: 23.94.247.41, Remote port: 57819, Own port: 80, ConnectionDuration: 0.414734840393 seconds), +(Remote IP: 23.94.247.41, Remote port: 57836, Own port: 80, ConnectionDuration: 0.600129127502 seconds), +(Remote IP: 23.94.247.41, Remote port: 57897, Own port: 80, ConnectionDuration: 0.409925937653 seconds), +(Remote IP: 23.94.247.41, Remote port: 57912, Own port: 80, ConnectionDuration: 0.289374113083 seconds), +(Remote IP: 23.94.247.41, Remote port: 57928, Own port: 80, ConnectionDuration: 0.227418899536 seconds), +(Remote IP: 23.94.247.41, Remote port: 57944, Own port: 80, ConnectionDuration: 0.278030872345 seconds), +(Remote IP: 23.94.247.41, Remote port: 57953, Own port: 80, ConnectionDuration: 0.216868162155 seconds), +(Remote IP: 23.94.247.41, Remote port: 57992, Own port: 80, ConnectionDuration: 0.302141189575 seconds), +(Remote IP: 23.94.247.41, Remote port: 58004, Own port: 80, ConnectionDuration: 0.385780096054 seconds), +(Remote IP: 23.94.247.41, Remote port: 58019, Own port: 80, ConnectionDuration: 0.400012016296 seconds), +(Remote IP: 23.94.247.41, Remote port: 58035, Own port: 80, ConnectionDuration: 0.615770816803 seconds), +(Remote IP: 23.94.247.41, Remote port: 58074, Own port: 80, ConnectionDuration: 0.312788009644 seconds), +(Remote IP: 23.94.247.41, Remote port: 58094, Own port: 80, ConnectionDuration: 0.425815105438 seconds), +(Remote IP: 23.94.247.41, Remote port: 58113, Own port: 80, ConnectionDuration: 0.394920110703 seconds), +(Remote IP: 23.94.247.41, Remote port: 58136, Own port: 80, ConnectionDuration: 0.781207084656 seconds), +(Remote IP: 23.94.247.41, Remote port: 58177, Own port: 80, ConnectionDuration: 0.422091007233 seconds), +(Remote IP: 23.94.247.41, Remote port: 58202, Own port: 80, ConnectionDuration: 0.566432952881 seconds), +(Remote IP: 23.94.247.41, Remote port: 58211, Own port: 80, ConnectionDuration: 0.722146987915 seconds), +(Remote IP: 23.94.247.41, Remote port: 58254, Own port: 80, ConnectionDuration: 0.786353111267 seconds), +(Remote IP: 23.94.247.41, Remote port: 58271, Own port: 80, ConnectionDuration: 0.419591188431 seconds), +(Remote IP: 23.94.247.41, Remote port: 58290, Own port: 80, ConnectionDuration: 0.495162963867 seconds), +(Remote IP: 23.94.247.41, Remote port: 58318, Own port: 80, ConnectionDuration: 0.291126012802 seconds), +(Remote IP: 23.94.247.41, Remote port: 58376, Own port: 80, ConnectionDuration: 0.214147806168 seconds), +(Remote IP: 23.94.247.41, Remote port: 58387, Own port: 80, ConnectionDuration: 0.775918006897 seconds), +(Remote IP: 23.94.247.41, Remote port: 58406, Own port: 80, ConnectionDuration: 0.100785017014 seconds), +(Remote IP: 23.94.247.41, Remote port: 58428, Own port: 80, ConnectionDuration: 0.215963840485 seconds), +(Remote IP: 23.94.247.41, Remote port: 58454, Own port: 80, ConnectionDuration: 0.325706958771 seconds), +(Remote IP: 23.94.247.41, Remote port: 58486, Own port: 80, ConnectionDuration: 0.637557029724 seconds), +(Remote IP: 23.94.247.41, Remote port: 58499, Own port: 80, ConnectionDuration: 1.69120001793 seconds), +(Remote IP: 23.94.247.41, Remote port: 58552, Own port: 80, ConnectionDuration: 0.578168153763 seconds), +(Remote IP: 23.94.247.41, Remote port: 58566, Own port: 80, ConnectionDuration: 0.204478979111 seconds), +(Remote IP: 23.94.247.41, Remote port: 58581, Own port: 80, ConnectionDuration: 0.425819158554 seconds), +(Remote IP: 23.94.247.41, Remote port: 58598, Own port: 80, ConnectionDuration: 0.789615869522 seconds), +(Remote IP: 23.94.247.41, Remote port: 58674, Own port: 80, ConnectionDuration: 0.206256866455 seconds), +(Remote IP: 23.94.247.41, Remote port: 58681, Own port: 80, ConnectionDuration: 0.235709905624 seconds), +(Remote IP: 23.94.247.41, Remote port: 58686, Own port: 80, ConnectionDuration: 0.406991004944 seconds), +(Remote IP: 23.94.247.41, Remote port: 58704, Own port: 80, ConnectionDuration: 0.276178121567 seconds), +(Remote IP: 23.94.247.41, Remote port: 58742, Own port: 80, ConnectionDuration: 0.600000143051 seconds), +(Remote IP: 23.94.247.41, Remote port: 58769, Own port: 80, ConnectionDuration: 0.372956037521 seconds), +(Remote IP: 23.94.247.41, Remote port: 58788, Own port: 80, ConnectionDuration: 0.390684127808 seconds), +(Remote IP: 23.94.247.41, Remote port: 58800, Own port: 80, ConnectionDuration: 0.38386797905 seconds), +(Remote IP: 23.94.247.41, Remote port: 58817, Own port: 80, ConnectionDuration: 0.986836910248 seconds), +(Remote IP: 23.94.247.41, Remote port: 58857, Own port: 80, ConnectionDuration: 0.215862035751 seconds), +(Remote IP: 23.94.247.41, Remote port: 58868, Own port: 80, ConnectionDuration: 0.328915119171 seconds), +(Remote IP: 23.94.247.41, Remote port: 58885, Own port: 80, ConnectionDuration: 0.365794897079 seconds), +(Remote IP: 23.94.247.41, Remote port: 58903, Own port: 80, ConnectionDuration: 0.474308013916 seconds), +(Remote IP: 23.94.247.41, Remote port: 58941, Own port: 80, ConnectionDuration: 0.296506881714 seconds), +(Remote IP: 23.94.247.41, Remote port: 58959, Own port: 80, ConnectionDuration: 0.48383307457 seconds), +(Remote IP: 23.94.247.41, Remote port: 58976, Own port: 80, ConnectionDuration: 0.697875976562 seconds), +(Remote IP: 23.94.247.41, Remote port: 59033, Own port: 80, ConnectionDuration: 0.12882399559 seconds), +(Remote IP: 23.94.247.41, Remote port: 59053, Own port: 80, ConnectionDuration: 0.105064153671 seconds), +(Remote IP: 23.94.247.41, Remote port: 59066, Own port: 80, ConnectionDuration: 0.370670080185 seconds), +(Remote IP: 23.94.247.41, Remote port: 59079, Own port: 80, ConnectionDuration: 0.318114042282 seconds), +(Remote IP: 23.94.247.41, Remote port: 59101, Own port: 80, ConnectionDuration: 0.371449947357 seconds), +(Remote IP: 23.94.247.41, Remote port: 59144, Own port: 80, ConnectionDuration: 0.228497982025 seconds), +(Remote IP: 23.94.247.41, Remote port: 59151, Own port: 80, ConnectionDuration: 0.289812088013 seconds), +(Remote IP: 23.94.247.41, Remote port: 59163, Own port: 80, ConnectionDuration: 0.400564193726 seconds), +(Remote IP: 23.94.247.41, Remote port: 59181, Own port: 80, ConnectionDuration: 0.478221893311 seconds), +(Remote IP: 23.94.247.41, Remote port: 59195, Own port: 80, ConnectionDuration: 0.598927974701 seconds), +(Remote IP: 23.94.247.41, Remote port: 59243, Own port: 80, ConnectionDuration: 0.371059894562 seconds), +(Remote IP: 23.94.247.41, Remote port: 59256, Own port: 80, ConnectionDuration: 0.40393781662 seconds), +(Remote IP: 23.94.247.41, Remote port: 59275, Own port: 80, ConnectionDuration: 0.322867155075 seconds), +(Remote IP: 23.94.247.41, Remote port: 59289, Own port: 80, ConnectionDuration: 0.432580947876 seconds), +(Remote IP: 23.94.247.41, Remote port: 59328, Own port: 80, ConnectionDuration: 0.602205991745 seconds), +(Remote IP: 23.94.247.41, Remote port: 59338, Own port: 80, ConnectionDuration: 0.618870973587 seconds), +(Remote IP: 23.94.247.41, Remote port: 59351, Own port: 80, ConnectionDuration: 0.471752882004 seconds), +(Remote IP: 23.94.247.41, Remote port: 59391, Own port: 80, ConnectionDuration: 0.485944986343 seconds), +(Remote IP: 23.94.247.41, Remote port: 59429, Own port: 80, ConnectionDuration: 0.480164051056 seconds), +(Remote IP: 23.94.247.41, Remote port: 59451, Own port: 80, ConnectionDuration: 0.387382984161 seconds), +(Remote IP: 23.94.247.41, Remote port: 59466, Own port: 80, ConnectionDuration: 0.301743984222 seconds), +(Remote IP: 23.94.247.41, Remote port: 59515, Own port: 80, ConnectionDuration: 0.282301902771 seconds), +(Remote IP: 23.94.247.41, Remote port: 59530, Own port: 80, ConnectionDuration: 0.699184179306 seconds), +(Remote IP: 23.94.247.41, Remote port: 59547, Own port: 80, ConnectionDuration: 0.612482070923 seconds), +(Remote IP: 23.94.247.41, Remote port: 59592, Own port: 80, ConnectionDuration: 0.327486038208 seconds), +(Remote IP: 23.94.247.41, Remote port: 59610, Own port: 80, ConnectionDuration: 0.515114068985 seconds), +(Remote IP: 23.94.247.41, Remote port: 59626, Own port: 80, ConnectionDuration: 0.478544950485 seconds), +(Remote IP: 23.94.247.41, Remote port: 59643, Own port: 80, ConnectionDuration: 1.71473908424 seconds), +(Remote IP: 23.94.247.41, Remote port: 59748, Own port: 80, ConnectionDuration: 0.198824882507 seconds), +(Remote IP: 23.94.247.41, Remote port: 59779, Own port: 80, ConnectionDuration: 0.115859031677 seconds), +(Remote IP: 23.94.247.41, Remote port: 59797, Own port: 80, ConnectionDuration: 0.370042085648 seconds), +(Remote IP: 23.94.247.41, Remote port: 59808, Own port: 80, ConnectionDuration: 0.441392183304 seconds), +(Remote IP: 23.94.247.41, Remote port: 59829, Own port: 80, ConnectionDuration: 0.0852699279785 seconds), +(Remote IP: 23.94.247.41, Remote port: 59835, Own port: 80, ConnectionDuration: 0.100951194763 seconds), +(Remote IP: 23.94.247.41, Remote port: 59842, Own port: 80, ConnectionDuration: 0.607580900192 seconds), +(Remote IP: 23.94.247.41, Remote port: 59887, Own port: 80, ConnectionDuration: 0.38908290863 seconds), +(Remote IP: 23.94.247.41, Remote port: 59910, Own port: 80, ConnectionDuration: 0.457031011581 seconds), +(Remote IP: 162.243.138.56, Remote port: 57984, Own port: 9999, ConnectionDuration: 0.0274741649628 seconds), +(Remote IP: 23.94.247.41, Remote port: 59929, Own port: 80, ConnectionDuration: 0.563385009766 seconds), +(Remote IP: 23.94.247.41, Remote port: 59980, Own port: 80, ConnectionDuration: 0.90308713913 seconds), +(Remote IP: 23.94.247.41, Remote port: 59995, Own port: 80, ConnectionDuration: 0.90608716011 seconds), +(Remote IP: 23.94.247.41, Remote port: 60041, Own port: 80, ConnectionDuration: 0.861192941666 seconds), +(Remote IP: 23.94.247.41, Remote port: 60069, Own port: 80, ConnectionDuration: 7.90595197678 seconds), +(Remote IP: 23.94.247.41, Remote port: 60299, Own port: 80, ConnectionDuration: 0.398231983185 seconds), +(Remote IP: 162.142.125.9, Remote port: 57446, Own port: 7547, ConnectionDuration: 3.25461888313 seconds), +(Remote IP: 162.142.125.9, Remote port: 57446, Own port: 7547, ConnectionDuration: 3.25524497032 seconds), +(Remote IP: 162.142.125.9, Remote port: 48730, Own port: 7547, ConnectionDuration: 0.622452974319 seconds), +(Remote IP: 162.142.125.9, Remote port: 48730, Own port: 7547, ConnectionDuration: 0.623886108398 seconds), +(Remote IP: 23.94.247.41, Remote port: 60328, Own port: 80, ConnectionDuration: 1.08129501343 seconds), +(Remote IP: 23.94.247.41, Remote port: 60381, Own port: 80, ConnectionDuration: 0.902985811234 seconds), +(Remote IP: 23.94.247.41, Remote port: 60404, Own port: 80, ConnectionDuration: 0.610142946243 seconds), +(Remote IP: 162.142.125.9, Remote port: 33888, Own port: 7547, ConnectionDuration: 4.35141992569 seconds), +(Remote IP: 162.142.125.9, Remote port: 33888, Own port: 7547, ConnectionDuration: 4.35207414627 seconds), +(Remote IP: 23.94.247.41, Remote port: 60419, Own port: 80, ConnectionDuration: 0.578423023224 seconds), +(Remote IP: 23.94.247.41, Remote port: 60473, Own port: 80, ConnectionDuration: 0.498695850372 seconds), +(Remote IP: 23.94.247.41, Remote port: 60491, Own port: 80, ConnectionDuration: 0.0765690803528 seconds), +(Remote IP: 23.94.247.41, Remote port: 60506, Own port: 80, ConnectionDuration: 0.440543174744 seconds), +(Remote IP: 23.94.247.41, Remote port: 60522, Own port: 80, ConnectionDuration: 0.596077919006 seconds), +(Remote IP: 23.94.247.41, Remote port: 60577, Own port: 80, ConnectionDuration: 1.81317305565 seconds), +(Remote IP: 23.94.247.41, Remote port: 60636, Own port: 80, ConnectionDuration: 0.591500043869 seconds), +(Remote IP: 23.94.247.41, Remote port: 60651, Own port: 80, ConnectionDuration: 0.408349990845 seconds), +(Remote IP: 23.94.247.41, Remote port: 60674, Own port: 80, ConnectionDuration: 0.603516101837 seconds), +(Remote IP: 23.94.247.41, Remote port: 60683, Own port: 80, ConnectionDuration: 0.21660900116 seconds), +(Remote IP: 23.94.247.41, Remote port: 60728, Own port: 80, ConnectionDuration: 0.407706022263 seconds), +(Remote IP: 23.94.247.41, Remote port: 60741, Own port: 80, ConnectionDuration: 0.481969118118 seconds), +(Remote IP: 23.94.247.41, Remote port: 60759, Own port: 80, ConnectionDuration: 0.674021959305 seconds), +(Remote IP: 23.94.247.41, Remote port: 60814, Own port: 80, ConnectionDuration: 0.499711990356 seconds), +(Remote IP: 23.94.247.41, Remote port: 60841, Own port: 80, ConnectionDuration: 0.483824968338 seconds), +(Remote IP: 23.94.247.41, Remote port: 60888, Own port: 80, ConnectionDuration: 0.516311883926 seconds), +(Remote IP: 23.94.247.41, Remote port: 60908, Own port: 80, ConnectionDuration: 0.605931997299 seconds), +(Remote IP: 23.94.247.41, Remote port: 60970, Own port: 80, ConnectionDuration: 0.399159193039 seconds), +(Remote IP: 23.94.247.41, Remote port: 61008, Own port: 80, ConnectionDuration: 0.829627990723 seconds), +(Remote IP: 23.94.247.41, Remote port: 61034, Own port: 80, ConnectionDuration: 0.372641086578 seconds), +(Remote IP: 23.94.247.41, Remote port: 61074, Own port: 80, ConnectionDuration: 0.996329069138 seconds), +(Remote IP: 23.94.247.41, Remote port: 61097, Own port: 80, ConnectionDuration: 0.104763031006 seconds), +(Remote IP: 23.94.247.41, Remote port: 61112, Own port: 80, ConnectionDuration: 0.703707933426 seconds), +(Remote IP: 23.94.247.41, Remote port: 61157, Own port: 80, ConnectionDuration: 0.903576850891 seconds), +(Remote IP: 23.94.247.41, Remote port: 61186, Own port: 80, ConnectionDuration: 0.314893960953 seconds), +(Remote IP: 23.94.247.41, Remote port: 61222, Own port: 80, ConnectionDuration: 0.325037956238 seconds), +(Remote IP: 23.94.247.41, Remote port: 61292, Own port: 80, ConnectionDuration: 0.529812097549 seconds), +(Remote IP: 23.94.247.41, Remote port: 61315, Own port: 80, ConnectionDuration: 0.359228134155 seconds), +(Remote IP: 23.94.247.41, Remote port: 61336, Own port: 80, ConnectionDuration: 0.820767879486 seconds), +(Remote IP: 23.94.247.41, Remote port: 61383, Own port: 80, ConnectionDuration: 0.196312904358 seconds), +(Remote IP: 23.94.247.41, Remote port: 61399, Own port: 80, ConnectionDuration: 0.812297105789 seconds), +(Remote IP: 23.94.247.41, Remote port: 61450, Own port: 80, ConnectionDuration: 1.01591992378 seconds), +(Remote IP: 23.94.247.41, Remote port: 61475, Own port: 80, ConnectionDuration: 0.474220991135 seconds), +(Remote IP: 23.94.247.41, Remote port: 61520, Own port: 80, ConnectionDuration: 1.73271417618 seconds), +(Remote IP: 23.94.247.41, Remote port: 61566, Own port: 80, ConnectionDuration: 0.817210912704 seconds), +(Remote IP: 23.94.247.41, Remote port: 61634, Own port: 80, ConnectionDuration: 0.685992002487 seconds), +(Remote IP: 23.94.247.41, Remote port: 61654, Own port: 80, ConnectionDuration: 0.811783790588 seconds), +(Remote IP: 23.94.247.41, Remote port: 61715, Own port: 80, ConnectionDuration: 0.573234796524 seconds), +(Remote IP: 23.94.247.41, Remote port: 61761, Own port: 80, ConnectionDuration: 0.480592012405 seconds), +(Remote IP: 23.94.247.41, Remote port: 61797, Own port: 80, ConnectionDuration: 5.27103495598 seconds), +(Remote IP: 23.94.247.41, Remote port: 61929, Own port: 80, ConnectionDuration: 0.228723049164 seconds), +(Remote IP: 23.94.247.41, Remote port: 61978, Own port: 80, ConnectionDuration: 0.700176954269 seconds), +(Remote IP: 23.94.247.41, Remote port: 62000, Own port: 80, ConnectionDuration: 1.68934106827 seconds), +(Remote IP: 23.94.247.41, Remote port: 62052, Own port: 80, ConnectionDuration: 0.605943918228 seconds), +(Remote IP: 23.94.247.41, Remote port: 62086, Own port: 80, ConnectionDuration: 1.06095600128 seconds), +(Remote IP: 23.94.247.41, Remote port: 62138, Own port: 80, ConnectionDuration: 0.186972141266 seconds), +(Remote IP: 23.94.247.41, Remote port: 62158, Own port: 80, ConnectionDuration: 0.980474948883 seconds), +(Remote IP: 23.94.247.41, Remote port: 62183, Own port: 80, ConnectionDuration: 1.49282884598 seconds), +(Remote IP: 45.95.146.29, Remote port: 40410, Own port: 80, ConnectionDuration: 0.133316040039 seconds), +(Remote IP: 23.94.247.41, Remote port: 62232, Own port: 80, ConnectionDuration: 1.21184897423 seconds), +(Remote IP: 23.94.247.41, Remote port: 62267, Own port: 80, ConnectionDuration: 0.524760007858 seconds), +(Remote IP: 23.94.247.41, Remote port: 62317, Own port: 80, ConnectionDuration: 0.706208944321 seconds), +(Remote IP: 23.94.247.41, Remote port: 62348, Own port: 80, ConnectionDuration: 0.721403121948 seconds), +(Remote IP: 23.94.247.41, Remote port: 62406, Own port: 80, ConnectionDuration: 0.605540037155 seconds), +(Remote IP: 23.94.247.41, Remote port: 62435, Own port: 80, ConnectionDuration: 0.609400033951 seconds), +(Remote IP: 23.94.247.41, Remote port: 62447, Own port: 80, ConnectionDuration: 0.225363969803 seconds), +(Remote IP: 23.94.247.41, Remote port: 62481, Own port: 80, ConnectionDuration: 1.07609200478 seconds), +(Remote IP: 23.94.247.41, Remote port: 62515, Own port: 80, ConnectionDuration: 0.498162984848 seconds), +(Remote IP: 23.94.247.41, Remote port: 62566, Own port: 80, ConnectionDuration: 0.492645025253 seconds), +(Remote IP: 23.94.247.41, Remote port: 62582, Own port: 80, ConnectionDuration: 0.704587936401 seconds), +(Remote IP: 23.94.247.41, Remote port: 62608, Own port: 80, ConnectionDuration: 1.20871901512 seconds), +(Remote IP: 23.94.247.41, Remote port: 62679, Own port: 80, ConnectionDuration: 1.23076486588 seconds), +(Remote IP: 23.94.247.41, Remote port: 62738, Own port: 80, ConnectionDuration: 0.687890052795 seconds), +(Remote IP: 23.94.247.41, Remote port: 62764, Own port: 80, ConnectionDuration: 1.05996894836 seconds), +(Remote IP: 23.94.247.41, Remote port: 62818, Own port: 80, ConnectionDuration: 0.819928884506 seconds), +(Remote IP: 23.94.247.41, Remote port: 62863, Own port: 80, ConnectionDuration: 0.420685052872 seconds), +(Remote IP: 23.94.247.41, Remote port: 62933, Own port: 80, ConnectionDuration: 0.428010940552 seconds), +(Remote IP: 23.94.247.41, Remote port: 62962, Own port: 80, ConnectionDuration: 1.00114107132 seconds), +(Remote IP: 23.94.247.41, Remote port: 62999, Own port: 80, ConnectionDuration: 2.46879911423 seconds), +(Remote IP: 23.94.247.41, Remote port: 63066, Own port: 80, ConnectionDuration: 0.487928152084 seconds), +(Remote IP: 23.94.247.41, Remote port: 63093, Own port: 80, ConnectionDuration: 0.100185871124 seconds), +(Remote IP: 23.94.247.41, Remote port: 63131, Own port: 80, ConnectionDuration: 1.37381505966 seconds), +(Remote IP: 23.94.247.41, Remote port: 63180, Own port: 80, ConnectionDuration: 0.979496002197 seconds), +(Remote IP: 23.94.247.41, Remote port: 63196, Own port: 80, ConnectionDuration: 1.0908370018 seconds), +(Remote IP: 23.94.247.41, Remote port: 63238, Own port: 80, ConnectionDuration: 0.124611139297 seconds), +(Remote IP: 23.94.247.41, Remote port: 63259, Own port: 80, ConnectionDuration: 0.586802005768 seconds), +(Remote IP: 23.94.247.41, Remote port: 63276, Own port: 80, ConnectionDuration: 0.269331932068 seconds), +(Remote IP: 23.94.247.41, Remote port: 63303, Own port: 80, ConnectionDuration: 0.398905038834 seconds), +(Remote IP: 23.94.247.41, Remote port: 63346, Own port: 80, ConnectionDuration: 1.89621305466 seconds), +(Remote IP: 23.94.247.41, Remote port: 63415, Own port: 80, ConnectionDuration: 0.210093975067 seconds), +(Remote IP: 23.94.247.41, Remote port: 63440, Own port: 80, ConnectionDuration: 0.410607099533 seconds), +(Remote IP: 23.94.247.41, Remote port: 63470, Own port: 80, ConnectionDuration: 0.304914951324 seconds), +(Remote IP: 23.94.247.41, Remote port: 63525, Own port: 80, ConnectionDuration: 1.10955905914 seconds), +(Remote IP: 23.94.247.41, Remote port: 63544, Own port: 80, ConnectionDuration: 0.889899015427 seconds), +(Remote IP: 23.94.247.41, Remote port: 63591, Own port: 80, ConnectionDuration: 0.377716064453 seconds), +(Remote IP: 23.94.247.41, Remote port: 63622, Own port: 80, ConnectionDuration: 0.967082977295 seconds), +(Remote IP: 23.94.247.41, Remote port: 63651, Own port: 80, ConnectionDuration: 1.50038909912 seconds), +(Remote IP: 23.94.247.41, Remote port: 63698, Own port: 80, ConnectionDuration: 0.508665084839 seconds), +(Remote IP: 23.94.247.41, Remote port: 63717, Own port: 80, ConnectionDuration: 1.27624392509 seconds), +(Remote IP: 23.94.247.41, Remote port: 63775, Own port: 80, ConnectionDuration: 0.16867518425 seconds), +(Remote IP: 23.94.247.41, Remote port: 63810, Own port: 80, ConnectionDuration: 0.181164979935 seconds), +(Remote IP: 23.94.247.41, Remote port: 63828, Own port: 80, ConnectionDuration: 0.201713085175 seconds), +(Remote IP: 23.94.247.41, Remote port: 63843, Own port: 80, ConnectionDuration: 1.49968695641 seconds), +(Remote IP: 23.94.247.41, Remote port: 63915, Own port: 80, ConnectionDuration: 0.279528856277 seconds), +(Remote IP: 23.94.247.41, Remote port: 63928, Own port: 80, ConnectionDuration: 0.0974991321564 seconds), +(Remote IP: 23.94.247.41, Remote port: 63949, Own port: 80, ConnectionDuration: 0.107388019562 seconds), +(Remote IP: 23.94.247.41, Remote port: 63962, Own port: 80, ConnectionDuration: 0.219312906265 seconds), +(Remote IP: 23.94.247.41, Remote port: 63997, Own port: 80, ConnectionDuration: 0.516876935959 seconds), +(Remote IP: 23.94.247.41, Remote port: 64009, Own port: 80, ConnectionDuration: 0.291448831558 seconds), +(Remote IP: 23.94.247.41, Remote port: 64024, Own port: 80, ConnectionDuration: 0.0902559757233 seconds), +(Remote IP: 23.94.247.41, Remote port: 64070, Own port: 80, ConnectionDuration: 1.06970691681 seconds), +(Remote IP: 23.94.247.41, Remote port: 64098, Own port: 80, ConnectionDuration: 0.933049917221 seconds), +(Remote IP: 23.94.247.41, Remote port: 64134, Own port: 80, ConnectionDuration: 0.701073884964 seconds), +(Remote IP: 23.94.247.41, Remote port: 64173, Own port: 80, ConnectionDuration: 0.722331047058 seconds), +(Remote IP: 23.94.247.41, Remote port: 64195, Own port: 80, ConnectionDuration: 0.731529951096 seconds), +(Remote IP: 23.94.247.41, Remote port: 64254, Own port: 80, ConnectionDuration: 0.784663915634 seconds), +(Remote IP: 23.94.247.41, Remote port: 64273, Own port: 80, ConnectionDuration: 1.57379889488 seconds), +(Remote IP: 23.94.247.41, Remote port: 64348, Own port: 80, ConnectionDuration: 0.599536895752 seconds), +(Remote IP: 222.246.108.166, Remote port: 35625, Own port: 23, ConnectionDuration: 30.5163049698 seconds), +(Remote IP: 23.94.247.41, Remote port: 64373, Own port: 80, ConnectionDuration: 1.11283898354 seconds), +(Remote IP: 23.94.247.41, Remote port: 64430, Own port: 80, ConnectionDuration: 1.52135705948 seconds), +(Remote IP: 23.94.247.41, Remote port: 64478, Own port: 80, ConnectionDuration: 1.60203409195 seconds), +(Remote IP: 23.94.247.41, Remote port: 64507, Own port: 80, ConnectionDuration: 0.988163948059 seconds), +(Remote IP: 23.94.247.41, Remote port: 64563, Own port: 80, ConnectionDuration: 0.410512924194 seconds), +(Remote IP: 23.94.247.41, Remote port: 64586, Own port: 80, ConnectionDuration: 0.393889904022 seconds), +(Remote IP: 23.94.247.41, Remote port: 64617, Own port: 80, ConnectionDuration: 0.588709831238 seconds), +(Remote IP: 23.94.247.41, Remote port: 64671, Own port: 80, ConnectionDuration: 0.709486961365 seconds), +(Remote IP: 23.94.247.41, Remote port: 64705, Own port: 80, ConnectionDuration: 1.41638112068 seconds), +(Remote IP: 23.94.247.41, Remote port: 64764, Own port: 80, ConnectionDuration: 1.28519678116 seconds), +(Remote IP: 23.94.247.41, Remote port: 64779, Own port: 80, ConnectionDuration: 1.37097001076 seconds), +(Remote IP: 23.94.247.41, Remote port: 64836, Own port: 80, ConnectionDuration: 1.10997891426 seconds), +(Remote IP: 23.94.247.41, Remote port: 64905, Own port: 80, ConnectionDuration: 0.302645921707 seconds), +(Remote IP: 23.94.247.41, Remote port: 64925, Own port: 80, ConnectionDuration: 0.725461006165 seconds), +(Remote IP: 23.94.247.41, Remote port: 64989, Own port: 80, ConnectionDuration: 2.18791604042 seconds), +(Remote IP: 23.94.247.41, Remote port: 65053, Own port: 80, ConnectionDuration: 1.50165605545 seconds), +(Remote IP: 23.94.247.41, Remote port: 65080, Own port: 80, ConnectionDuration: 1.56466913223 seconds), +(Remote IP: 23.94.247.41, Remote port: 65171, Own port: 80, ConnectionDuration: 1.14348316193 seconds), +(Remote IP: 23.94.247.41, Remote port: 65212, Own port: 80, ConnectionDuration: 1.3844628334 seconds), +(Remote IP: 23.94.247.41, Remote port: 65269, Own port: 80, ConnectionDuration: 0.519185066223 seconds), +(Remote IP: 23.94.247.41, Remote port: 65294, Own port: 80, ConnectionDuration: 1.91449999809 seconds), +(Remote IP: 23.94.247.41, Remote port: 65349, Own port: 80, ConnectionDuration: 0.5050740242 seconds), +(Remote IP: 23.94.247.41, Remote port: 65399, Own port: 80, ConnectionDuration: 0.3029961586 seconds), +(Remote IP: 23.94.247.41, Remote port: 65425, Own port: 80, ConnectionDuration: 1.42729210854 seconds), +(Remote IP: 23.94.247.41, Remote port: 65485, Own port: 80, ConnectionDuration: 0.713257074356 seconds), +(Remote IP: 23.94.247.41, Remote port: 65508, Own port: 80, ConnectionDuration: 1.037514925 seconds), +(Remote IP: 23.94.247.41, Remote port: 49165, Own port: 80, ConnectionDuration: 1.68754601479 seconds), +(Remote IP: 23.94.247.41, Remote port: 49241, Own port: 80, ConnectionDuration: 1.80010199547 seconds), +(Remote IP: 23.94.247.41, Remote port: 49297, Own port: 80, ConnectionDuration: 0.880943059921 seconds), +(Remote IP: 23.94.247.41, Remote port: 49311, Own port: 80, ConnectionDuration: 0.715037822723 seconds), +(Remote IP: 23.94.247.41, Remote port: 49369, Own port: 80, ConnectionDuration: 0.406071901321 seconds), +(Remote IP: 23.94.247.41, Remote port: 49421, Own port: 80, ConnectionDuration: 1.31036901474 seconds), +(Remote IP: 23.94.247.41, Remote port: 49502, Own port: 80, ConnectionDuration: 0.99450802803 seconds), +(Remote IP: 23.94.247.41, Remote port: 49554, Own port: 80, ConnectionDuration: 1.23538398743 seconds), +(Remote IP: 23.94.247.41, Remote port: 49585, Own port: 80, ConnectionDuration: 0.496241092682 seconds), +(Remote IP: 23.94.247.41, Remote port: 49646, Own port: 80, ConnectionDuration: 0.828809022903 seconds), +(Remote IP: 23.94.247.41, Remote port: 49684, Own port: 80, ConnectionDuration: 1.8998041153 seconds), +(Remote IP: 23.94.247.41, Remote port: 49746, Own port: 80, ConnectionDuration: 1.10119318962 seconds), +(Remote IP: 23.94.247.41, Remote port: 49805, Own port: 80, ConnectionDuration: 1.19550895691 seconds), +(Remote IP: 23.94.247.41, Remote port: 49852, Own port: 80, ConnectionDuration: 3.47325801849 seconds), +(Remote IP: 23.94.247.41, Remote port: 49944, Own port: 80, ConnectionDuration: 0.801912069321 seconds), +(Remote IP: 23.94.247.41, Remote port: 50006, Own port: 80, ConnectionDuration: 1.28222203255 seconds), +(Remote IP: 23.94.247.41, Remote port: 50043, Own port: 80, ConnectionDuration: 0.588108062744 seconds), +(Remote IP: 23.94.247.41, Remote port: 50092, Own port: 80, ConnectionDuration: 1.08918404579 seconds), +(Remote IP: 23.94.247.41, Remote port: 50103, Own port: 80, ConnectionDuration: 1.21466302872 seconds), +(Remote IP: 23.94.247.41, Remote port: 50173, Own port: 80, ConnectionDuration: 0.884780883789 seconds), +(Remote IP: 23.94.247.41, Remote port: 50234, Own port: 80, ConnectionDuration: 0.21106004715 seconds), +(Remote IP: 23.94.247.41, Remote port: 50270, Own port: 80, ConnectionDuration: 0.88213801384 seconds), +(Remote IP: 23.94.247.41, Remote port: 50285, Own port: 80, ConnectionDuration: 1.36742806435 seconds), +(Remote IP: 23.94.247.41, Remote port: 50357, Own port: 80, ConnectionDuration: 0.618561983109 seconds), +(Remote IP: 23.94.247.41, Remote port: 50385, Own port: 80, ConnectionDuration: 0.811014890671 seconds), +(Remote IP: 23.94.247.41, Remote port: 50431, Own port: 80, ConnectionDuration: 0.706022024155 seconds), +(Remote IP: 23.94.247.41, Remote port: 50459, Own port: 80, ConnectionDuration: 0.969207048416 seconds), +(Remote IP: 23.94.247.41, Remote port: 50519, Own port: 80, ConnectionDuration: 1.20510601997 seconds), +(Remote IP: 23.94.247.41, Remote port: 50546, Own port: 80, ConnectionDuration: 0.985422849655 seconds), +(Remote IP: 23.94.247.41, Remote port: 50600, Own port: 80, ConnectionDuration: 0.216758966446 seconds), +(Remote IP: 23.94.247.41, Remote port: 50631, Own port: 80, ConnectionDuration: 0.507786035538 seconds), +(Remote IP: 23.94.247.41, Remote port: 50684, Own port: 80, ConnectionDuration: 1.52674508095 seconds), +(Remote IP: 23.94.247.41, Remote port: 50718, Own port: 80, ConnectionDuration: 0.704565048218 seconds), +(Remote IP: 23.94.247.41, Remote port: 50772, Own port: 80, ConnectionDuration: 1.56775903702 seconds), +(Remote IP: 167.94.138.54, Remote port: 56924, Own port: 9999, ConnectionDuration: 3.54884696007 seconds), +(Remote IP: 167.94.138.54, Remote port: 56924, Own port: 9999, ConnectionDuration: 3.54960179329 seconds), +(Remote IP: 167.94.138.54, Remote port: 42844, Own port: 9999, ConnectionDuration: 1.28094983101 seconds), +(Remote IP: 167.94.138.54, Remote port: 40884, Own port: 9999, ConnectionDuration: 1.08514904976 seconds), +(Remote IP: 23.94.247.41, Remote port: 50828, Own port: 80, ConnectionDuration: 0.781929969788 seconds), +(Remote IP: 23.94.247.41, Remote port: 50872, Own port: 80, ConnectionDuration: 1.29907393456 seconds), +(Remote IP: 23.94.247.41, Remote port: 50922, Own port: 80, ConnectionDuration: 1.1311070919 seconds), +(Remote IP: 162.142.125.116, Remote port: 59024, Own port: 9999, ConnectionDuration: 5.49528098106 seconds), +(Remote IP: 162.142.125.116, Remote port: 59024, Own port: 9999, ConnectionDuration: 5.49607801437 seconds), +(Remote IP: 162.142.125.116, Remote port: 60854, Own port: 9999, ConnectionDuration: 0.249579906464 seconds), +(Remote IP: 162.142.125.116, Remote port: 60854, Own port: 9999, ConnectionDuration: 0.251174926758 seconds), +(Remote IP: 23.94.247.41, Remote port: 51007, Own port: 80, ConnectionDuration: 1.09394192696 seconds), +(Remote IP: 162.142.125.116, Remote port: 48850, Own port: 9999, ConnectionDuration: 3.39992809296 seconds), +(Remote IP: 162.142.125.116, Remote port: 48850, Own port: 9999, ConnectionDuration: 3.40074706078 seconds), +(Remote IP: 23.94.247.41, Remote port: 51032, Own port: 80, ConnectionDuration: 2.61688494682 seconds), +(Remote IP: 23.94.247.41, Remote port: 51112, Own port: 80, ConnectionDuration: 0.480527162552 seconds), +(Remote IP: 23.94.247.41, Remote port: 51174, Own port: 80, ConnectionDuration: 1.08939194679 seconds), +(Remote IP: 23.94.247.41, Remote port: 51211, Own port: 80, ConnectionDuration: 0.208064079285 seconds), +(Remote IP: 23.94.247.41, Remote port: 51229, Own port: 80, ConnectionDuration: 2.27574586868 seconds), +(Remote IP: 23.94.247.41, Remote port: 51278, Own port: 80, ConnectionDuration: 0.201884031296 seconds), +(Remote IP: 23.94.247.41, Remote port: 51343, Own port: 80, ConnectionDuration: 0.424807071686 seconds), +(Remote IP: 23.94.247.41, Remote port: 51366, Own port: 80, ConnectionDuration: 0.991443157196 seconds), +(Remote IP: 23.94.247.41, Remote port: 51389, Own port: 80, ConnectionDuration: 1.40054488182 seconds), +(Remote IP: 23.94.247.41, Remote port: 51457, Own port: 80, ConnectionDuration: 0.82127404213 seconds), +(Remote IP: 23.94.247.41, Remote port: 51476, Own port: 80, ConnectionDuration: 0.820221185684 seconds), +(Remote IP: 23.94.247.41, Remote port: 51539, Own port: 80, ConnectionDuration: 0.677031993866 seconds), +(Remote IP: 23.94.247.41, Remote port: 51632, Own port: 80, ConnectionDuration: 1.47587203979 seconds), +(Remote IP: 23.94.247.41, Remote port: 51712, Own port: 80, ConnectionDuration: 1.08543992043 seconds), +(Remote IP: 23.94.247.41, Remote port: 51785, Own port: 80, ConnectionDuration: 1.4864180088 seconds), +(Remote IP: 23.94.247.41, Remote port: 51847, Own port: 80, ConnectionDuration: 0.791864156723 seconds), +(Remote IP: 23.94.247.41, Remote port: 51876, Own port: 80, ConnectionDuration: 1.21940994263 seconds), +(Remote IP: 23.94.247.41, Remote port: 51952, Own port: 80, ConnectionDuration: 0.788326978683 seconds), +(Remote IP: 23.94.247.41, Remote port: 51978, Own port: 80, ConnectionDuration: 0.682974815369 seconds), +(Remote IP: 23.94.247.41, Remote port: 52013, Own port: 80, ConnectionDuration: 0.28177189827 seconds), +(Remote IP: 23.94.247.41, Remote port: 52065, Own port: 80, ConnectionDuration: 0.305788040161 seconds), +(Remote IP: 23.94.247.41, Remote port: 52079, Own port: 80, ConnectionDuration: 0.962430953979 seconds), +(Remote IP: 23.94.247.41, Remote port: 52129, Own port: 80, ConnectionDuration: 2.46513986588 seconds), +(Remote IP: 23.94.247.41, Remote port: 52196, Own port: 80, ConnectionDuration: 0.989423036575 seconds), +(Remote IP: 23.94.247.41, Remote port: 52228, Own port: 80, ConnectionDuration: 0.382937908173 seconds), +(Remote IP: 23.94.247.41, Remote port: 52262, Own port: 80, ConnectionDuration: 0.590814113617 seconds), +(Remote IP: 23.94.247.41, Remote port: 52310, Own port: 80, ConnectionDuration: 1.35589385033 seconds), +(Remote IP: 23.94.247.41, Remote port: 52381, Own port: 80, ConnectionDuration: 1.19265007973 seconds), +(Remote IP: 23.94.247.41, Remote port: 52443, Own port: 80, ConnectionDuration: 0.60689997673 seconds), +(Remote IP: 23.94.247.41, Remote port: 52474, Own port: 80, ConnectionDuration: 0.186961889267 seconds), +(Remote IP: 23.94.247.41, Remote port: 52509, Own port: 80, ConnectionDuration: 0.595071077347 seconds), +(Remote IP: 23.94.247.41, Remote port: 52534, Own port: 80, ConnectionDuration: 1.27792286873 seconds), +(Remote IP: 23.94.247.41, Remote port: 52559, Own port: 80, ConnectionDuration: 0.746371030807 seconds), +(Remote IP: 23.94.247.41, Remote port: 52611, Own port: 80, ConnectionDuration: 0.884550094604 seconds), +(Remote IP: 23.94.247.41, Remote port: 52636, Own port: 80, ConnectionDuration: 1.40449905396 seconds), +(Remote IP: 23.94.247.41, Remote port: 52678, Own port: 80, ConnectionDuration: 0.78046298027 seconds), +(Remote IP: 23.94.247.41, Remote port: 52750, Own port: 80, ConnectionDuration: 10.5034461021 seconds), +(Remote IP: 23.94.247.41, Remote port: 52989, Own port: 80, ConnectionDuration: 0.695048093796 seconds), +(Remote IP: 23.94.247.41, Remote port: 53021, Own port: 80, ConnectionDuration: 2.17197084427 seconds), +(Remote IP: 23.94.247.41, Remote port: 53091, Own port: 80, ConnectionDuration: 0.867877006531 seconds), +(Remote IP: 23.94.247.41, Remote port: 53135, Own port: 80, ConnectionDuration: 1.27156591415 seconds), +(Remote IP: 23.94.247.41, Remote port: 53219, Own port: 80, ConnectionDuration: 1.106320858 seconds), +(Remote IP: 23.94.247.41, Remote port: 53256, Own port: 80, ConnectionDuration: 0.170167922974 seconds), +(Remote IP: 23.94.247.41, Remote port: 53279, Own port: 80, ConnectionDuration: 1.11902499199 seconds), +(Remote IP: 23.94.247.41, Remote port: 53339, Own port: 80, ConnectionDuration: 1.10645008087 seconds), +(Remote IP: 23.94.247.41, Remote port: 53397, Own port: 80, ConnectionDuration: 1.40558385849 seconds), +(Remote IP: 23.94.247.41, Remote port: 53441, Own port: 80, ConnectionDuration: 0.295807123184 seconds), +(Remote IP: 23.94.247.41, Remote port: 53487, Own port: 80, ConnectionDuration: 1.18852996826 seconds), +(Remote IP: 23.94.247.41, Remote port: 53547, Own port: 80, ConnectionDuration: 1.99861693382 seconds), +(Remote IP: 23.94.247.41, Remote port: 53600, Own port: 80, ConnectionDuration: 1.1298558712 seconds), +(Remote IP: 23.94.247.41, Remote port: 53673, Own port: 80, ConnectionDuration: 1.38981795311 seconds), +(Remote IP: 23.94.247.41, Remote port: 53759, Own port: 80, ConnectionDuration: 4.72113513947 seconds), +(Remote IP: 23.94.247.41, Remote port: 53910, Own port: 80, ConnectionDuration: 2.20050191879 seconds), +(Remote IP: 23.94.247.41, Remote port: 53995, Own port: 80, ConnectionDuration: 1.37579894066 seconds), +(Remote IP: 23.94.247.41, Remote port: 54050, Own port: 80, ConnectionDuration: 0.169774055481 seconds), +(Remote IP: 23.94.247.41, Remote port: 54070, Own port: 80, ConnectionDuration: 1.01547002792 seconds), +(Remote IP: 23.94.247.41, Remote port: 54137, Own port: 80, ConnectionDuration: 0.413548946381 seconds), +(Remote IP: 23.94.247.41, Remote port: 54198, Own port: 80, ConnectionDuration: 1.10911107063 seconds), +(Remote IP: 23.94.247.41, Remote port: 54227, Own port: 80, ConnectionDuration: 1.10788297653 seconds), +(Remote IP: 23.94.247.41, Remote port: 54279, Own port: 80, ConnectionDuration: 0.778648138046 seconds), +(Remote IP: 23.94.247.41, Remote port: 54342, Own port: 80, ConnectionDuration: 0.704601049423 seconds), +(Remote IP: 23.94.247.41, Remote port: 54371, Own port: 80, ConnectionDuration: 1.01588797569 seconds), +(Remote IP: 23.94.247.41, Remote port: 54408, Own port: 80, ConnectionDuration: 5.69428515434 seconds), +(Remote IP: 23.94.247.41, Remote port: 54554, Own port: 80, ConnectionDuration: 1.00839996338 seconds), +(Remote IP: 23.94.247.41, Remote port: 54614, Own port: 80, ConnectionDuration: 1.1874871254 seconds), +(Remote IP: 23.94.247.41, Remote port: 54636, Own port: 80, ConnectionDuration: 3.09433603287 seconds), +(Remote IP: 23.94.247.41, Remote port: 54743, Own port: 80, ConnectionDuration: 0.210956096649 seconds), +(Remote IP: 23.94.247.41, Remote port: 54781, Own port: 80, ConnectionDuration: 2.00395894051 seconds), +(Remote IP: 23.94.247.41, Remote port: 54835, Own port: 80, ConnectionDuration: 0.999535083771 seconds), +(Remote IP: 23.94.247.41, Remote port: 54875, Own port: 80, ConnectionDuration: 1.1879529953 seconds), +(Remote IP: 23.94.247.41, Remote port: 54949, Own port: 80, ConnectionDuration: 2.20344686508 seconds), +(Remote IP: 23.94.247.41, Remote port: 55022, Own port: 80, ConnectionDuration: 1.00286197662 seconds), +(Remote IP: 23.94.247.41, Remote port: 55095, Own port: 80, ConnectionDuration: 2.28282189369 seconds), +(Remote IP: 23.94.247.41, Remote port: 55169, Own port: 80, ConnectionDuration: 0.678120136261 seconds), +(Remote IP: 23.94.247.41, Remote port: 55196, Own port: 80, ConnectionDuration: 0.616021156311 seconds), +(Remote IP: 23.94.247.41, Remote port: 55251, Own port: 80, ConnectionDuration: 0.995806932449 seconds), +(Remote IP: 23.94.247.41, Remote port: 55285, Own port: 80, ConnectionDuration: 2.31331896782 seconds), +(Remote IP: 23.94.247.41, Remote port: 55373, Own port: 80, ConnectionDuration: 1.19938397408 seconds), +(Remote IP: 23.94.247.41, Remote port: 55424, Own port: 80, ConnectionDuration: 0.589740991592 seconds), +(Remote IP: 23.94.247.41, Remote port: 55475, Own port: 80, ConnectionDuration: 0.675245046616 seconds), +(Remote IP: 23.94.247.41, Remote port: 55521, Own port: 80, ConnectionDuration: 0.706145048141 seconds), +(Remote IP: 23.94.247.41, Remote port: 55555, Own port: 80, ConnectionDuration: 1.28921198845 seconds), +(Remote IP: 23.94.247.41, Remote port: 55616, Own port: 80, ConnectionDuration: 1.03010320663 seconds), +(Remote IP: 23.94.247.41, Remote port: 55680, Own port: 80, ConnectionDuration: 1.08955097198 seconds), +(Remote IP: 23.94.247.41, Remote port: 55720, Own port: 80, ConnectionDuration: 0.801304101944 seconds), +(Remote IP: 23.94.247.41, Remote port: 55774, Own port: 80, ConnectionDuration: 2.10151910782 seconds), +(Remote IP: 23.94.247.41, Remote port: 55837, Own port: 80, ConnectionDuration: 1.00125193596 seconds), +(Remote IP: 23.94.247.41, Remote port: 55895, Own port: 80, ConnectionDuration: 0.391083955765 seconds), +(Remote IP: 23.94.247.41, Remote port: 55949, Own port: 80, ConnectionDuration: 2.30738902092 seconds), +(Remote IP: 23.94.247.41, Remote port: 56010, Own port: 80, ConnectionDuration: 0.433399915695 seconds), +(Remote IP: 23.94.247.41, Remote port: 56036, Own port: 80, ConnectionDuration: 2.9146900177 seconds), +(Remote IP: 23.94.247.41, Remote port: 56131, Own port: 80, ConnectionDuration: 1.37678098679 seconds), +(Remote IP: 23.94.247.41, Remote port: 56181, Own port: 80, ConnectionDuration: 0.610280990601 seconds), +(Remote IP: 23.94.247.41, Remote port: 56239, Own port: 80, ConnectionDuration: 1.87083005905 seconds), +(Remote IP: 23.94.247.41, Remote port: 56297, Own port: 80, ConnectionDuration: 2.40177106857 seconds), +(Remote IP: 23.94.247.41, Remote port: 56403, Own port: 80, ConnectionDuration: 0.395732879639 seconds), +(Remote IP: 23.94.247.41, Remote port: 56433, Own port: 80, ConnectionDuration: 0.664620876312 seconds), +(Remote IP: 23.94.247.41, Remote port: 56495, Own port: 80, ConnectionDuration: 0.289875984192 seconds), +(Remote IP: 23.94.247.41, Remote port: 56516, Own port: 80, ConnectionDuration: 0.726287126541 seconds), +(Remote IP: 23.94.247.41, Remote port: 56548, Own port: 80, ConnectionDuration: 0.526338815689 seconds), +(Remote IP: 23.94.247.41, Remote port: 56589, Own port: 80, ConnectionDuration: 2.08313012123 seconds), +(Remote IP: 23.94.247.41, Remote port: 56611, Own port: 80, ConnectionDuration: 0.399002075195 seconds), +(Remote IP: 23.94.247.41, Remote port: 56653, Own port: 80, ConnectionDuration: 0.900933980942 seconds), +(Remote IP: 23.94.247.41, Remote port: 56688, Own port: 80, ConnectionDuration: 0.98167514801 seconds), +(Remote IP: 23.94.247.41, Remote port: 56768, Own port: 80, ConnectionDuration: 2.0904250145 seconds), +(Remote IP: 23.94.247.41, Remote port: 56858, Own port: 80, ConnectionDuration: 0.204833984375 seconds), +(Remote IP: 23.94.247.41, Remote port: 56886, Own port: 80, ConnectionDuration: 1.19145798683 seconds), +(Remote IP: 23.94.247.41, Remote port: 56907, Own port: 80, ConnectionDuration: 0.525523900986 seconds), +(Remote IP: 23.94.247.41, Remote port: 56948, Own port: 80, ConnectionDuration: 2.00536799431 seconds), +(Remote IP: 23.94.247.41, Remote port: 57010, Own port: 80, ConnectionDuration: 1.19369196892 seconds), +(Remote IP: 23.94.247.41, Remote port: 57075, Own port: 80, ConnectionDuration: 0.309417009354 seconds), +(Remote IP: 23.94.247.41, Remote port: 57126, Own port: 80, ConnectionDuration: 2.00568699837 seconds), +(Remote IP: 23.94.247.41, Remote port: 57206, Own port: 80, ConnectionDuration: 1.20934987068 seconds), +(Remote IP: 23.94.247.41, Remote port: 57243, Own port: 80, ConnectionDuration: 1.01069402695 seconds), +(Remote IP: 23.94.247.41, Remote port: 57274, Own port: 80, ConnectionDuration: 1.08908104897 seconds), +(Remote IP: 23.94.247.41, Remote port: 57332, Own port: 80, ConnectionDuration: 1.08950376511 seconds), +(Remote IP: 23.94.247.41, Remote port: 57362, Own port: 80, ConnectionDuration: 0.468348026276 seconds), +(Remote IP: 23.94.247.41, Remote port: 57392, Own port: 80, ConnectionDuration: 1.09528207779 seconds), +(Remote IP: 23.94.247.41, Remote port: 57461, Own port: 80, ConnectionDuration: 2.21434617043 seconds), +(Remote IP: 23.94.247.41, Remote port: 57576, Own port: 80, ConnectionDuration: 1.69584107399 seconds), +(Remote IP: 23.94.247.41, Remote port: 57622, Own port: 80, ConnectionDuration: 1.60758495331 seconds), +(Remote IP: 23.94.247.41, Remote port: 57695, Own port: 80, ConnectionDuration: 0.574421882629 seconds), +(Remote IP: 23.94.247.41, Remote port: 57759, Own port: 80, ConnectionDuration: 0.394108057022 seconds), +(Remote IP: 23.94.247.41, Remote port: 57794, Own port: 80, ConnectionDuration: 2.10119915009 seconds), +(Remote IP: 23.94.247.41, Remote port: 57849, Own port: 80, ConnectionDuration: 2.06691813469 seconds), +(Remote IP: 23.94.247.41, Remote port: 57909, Own port: 80, ConnectionDuration: 0.295295000076 seconds), +(Remote IP: 23.94.247.41, Remote port: 57945, Own port: 80, ConnectionDuration: 5.99717903137 seconds), +(Remote IP: 23.94.247.41, Remote port: 58097, Own port: 80, ConnectionDuration: 1.50169301033 seconds), +(Remote IP: 23.94.247.41, Remote port: 58155, Own port: 80, ConnectionDuration: 0.593780994415 seconds), +(Remote IP: 23.94.247.41, Remote port: 58197, Own port: 80, ConnectionDuration: 2.4018599987 seconds), +(Remote IP: 23.94.247.41, Remote port: 58233, Own port: 80, ConnectionDuration: 2.62338614464 seconds), +(Remote IP: 23.94.247.41, Remote port: 58317, Own port: 80, ConnectionDuration: 1.03636002541 seconds), +(Remote IP: 23.94.247.41, Remote port: 58404, Own port: 80, ConnectionDuration: 0.935997962952 seconds), +(Remote IP: 23.94.247.41, Remote port: 58469, Own port: 80, ConnectionDuration: 1.3589849472 seconds), +(Remote IP: 23.94.247.41, Remote port: 58516, Own port: 80, ConnectionDuration: 2.03147697449 seconds), +(Remote IP: 23.94.247.41, Remote port: 58593, Own port: 80, ConnectionDuration: 1.13954496384 seconds), +(Remote IP: 23.94.247.41, Remote port: 58632, Own port: 80, ConnectionDuration: 0.696979999542 seconds), +(Remote IP: 23.94.247.41, Remote port: 58703, Own port: 80, ConnectionDuration: 1.37140893936 seconds), +(Remote IP: 23.94.247.41, Remote port: 58729, Own port: 80, ConnectionDuration: 1.49177718163 seconds), +(Remote IP: 23.94.247.41, Remote port: 58789, Own port: 80, ConnectionDuration: 0.502516031265 seconds), +(Remote IP: 23.94.247.41, Remote port: 58836, Own port: 80, ConnectionDuration: 0.505637168884 seconds), +(Remote IP: 23.94.247.41, Remote port: 58858, Own port: 80, ConnectionDuration: 0.102415084839 seconds), +(Remote IP: 23.94.247.41, Remote port: 58890, Own port: 80, ConnectionDuration: 1.49703383446 seconds), +(Remote IP: 23.94.247.41, Remote port: 58956, Own port: 80, ConnectionDuration: 0.90133190155 seconds), +(Remote IP: 23.94.247.41, Remote port: 58977, Own port: 80, ConnectionDuration: 1.19550704956 seconds), +(Remote IP: 23.94.247.41, Remote port: 59026, Own port: 80, ConnectionDuration: 0.426405191422 seconds), +(Remote IP: 23.94.247.41, Remote port: 59093, Own port: 80, ConnectionDuration: 0.806963920593 seconds), +(Remote IP: 23.94.247.41, Remote port: 59125, Own port: 80, ConnectionDuration: 0.193293094635 seconds), +(Remote IP: 23.94.247.41, Remote port: 59158, Own port: 80, ConnectionDuration: 1.67829108238 seconds), +(Remote IP: 23.94.247.41, Remote port: 59205, Own port: 80, ConnectionDuration: 0.106340885162 seconds), +(Remote IP: 23.94.247.41, Remote port: 59244, Own port: 80, ConnectionDuration: 2.20677399635 seconds), +(Remote IP: 23.94.247.41, Remote port: 59326, Own port: 80, ConnectionDuration: 0.719483852386 seconds), +(Remote IP: 23.94.247.41, Remote port: 59360, Own port: 80, ConnectionDuration: 1.67912697792 seconds), +(Remote IP: 23.94.247.41, Remote port: 59429, Own port: 80, ConnectionDuration: 1.08930897713 seconds), +(Remote IP: 23.94.247.41, Remote port: 59474, Own port: 80, ConnectionDuration: 0.592451095581 seconds), +(Remote IP: 23.94.247.41, Remote port: 59524, Own port: 80, ConnectionDuration: 1.30697703362 seconds), +(Remote IP: 23.94.247.41, Remote port: 59582, Own port: 80, ConnectionDuration: 2.79660701752 seconds), +(Remote IP: 23.94.247.41, Remote port: 59632, Own port: 80, ConnectionDuration: 0.736979961395 seconds), +(Remote IP: 23.94.247.41, Remote port: 59678, Own port: 80, ConnectionDuration: 0.981396198273 seconds), +(Remote IP: 23.94.247.41, Remote port: 59738, Own port: 80, ConnectionDuration: 0.984881877899 seconds), +(Remote IP: 23.94.247.41, Remote port: 59771, Own port: 80, ConnectionDuration: 1.29029607773 seconds), +(Remote IP: 23.94.247.41, Remote port: 59819, Own port: 80, ConnectionDuration: 0.395143032074 seconds), +(Remote IP: 23.94.247.41, Remote port: 59890, Own port: 80, ConnectionDuration: 1.12384295464 seconds), +(Remote IP: 23.94.247.41, Remote port: 59912, Own port: 80, ConnectionDuration: 0.278427124023 seconds), +(Remote IP: 23.94.247.41, Remote port: 59938, Own port: 80, ConnectionDuration: 0.400176048279 seconds), +(Remote IP: 23.94.247.41, Remote port: 59987, Own port: 80, ConnectionDuration: 0.407428979874 seconds), +(Remote IP: 23.94.247.41, Remote port: 60010, Own port: 80, ConnectionDuration: 0.896902799606 seconds), +(Remote IP: 23.94.247.41, Remote port: 60042, Own port: 80, ConnectionDuration: 1.23192310333 seconds), +(Remote IP: 23.94.247.41, Remote port: 60095, Own port: 80, ConnectionDuration: 1.8150498867 seconds), +(Remote IP: 23.94.247.41, Remote port: 60153, Own port: 80, ConnectionDuration: 0.421150922775 seconds), +(Remote IP: 23.94.247.41, Remote port: 60183, Own port: 80, ConnectionDuration: 1.11406993866 seconds), +(Remote IP: 23.94.247.41, Remote port: 60253, Own port: 80, ConnectionDuration: 0.921731948853 seconds), +(Remote IP: 23.94.247.41, Remote port: 60283, Own port: 80, ConnectionDuration: 1.41563916206 seconds), +(Remote IP: 23.94.247.41, Remote port: 60339, Own port: 80, ConnectionDuration: 1.71007180214 seconds), +(Remote IP: 23.94.247.41, Remote port: 60366, Own port: 80, ConnectionDuration: 1.41346597672 seconds), +(Remote IP: 23.94.247.41, Remote port: 60452, Own port: 80, ConnectionDuration: 0.11990404129 seconds), +(Remote IP: 23.94.247.41, Remote port: 60489, Own port: 80, ConnectionDuration: 0.715252161026 seconds), +(Remote IP: 23.94.247.41, Remote port: 60536, Own port: 80, ConnectionDuration: 0.478657007217 seconds), +(Remote IP: 23.94.247.41, Remote port: 60550, Own port: 80, ConnectionDuration: 2.87996697426 seconds), +(Remote IP: 23.94.247.41, Remote port: 60614, Own port: 80, ConnectionDuration: 0.809954166412 seconds), +(Remote IP: 23.94.247.41, Remote port: 60656, Own port: 80, ConnectionDuration: 1.82892799377 seconds), +(Remote IP: 23.94.247.41, Remote port: 60707, Own port: 80, ConnectionDuration: 1.80609512329 seconds), +(Remote IP: 23.94.247.41, Remote port: 60790, Own port: 80, ConnectionDuration: 0.104861021042 seconds), +(Remote IP: 23.94.247.41, Remote port: 60801, Own port: 80, ConnectionDuration: 0.0851168632507 seconds), +(Remote IP: 23.94.247.41, Remote port: 60814, Own port: 80, ConnectionDuration: 0.416944026947 seconds), +(Remote IP: 23.94.247.41, Remote port: 60836, Own port: 80, ConnectionDuration: 0.510615825653 seconds), +(Remote IP: 23.94.247.41, Remote port: 60852, Own port: 80, ConnectionDuration: 0.275593042374 seconds), +(Remote IP: 23.94.247.41, Remote port: 60883, Own port: 80, ConnectionDuration: 0.498102903366 seconds), +(Remote IP: 23.94.247.41, Remote port: 60927, Own port: 80, ConnectionDuration: 0.478179931641 seconds), +(Remote IP: 23.94.247.41, Remote port: 60940, Own port: 80, ConnectionDuration: 0.885104894638 seconds), +(Remote IP: 23.94.247.41, Remote port: 61002, Own port: 80, ConnectionDuration: 1.5140068531 seconds), +(Remote IP: 23.94.247.41, Remote port: 61042, Own port: 80, ConnectionDuration: 0.916687011719 seconds), +(Remote IP: 23.94.247.41, Remote port: 61095, Own port: 80, ConnectionDuration: 1.05702805519 seconds), +(Remote IP: 23.94.247.41, Remote port: 61152, Own port: 80, ConnectionDuration: 1.18880796432 seconds), +(Remote IP: 23.94.247.41, Remote port: 61221, Own port: 80, ConnectionDuration: 0.688467025757 seconds), +(Remote IP: 23.94.247.41, Remote port: 61278, Own port: 80, ConnectionDuration: 0.999111890793 seconds), +(Remote IP: 23.94.247.41, Remote port: 61329, Own port: 80, ConnectionDuration: 0.916197061539 seconds), +(Remote IP: 23.94.247.41, Remote port: 61356, Own port: 80, ConnectionDuration: 0.274711847305 seconds), +(Remote IP: 23.94.247.41, Remote port: 61372, Own port: 80, ConnectionDuration: 2.13152599335 seconds), +(Remote IP: 23.94.247.41, Remote port: 61445, Own port: 80, ConnectionDuration: 1.0198969841 seconds), +(Remote IP: 23.94.247.41, Remote port: 61495, Own port: 80, ConnectionDuration: 0.575811862946 seconds), +(Remote IP: 23.94.247.41, Remote port: 61534, Own port: 80, ConnectionDuration: 0.885267972946 seconds), +(Remote IP: 23.94.247.41, Remote port: 61583, Own port: 80, ConnectionDuration: 0.803681850433 seconds), +(Remote IP: 23.94.247.41, Remote port: 61599, Own port: 80, ConnectionDuration: 2.06626796722 seconds), +(Remote IP: 23.94.247.41, Remote port: 61652, Own port: 80, ConnectionDuration: 1.49084806442 seconds), +(Remote IP: 23.94.247.41, Remote port: 61713, Own port: 80, ConnectionDuration: 0.503809928894 seconds), +(Remote IP: 23.94.247.41, Remote port: 61777, Own port: 80, ConnectionDuration: 2.1801199913 seconds), +(Remote IP: 23.94.247.41, Remote port: 61853, Own port: 80, ConnectionDuration: 1.19872879982 seconds), +(Remote IP: 23.94.247.41, Remote port: 61904, Own port: 80, ConnectionDuration: 2.02711510658 seconds), +(Remote IP: 23.94.247.41, Remote port: 61978, Own port: 80, ConnectionDuration: 2.21698784828 seconds), +(Remote IP: 23.94.247.41, Remote port: 62028, Own port: 80, ConnectionDuration: 2.70534086227 seconds), +(Remote IP: 23.94.247.41, Remote port: 62107, Own port: 80, ConnectionDuration: 0.359715938568 seconds), +(Remote IP: 23.94.247.41, Remote port: 62171, Own port: 80, ConnectionDuration: 0.318676948547 seconds), +(Remote IP: 23.94.247.41, Remote port: 62202, Own port: 80, ConnectionDuration: 0.405696153641 seconds), +(Remote IP: 23.94.247.41, Remote port: 62218, Own port: 80, ConnectionDuration: 0.504573106766 seconds), +(Remote IP: 23.94.247.41, Remote port: 62263, Own port: 80, ConnectionDuration: 0.599025011063 seconds), +(Remote IP: 23.94.247.41, Remote port: 62277, Own port: 80, ConnectionDuration: 0.794682025909 seconds), +(Remote IP: 23.94.247.41, Remote port: 62316, Own port: 80, ConnectionDuration: 1.61021709442 seconds), +(Remote IP: 23.94.247.41, Remote port: 62336, Own port: 80, ConnectionDuration: 1.40769600868 seconds), +(Remote IP: 23.94.247.41, Remote port: 62414, Own port: 80, ConnectionDuration: 0.603729963303 seconds), +(Remote IP: 23.94.247.41, Remote port: 62496, Own port: 80, ConnectionDuration: 4.78842282295 seconds), +(Remote IP: 23.94.247.41, Remote port: 62576, Own port: 80, ConnectionDuration: 0.936878919601 seconds), +(Remote IP: 23.94.247.41, Remote port: 62614, Own port: 80, ConnectionDuration: 1.01571512222 seconds), +(Remote IP: 23.94.247.41, Remote port: 62685, Own port: 80, ConnectionDuration: 1.99503803253 seconds), +(Remote IP: 23.94.247.41, Remote port: 62740, Own port: 80, ConnectionDuration: 0.386191129684 seconds), +(Remote IP: 23.94.247.41, Remote port: 62792, Own port: 80, ConnectionDuration: 1.09012103081 seconds), +(Remote IP: 23.94.247.41, Remote port: 62869, Own port: 80, ConnectionDuration: 2.59543299675 seconds), +(Remote IP: 23.94.247.41, Remote port: 62916, Own port: 80, ConnectionDuration: 0.705657958984 seconds), +(Remote IP: 23.94.247.41, Remote port: 62981, Own port: 80, ConnectionDuration: 2.59654307365 seconds), +(Remote IP: 23.94.247.41, Remote port: 63056, Own port: 80, ConnectionDuration: 1.24155592918 seconds), +(Remote IP: 23.94.247.41, Remote port: 63099, Own port: 80, ConnectionDuration: 2.06695818901 seconds), +(Remote IP: 23.94.247.41, Remote port: 63187, Own port: 80, ConnectionDuration: 0.515411138535 seconds), +(Remote IP: 23.94.247.41, Remote port: 63250, Own port: 80, ConnectionDuration: 3.2874250412 seconds), +(Remote IP: 23.94.247.41, Remote port: 63309, Own port: 80, ConnectionDuration: 0.361451864243 seconds), +(Remote IP: 23.94.247.41, Remote port: 63402, Own port: 80, ConnectionDuration: 0.515161991119 seconds), +(Remote IP: 23.94.247.41, Remote port: 63428, Own port: 80, ConnectionDuration: 0.911193847656 seconds), +(Remote IP: 23.94.247.41, Remote port: 63473, Own port: 80, ConnectionDuration: 2.02167105675 seconds), +(Remote IP: 23.94.247.41, Remote port: 63537, Own port: 80, ConnectionDuration: 1.30191612244 seconds), +(Remote IP: 23.94.247.41, Remote port: 63570, Own port: 80, ConnectionDuration: 2.01744008064 seconds), +(Remote IP: 23.94.247.41, Remote port: 63652, Own port: 80, ConnectionDuration: 0.485559940338 seconds), +(Remote IP: 23.94.247.41, Remote port: 63718, Own port: 80, ConnectionDuration: 3.41080594063 seconds), +(Remote IP: 23.94.247.41, Remote port: 63787, Own port: 80, ConnectionDuration: 0.678607940674 seconds), +(Remote IP: 23.94.247.41, Remote port: 63859, Own port: 80, ConnectionDuration: 1.8201508522 seconds), +(Remote IP: 23.94.247.41, Remote port: 63931, Own port: 80, ConnectionDuration: 1.30638217926 seconds), +(Remote IP: 23.94.247.41, Remote port: 64066, Own port: 80, ConnectionDuration: 0.314805030823 seconds), +(Remote IP: 23.94.247.41, Remote port: 64125, Own port: 80, ConnectionDuration: 0.426887989044 seconds), +(Remote IP: 23.94.247.41, Remote port: 64198, Own port: 80, ConnectionDuration: 0.574396133423 seconds), +(Remote IP: 23.94.247.41, Remote port: 64232, Own port: 80, ConnectionDuration: 0.175514936447 seconds), +(Remote IP: 23.94.247.41, Remote port: 64246, Own port: 80, ConnectionDuration: 0.704081773758 seconds), +(Remote IP: 23.94.247.41, Remote port: 64271, Own port: 80, ConnectionDuration: 1.79922008514 seconds), +(Remote IP: 23.94.247.41, Remote port: 64307, Own port: 80, ConnectionDuration: 2.09581184387 seconds), +(Remote IP: 23.94.247.41, Remote port: 64389, Own port: 80, ConnectionDuration: 1.40314912796 seconds), +(Remote IP: 23.94.247.41, Remote port: 64425, Own port: 80, ConnectionDuration: 0.433842182159 seconds), +(Remote IP: 23.94.247.41, Remote port: 64501, Own port: 80, ConnectionDuration: 1.02470898628 seconds), +(Remote IP: 23.94.247.41, Remote port: 64521, Own port: 80, ConnectionDuration: 0.40483880043 seconds), +(Remote IP: 23.94.247.41, Remote port: 64582, Own port: 80, ConnectionDuration: 1.4896569252 seconds), +(Remote IP: 23.94.247.41, Remote port: 64642, Own port: 80, ConnectionDuration: 1.31128001213 seconds), +(Remote IP: 23.94.247.41, Remote port: 64690, Own port: 80, ConnectionDuration: 2.00053310394 seconds), +(Remote IP: 23.94.247.41, Remote port: 64778, Own port: 80, ConnectionDuration: 2.41571187973 seconds), +(Remote IP: 23.94.247.41, Remote port: 64852, Own port: 80, ConnectionDuration: 0.304487943649 seconds), +(Remote IP: 23.94.247.41, Remote port: 64900, Own port: 80, ConnectionDuration: 2.99867677689 seconds), +(Remote IP: 23.94.247.41, Remote port: 65008, Own port: 80, ConnectionDuration: 1.31704902649 seconds), +(Remote IP: 23.94.247.41, Remote port: 65048, Own port: 80, ConnectionDuration: 0.492495059967 seconds), +(Remote IP: 23.94.247.41, Remote port: 65117, Own port: 80, ConnectionDuration: 1.72157597542 seconds), +(Remote IP: 23.94.247.41, Remote port: 65171, Own port: 80, ConnectionDuration: 0.742157936096 seconds), +(Remote IP: 23.94.247.41, Remote port: 65239, Own port: 80, ConnectionDuration: 1.58298397064 seconds), +(Remote IP: 23.94.247.41, Remote port: 65282, Own port: 80, ConnectionDuration: 1.08004403114 seconds), +(Remote IP: 167.94.138.58, Remote port: 37248, Own port: 9999, ConnectionDuration: 4.56331586838 seconds), +(Remote IP: 167.94.138.58, Remote port: 37248, Own port: 9999, ConnectionDuration: 4.56407094002 seconds), +(Remote IP: 167.94.138.58, Remote port: 51032, Own port: 9999, ConnectionDuration: 1.68584012985 seconds), +(Remote IP: 167.94.138.58, Remote port: 51032, Own port: 9999, ConnectionDuration: 1.68781304359 seconds), +(Remote IP: 23.94.247.41, Remote port: 65351, Own port: 80, ConnectionDuration: 0.39496922493 seconds), +(Remote IP: 23.94.247.41, Remote port: 65430, Own port: 80, ConnectionDuration: 0.709373950958 seconds), +(Remote IP: 23.94.247.41, Remote port: 65456, Own port: 80, ConnectionDuration: 1.90770697594 seconds), +(Remote IP: 167.94.138.58, Remote port: 58066, Own port: 9999, ConnectionDuration: 6.36339116096 seconds), +(Remote IP: 167.94.138.58, Remote port: 58066, Own port: 9999, ConnectionDuration: 6.36425900459 seconds), +(Remote IP: 23.94.247.41, Remote port: 65490, Own port: 80, ConnectionDuration: 0.222012996674 seconds), +(Remote IP: 23.94.247.41, Remote port: 65510, Own port: 80, ConnectionDuration: 0.29683804512 seconds), +(Remote IP: 23.94.247.41, Remote port: 49176, Own port: 80, ConnectionDuration: 0.402846813202 seconds), +(Remote IP: 23.94.247.41, Remote port: 49221, Own port: 80, ConnectionDuration: 1.18860888481 seconds), +(Remote IP: 23.94.247.41, Remote port: 49262, Own port: 80, ConnectionDuration: 1.43457889557 seconds), +(Remote IP: 23.94.247.41, Remote port: 49355, Own port: 80, ConnectionDuration: 1.27469301224 seconds), +(Remote IP: 23.94.247.41, Remote port: 49398, Own port: 80, ConnectionDuration: 0.917278051376 seconds), +(Remote IP: 23.94.247.41, Remote port: 49435, Own port: 80, ConnectionDuration: 0.506726026535 seconds), +(Remote IP: 23.94.247.41, Remote port: 49483, Own port: 80, ConnectionDuration: 0.620436906815 seconds), +(Remote IP: 23.94.247.41, Remote port: 49530, Own port: 80, ConnectionDuration: 1.9905591011 seconds), +(Remote IP: 23.94.247.41, Remote port: 49592, Own port: 80, ConnectionDuration: 2.2143239975 seconds), +(Remote IP: 23.94.247.41, Remote port: 49652, Own port: 80, ConnectionDuration: 1.41102290154 seconds), +(Remote IP: 23.94.247.41, Remote port: 49732, Own port: 80, ConnectionDuration: 2.31812500954 seconds), +(Remote IP: 23.94.247.41, Remote port: 49790, Own port: 80, ConnectionDuration: 1.33712601662 seconds), +(Remote IP: 23.94.247.41, Remote port: 49848, Own port: 80, ConnectionDuration: 3.18307089806 seconds), +(Remote IP: 23.94.247.41, Remote port: 49909, Own port: 80, ConnectionDuration: 1.01625204086 seconds), +(Remote IP: 23.94.247.41, Remote port: 49930, Own port: 80, ConnectionDuration: 1.21089482307 seconds), +(Remote IP: 23.94.247.41, Remote port: 50007, Own port: 80, ConnectionDuration: 1.41392302513 seconds), +(Remote IP: 23.94.247.41, Remote port: 50058, Own port: 80, ConnectionDuration: 2.2017428875 seconds), +(Remote IP: 23.94.247.41, Remote port: 50141, Own port: 80, ConnectionDuration: 1.06580090523 seconds), +(Remote IP: 23.94.247.41, Remote port: 50220, Own port: 80, ConnectionDuration: 2.78365492821 seconds), +(Remote IP: 23.94.247.41, Remote port: 50312, Own port: 80, ConnectionDuration: 1.07092308998 seconds), +(Remote IP: 23.94.247.41, Remote port: 50368, Own port: 80, ConnectionDuration: 8.60702610016 seconds), +(Remote IP: 23.94.247.41, Remote port: 50556, Own port: 80, ConnectionDuration: 1.88749194145 seconds), +(Remote IP: 23.94.247.41, Remote port: 50613, Own port: 80, ConnectionDuration: 1.01454687119 seconds), +(Remote IP: 23.94.247.41, Remote port: 50678, Own port: 80, ConnectionDuration: 0.995844841003 seconds), +(Remote IP: 23.94.247.41, Remote port: 50716, Own port: 80, ConnectionDuration: 0.941936016083 seconds), +(Remote IP: 23.94.247.41, Remote port: 50754, Own port: 80, ConnectionDuration: 1.11225008965 seconds), +(Remote IP: 23.94.247.41, Remote port: 50839, Own port: 80, ConnectionDuration: 2.79510998726 seconds), +(Remote IP: 23.94.247.41, Remote port: 50915, Own port: 80, ConnectionDuration: 1.29925203323 seconds), +(Remote IP: 23.94.247.41, Remote port: 50964, Own port: 80, ConnectionDuration: 7.88291597366 seconds), +(Remote IP: 23.94.247.41, Remote port: 51161, Own port: 80, ConnectionDuration: 1.07675004005 seconds), +(Remote IP: 23.94.247.41, Remote port: 51204, Own port: 80, ConnectionDuration: 0.981492996216 seconds), +(Remote IP: 23.94.247.41, Remote port: 51260, Own port: 80, ConnectionDuration: 1.40143895149 seconds), +(Remote IP: 23.94.247.41, Remote port: 51276, Own port: 80, ConnectionDuration: 2.31254410744 seconds), +(Remote IP: 23.94.247.41, Remote port: 51365, Own port: 80, ConnectionDuration: 0.776932001114 seconds), +(Remote IP: 23.94.247.41, Remote port: 51437, Own port: 80, ConnectionDuration: 1.1772608757 seconds), +(Remote IP: 23.94.247.41, Remote port: 51493, Own port: 80, ConnectionDuration: 0.798514842987 seconds), +(Remote IP: 23.94.247.41, Remote port: 51519, Own port: 80, ConnectionDuration: 2.08068585396 seconds), +(Remote IP: 23.94.247.41, Remote port: 51572, Own port: 80, ConnectionDuration: 0.596738100052 seconds), +(Remote IP: 23.94.247.41, Remote port: 51629, Own port: 80, ConnectionDuration: 11.6953589916 seconds), +(Remote IP: 23.94.247.41, Remote port: 51860, Own port: 80, ConnectionDuration: 1.79063606262 seconds), +(Remote IP: 23.94.247.41, Remote port: 51935, Own port: 80, ConnectionDuration: 0.990962028503 seconds), +(Remote IP: 23.94.247.41, Remote port: 51973, Own port: 80, ConnectionDuration: 0.718737125397 seconds), +(Remote IP: 23.94.247.41, Remote port: 52042, Own port: 80, ConnectionDuration: 19.5979368687 seconds), +(Remote IP: 23.94.247.41, Remote port: 52042, Own port: 80, ConnectionDuration: 19.5985090733 seconds), +(Remote IP: 23.94.247.41, Remote port: 52466, Own port: 80, ConnectionDuration: 0.0966980457306 seconds), +(Remote IP: 23.94.247.41, Remote port: 52501, Own port: 80, ConnectionDuration: 2.55724287033 seconds), +(Remote IP: 23.94.247.41, Remote port: 52556, Own port: 80, ConnectionDuration: 2.20614004135 seconds), +(Remote IP: 23.94.247.41, Remote port: 52608, Own port: 80, ConnectionDuration: 0.670824050903 seconds), +(Remote IP: 23.94.247.41, Remote port: 52652, Own port: 80, ConnectionDuration: 1.11736083031 seconds), +(Remote IP: 23.94.247.41, Remote port: 52720, Own port: 80, ConnectionDuration: 2.4853720665 seconds), +(Remote IP: 23.94.247.41, Remote port: 52801, Own port: 80, ConnectionDuration: 1.21859383583 seconds), +(Remote IP: 23.94.247.41, Remote port: 52849, Own port: 80, ConnectionDuration: 0.0766530036926 seconds), +(Remote IP: 23.94.247.41, Remote port: 52880, Own port: 80, ConnectionDuration: 0.781433105469 seconds), +(Remote IP: 23.94.247.41, Remote port: 52921, Own port: 80, ConnectionDuration: 3.11518597603 seconds), +(Remote IP: 23.94.247.41, Remote port: 52991, Own port: 80, ConnectionDuration: 0.983237981796 seconds), +(Remote IP: 23.94.247.41, Remote port: 53053, Own port: 80, ConnectionDuration: 1.40423893929 seconds), +(Remote IP: 23.94.247.41, Remote port: 53137, Own port: 80, ConnectionDuration: 1.9862279892 seconds), +(Remote IP: 23.94.247.41, Remote port: 53186, Own port: 80, ConnectionDuration: 0.67510509491 seconds), +(Remote IP: 23.94.247.41, Remote port: 53235, Own port: 80, ConnectionDuration: 2.01392602921 seconds), +(Remote IP: 23.94.247.41, Remote port: 53309, Own port: 80, ConnectionDuration: 1.67417001724 seconds), +(Remote IP: 23.94.247.41, Remote port: 53378, Own port: 80, ConnectionDuration: 1.70130491257 seconds), +(Remote IP: 23.94.247.41, Remote port: 53432, Own port: 80, ConnectionDuration: 1.90166187286 seconds), +(Remote IP: 23.94.247.41, Remote port: 53503, Own port: 80, ConnectionDuration: 1.66827988625 seconds), +(Remote IP: 23.94.247.41, Remote port: 53585, Own port: 80, ConnectionDuration: 0.202898025513 seconds), +(Remote IP: 23.94.247.41, Remote port: 53639, Own port: 80, ConnectionDuration: 1.80896401405 seconds), +(Remote IP: 23.94.247.41, Remote port: 53681, Own port: 80, ConnectionDuration: 0.398461103439 seconds), +(Remote IP: 23.94.247.41, Remote port: 53699, Own port: 80, ConnectionDuration: 1.32233500481 seconds), +(Remote IP: 23.94.247.41, Remote port: 53751, Own port: 80, ConnectionDuration: 2.08426713943 seconds), +(Remote IP: 23.94.247.41, Remote port: 53841, Own port: 80, ConnectionDuration: 1.31326293945 seconds), +(Remote IP: 23.94.247.41, Remote port: 53891, Own port: 80, ConnectionDuration: 2.08207702637 seconds), +(Remote IP: 23.94.247.41, Remote port: 53941, Own port: 80, ConnectionDuration: 1.48774790764 seconds), +(Remote IP: 23.94.247.41, Remote port: 53986, Own port: 80, ConnectionDuration: 0.102741003036 seconds), +(Remote IP: 45.79.148.75, Remote port: 57838, Own port: 443, ConnectionDuration: 0.0658161640167 seconds), +(Remote IP: 23.94.247.41, Remote port: 54099, Own port: 80, ConnectionDuration: 0.0836169719696 seconds), +(Remote IP: 23.94.247.41, Remote port: 54133, Own port: 80, ConnectionDuration: 1.70635700226 seconds), +(Remote IP: 23.94.247.41, Remote port: 54175, Own port: 80, ConnectionDuration: 0.0684897899628 seconds), +(Remote IP: 23.94.247.41, Remote port: 54182, Own port: 80, ConnectionDuration: 2.05062103271 seconds), +(Remote IP: 23.94.247.41, Remote port: 54276, Own port: 80, ConnectionDuration: 0.704766988754 seconds), +(Remote IP: 23.94.247.41, Remote port: 54309, Own port: 80, ConnectionDuration: 0.603575944901 seconds), +(Remote IP: 23.94.247.41, Remote port: 54337, Own port: 80, ConnectionDuration: 1.22321414948 seconds), +(Remote IP: 23.94.247.41, Remote port: 54388, Own port: 80, ConnectionDuration: 0.895015001297 seconds), +(Remote IP: 23.94.247.41, Remote port: 54459, Own port: 80, ConnectionDuration: 0.772970199585 seconds), +(Remote IP: 23.94.247.41, Remote port: 54488, Own port: 80, ConnectionDuration: 1.70864796638 seconds), +(Remote IP: 23.94.247.41, Remote port: 54560, Own port: 80, ConnectionDuration: 1.52884793282 seconds), +(Remote IP: 23.94.247.41, Remote port: 54598, Own port: 80, ConnectionDuration: 1.2178709507 seconds), +(Remote IP: 23.94.247.41, Remote port: 54640, Own port: 80, ConnectionDuration: 1.31983613968 seconds), +(Remote IP: 23.94.247.41, Remote port: 54693, Own port: 80, ConnectionDuration: 2.04786515236 seconds), +(Remote IP: 23.94.247.41, Remote port: 54779, Own port: 80, ConnectionDuration: 2.00209307671 seconds), +(Remote IP: 23.94.247.41, Remote port: 54834, Own port: 80, ConnectionDuration: 1.30795001984 seconds), +(Remote IP: 23.94.247.41, Remote port: 54891, Own port: 80, ConnectionDuration: 1.4965569973 seconds), +(Remote IP: 23.94.247.41, Remote port: 54963, Own port: 80, ConnectionDuration: 1.62605404854 seconds), +(Remote IP: 23.94.247.41, Remote port: 55034, Own port: 80, ConnectionDuration: 0.474941015244 seconds), +(Remote IP: 23.94.247.41, Remote port: 55059, Own port: 80, ConnectionDuration: 1.40089201927 seconds), +(Remote IP: 23.94.247.41, Remote port: 55114, Own port: 80, ConnectionDuration: 0.914326906204 seconds), +(Remote IP: 23.94.247.41, Remote port: 55182, Own port: 80, ConnectionDuration: 1.10676312447 seconds), +(Remote IP: 23.94.247.41, Remote port: 55223, Own port: 80, ConnectionDuration: 1.47220683098 seconds), +(Remote IP: 23.94.247.41, Remote port: 55288, Own port: 80, ConnectionDuration: 3.08927297592 seconds), +(Remote IP: 23.94.247.41, Remote port: 55365, Own port: 80, ConnectionDuration: 1.06347298622 seconds), +(Remote IP: 23.94.247.41, Remote port: 55403, Own port: 80, ConnectionDuration: 0.380383014679 seconds), +(Remote IP: 23.94.247.41, Remote port: 55458, Own port: 80, ConnectionDuration: 1.11495494843 seconds), +(Remote IP: 23.94.247.41, Remote port: 55502, Own port: 80, ConnectionDuration: 1.86782503128 seconds), +(Remote IP: 23.94.247.41, Remote port: 55569, Own port: 80, ConnectionDuration: 1.48244404793 seconds), +(Remote IP: 23.94.247.41, Remote port: 55622, Own port: 80, ConnectionDuration: 0.806667804718 seconds), +(Remote IP: 23.94.247.41, Remote port: 55722, Own port: 80, ConnectionDuration: 1.50476193428 seconds), +(Remote IP: 23.94.247.41, Remote port: 55755, Own port: 80, ConnectionDuration: 2.80457806587 seconds), +(Remote IP: 23.94.247.41, Remote port: 55852, Own port: 80, ConnectionDuration: 0.51259303093 seconds), +(Remote IP: 23.94.247.41, Remote port: 55872, Own port: 80, ConnectionDuration: 0.709732055664 seconds), +(Remote IP: 23.94.247.41, Remote port: 55934, Own port: 80, ConnectionDuration: 1.5156788826 seconds), +(Remote IP: 23.94.247.41, Remote port: 55998, Own port: 80, ConnectionDuration: 2.39159679413 seconds), +(Remote IP: 23.94.247.41, Remote port: 56068, Own port: 80, ConnectionDuration: 1.02792096138 seconds), +(Remote IP: 23.94.247.41, Remote port: 56103, Own port: 80, ConnectionDuration: 1.9896941185 seconds), +(Remote IP: 23.94.247.41, Remote port: 56172, Own port: 80, ConnectionDuration: 1.40660190582 seconds), +(Remote IP: 23.94.247.41, Remote port: 56227, Own port: 80, ConnectionDuration: 1.91792201996 seconds), +(Remote IP: 23.94.247.41, Remote port: 56294, Own port: 80, ConnectionDuration: 2.06211996078 seconds), +(Remote IP: 23.94.247.41, Remote port: 56346, Own port: 80, ConnectionDuration: 6.59434008598 seconds), +(Remote IP: 23.94.247.41, Remote port: 56488, Own port: 80, ConnectionDuration: 1.07436013222 seconds), +(Remote IP: 23.94.247.41, Remote port: 56551, Own port: 80, ConnectionDuration: 0.962900161743 seconds), +(Remote IP: 23.94.247.41, Remote port: 56625, Own port: 80, ConnectionDuration: 1.19880604744 seconds), +(Remote IP: 23.94.247.41, Remote port: 56669, Own port: 80, ConnectionDuration: 3.40300989151 seconds), +(Remote IP: 23.94.247.41, Remote port: 56723, Own port: 80, ConnectionDuration: 1.02651691437 seconds), +(Remote IP: 23.94.247.41, Remote port: 56796, Own port: 80, ConnectionDuration: 0.890733003616 seconds), +(Remote IP: 23.94.247.41, Remote port: 56847, Own port: 80, ConnectionDuration: 2.00734901428 seconds), +(Remote IP: 23.94.247.41, Remote port: 56901, Own port: 80, ConnectionDuration: 1.38878202438 seconds), +(Remote IP: 23.94.247.41, Remote port: 56962, Own port: 80, ConnectionDuration: 1.89558291435 seconds), +(Remote IP: 23.94.247.41, Remote port: 57029, Own port: 80, ConnectionDuration: 0.783561944962 seconds), +(Remote IP: 23.94.247.41, Remote port: 57055, Own port: 80, ConnectionDuration: 2.01821184158 seconds), +(Remote IP: 23.94.247.41, Remote port: 57099, Own port: 80, ConnectionDuration: 4.59147810936 seconds), +(Remote IP: 23.94.247.41, Remote port: 57183, Own port: 80, ConnectionDuration: 0.714246988297 seconds), +(Remote IP: 23.94.247.41, Remote port: 57216, Own port: 80, ConnectionDuration: 1.8993499279 seconds), +(Remote IP: 23.94.247.41, Remote port: 57312, Own port: 80, ConnectionDuration: 0.786087989807 seconds), +(Remote IP: 23.94.247.41, Remote port: 57352, Own port: 80, ConnectionDuration: 0.566727161407 seconds), +(Remote IP: 23.94.247.41, Remote port: 57392, Own port: 80, ConnectionDuration: 0.301211833954 seconds), +(Remote IP: 23.94.247.41, Remote port: 57411, Own port: 80, ConnectionDuration: 0.513547897339 seconds), +(Remote IP: 23.94.247.41, Remote port: 57458, Own port: 80, ConnectionDuration: 0.0715131759644 seconds), +(Remote IP: 23.94.247.41, Remote port: 57473, Own port: 80, ConnectionDuration: 0.679349899292 seconds), +(Remote IP: 23.94.247.41, Remote port: 57490, Own port: 80, ConnectionDuration: 0.289380073547 seconds), +(Remote IP: 23.94.247.41, Remote port: 57501, Own port: 80, ConnectionDuration: 0.413873910904 seconds), +(Remote IP: 23.94.247.41, Remote port: 57533, Own port: 80, ConnectionDuration: 0.607241153717 seconds), +(Remote IP: 23.94.247.41, Remote port: 57552, Own port: 80, ConnectionDuration: 0.48863196373 seconds), +(Remote IP: 23.94.247.41, Remote port: 57559, Own port: 80, ConnectionDuration: 0.779172897339 seconds), +(Remote IP: 23.94.247.41, Remote port: 57611, Own port: 80, ConnectionDuration: 0.388841152191 seconds), +(Remote IP: 23.94.247.41, Remote port: 57636, Own port: 80, ConnectionDuration: 0.800259828568 seconds), +(Remote IP: 23.94.247.41, Remote port: 57658, Own port: 80, ConnectionDuration: 0.199163913727 seconds), +(Remote IP: 23.94.247.41, Remote port: 57693, Own port: 80, ConnectionDuration: 0.5265147686 seconds), +(Remote IP: 23.94.247.41, Remote port: 57705, Own port: 80, ConnectionDuration: 0.788654088974 seconds), +(Remote IP: 23.94.247.41, Remote port: 57720, Own port: 80, ConnectionDuration: 0.71577501297 seconds), +(Remote IP: 23.94.247.41, Remote port: 57758, Own port: 80, ConnectionDuration: 0.380270957947 seconds), +(Remote IP: 23.94.247.41, Remote port: 57777, Own port: 80, ConnectionDuration: 0.973865032196 seconds), +(Remote IP: 23.94.247.41, Remote port: 57806, Own port: 80, ConnectionDuration: 0.418484926224 seconds), +(Remote IP: 23.94.247.41, Remote port: 57848, Own port: 80, ConnectionDuration: 1.11115098 seconds), +(Remote IP: 23.94.247.41, Remote port: 57872, Own port: 80, ConnectionDuration: 0.806064844131 seconds), +(Remote IP: 23.94.247.41, Remote port: 57919, Own port: 80, ConnectionDuration: 0.903352975845 seconds), +(Remote IP: 23.94.247.41, Remote port: 57935, Own port: 80, ConnectionDuration: 1.08617901802 seconds), +(Remote IP: 23.94.247.41, Remote port: 58003, Own port: 80, ConnectionDuration: 0.169591903687 seconds), +(Remote IP: 23.94.247.41, Remote port: 58031, Own port: 80, ConnectionDuration: 3.00280594826 seconds), +(Remote IP: 23.94.247.41, Remote port: 58112, Own port: 80, ConnectionDuration: 1.08704018593 seconds), +(Remote IP: 23.94.247.41, Remote port: 58148, Own port: 80, ConnectionDuration: 2.09729003906 seconds), +(Remote IP: 23.94.247.41, Remote port: 58241, Own port: 80, ConnectionDuration: 1.10554480553 seconds), +(Remote IP: 23.94.247.41, Remote port: 58301, Own port: 80, ConnectionDuration: 0.99516415596 seconds), +(Remote IP: 23.94.247.41, Remote port: 58349, Own port: 80, ConnectionDuration: 2.31850194931 seconds), +(Remote IP: 23.94.247.41, Remote port: 58405, Own port: 80, ConnectionDuration: 3.08620786667 seconds), +(Remote IP: 23.94.247.41, Remote port: 58497, Own port: 80, ConnectionDuration: 1.96430420876 seconds), +(Remote IP: 23.94.247.41, Remote port: 58561, Own port: 80, ConnectionDuration: 0.920298099518 seconds), +(Remote IP: 23.94.247.41, Remote port: 58581, Own port: 80, ConnectionDuration: 1.10058689117 seconds), +(Remote IP: 23.94.247.41, Remote port: 58642, Own port: 80, ConnectionDuration: 2.70543599129 seconds), +(Remote IP: 23.94.247.41, Remote port: 58710, Own port: 80, ConnectionDuration: 1.80334591866 seconds), +(Remote IP: 23.94.247.41, Remote port: 58768, Own port: 80, ConnectionDuration: 3.60651803017 seconds), +(Remote IP: 23.94.247.41, Remote port: 58884, Own port: 80, ConnectionDuration: 0.62095284462 seconds), +(Remote IP: 23.94.247.41, Remote port: 58930, Own port: 80, ConnectionDuration: 0.409516096115 seconds), +(Remote IP: 23.94.247.41, Remote port: 58999, Own port: 80, ConnectionDuration: 1.99357199669 seconds), +(Remote IP: 63.250.114.178, Remote port: 49483, Own port: 23, ConnectionDuration: 31.3249878883 seconds), +(Remote IP: 152.230.33.28, Remote port: 39513, Own port: 23, ConnectionDuration: 30.7329599857 seconds), +(Remote IP: 23.94.247.41, Remote port: 59028, Own port: 80, ConnectionDuration: 18.8068380356 seconds), +(Remote IP: 23.94.247.41, Remote port: 59028, Own port: 80, ConnectionDuration: 18.8074471951 seconds), +(Remote IP: 23.94.247.41, Remote port: 59391, Own port: 80, ConnectionDuration: 0.607259988785 seconds), +(Remote IP: 23.94.247.41, Remote port: 59429, Own port: 80, ConnectionDuration: 3.06105995178 seconds), +(Remote IP: 23.94.247.41, Remote port: 59518, Own port: 80, ConnectionDuration: 1.59836196899 seconds), +(Remote IP: 23.94.247.41, Remote port: 59568, Own port: 80, ConnectionDuration: 3.42212319374 seconds), +(Remote IP: 23.94.247.41, Remote port: 59671, Own port: 80, ConnectionDuration: 0.80956196785 seconds), +(Remote IP: 23.94.247.41, Remote port: 59736, Own port: 80, ConnectionDuration: 2.38150811195 seconds), +(Remote IP: 23.94.247.41, Remote port: 59832, Own port: 80, ConnectionDuration: 2.01613593102 seconds), +(Remote IP: 23.94.247.41, Remote port: 59864, Own port: 80, ConnectionDuration: 3.38264203072 seconds), +(Remote IP: 23.94.247.41, Remote port: 59997, Own port: 80, ConnectionDuration: 0.811464071274 seconds), +(Remote IP: 23.94.247.41, Remote port: 60058, Own port: 80, ConnectionDuration: 3.06896495819 seconds), +(Remote IP: 23.94.247.41, Remote port: 60136, Own port: 80, ConnectionDuration: 1.98877501488 seconds), +(Remote IP: 23.94.247.41, Remote port: 60199, Own port: 80, ConnectionDuration: 1.40749979019 seconds), +(Remote IP: 23.94.247.41, Remote port: 60267, Own port: 80, ConnectionDuration: 0.437304973602 seconds), +(Remote IP: 23.94.247.41, Remote port: 60304, Own port: 80, ConnectionDuration: 0.0792269706726 seconds), +(Remote IP: 23.94.247.41, Remote port: 60326, Own port: 80, ConnectionDuration: 0.670105934143 seconds), +(Remote IP: 23.94.247.41, Remote port: 60363, Own port: 80, ConnectionDuration: 0.892805099487 seconds), +(Remote IP: 23.94.247.41, Remote port: 60387, Own port: 80, ConnectionDuration: 0.510025978088 seconds), +(Remote IP: 23.94.247.41, Remote port: 60428, Own port: 80, ConnectionDuration: 1.48832917213 seconds), +(Remote IP: 23.94.247.41, Remote port: 60462, Own port: 80, ConnectionDuration: 0.937539100647 seconds), +(Remote IP: 23.94.247.41, Remote port: 60501, Own port: 80, ConnectionDuration: 1.03474497795 seconds), +(Remote IP: 23.94.247.41, Remote port: 60531, Own port: 80, ConnectionDuration: 1.82519102097 seconds), +(Remote IP: 23.94.247.41, Remote port: 60585, Own port: 80, ConnectionDuration: 2.21184301376 seconds), +(Remote IP: 23.94.247.41, Remote port: 60658, Own port: 80, ConnectionDuration: 0.313687801361 seconds), +(Remote IP: 23.94.247.41, Remote port: 60724, Own port: 80, ConnectionDuration: 1.5220041275 seconds), +(Remote IP: 23.94.247.41, Remote port: 60768, Own port: 80, ConnectionDuration: 2.19876599312 seconds), +(Remote IP: 23.94.247.41, Remote port: 60812, Own port: 80, ConnectionDuration: 1.0274169445 seconds), +(Remote IP: 23.94.247.41, Remote port: 60905, Own port: 80, ConnectionDuration: 1.09389090538 seconds), +(Remote IP: 23.94.247.41, Remote port: 60950, Own port: 80, ConnectionDuration: 1.09006309509 seconds), +(Remote IP: 23.94.247.41, Remote port: 61015, Own port: 80, ConnectionDuration: 0.522958993912 seconds), +(Remote IP: 23.94.247.41, Remote port: 61051, Own port: 80, ConnectionDuration: 0.491769075394 seconds), +(Remote IP: 23.94.247.41, Remote port: 61103, Own port: 80, ConnectionDuration: 0.702632188797 seconds), +(Remote IP: 23.94.247.41, Remote port: 61119, Own port: 80, ConnectionDuration: 0.617348909378 seconds), +(Remote IP: 23.94.247.41, Remote port: 61137, Own port: 80, ConnectionDuration: 1.3039059639 seconds), +(Remote IP: 23.94.247.41, Remote port: 61186, Own port: 80, ConnectionDuration: 2.81056308746 seconds), +(Remote IP: 23.94.247.41, Remote port: 61242, Own port: 80, ConnectionDuration: 0.689313173294 seconds), +(Remote IP: 23.94.247.41, Remote port: 61270, Own port: 80, ConnectionDuration: 0.793306112289 seconds), +(Remote IP: 23.94.247.41, Remote port: 61336, Own port: 80, ConnectionDuration: 1.48215985298 seconds), +(Remote IP: 23.94.247.41, Remote port: 61408, Own port: 80, ConnectionDuration: 2.08881616592 seconds), +(Remote IP: 23.94.247.41, Remote port: 61464, Own port: 80, ConnectionDuration: 0.775408029556 seconds), +(Remote IP: 23.94.247.41, Remote port: 61528, Own port: 80, ConnectionDuration: 1.02722907066 seconds), +(Remote IP: 23.94.247.41, Remote port: 61555, Own port: 80, ConnectionDuration: 2.2811870575 seconds), +(Remote IP: 23.94.247.41, Remote port: 61620, Own port: 80, ConnectionDuration: 4.20235109329 seconds), +(Remote IP: 23.94.247.41, Remote port: 61730, Own port: 80, ConnectionDuration: 1.01018691063 seconds), +(Remote IP: 23.94.247.41, Remote port: 61766, Own port: 80, ConnectionDuration: 0.689311027527 seconds), +(Remote IP: 23.94.247.41, Remote port: 61808, Own port: 80, ConnectionDuration: 0.800090074539 seconds), +(Remote IP: 23.94.247.41, Remote port: 61866, Own port: 80, ConnectionDuration: 1.20234417915 seconds), +(Remote IP: 23.94.247.41, Remote port: 61909, Own port: 80, ConnectionDuration: 0.737565040588 seconds), +(Remote IP: 23.94.247.41, Remote port: 61912, Own port: 80, ConnectionDuration: 0.310662031174 seconds), +(Remote IP: 23.94.247.41, Remote port: 61961, Own port: 80, ConnectionDuration: 1.17025494576 seconds), +(Remote IP: 23.94.247.41, Remote port: 62016, Own port: 80, ConnectionDuration: 2.02363586426 seconds), +(Remote IP: 23.94.247.41, Remote port: 62054, Own port: 80, ConnectionDuration: 1.68932986259 seconds), +(Remote IP: 23.94.247.41, Remote port: 62172, Own port: 80, ConnectionDuration: 2.81294393539 seconds), +(Remote IP: 23.94.247.41, Remote port: 62247, Own port: 80, ConnectionDuration: 1.00823307037 seconds), +(Remote IP: 23.94.247.41, Remote port: 62285, Own port: 80, ConnectionDuration: 2.59333395958 seconds), +(Remote IP: 23.94.247.41, Remote port: 62394, Own port: 80, ConnectionDuration: 1.87393212318 seconds), +(Remote IP: 23.94.247.41, Remote port: 62442, Own port: 80, ConnectionDuration: 2.16636395454 seconds), +(Remote IP: 23.94.247.41, Remote port: 62526, Own port: 80, ConnectionDuration: 1.00690507889 seconds), +(Remote IP: 23.94.247.41, Remote port: 62585, Own port: 80, ConnectionDuration: 1.1668419838 seconds), +(Remote IP: 23.94.247.41, Remote port: 62656, Own port: 80, ConnectionDuration: 1.49003601074 seconds), +(Remote IP: 23.94.247.41, Remote port: 62689, Own port: 80, ConnectionDuration: 1.99713301659 seconds), +(Remote IP: 23.94.247.41, Remote port: 62755, Own port: 80, ConnectionDuration: 1.73604917526 seconds), +(Remote IP: 23.94.247.41, Remote port: 62819, Own port: 80, ConnectionDuration: 0.328934907913 seconds), +(Remote IP: 23.94.247.41, Remote port: 62886, Own port: 80, ConnectionDuration: 0.998782157898 seconds), +(Remote IP: 23.94.247.41, Remote port: 62955, Own port: 80, ConnectionDuration: 2.21749615669 seconds), +(Remote IP: 23.94.247.41, Remote port: 63015, Own port: 80, ConnectionDuration: 1.47911906242 seconds), +(Remote IP: 23.94.247.41, Remote port: 63077, Own port: 80, ConnectionDuration: 0.689810991287 seconds), +(Remote IP: 23.94.247.41, Remote port: 63146, Own port: 80, ConnectionDuration: 1.08908581734 seconds), +(Remote IP: 23.94.247.41, Remote port: 63219, Own port: 80, ConnectionDuration: 1.71490097046 seconds), +(Remote IP: 23.94.247.41, Remote port: 63270, Own port: 80, ConnectionDuration: 1.03583621979 seconds), +(Remote IP: 146.190.231.213, Remote port: 28435, Own port: 21, ConnectionDuration: 0.22108912468 seconds), +(Remote IP: 146.190.231.213, Remote port: 28435, Own port: 21, ConnectionDuration: 0.221563100815 seconds), +(Remote IP: 23.94.247.41, Remote port: 63315, Own port: 80, ConnectionDuration: 3.41147589684 seconds), +(Remote IP: 23.94.247.41, Remote port: 63426, Own port: 80, ConnectionDuration: 1.12834692001 seconds), +(Remote IP: 23.94.247.41, Remote port: 63488, Own port: 80, ConnectionDuration: 0.921291828156 seconds), +(Remote IP: 23.94.247.41, Remote port: 63540, Own port: 80, ConnectionDuration: 1.015832901 seconds), +(Remote IP: 23.94.247.41, Remote port: 63585, Own port: 80, ConnectionDuration: 1.39720797539 seconds), +(Remote IP: 23.94.247.41, Remote port: 63651, Own port: 80, ConnectionDuration: 0.724009990692 seconds), +(Remote IP: 23.94.247.41, Remote port: 63708, Own port: 80, ConnectionDuration: 5.7765750885 seconds), +(Remote IP: 23.94.247.41, Remote port: 63874, Own port: 80, ConnectionDuration: 2.98827004433 seconds), +(Remote IP: 23.94.247.41, Remote port: 63922, Own port: 80, ConnectionDuration: 0.917593002319 seconds), +(Remote IP: 23.94.247.41, Remote port: 63962, Own port: 80, ConnectionDuration: 1.79293608665 seconds), +(Remote IP: 23.94.247.41, Remote port: 64003, Own port: 80, ConnectionDuration: 0.696912050247 seconds), +(Remote IP: 23.94.247.41, Remote port: 64058, Own port: 80, ConnectionDuration: 1.79329895973 seconds), +(Remote IP: 23.94.247.41, Remote port: 64118, Own port: 80, ConnectionDuration: 0.769349813461 seconds), +(Remote IP: 23.94.247.41, Remote port: 64164, Own port: 80, ConnectionDuration: 1.18728518486 seconds), +(Remote IP: 23.94.247.41, Remote port: 64213, Own port: 80, ConnectionDuration: 1.59990715981 seconds), +(Remote IP: 23.94.247.41, Remote port: 64257, Own port: 80, ConnectionDuration: 0.996022939682 seconds), +(Remote IP: 23.94.247.41, Remote port: 64318, Own port: 80, ConnectionDuration: 2.08683800697 seconds), +(Remote IP: 23.94.247.41, Remote port: 64420, Own port: 80, ConnectionDuration: 1.06714487076 seconds), +(Remote IP: 23.94.247.41, Remote port: 64472, Own port: 80, ConnectionDuration: 0.788110971451 seconds), +(Remote IP: 23.94.247.41, Remote port: 64531, Own port: 80, ConnectionDuration: 0.864753007889 seconds), +(Remote IP: 23.94.247.41, Remote port: 64580, Own port: 80, ConnectionDuration: 3.02233409882 seconds), +(Remote IP: 23.94.247.41, Remote port: 64653, Own port: 80, ConnectionDuration: 0.671911001205 seconds), +(Remote IP: 23.94.247.41, Remote port: 64720, Own port: 80, ConnectionDuration: 0.69002199173 seconds), +(Remote IP: 23.94.247.41, Remote port: 64757, Own port: 80, ConnectionDuration: 0.187777042389 seconds), +(Remote IP: 23.94.247.41, Remote port: 64830, Own port: 80, ConnectionDuration: 1.73998498917 seconds), +(Remote IP: 23.94.247.41, Remote port: 64869, Own port: 80, ConnectionDuration: 1.71409392357 seconds), +(Remote IP: 23.94.247.41, Remote port: 64904, Own port: 80, ConnectionDuration: 3.07205891609 seconds), +(Remote IP: 23.94.247.41, Remote port: 65002, Own port: 80, ConnectionDuration: 1.67497992516 seconds), +(Remote IP: 23.94.247.41, Remote port: 65083, Own port: 80, ConnectionDuration: 1.90134501457 seconds), +(Remote IP: 23.94.247.41, Remote port: 65148, Own port: 80, ConnectionDuration: 0.91228890419 seconds), +(Remote IP: 23.94.247.41, Remote port: 65184, Own port: 80, ConnectionDuration: 2.70908999443 seconds), +(Remote IP: 23.94.247.41, Remote port: 65266, Own port: 80, ConnectionDuration: 1.81283807755 seconds), +(Remote IP: 23.94.247.41, Remote port: 65324, Own port: 80, ConnectionDuration: 2.39647603035 seconds), +(Remote IP: 23.94.247.41, Remote port: 65363, Own port: 80, ConnectionDuration: 1.28212499619 seconds), +(Remote IP: 23.94.247.41, Remote port: 65422, Own port: 80, ConnectionDuration: 3.03184485435 seconds), +(Remote IP: 23.94.247.41, Remote port: 65499, Own port: 80, ConnectionDuration: 1.5774679184 seconds), +(Remote IP: 23.94.247.41, Remote port: 49168, Own port: 80, ConnectionDuration: 1.23926997185 seconds), +(Remote IP: 23.94.247.41, Remote port: 49227, Own port: 80, ConnectionDuration: 0.805490970612 seconds), +(Remote IP: 23.94.247.41, Remote port: 49275, Own port: 80, ConnectionDuration: 2.59390711784 seconds), +(Remote IP: 23.94.247.41, Remote port: 49339, Own port: 80, ConnectionDuration: 1.77115011215 seconds), +(Remote IP: 23.94.247.41, Remote port: 49426, Own port: 80, ConnectionDuration: 5.23284506798 seconds), +(Remote IP: 23.94.247.41, Remote port: 49566, Own port: 80, ConnectionDuration: 1.18949317932 seconds), +(Remote IP: 23.94.247.41, Remote port: 49634, Own port: 80, ConnectionDuration: 2.61099910736 seconds), +(Remote IP: 23.94.247.41, Remote port: 49713, Own port: 80, ConnectionDuration: 1.03886699677 seconds), +(Remote IP: 23.94.247.41, Remote port: 49786, Own port: 80, ConnectionDuration: 1.5888979435 seconds), +(Remote IP: 23.94.247.41, Remote port: 49889, Own port: 80, ConnectionDuration: 1.50558900833 seconds), +(Remote IP: 23.94.247.41, Remote port: 49923, Own port: 80, ConnectionDuration: 1.77657985687 seconds), +(Remote IP: 23.94.247.41, Remote port: 49989, Own port: 80, ConnectionDuration: 1.60202908516 seconds), +(Remote IP: 23.94.247.41, Remote port: 50023, Own port: 80, ConnectionDuration: 1.90497112274 seconds), +(Remote IP: 23.94.247.41, Remote port: 50110, Own port: 80, ConnectionDuration: 0.7935359478 seconds), +(Remote IP: 23.94.247.41, Remote port: 50205, Own port: 80, ConnectionDuration: 0.783069849014 seconds), +(Remote IP: 23.94.247.41, Remote port: 50239, Own port: 80, ConnectionDuration: 1.4228348732 seconds), +(Remote IP: 23.94.247.41, Remote port: 50256, Own port: 80, ConnectionDuration: 0.615108013153 seconds), +(Remote IP: 23.94.247.41, Remote port: 50299, Own port: 80, ConnectionDuration: 1.60113096237 seconds), +(Remote IP: 23.94.247.41, Remote port: 50346, Own port: 80, ConnectionDuration: 1.09964704514 seconds), +(Remote IP: 23.94.247.41, Remote port: 50433, Own port: 80, ConnectionDuration: 2.31595993042 seconds), +(Remote IP: 23.94.247.41, Remote port: 50505, Own port: 80, ConnectionDuration: 1.91263318062 seconds), +(Remote IP: 23.94.247.41, Remote port: 50586, Own port: 80, ConnectionDuration: 1.70380711555 seconds), +(Remote IP: 23.94.247.41, Remote port: 50639, Own port: 80, ConnectionDuration: 2.92302703857 seconds), +(Remote IP: 23.94.247.41, Remote port: 50717, Own port: 80, ConnectionDuration: 1.79637885094 seconds), +(Remote IP: 23.94.247.41, Remote port: 50776, Own port: 80, ConnectionDuration: 1.90973901749 seconds), +(Remote IP: 23.94.247.41, Remote port: 50845, Own port: 80, ConnectionDuration: 1.82491397858 seconds), +(Remote IP: 23.94.247.41, Remote port: 50925, Own port: 80, ConnectionDuration: 2.12064599991 seconds), +(Remote IP: 23.94.247.41, Remote port: 51005, Own port: 80, ConnectionDuration: 1.37347698212 seconds), +(Remote IP: 23.94.247.41, Remote port: 51059, Own port: 80, ConnectionDuration: 1.60564208031 seconds), +(Remote IP: 23.94.247.41, Remote port: 51154, Own port: 80, ConnectionDuration: 0.589504003525 seconds), +(Remote IP: 23.94.247.41, Remote port: 51184, Own port: 80, ConnectionDuration: 1.63268208504 seconds), +(Remote IP: 23.94.247.41, Remote port: 51228, Own port: 80, ConnectionDuration: 1.69076085091 seconds), +(Remote IP: 23.94.247.41, Remote port: 51267, Own port: 80, ConnectionDuration: 2.68393802643 seconds), +(Remote IP: 23.94.247.41, Remote port: 51347, Own port: 80, ConnectionDuration: 1.08885288239 seconds), +(Remote IP: 23.94.247.41, Remote port: 51413, Own port: 80, ConnectionDuration: 2.3087990284 seconds), +(Remote IP: 23.94.247.41, Remote port: 51487, Own port: 80, ConnectionDuration: 1.59790301323 seconds), +(Remote IP: 23.94.247.41, Remote port: 51552, Own port: 80, ConnectionDuration: 2.82356119156 seconds), +(Remote IP: 23.94.247.41, Remote port: 51619, Own port: 80, ConnectionDuration: 2.28909015656 seconds), +(Remote IP: 23.94.247.41, Remote port: 51692, Own port: 80, ConnectionDuration: 0.505419969559 seconds), +(Remote IP: 23.94.247.41, Remote port: 51752, Own port: 80, ConnectionDuration: 1.7376730442 seconds), +(Remote IP: 23.94.247.41, Remote port: 51805, Own port: 80, ConnectionDuration: 3.37675189972 seconds), +(Remote IP: 23.94.247.41, Remote port: 51882, Own port: 80, ConnectionDuration: 0.90239405632 seconds), +(Remote IP: 23.94.247.41, Remote port: 51898, Own port: 80, ConnectionDuration: 2.68008708954 seconds), +(Remote IP: 23.94.247.41, Remote port: 51986, Own port: 80, ConnectionDuration: 1.91217708588 seconds), +(Remote IP: 23.94.247.41, Remote port: 52041, Own port: 80, ConnectionDuration: 2.92596888542 seconds), +(Remote IP: 23.94.247.41, Remote port: 52106, Own port: 80, ConnectionDuration: 1.001308918 seconds), +(Remote IP: 23.94.247.41, Remote port: 52184, Own port: 80, ConnectionDuration: 2.29519104958 seconds), +(Remote IP: 23.94.247.41, Remote port: 52265, Own port: 80, ConnectionDuration: 2.03297996521 seconds), +(Remote IP: 23.94.247.41, Remote port: 52316, Own port: 80, ConnectionDuration: 1.36508798599 seconds), +(Remote IP: 23.94.247.41, Remote port: 52389, Own port: 80, ConnectionDuration: 0.741294145584 seconds), +(Remote IP: 23.94.247.41, Remote port: 52443, Own port: 80, ConnectionDuration: 2.70142602921 seconds), +(Remote IP: 23.94.247.41, Remote port: 52506, Own port: 80, ConnectionDuration: 2.0245320797 seconds), +(Remote IP: 23.94.247.41, Remote port: 52583, Own port: 80, ConnectionDuration: 2.27850103378 seconds), +(Remote IP: 23.94.247.41, Remote port: 52673, Own port: 80, ConnectionDuration: 1.06818509102 seconds), +(Remote IP: 23.94.247.41, Remote port: 52720, Own port: 80, ConnectionDuration: 0.879810094833 seconds), +(Remote IP: 23.94.247.41, Remote port: 52782, Own port: 80, ConnectionDuration: 1.00475096703 seconds), +(Remote IP: 23.94.247.41, Remote port: 52849, Own port: 80, ConnectionDuration: 9.65855312347 seconds), +(Remote IP: 23.94.247.41, Remote port: 53042, Own port: 80, ConnectionDuration: 1.88524794579 seconds), +(Remote IP: 23.94.247.41, Remote port: 53110, Own port: 80, ConnectionDuration: 0.590116024017 seconds), +(Remote IP: 23.94.247.41, Remote port: 53156, Own port: 80, ConnectionDuration: 2.01990890503 seconds), +(Remote IP: 23.94.247.41, Remote port: 53228, Own port: 80, ConnectionDuration: 2.48448395729 seconds), +(Remote IP: 23.94.247.41, Remote port: 53356, Own port: 80, ConnectionDuration: 1.62462806702 seconds), +(Remote IP: 23.94.247.41, Remote port: 53409, Own port: 80, ConnectionDuration: 1.80915403366 seconds), +(Remote IP: 23.94.247.41, Remote port: 53481, Own port: 80, ConnectionDuration: 0.504067897797 seconds), +(Remote IP: 23.94.247.41, Remote port: 53530, Own port: 80, ConnectionDuration: 2.5378139019 seconds), +(Remote IP: 23.94.247.41, Remote port: 53607, Own port: 80, ConnectionDuration: 2.00214910507 seconds), +(Remote IP: 23.94.247.41, Remote port: 53665, Own port: 80, ConnectionDuration: 2.5821428299 seconds), +(Remote IP: 23.94.247.41, Remote port: 53747, Own port: 80, ConnectionDuration: 1.58760809898 seconds), +(Remote IP: 23.94.247.41, Remote port: 53791, Own port: 80, ConnectionDuration: 2.30040311813 seconds), +(Remote IP: 23.94.247.41, Remote port: 53855, Own port: 80, ConnectionDuration: 1.57179689407 seconds), +(Remote IP: 23.94.247.41, Remote port: 53910, Own port: 80, ConnectionDuration: 1.42553400993 seconds), +(Remote IP: 23.94.247.41, Remote port: 53987, Own port: 80, ConnectionDuration: 1.52214193344 seconds), +(Remote IP: 23.94.247.41, Remote port: 54070, Own port: 80, ConnectionDuration: 3.03121209145 seconds), +(Remote IP: 23.94.247.41, Remote port: 54195, Own port: 80, ConnectionDuration: 2.0893599987 seconds), +(Remote IP: 23.94.247.41, Remote port: 54253, Own port: 80, ConnectionDuration: 2.43237304688 seconds), +(Remote IP: 23.94.247.41, Remote port: 54328, Own port: 80, ConnectionDuration: 1.60348296165 seconds), +(Remote IP: 23.94.247.41, Remote port: 54394, Own port: 80, ConnectionDuration: 3.59903001785 seconds), +(Remote IP: 23.94.247.41, Remote port: 54482, Own port: 80, ConnectionDuration: 0.895195007324 seconds), +(Remote IP: 23.94.247.41, Remote port: 54539, Own port: 80, ConnectionDuration: 2.19392085075 seconds), +(Remote IP: 23.94.247.41, Remote port: 54604, Own port: 80, ConnectionDuration: 0.703623056412 seconds), +(Remote IP: 23.94.247.41, Remote port: 54662, Own port: 80, ConnectionDuration: 0.124962091446 seconds), +(Remote IP: 23.94.247.41, Remote port: 54696, Own port: 80, ConnectionDuration: 1.01485109329 seconds), +(Remote IP: 23.94.247.41, Remote port: 54759, Own port: 80, ConnectionDuration: 1.20051598549 seconds), +(Remote IP: 23.94.247.41, Remote port: 54823, Own port: 80, ConnectionDuration: 0.822742938995 seconds), +(Remote IP: 23.94.247.41, Remote port: 54837, Own port: 80, ConnectionDuration: 0.516928911209 seconds), +(Remote IP: 23.94.247.41, Remote port: 54868, Own port: 80, ConnectionDuration: 0.585854053497 seconds), +(Remote IP: 23.94.247.41, Remote port: 54913, Own port: 80, ConnectionDuration: 0.671830892563 seconds), +(Remote IP: 23.94.247.41, Remote port: 54945, Own port: 80, ConnectionDuration: 0.0690171718597 seconds), +(Remote IP: 23.94.247.41, Remote port: 54955, Own port: 80, ConnectionDuration: 3.01785492897 seconds), +(Remote IP: 23.94.247.41, Remote port: 55030, Own port: 80, ConnectionDuration: 1.00705003738 seconds), +(Remote IP: 23.94.247.41, Remote port: 55054, Own port: 80, ConnectionDuration: 1.01482892036 seconds), +(Remote IP: 23.94.247.41, Remote port: 55135, Own port: 80, ConnectionDuration: 1.0972340107 seconds), +(Remote IP: 23.94.247.41, Remote port: 55204, Own port: 80, ConnectionDuration: 2.33284401894 seconds), +(Remote IP: 23.94.247.41, Remote port: 55257, Own port: 80, ConnectionDuration: 0.0983059406281 seconds), +(Remote IP: 23.94.247.41, Remote port: 55278, Own port: 80, ConnectionDuration: 9.50153112411 seconds), +(Remote IP: 23.94.247.41, Remote port: 55468, Own port: 80, ConnectionDuration: 1.60053992271 seconds), +(Remote IP: 23.94.247.41, Remote port: 55518, Own port: 80, ConnectionDuration: 2.89711809158 seconds), +(Remote IP: 23.94.247.41, Remote port: 55597, Own port: 80, ConnectionDuration: 1.29954314232 seconds), +(Remote IP: 23.94.247.41, Remote port: 55664, Own port: 80, ConnectionDuration: 0.377938985825 seconds), +(Remote IP: 23.94.247.41, Remote port: 55714, Own port: 80, ConnectionDuration: 1.02640008926 seconds), +(Remote IP: 23.94.247.41, Remote port: 55768, Own port: 80, ConnectionDuration: 2.98230004311 seconds), +(Remote IP: 23.94.247.41, Remote port: 55821, Own port: 80, ConnectionDuration: 1.63209295273 seconds), +(Remote IP: 23.94.247.41, Remote port: 55870, Own port: 80, ConnectionDuration: 3.68866086006 seconds), +(Remote IP: 23.94.247.41, Remote port: 55991, Own port: 80, ConnectionDuration: 1.29848504066 seconds), +(Remote IP: 23.94.247.41, Remote port: 56079, Own port: 80, ConnectionDuration: 4.02137708664 seconds), +(Remote IP: 123.190.202.32, Remote port: 27112, Own port: 23, ConnectionDuration: 31.0971059799 seconds), +(Remote IP: 23.94.247.41, Remote port: 56158, Own port: 80, ConnectionDuration: 1.79664111137 seconds), +(Remote IP: 23.94.247.41, Remote port: 56246, Own port: 80, ConnectionDuration: 2.03645801544 seconds), +(Remote IP: 23.94.247.41, Remote port: 56302, Own port: 80, ConnectionDuration: 2.28731989861 seconds), +(Remote IP: 23.94.247.41, Remote port: 56357, Own port: 80, ConnectionDuration: 2.03259921074 seconds), +(Remote IP: 23.94.247.41, Remote port: 56453, Own port: 80, ConnectionDuration: 1.80477595329 seconds), +(Remote IP: 23.94.247.41, Remote port: 56513, Own port: 80, ConnectionDuration: 3.52778196335 seconds), +(Remote IP: 123.190.202.32, Remote port: 27212, Own port: 23, ConnectionDuration: 30.4254989624 seconds), +(Remote IP: 23.94.247.41, Remote port: 56612, Own port: 80, ConnectionDuration: 1.2811050415 seconds), +(Remote IP: 23.94.247.41, Remote port: 56681, Own port: 80, ConnectionDuration: 2.66952300072 seconds), +(Remote IP: 23.94.247.41, Remote port: 56736, Own port: 80, ConnectionDuration: 2.07114100456 seconds), +(Remote IP: 23.94.247.41, Remote port: 56805, Own port: 80, ConnectionDuration: 0.307806015015 seconds), +(Remote IP: 23.94.247.41, Remote port: 56836, Own port: 80, ConnectionDuration: 1.20205402374 seconds), +(Remote IP: 23.94.247.41, Remote port: 56897, Own port: 80, ConnectionDuration: 2.94556689262 seconds), +(Remote IP: 23.94.247.41, Remote port: 57005, Own port: 80, ConnectionDuration: 1.01900005341 seconds), +(Remote IP: 23.94.247.41, Remote port: 57075, Own port: 80, ConnectionDuration: 2.60813999176 seconds), +(Remote IP: 23.94.247.41, Remote port: 57146, Own port: 80, ConnectionDuration: 1.0852060318 seconds), +(Remote IP: 23.94.247.41, Remote port: 57179, Own port: 80, ConnectionDuration: 2.45158314705 seconds), +(Remote IP: 23.94.247.41, Remote port: 57253, Own port: 80, ConnectionDuration: 0.929336071014 seconds), +(Remote IP: 23.94.247.41, Remote port: 57296, Own port: 80, ConnectionDuration: 0.936957120895 seconds), +(Remote IP: 23.94.247.41, Remote port: 57365, Own port: 80, ConnectionDuration: 1.11965084076 seconds), +(Remote IP: 23.94.247.41, Remote port: 57396, Own port: 80, ConnectionDuration: 3.02277803421 seconds), +(Remote IP: 23.94.247.41, Remote port: 57490, Own port: 80, ConnectionDuration: 1.31151103973 seconds), +(Remote IP: 23.94.247.41, Remote port: 57558, Own port: 80, ConnectionDuration: 1.40095996857 seconds), +(Remote IP: 23.94.247.41, Remote port: 57610, Own port: 80, ConnectionDuration: 1.21283006668 seconds), +(Remote IP: 23.94.247.41, Remote port: 57670, Own port: 80, ConnectionDuration: 2.07996106148 seconds), +(Remote IP: 23.94.247.41, Remote port: 57737, Own port: 80, ConnectionDuration: 2.47245788574 seconds), +(Remote IP: 23.94.247.41, Remote port: 57800, Own port: 80, ConnectionDuration: 2.20000910759 seconds), +(Remote IP: 23.94.247.41, Remote port: 57901, Own port: 80, ConnectionDuration: 2.03229904175 seconds), +(Remote IP: 23.94.247.41, Remote port: 57956, Own port: 80, ConnectionDuration: 1.80654287338 seconds), +(Remote IP: 23.94.247.41, Remote port: 58051, Own port: 80, ConnectionDuration: 2.33526611328 seconds), +(Remote IP: 23.94.247.41, Remote port: 58102, Own port: 80, ConnectionDuration: 6.09887981415 seconds), +(Remote IP: 23.94.247.41, Remote port: 58261, Own port: 80, ConnectionDuration: 2.58071613312 seconds), +(Remote IP: 23.94.247.41, Remote port: 58348, Own port: 80, ConnectionDuration: 2.67939710617 seconds), +(Remote IP: 23.94.247.41, Remote port: 58417, Own port: 80, ConnectionDuration: 1.78869509697 seconds), +(Remote IP: 23.94.247.41, Remote port: 58492, Own port: 80, ConnectionDuration: 1.60899305344 seconds), +(Remote IP: 23.94.247.41, Remote port: 58542, Own port: 80, ConnectionDuration: 1.98244285583 seconds), +(Remote IP: 60.178.88.19, Remote port: 44722, Own port: 23, ConnectionDuration: 10.3563520908 seconds), +(Remote IP: 23.94.247.41, Remote port: 58609, Own port: 80, ConnectionDuration: 3.13596391678 seconds), +(Remote IP: 23.94.247.41, Remote port: 58686, Own port: 80, ConnectionDuration: 1.58732914925 seconds), +(Remote IP: 23.94.247.41, Remote port: 58744, Own port: 80, ConnectionDuration: 0.318703889847 seconds), +(Remote IP: 23.94.247.41, Remote port: 58765, Own port: 80, ConnectionDuration: 1.00239300728 seconds), +(Remote IP: 23.94.247.41, Remote port: 58828, Own port: 80, ConnectionDuration: 0.0319509506226 seconds), +(Remote IP: 23.94.247.41, Remote port: 58909, Own port: 80, ConnectionDuration: 1.91197299957 seconds), +(Remote IP: 23.94.247.41, Remote port: 58974, Own port: 80, ConnectionDuration: 1.13049721718 seconds), +(Remote IP: 23.94.247.41, Remote port: 59043, Own port: 80, ConnectionDuration: 1.3011071682 seconds), +(Remote IP: 23.94.247.41, Remote port: 59075, Own port: 80, ConnectionDuration: 0.899597883224 seconds), +(Remote IP: 23.94.247.41, Remote port: 59134, Own port: 80, ConnectionDuration: 1.98729705811 seconds), +(Remote IP: 23.94.247.41, Remote port: 59190, Own port: 80, ConnectionDuration: 2.51707196236 seconds), +(Remote IP: 23.94.247.41, Remote port: 59283, Own port: 80, ConnectionDuration: 0.290932178497 seconds), +(Remote IP: 23.94.247.41, Remote port: 59350, Own port: 80, ConnectionDuration: 2.53660297394 seconds), +(Remote IP: 23.94.247.41, Remote port: 59451, Own port: 80, ConnectionDuration: 0.310012102127 seconds), +(Remote IP: 23.94.247.41, Remote port: 59475, Own port: 80, ConnectionDuration: 3.1269030571 seconds), +(Remote IP: 23.94.247.41, Remote port: 59536, Own port: 80, ConnectionDuration: 1.39414310455 seconds), +(Remote IP: 23.94.247.41, Remote port: 59581, Own port: 80, ConnectionDuration: 1.42778396606 seconds), +(Remote IP: 23.94.247.41, Remote port: 59723, Own port: 80, ConnectionDuration: 2.11151194572 seconds), +(Remote IP: 23.94.247.41, Remote port: 59783, Own port: 80, ConnectionDuration: 0.769247055054 seconds), +(Remote IP: 23.94.247.41, Remote port: 59817, Own port: 80, ConnectionDuration: 0.305217027664 seconds), +(Remote IP: 203.63.67.52, Remote port: 42640, Own port: 23, ConnectionDuration: 30.7813880444 seconds), +(Remote IP: 23.94.247.41, Remote port: 59873, Own port: 80, ConnectionDuration: 12.2270450592 seconds), +(Remote IP: 23.94.247.41, Remote port: 60091, Own port: 80, ConnectionDuration: 2.20859313011 seconds), +(Remote IP: 23.94.247.41, Remote port: 60156, Own port: 80, ConnectionDuration: 2.50116491318 seconds), +(Remote IP: 23.94.247.41, Remote port: 60245, Own port: 80, ConnectionDuration: 0.121034145355 seconds), +(Remote IP: 23.94.247.41, Remote port: 60303, Own port: 80, ConnectionDuration: 1.99670386314 seconds), +(Remote IP: 23.94.247.41, Remote port: 60358, Own port: 80, ConnectionDuration: 1.89596199989 seconds), +(Remote IP: 23.94.247.41, Remote port: 60400, Own port: 80, ConnectionDuration: 2.06826305389 seconds), +(Remote IP: 23.94.247.41, Remote port: 60508, Own port: 80, ConnectionDuration: 1.11221385002 seconds), +(Remote IP: 23.94.247.41, Remote port: 60571, Own port: 80, ConnectionDuration: 0.407461166382 seconds), +(Remote IP: 23.94.247.41, Remote port: 60616, Own port: 80, ConnectionDuration: 0.584406852722 seconds), +(Remote IP: 23.94.247.41, Remote port: 60670, Own port: 80, ConnectionDuration: 1.6050491333 seconds), +(Remote IP: 23.94.247.41, Remote port: 60722, Own port: 80, ConnectionDuration: 1.32115483284 seconds), +(Remote IP: 23.94.247.41, Remote port: 60790, Own port: 80, ConnectionDuration: 5.80404281616 seconds), +(Remote IP: 185.224.128.43, Remote port: 46562, Own port: 80, ConnectionDuration: 10.0011770725 seconds), +(Remote IP: 23.94.247.41, Remote port: 60944, Own port: 80, ConnectionDuration: 1.08311510086 seconds), +(Remote IP: 23.94.247.41, Remote port: 61010, Own port: 80, ConnectionDuration: 0.720987796783 seconds), +(Remote IP: 23.94.247.41, Remote port: 61060, Own port: 80, ConnectionDuration: 2.6092710495 seconds), +(Remote IP: 23.94.247.41, Remote port: 61129, Own port: 80, ConnectionDuration: 2.50268697739 seconds), +(Remote IP: 23.94.247.41, Remote port: 61205, Own port: 80, ConnectionDuration: 0.595891952515 seconds), +(Remote IP: 23.94.247.41, Remote port: 61263, Own port: 80, ConnectionDuration: 3.09581279755 seconds), +(Remote IP: 23.94.247.41, Remote port: 61327, Own port: 80, ConnectionDuration: 1.60742092133 seconds), +(Remote IP: 167.94.138.115, Remote port: 60062, Own port: 2380, ConnectionDuration: 3.03935813904 seconds), +(Remote IP: 167.94.138.115, Remote port: 60062, Own port: 2380, ConnectionDuration: 3.04000997543 seconds), +(Remote IP: 167.94.138.115, Remote port: 55888, Own port: 2380, ConnectionDuration: 0.23152089119 seconds), +(Remote IP: 167.94.138.115, Remote port: 55888, Own port: 2380, ConnectionDuration: 0.232889890671 seconds), +(Remote IP: 23.94.247.41, Remote port: 61388, Own port: 80, ConnectionDuration: 1.70704984665 seconds), +(Remote IP: 23.94.247.41, Remote port: 61471, Own port: 80, ConnectionDuration: 1.3134598732 seconds), +(Remote IP: 167.94.138.115, Remote port: 44590, Own port: 2380, ConnectionDuration: 4.23546791077 seconds), +(Remote IP: 167.94.138.115, Remote port: 44590, Own port: 2380, ConnectionDuration: 4.2361497879 seconds), +(Remote IP: 167.94.138.115, Remote port: 33876, Own port: 2380, ConnectionDuration: 0.135013103485 seconds), +(Remote IP: 167.94.138.115, Remote port: 33876, Own port: 2380, ConnectionDuration: 0.135610103607 seconds), +(Remote IP: 23.94.247.41, Remote port: 61532, Own port: 80, ConnectionDuration: 3.00033307076 seconds), +(Remote IP: 23.94.247.41, Remote port: 61589, Own port: 80, ConnectionDuration: 1.50152993202 seconds), +(Remote IP: 23.94.247.41, Remote port: 61663, Own port: 80, ConnectionDuration: 4.00329995155 seconds), +(Remote IP: 23.94.247.41, Remote port: 61789, Own port: 80, ConnectionDuration: 1.30864906311 seconds), +(Remote IP: 23.94.247.41, Remote port: 61854, Own port: 80, ConnectionDuration: 3.09189796448 seconds), +(Remote IP: 23.94.247.41, Remote port: 61928, Own port: 80, ConnectionDuration: 0.502404928207 seconds), +(Remote IP: 23.94.247.41, Remote port: 61964, Own port: 80, ConnectionDuration: 2.08734607697 seconds), +(Remote IP: 23.94.247.41, Remote port: 62022, Own port: 80, ConnectionDuration: 0.618311882019 seconds), +(Remote IP: 23.94.247.41, Remote port: 62053, Own port: 80, ConnectionDuration: 2.0166990757 seconds), +(Remote IP: 23.94.247.41, Remote port: 62096, Own port: 80, ConnectionDuration: 1.0154531002 seconds), +(Remote IP: 23.94.247.41, Remote port: 62160, Own port: 80, ConnectionDuration: 2.38098096848 seconds), +(Remote IP: 23.94.247.41, Remote port: 62250, Own port: 80, ConnectionDuration: 2.0115749836 seconds), +(Remote IP: 23.94.247.41, Remote port: 62310, Own port: 80, ConnectionDuration: 3.02856707573 seconds), +(Remote IP: 23.94.247.41, Remote port: 62429, Own port: 80, ConnectionDuration: 2.0781788826 seconds), +(Remote IP: 23.94.247.41, Remote port: 62478, Own port: 80, ConnectionDuration: 2.08467102051 seconds), +(Remote IP: 23.94.247.41, Remote port: 62548, Own port: 80, ConnectionDuration: 1.89803695679 seconds), +(Remote IP: 23.94.247.41, Remote port: 62610, Own port: 80, ConnectionDuration: 2.56610012054 seconds), +(Remote IP: 23.94.247.41, Remote port: 62744, Own port: 80, ConnectionDuration: 2.0098490715 seconds), +(Remote IP: 23.94.247.41, Remote port: 62800, Own port: 80, ConnectionDuration: 3.08056998253 seconds), +(Remote IP: 23.94.247.41, Remote port: 62878, Own port: 80, ConnectionDuration: 1.6157040596 seconds), +(Remote IP: 23.94.247.41, Remote port: 62923, Own port: 80, ConnectionDuration: 1.07462382317 seconds), +(Remote IP: 23.94.247.41, Remote port: 62984, Own port: 80, ConnectionDuration: 0.620424985886 seconds), +(Remote IP: 23.94.247.41, Remote port: 63031, Own port: 80, ConnectionDuration: 4.61124300957 seconds), +(Remote IP: 23.94.247.41, Remote port: 63137, Own port: 80, ConnectionDuration: 1.18379092216 seconds), +(Remote IP: 23.94.247.41, Remote port: 63232, Own port: 80, ConnectionDuration: 2.73461389542 seconds), +(Remote IP: 23.94.247.41, Remote port: 63287, Own port: 80, ConnectionDuration: 1.09585189819 seconds), +(Remote IP: 23.94.247.41, Remote port: 63317, Own port: 80, ConnectionDuration: 1.79687309265 seconds), +(Remote IP: 23.94.247.41, Remote port: 63369, Own port: 80, ConnectionDuration: 1.98214006424 seconds), +(Remote IP: 71.26.200.126, Remote port: 58586, Own port: 23, ConnectionDuration: 30.7708930969 seconds), +(Remote IP: 23.94.247.41, Remote port: 63501, Own port: 80, ConnectionDuration: 2.07116794586 seconds), +(Remote IP: 23.94.247.41, Remote port: 63588, Own port: 80, ConnectionDuration: 1.2727701664 seconds), +(Remote IP: 23.94.247.41, Remote port: 63659, Own port: 80, ConnectionDuration: 2.19277310371 seconds), +(Remote IP: 23.94.247.41, Remote port: 63744, Own port: 80, ConnectionDuration: 1.21134591103 seconds), +(Remote IP: 23.94.247.41, Remote port: 63786, Own port: 80, ConnectionDuration: 1.0052549839 seconds), +(Remote IP: 23.94.247.41, Remote port: 63838, Own port: 80, ConnectionDuration: 2.4149081707 seconds), +(Remote IP: 23.94.247.41, Remote port: 63901, Own port: 80, ConnectionDuration: 2.71747303009 seconds), +(Remote IP: 23.94.247.41, Remote port: 63997, Own port: 80, ConnectionDuration: 1.69727683067 seconds), +(Remote IP: 23.94.247.41, Remote port: 64066, Own port: 80, ConnectionDuration: 0.763641834259 seconds), +(Remote IP: 23.94.247.41, Remote port: 64133, Own port: 80, ConnectionDuration: 1.81505799294 seconds), +(Remote IP: 23.94.247.41, Remote port: 64175, Own port: 80, ConnectionDuration: 2.50023698807 seconds), +(Remote IP: 23.94.247.41, Remote port: 64257, Own port: 80, ConnectionDuration: 0.809308052063 seconds), +(Remote IP: 23.94.247.41, Remote port: 64338, Own port: 80, ConnectionDuration: 1.69532513618 seconds), +(Remote IP: 23.94.247.41, Remote port: 64406, Own port: 80, ConnectionDuration: 1.93396615982 seconds), +(Remote IP: 23.94.247.41, Remote port: 64475, Own port: 80, ConnectionDuration: 2.50278186798 seconds), +(Remote IP: 103.41.144.165, Remote port: 53706, Own port: 23, ConnectionDuration: 11.0632550716 seconds), +(Remote IP: 178.25.82.152, Remote port: 44756, Own port: 23, ConnectionDuration: 10.7780249119 seconds), +(Remote IP: 45.240.176.23, Remote port: 52270, Own port: 23, ConnectionDuration: 30.7508728504 seconds), +(Remote IP: 205.210.31.111, Remote port: 55807, Own port: 443, ConnectionDuration: 32.0377919674 seconds), +(Remote IP: 205.210.31.111, Remote port: 55807, Own port: 443, ConnectionDuration: 32.0387458801 seconds), +(Remote IP: 167.94.138.55, Remote port: 44102, Own port: 110, ConnectionDuration: 1.18519997597 seconds), +(Remote IP: 167.94.138.55, Remote port: 35842, Own port: 110, ConnectionDuration: 0.710521936417 seconds), +(Remote IP: 167.94.138.55, Remote port: 35842, Own port: 110, ConnectionDuration: 0.711726903915 seconds), +(Remote IP: 58.59.155.130, Remote port: 33780, Own port: 23, ConnectionDuration: 13.3080611229 seconds), +(Remote IP: 20.118.71.95, Remote port: 38170, Own port: 21, ConnectionDuration: 0.180341959 seconds), +(Remote IP: 175.9.247.9, Remote port: 41893, Own port: 23, ConnectionDuration: 10.3812468052 seconds), +(Remote IP: 91.210.197.4, Remote port: 56342, Own port: 80, ConnectionDuration: 0.211493015289 seconds), +(Remote IP: 162.142.125.10, Remote port: 38610, Own port: 554, ConnectionDuration: 3.83570194244 seconds), +(Remote IP: 162.142.125.10, Remote port: 38610, Own port: 554, ConnectionDuration: 3.83669710159 seconds), +(Remote IP: 167.250.157.201, Remote port: 60562, Own port: 23, ConnectionDuration: 10.2910740376 seconds), +(Remote IP: 112.102.171.81, Remote port: 37783, Own port: 23, ConnectionDuration: 10.5040669441 seconds), +(Remote IP: 76.153.35.162, Remote port: 50054, Own port: 23, ConnectionDuration: 30.9312560558 seconds), +(Remote IP: 198.235.24.178, Remote port: 57718, Own port: 3389, ConnectionDuration: 0.251848936081 seconds), +(Remote IP: 198.235.24.178, Remote port: 57722, Own port: 3389, ConnectionDuration: 0.250095844269 seconds), +(Remote IP: 198.235.24.178, Remote port: 57726, Own port: 3389, ConnectionDuration: 0.250998020172 seconds), +(Remote IP: 198.235.24.178, Remote port: 57736, Own port: 3389, ConnectionDuration: 0.251724004745 seconds), +(Remote IP: 198.235.24.178, Remote port: 57738, Own port: 3389, ConnectionDuration: 3.77919816971 seconds), +(Remote IP: 190.211.255.106, Remote port: 33372, Own port: 23, ConnectionDuration: 119.517673016 seconds), +(Remote IP: 190.211.255.106, Remote port: 33372, Own port: 23, ConnectionDuration: 119.518279076 seconds), +(Remote IP: 104.191.31.34, Remote port: 33253, Own port: 23, ConnectionDuration: 120.086922884 seconds), +(Remote IP: 104.191.31.34, Remote port: 33253, Own port: 23, ConnectionDuration: 120.087522984 seconds), +(Remote IP: 110.181.238.40, Remote port: 34711, Own port: 23, ConnectionDuration: 30.6232130527 seconds), +(Remote IP: 91.211.110.51, Remote port: 39409, Own port: 23, ConnectionDuration: 30.3773620129 seconds), +(Remote IP: 167.94.138.120, Remote port: 35734, Own port: 5000, ConnectionDuration: 3.06794691086 seconds), +(Remote IP: 167.94.138.120, Remote port: 35734, Own port: 5000, ConnectionDuration: 3.06881785393 seconds), +(Remote IP: 167.94.138.120, Remote port: 34666, Own port: 5000, ConnectionDuration: 0.199196815491 seconds), +(Remote IP: 167.94.138.120, Remote port: 34666, Own port: 5000, ConnectionDuration: 0.200908899307 seconds), +(Remote IP: 167.94.138.120, Remote port: 52512, Own port: 5000, ConnectionDuration: 3.8605029583 seconds), +(Remote IP: 167.94.138.120, Remote port: 52512, Own port: 5000, ConnectionDuration: 3.86136603355 seconds), +(Remote IP: 167.94.138.42, Remote port: 60648, Own port: 23, ConnectionDuration: 15.5406560898 seconds), +(Remote IP: 167.94.138.42, Remote port: 59294, Own port: 23, ConnectionDuration: 3.96615409851 seconds), +(Remote IP: 167.94.138.42, Remote port: 59294, Own port: 23, ConnectionDuration: 3.96665692329 seconds), +(Remote IP: 167.94.138.42, Remote port: 43060, Own port: 23, ConnectionDuration: 1.14147400856 seconds), +(Remote IP: 167.94.138.42, Remote port: 43060, Own port: 23, ConnectionDuration: 1.14192914963 seconds), +(Remote IP: 167.94.138.42, Remote port: 57056, Own port: 23, ConnectionDuration: 4.64156603813 seconds), +(Remote IP: 167.94.138.42, Remote port: 57056, Own port: 23, ConnectionDuration: 4.64205002785 seconds), +(Remote IP: 116.140.196.215, Remote port: 47037, Own port: 3389, ConnectionDuration: 0.000952005386353 seconds), +(Remote IP: 124.235.58.234, Remote port: 33157, Own port: 23, ConnectionDuration: 10.3866078854 seconds), +(Remote IP: 113.26.193.27, Remote port: 48146, Own port: 23, ConnectionDuration: 30.7539329529 seconds), +(Remote IP: 51.211.8.222, Remote port: 63772, Own port: 445, ConnectionDuration: 0.0097770690918 seconds), +(Remote IP: 210.4.123.20, Remote port: 59216, Own port: 445, ConnectionDuration: 76.2313220501 seconds), +(Remote IP: 210.4.123.20, Remote port: 59216, Own port: 445, ConnectionDuration: 76.2320640087 seconds), +(Remote IP: 210.4.123.20, Remote port: 59262, Own port: 445, ConnectionDuration: 76.1968410015 seconds), +(Remote IP: 210.4.123.20, Remote port: 59262, Own port: 445, ConnectionDuration: 76.19728899 seconds), +(Remote IP: 59.3.44.142, Remote port: 45839, Own port: 23, ConnectionDuration: 29.4532721043 seconds), +(Remote IP: 59.3.44.142, Remote port: 46754, Own port: 23, ConnectionDuration: 119.943395853 seconds), +(Remote IP: 59.3.44.142, Remote port: 46754, Own port: 23, ConnectionDuration: 119.943969011 seconds), +(Remote IP: 87.236.176.163, Remote port: 45455, Own port: 23, ConnectionDuration: 5.00054883957 seconds), +(Remote IP: 87.236.176.163, Remote port: 54195, Own port: 23, ConnectionDuration: 1.99949002266 seconds), +(Remote IP: 87.236.176.176, Remote port: 49999, Own port: 23, ConnectionDuration: 3.37603092194 seconds), +(Remote IP: 87.236.176.152, Remote port: 48371, Own port: 23, ConnectionDuration: 6.0009200573 seconds), +(Remote IP: 87.236.176.164, Remote port: 44165, Own port: 23, ConnectionDuration: 5.01970601082 seconds), +(Remote IP: 87.236.176.155, Remote port: 56585, Own port: 23, ConnectionDuration: 5.00094890594 seconds), +(Remote IP: 87.236.176.162, Remote port: 50519, Own port: 23, ConnectionDuration: 5.06008887291 seconds), +(Remote IP: 87.236.176.180, Remote port: 56649, Own port: 23, ConnectionDuration: 5.00143408775 seconds), +(Remote IP: 87.236.176.148, Remote port: 55881, Own port: 23, ConnectionDuration: 5.05971002579 seconds), +(Remote IP: 87.236.176.179, Remote port: 39105, Own port: 23, ConnectionDuration: 5.00041890144 seconds), +(Remote IP: 87.236.176.151, Remote port: 38181, Own port: 23, ConnectionDuration: 5.00312805176 seconds), +(Remote IP: 185.16.38.111, Remote port: 48536, Own port: 80, ConnectionDuration: 19.9861779213 seconds), +(Remote IP: 87.236.176.151, Remote port: 40495, Own port: 23, ConnectionDuration: 4.99994707108 seconds), +(Remote IP: 87.236.176.165, Remote port: 53979, Own port: 23, ConnectionDuration: 4.99990200996 seconds), +(Remote IP: 152.32.235.69, Remote port: 15286, Own port: 1111, ConnectionDuration: 5.99974489212 seconds), +(Remote IP: 87.236.176.165, Remote port: 50061, Own port: 23, ConnectionDuration: 2.00020813942 seconds), +(Remote IP: 87.236.176.151, Remote port: 44715, Own port: 23, ConnectionDuration: 3.1199400425 seconds), +(Remote IP: 112.103.129.12, Remote port: 52046, Own port: 23, ConnectionDuration: 11.4669630527 seconds), +(Remote IP: 47.107.74.197, Remote port: 57832, Own port: 23, ConnectionDuration: 31.7802159786 seconds), +(Remote IP: 80.75.212.75, Remote port: 34350, Own port: 9999, ConnectionDuration: 0.140905857086 seconds), +(Remote IP: 3.8.114.105, Remote port: 21239, Own port: 80, ConnectionDuration: 120.184335947 seconds), +(Remote IP: 3.8.114.105, Remote port: 21239, Own port: 80, ConnectionDuration: 120.18494606 seconds), +(Remote IP: 101.36.118.248, Remote port: 36992, Own port: 135, ConnectionDuration: 0.1669049263 seconds), +(Remote IP: 101.36.118.248, Remote port: 36998, Own port: 135, ConnectionDuration: 9.99974393845 seconds), +(Remote IP: 101.36.118.248, Remote port: 55486, Own port: 135, ConnectionDuration: 18.1644229889 seconds), +(Remote IP: 101.36.118.248, Remote port: 56388, Own port: 135, ConnectionDuration: 18.1886670589 seconds), +(Remote IP: 101.36.118.248, Remote port: 41982, Own port: 135, ConnectionDuration: 18.16654706 seconds), +(Remote IP: 101.36.118.248, Remote port: 55096, Own port: 135, ConnectionDuration: 18.1693899632 seconds), +(Remote IP: 101.36.118.248, Remote port: 49120, Own port: 135, ConnectionDuration: 18.1676380634 seconds), +(Remote IP: 101.36.118.248, Remote port: 44054, Own port: 135, ConnectionDuration: 18.1956748962 seconds), +(Remote IP: 101.36.118.248, Remote port: 45704, Own port: 135, ConnectionDuration: 18.1887161732 seconds), +(Remote IP: 124.57.206.22, Remote port: 39028, Own port: 23, ConnectionDuration: 11.3037209511 seconds), +(Remote IP: 162.216.150.181, Remote port: 60246, Own port: 80, ConnectionDuration: 3.24285507202 seconds), +(Remote IP: 101.36.118.248, Remote port: 45150, Own port: 135, ConnectionDuration: 48.9717969894 seconds), +(Remote IP: 144.0.23.107, Remote port: 38963, Own port: 23, ConnectionDuration: 11.4197108746 seconds), +(Remote IP: 36.91.222.100, Remote port: 46201, Own port: 3389, ConnectionDuration: 0.000953912734985 seconds), +(Remote IP: 120.211.137.183, Remote port: 45682, Own port: 23, ConnectionDuration: 11.1778898239 seconds), +(Remote IP: 27.205.101.249, Remote port: 43251, Own port: 23, ConnectionDuration: 11.6816859245 seconds), +(Remote IP: 59.152.149.84, Remote port: 55800, Own port: 23, ConnectionDuration: 30.614700079 seconds), +(Remote IP: 167.94.145.102, Remote port: 53524, Own port: 443, ConnectionDuration: 4.12344408035 seconds), +(Remote IP: 167.94.145.102, Remote port: 53524, Own port: 443, ConnectionDuration: 4.12414813042 seconds), +(Remote IP: 167.94.145.102, Remote port: 53558, Own port: 443, ConnectionDuration: 5.15319705009 seconds), +(Remote IP: 167.94.145.102, Remote port: 53558, Own port: 443, ConnectionDuration: 5.15476489067 seconds), +(Remote IP: 185.142.236.38, Remote port: 60180, Own port: 139, ConnectionDuration: 1.00050997734 seconds), +(Remote IP: 185.142.236.38, Remote port: 60812, Own port: 139, ConnectionDuration: 5.00042796135 seconds), +(Remote IP: 205.210.31.252, Remote port: 58892, Own port: 80, ConnectionDuration: 1.10399198532 seconds), +(Remote IP: 205.210.31.252, Remote port: 58892, Own port: 80, ConnectionDuration: 1.10455203056 seconds), +(Remote IP: 205.210.31.252, Remote port: 58880, Own port: 80, ConnectionDuration: 1.42615413666 seconds), +(Remote IP: 187.45.107.113, Remote port: 38033, Own port: 23, ConnectionDuration: 30.8116571903 seconds), +(Remote IP: 175.11.134.64, Remote port: 33935, Own port: 23, ConnectionDuration: 10.3533859253 seconds), +(Remote IP: 113.25.227.33, Remote port: 54130, Own port: 23, ConnectionDuration: 30.6492400169 seconds), +(Remote IP: 123.175.100.28, Remote port: 60442, Own port: 23, ConnectionDuration: 30.6335968971 seconds), +(Remote IP: 102.40.3.249, Remote port: 44510, Own port: 23, ConnectionDuration: 29.9403970242 seconds), +(Remote IP: 190.153.131.246, Remote port: 57547, Own port: 23, ConnectionDuration: 30.7671649456 seconds), +(Remote IP: 45.156.128.45, Remote port: 48484, Own port: 443, ConnectionDuration: 0.132011175156 seconds), +(Remote IP: 124.244.203.6, Remote port: 59100, Own port: 23, ConnectionDuration: 30.7032730579 seconds), +(Remote IP: 45.156.128.45, Remote port: 47896, Own port: 443, ConnectionDuration: 0.131330966949 seconds), +(Remote IP: 119.194.90.138, Remote port: 52038, Own port: 23, ConnectionDuration: 30.7116458416 seconds), +(Remote IP: 221.160.75.224, Remote port: 56779, Own port: 23, ConnectionDuration: 11.1192770004 seconds), +(Remote IP: 51.211.8.222, Remote port: 61451, Own port: 445, ConnectionDuration: 0.391247034073 seconds), +(Remote IP: 51.211.8.222, Remote port: 51358, Own port: 445, ConnectionDuration: 0.39341211319 seconds), +(Remote IP: 51.211.8.222, Remote port: 50550, Own port: 445, ConnectionDuration: 0.395197153091 seconds), +(Remote IP: 51.211.8.222, Remote port: 54188, Own port: 445, ConnectionDuration: 0.391817808151 seconds), +(Remote IP: 51.211.8.222, Remote port: 53650, Own port: 445, ConnectionDuration: 0.390514135361 seconds), +(Remote IP: 51.211.8.222, Remote port: 56725, Own port: 445, ConnectionDuration: 0.391014099121 seconds), +(Remote IP: 51.211.8.222, Remote port: 57497, Own port: 445, ConnectionDuration: 0.392205953598 seconds), +(Remote IP: 51.211.8.222, Remote port: 59692, Own port: 445, ConnectionDuration: 0.386835098267 seconds), +(Remote IP: 64.62.197.210, Remote port: 16877, Own port: 80, ConnectionDuration: 0.0279359817505 seconds), +(Remote IP: 51.211.8.222, Remote port: 59745, Own port: 445, ConnectionDuration: 0.390575170517 seconds), +(Remote IP: 51.211.8.222, Remote port: 62663, Own port: 445, ConnectionDuration: 0.386260032654 seconds), +(Remote IP: 51.211.8.222, Remote port: 62606, Own port: 445, ConnectionDuration: 0.386930942535 seconds), +(Remote IP: 51.211.8.222, Remote port: 49298, Own port: 445, ConnectionDuration: 0.390267133713 seconds), +(Remote IP: 51.211.8.222, Remote port: 64570, Own port: 445, ConnectionDuration: 0.403268814087 seconds), +(Remote IP: 51.211.8.222, Remote port: 51532, Own port: 445, ConnectionDuration: 0.389024972916 seconds), +(Remote IP: 51.211.8.222, Remote port: 50662, Own port: 445, ConnectionDuration: 0.39279794693 seconds), +(Remote IP: 51.211.8.222, Remote port: 54113, Own port: 445, ConnectionDuration: 0.400134086609 seconds), +(Remote IP: 51.211.8.222, Remote port: 51989, Own port: 445, ConnectionDuration: 0.387638092041 seconds), +(Remote IP: 51.211.8.222, Remote port: 57052, Own port: 445, ConnectionDuration: 0.391880989075 seconds), +(Remote IP: 51.211.8.222, Remote port: 53970, Own port: 445, ConnectionDuration: 0.3880879879 seconds), +(Remote IP: 51.211.8.222, Remote port: 58429, Own port: 445, ConnectionDuration: 0.387141942978 seconds), +(Remote IP: 113.26.49.196, Remote port: 58293, Own port: 23, ConnectionDuration: 30.1049098969 seconds), +(Remote IP: 113.26.49.196, Remote port: 58287, Own port: 23, ConnectionDuration: 30.6178019047 seconds), +(Remote IP: 51.211.8.222, Remote port: 54994, Own port: 445, ConnectionDuration: 0.384794950485 seconds), +(Remote IP: 51.211.8.222, Remote port: 60071, Own port: 445, ConnectionDuration: 0.38568520546 seconds), +(Remote IP: 51.211.8.222, Remote port: 55762, Own port: 445, ConnectionDuration: 0.393461227417 seconds), +(Remote IP: 51.211.8.222, Remote port: 61828, Own port: 445, ConnectionDuration: 0.393790006638 seconds), +(Remote IP: 51.211.8.222, Remote port: 57118, Own port: 445, ConnectionDuration: 0.3983938694 seconds), +(Remote IP: 51.211.8.222, Remote port: 62739, Own port: 445, ConnectionDuration: 0.388520002365 seconds), +(Remote IP: 51.211.8.222, Remote port: 57094, Own port: 445, ConnectionDuration: 0.393776893616 seconds), +(Remote IP: 51.211.8.222, Remote port: 64541, Own port: 445, ConnectionDuration: 0.391911029816 seconds), +(Remote IP: 51.211.8.222, Remote port: 57410, Own port: 445, ConnectionDuration: 0.415620088577 seconds), +(Remote IP: 51.211.8.222, Remote port: 49466, Own port: 445, ConnectionDuration: 0.385152101517 seconds), +(Remote IP: 51.211.8.222, Remote port: 57116, Own port: 445, ConnectionDuration: 0.397091150284 seconds), +(Remote IP: 51.211.8.222, Remote port: 50472, Own port: 445, ConnectionDuration: 0.407493829727 seconds), +(Remote IP: 51.211.8.222, Remote port: 57905, Own port: 445, ConnectionDuration: 0.391199827194 seconds), +(Remote IP: 51.211.8.222, Remote port: 51003, Own port: 445, ConnectionDuration: 0.391533851624 seconds), +(Remote IP: 58.101.210.7, Remote port: 57873, Own port: 23, ConnectionDuration: 30.8431329727 seconds), +(Remote IP: 51.211.8.222, Remote port: 58372, Own port: 445, ConnectionDuration: 0.393557071686 seconds), +(Remote IP: 51.211.8.222, Remote port: 50155, Own port: 445, ConnectionDuration: 0.399410963058 seconds), +(Remote IP: 91.92.133.21, Remote port: 59803, Own port: 23, ConnectionDuration: 11.5546751022 seconds), +(Remote IP: 198.235.24.34, Remote port: 65130, Own port: 5000, ConnectionDuration: 0.140399932861 seconds), +(Remote IP: 51.211.8.222, Remote port: 59524, Own port: 445, ConnectionDuration: 0.396143913269 seconds), +(Remote IP: 51.211.8.222, Remote port: 49506, Own port: 445, ConnectionDuration: 0.389647960663 seconds), +(Remote IP: 51.211.8.222, Remote port: 59306, Own port: 445, ConnectionDuration: 0.402508974075 seconds), +(Remote IP: 51.211.8.222, Remote port: 49264, Own port: 445, ConnectionDuration: 0.384989023209 seconds), +(Remote IP: 51.211.8.222, Remote port: 59369, Own port: 445, ConnectionDuration: 0.38983798027 seconds), +(Remote IP: 51.211.8.222, Remote port: 64706, Own port: 445, ConnectionDuration: 0.393854856491 seconds), +(Remote IP: 51.211.8.222, Remote port: 58185, Own port: 445, ConnectionDuration: 0.398753166199 seconds), +(Remote IP: 51.211.8.222, Remote port: 63663, Own port: 445, ConnectionDuration: 0.394968986511 seconds), +(Remote IP: 51.211.8.222, Remote port: 57427, Own port: 445, ConnectionDuration: 0.393551111221 seconds), +(Remote IP: 51.211.8.222, Remote port: 63568, Own port: 445, ConnectionDuration: 0.388804912567 seconds), +(Remote IP: 51.211.8.222, Remote port: 55713, Own port: 445, ConnectionDuration: 0.395915031433 seconds), +(Remote IP: 51.211.8.222, Remote port: 61381, Own port: 445, ConnectionDuration: 0.561474084854 seconds), +(Remote IP: 113.26.49.196, Remote port: 60005, Own port: 23, ConnectionDuration: 31.0653579235 seconds), +(Remote IP: 113.26.49.196, Remote port: 60004, Own port: 23, ConnectionDuration: 31.0583930016 seconds), +(Remote IP: 51.211.8.222, Remote port: 54292, Own port: 445, ConnectionDuration: 0.39554309845 seconds), +(Remote IP: 51.211.8.222, Remote port: 60239, Own port: 445, ConnectionDuration: 0.389290094376 seconds), +(Remote IP: 51.211.8.222, Remote port: 52148, Own port: 445, ConnectionDuration: 0.389553070068 seconds), +(Remote IP: 51.211.8.222, Remote port: 58892, Own port: 445, ConnectionDuration: 0.399523019791 seconds), +(Remote IP: 51.211.8.222, Remote port: 50031, Own port: 445, ConnectionDuration: 0.406898021698 seconds), +(Remote IP: 51.211.8.222, Remote port: 56732, Own port: 445, ConnectionDuration: 0.399327039719 seconds), +(Remote IP: 51.211.8.222, Remote port: 63849, Own port: 445, ConnectionDuration: 0.393146038055 seconds), +(Remote IP: 51.211.8.222, Remote port: 53943, Own port: 445, ConnectionDuration: 0.427034854889 seconds), +(Remote IP: 51.211.8.222, Remote port: 60586, Own port: 445, ConnectionDuration: 0.387724161148 seconds), +(Remote IP: 185.242.226.7, Remote port: 47468, Own port: 443, ConnectionDuration: 0.981091022491 seconds), +(Remote IP: 185.242.226.7, Remote port: 47468, Own port: 443, ConnectionDuration: 0.982712984085 seconds), +(Remote IP: 51.211.8.222, Remote port: 51207, Own port: 445, ConnectionDuration: 0.389168024063 seconds), +(Remote IP: 51.211.8.222, Remote port: 56730, Own port: 445, ConnectionDuration: 0.402443170547 seconds), +(Remote IP: 51.211.8.222, Remote port: 63880, Own port: 445, ConnectionDuration: 0.390352964401 seconds), +(Remote IP: 51.211.8.222, Remote port: 53264, Own port: 445, ConnectionDuration: 0.397287845612 seconds), +(Remote IP: 51.211.8.222, Remote port: 60705, Own port: 445, ConnectionDuration: 0.394397974014 seconds), +(Remote IP: 51.211.8.222, Remote port: 49523, Own port: 445, ConnectionDuration: 0.390722036362 seconds), +(Remote IP: 184.105.139.68, Remote port: 19914, Own port: 2101, ConnectionDuration: 0.0911149978638 seconds), +(Remote IP: 199.45.154.67, Remote port: 50544, Own port: 110, ConnectionDuration: 0.453088998795 seconds), +(Remote IP: 51.211.8.222, Remote port: 56706, Own port: 445, ConnectionDuration: 0.388885974884 seconds), +(Remote IP: 199.45.154.67, Remote port: 50550, Own port: 110, ConnectionDuration: 0.219604969025 seconds), +(Remote IP: 199.45.154.67, Remote port: 50550, Own port: 110, ConnectionDuration: 0.220811128616 seconds), +(Remote IP: 51.211.8.222, Remote port: 63052, Own port: 445, ConnectionDuration: 0.395541191101 seconds), +(Remote IP: 51.211.8.222, Remote port: 52089, Own port: 445, ConnectionDuration: 0.389792919159 seconds), +(Remote IP: 65.49.1.50, Remote port: 33949, Own port: 80, ConnectionDuration: 0.0272829532623 seconds), +(Remote IP: 113.26.49.196, Remote port: 54530, Own port: 23, ConnectionDuration: 30.857309103 seconds), +(Remote IP: 65.49.1.47, Remote port: 42463, Own port: 80, ConnectionDuration: 0.025890827179 seconds), +(Remote IP: 65.49.1.46, Remote port: 11813, Own port: 80, ConnectionDuration: 0.0259039402008 seconds), +(Remote IP: 113.26.49.196, Remote port: 57772, Own port: 23, ConnectionDuration: 30.3281080723 seconds), +(Remote IP: 219.102.68.15, Remote port: 46252, Own port: 23, ConnectionDuration: 30.7267551422 seconds), +(Remote IP: 117.241.232.228, Remote port: 53603, Own port: 23, ConnectionDuration: 10.1050240993 seconds), +(Remote IP: 37.37.228.22, Remote port: 33490, Own port: 23, ConnectionDuration: 11.0107989311 seconds), +(Remote IP: 178.116.246.142, Remote port: 46492, Own port: 23, ConnectionDuration: 120.891488075 seconds), +(Remote IP: 178.116.246.142, Remote port: 46492, Own port: 23, ConnectionDuration: 120.892061949 seconds), +(Remote IP: 223.8.39.95, Remote port: 50638, Own port: 23, ConnectionDuration: 31.8071091175 seconds), +(Remote IP: 59.173.81.64, Remote port: 33211, Own port: 23, ConnectionDuration: 10.3629720211 seconds), +(Remote IP: 165.154.48.24, Remote port: 33744, Own port: 8080, ConnectionDuration: 10.001707077 seconds), +(Remote IP: 44.220.185.101, Remote port: 34050, Own port: 1900, ConnectionDuration: 10.0014181137 seconds), +(Remote IP: 44.220.185.101, Remote port: 39896, Own port: 1900, ConnectionDuration: 5.00167107582 seconds), +(Remote IP: 113.26.49.196, Remote port: 34404, Own port: 23, ConnectionDuration: 30.7160308361 seconds), +(Remote IP: 111.61.191.213, Remote port: 44334, Own port: 23, ConnectionDuration: 11.4790251255 seconds), +(Remote IP: 146.19.24.28, Remote port: 51572, Own port: 80, ConnectionDuration: 9.99897313118 seconds), +(Remote IP: 167.62.61.58, Remote port: 2944, Own port: 445, ConnectionDuration: 21.3365809917 seconds), +(Remote IP: 167.62.61.58, Remote port: 2944, Own port: 445, ConnectionDuration: 21.3373219967 seconds), +(Remote IP: 167.62.61.58, Remote port: 2991, Own port: 445, ConnectionDuration: 21.2525920868 seconds), +(Remote IP: 167.62.61.58, Remote port: 2991, Own port: 445, ConnectionDuration: 21.2531900406 seconds), +(Remote IP: 36.97.162.129, Remote port: 51294, Own port: 23, ConnectionDuration: 30.6497249603 seconds), +(Remote IP: 80.75.212.75, Remote port: 34316, Own port: 9999, ConnectionDuration: 0.136332035065 seconds), +(Remote IP: 190.211.255.106, Remote port: 37822, Own port: 23, ConnectionDuration: 119.762928009 seconds), +(Remote IP: 190.211.255.106, Remote port: 37822, Own port: 23, ConnectionDuration: 119.763424158 seconds), +(Remote IP: 87.236.176.199, Remote port: 56663, Own port: 139, ConnectionDuration: 9.14374303818 seconds), +(Remote IP: 87.236.176.199, Remote port: 39091, Own port: 139, ConnectionDuration: 3.0582549572 seconds), +(Remote IP: 123.20.26.162, Remote port: 52628, Own port: 445, ConnectionDuration: 0.194989919662 seconds), +(Remote IP: 123.20.26.162, Remote port: 52632, Own port: 445, ConnectionDuration: 0.426693916321 seconds), +(Remote IP: 123.20.26.162, Remote port: 52690, Own port: 445, ConnectionDuration: 32.974118948 seconds), +(Remote IP: 123.20.26.162, Remote port: 53250, Own port: 445, ConnectionDuration: 0.00109100341797 seconds), +(Remote IP: 123.20.26.162, Remote port: 53250, Own port: 445, ConnectionDuration: 0.00181889533997 seconds), +(Remote IP: 123.20.26.162, Remote port: 64199, Own port: 445, ConnectionDuration: 33.2773170471 seconds), +(Remote IP: 113.26.49.196, Remote port: 40650, Own port: 23, ConnectionDuration: 30.9237520695 seconds), +(Remote IP: 198.235.24.195, Remote port: 49772, Own port: 80, ConnectionDuration: 32.1573030949 seconds), +(Remote IP: 198.235.24.195, Remote port: 49772, Own port: 80, ConnectionDuration: 32.1579170227 seconds), +(Remote IP: 118.193.72.187, Remote port: 50696, Own port: 139, ConnectionDuration: 18.0000269413 seconds), +(Remote IP: 118.193.72.187, Remote port: 49550, Own port: 139, ConnectionDuration: 10.0005509853 seconds), +(Remote IP: 118.193.72.187, Remote port: 37718, Own port: 139, ConnectionDuration: 20.0005190372 seconds), +(Remote IP: 118.193.72.187, Remote port: 46234, Own port: 139, ConnectionDuration: 18.1778080463 seconds), +(Remote IP: 118.193.72.187, Remote port: 45578, Own port: 139, ConnectionDuration: 17.9997010231 seconds), +(Remote IP: 118.193.72.187, Remote port: 53652, Own port: 139, ConnectionDuration: 18.000248909 seconds), +(Remote IP: 118.193.72.187, Remote port: 44054, Own port: 139, ConnectionDuration: 17.9995558262 seconds), +(Remote IP: 3.8.114.105, Remote port: 54270, Own port: 80, ConnectionDuration: 0.13290309906 seconds), +(Remote IP: 113.26.49.196, Remote port: 43491, Own port: 23, ConnectionDuration: 31.5562701225 seconds), +(Remote IP: 118.193.72.187, Remote port: 57240, Own port: 139, ConnectionDuration: 27.5982561111 seconds), +(Remote IP: 118.193.72.187, Remote port: 41920, Own port: 139, ConnectionDuration: 8.88260006905 seconds), +(Remote IP: 118.193.72.187, Remote port: 33836, Own port: 139, ConnectionDuration: 18.2392241955 seconds), From c8b23aa35cc6695085e5f70d6d284685598d9d55 Mon Sep 17 00:00:00 2001 From: aichimzh <167626664+aichimzh@users.noreply.github.com> Date: Thu, 2 May 2024 14:16:20 +0800 Subject: [PATCH 05/27] Delete ConnectionDuration.log --- ConnectionDuration.log | 4539 ---------------------------------------- 1 file changed, 4539 deletions(-) delete mode 100644 ConnectionDuration.log diff --git a/ConnectionDuration.log b/ConnectionDuration.log deleted file mode 100644 index 97b7ef1..0000000 --- a/ConnectionDuration.log +++ /dev/null @@ -1,4539 +0,0 @@ -(Remote IP: 103.41.98.76, Remote port: 48470, Own port: 23, ConnectionDuration: 30.5440070629 seconds), -(Remote IP: 1.70.12.79, Remote port: 36961, Own port: 23, ConnectionDuration: 30.4602758884 seconds), -(Remote IP: 34.78.68.58, Remote port: 59644, Own port: 139, ConnectionDuration: 0.252915143967 seconds), -(Remote IP: 34.78.68.58, Remote port: 33878, Own port: 139, ConnectionDuration: 0.79781794548 seconds), -(Remote IP: 189.90.33.83, Remote port: 33210, Own port: 23, ConnectionDuration: 30.7712001801 seconds), -(Remote IP: 190.211.255.106, Remote port: 46060, Own port: 23, ConnectionDuration: 119.573265791 seconds), -(Remote IP: 190.211.255.106, Remote port: 46060, Own port: 23, ConnectionDuration: 119.573839903 seconds), -(Remote IP: 146.19.24.28, Remote port: 38228, Own port: 80, ConnectionDuration: 9.99959993362 seconds), -(Remote IP: 123.9.205.36, Remote port: 35291, Own port: 23, ConnectionDuration: 10.2465059757 seconds), -(Remote IP: 39.174.173.55, Remote port: 46126, Own port: 23, ConnectionDuration: 11.1459290981 seconds), -(Remote IP: 223.13.69.225, Remote port: 56322, Own port: 23, ConnectionDuration: 31.928828001 seconds), -(Remote IP: 87.1.169.7, Remote port: 65505, Own port: 23, ConnectionDuration: 30.1547648907 seconds), -(Remote IP: 223.13.69.225, Remote port: 60012, Own port: 23, ConnectionDuration: 31.8441588879 seconds), -(Remote IP: 159.203.208.11, Remote port: 56932, Own port: 445, ConnectionDuration: 0.027468919754 seconds), -(Remote IP: 5.160.136.182, Remote port: 50025, Own port: 445, ConnectionDuration: 30.5255639553 seconds), -(Remote IP: 5.160.136.182, Remote port: 50025, Own port: 445, ConnectionDuration: 30.5262520313 seconds), -(Remote IP: 5.160.136.182, Remote port: 50097, Own port: 445, ConnectionDuration: 30.4966700077 seconds), -(Remote IP: 5.160.136.182, Remote port: 50097, Own port: 445, ConnectionDuration: 30.4971079826 seconds), -(Remote IP: 61.187.92.27, Remote port: 56296, Own port: 23, ConnectionDuration: 31.1420907974 seconds), -(Remote IP: 61.187.92.27, Remote port: 56764, Own port: 23, ConnectionDuration: 31.7447831631 seconds), -(Remote IP: 119.194.90.138, Remote port: 44265, Own port: 23, ConnectionDuration: 30.7894060612 seconds), -(Remote IP: 198.235.24.146, Remote port: 54378, Own port: 23, ConnectionDuration: 30.9628829956 seconds), -(Remote IP: 198.235.24.146, Remote port: 54378, Own port: 23, ConnectionDuration: 30.9633970261 seconds), -(Remote IP: 213.65.139.147, Remote port: 37702, Own port: 23, ConnectionDuration: 11.3605210781 seconds), -(Remote IP: 80.75.212.75, Remote port: 41410, Own port: 9999, ConnectionDuration: 0.139868021011 seconds), -(Remote IP: 190.211.255.106, Remote port: 51244, Own port: 23, ConnectionDuration: 120.892725945 seconds), -(Remote IP: 190.211.255.106, Remote port: 51244, Own port: 23, ConnectionDuration: 120.893311024 seconds), -(Remote IP: 152.230.195.30, Remote port: 45382, Own port: 23, ConnectionDuration: 30.7482988834 seconds), -(Remote IP: 125.26.172.143, Remote port: 38178, Own port: 23, ConnectionDuration: 10.8789708614 seconds), -(Remote IP: 178.93.7.234, Remote port: 34221, Own port: 23, ConnectionDuration: 30.0789370537 seconds), -(Remote IP: 141.98.11.179, Remote port: 45260, Own port: 80, ConnectionDuration: 0.227260112762 seconds), -(Remote IP: 181.7.198.117, Remote port: 48380, Own port: 23, ConnectionDuration: 10.6850948334 seconds), -(Remote IP: 219.91.93.143, Remote port: 44986, Own port: 23, ConnectionDuration: 31.1093988419 seconds), -(Remote IP: 103.196.235.142, Remote port: 33308, Own port: 23, ConnectionDuration: 29.6377699375 seconds), -(Remote IP: 85.60.182.243, Remote port: 41250, Own port: 23, ConnectionDuration: 11.2747938633 seconds), -(Remote IP: 45.227.254.8, Remote port: 45225, Own port: 3389, ConnectionDuration: 0.00100803375244 seconds), -(Remote IP: 185.224.128.43, Remote port: 55530, Own port: 80, ConnectionDuration: 9.99910306931 seconds), -(Remote IP: 64.62.197.137, Remote port: 60290, Own port: 3389, ConnectionDuration: 0.105134010315 seconds), -(Remote IP: 64.62.197.137, Remote port: 64948, Own port: 3389, ConnectionDuration: 9.05984997749 seconds), -(Remote IP: 167.94.146.59, Remote port: 47494, Own port: 2380, ConnectionDuration: 0.160065174103 seconds), -(Remote IP: 167.94.146.59, Remote port: 47494, Own port: 2380, ConnectionDuration: 0.161934137344 seconds), -(Remote IP: 167.94.146.59, Remote port: 47510, Own port: 2380, ConnectionDuration: 3.16940999031 seconds), -(Remote IP: 167.94.146.59, Remote port: 47510, Own port: 2380, ConnectionDuration: 3.17004799843 seconds), -(Remote IP: 103.96.239.210, Remote port: 46621, Own port: 23, ConnectionDuration: 30.3796179295 seconds), -(Remote IP: 81.213.30.50, Remote port: 4027, Own port: 23, ConnectionDuration: 10.3593711853 seconds), -(Remote IP: 124.154.108.107, Remote port: 53918, Own port: 23, ConnectionDuration: 30.8078999519 seconds), -(Remote IP: 80.94.92.60, Remote port: 49432, Own port: 443, ConnectionDuration: 0.287917137146 seconds), -(Remote IP: 178.34.182.186, Remote port: 56594, Own port: 80, ConnectionDuration: 0.189878940582 seconds), -(Remote IP: 111.89.93.69, Remote port: 40932, Own port: 23, ConnectionDuration: 12.5820760727 seconds), -(Remote IP: 180.149.125.169, Remote port: 13201, Own port: 2103, ConnectionDuration: 9.80371594429 seconds), -(Remote IP: 205.210.31.88, Remote port: 52389, Own port: 21, ConnectionDuration: 0.559375047684 seconds), -(Remote IP: 84.54.51.41, Remote port: 33116, Own port: 80, ConnectionDuration: 14.8929600716 seconds), -(Remote IP: 31.203.196.58, Remote port: 46186, Own port: 23, ConnectionDuration: 10.9259340763 seconds), -(Remote IP: 103.203.57.1, Remote port: 58512, Own port: 80, ConnectionDuration: 0.0514049530029 seconds), -(Remote IP: 167.94.145.98, Remote port: 48112, Own port: 135, ConnectionDuration: 0.163038015366 seconds), -(Remote IP: 167.94.145.98, Remote port: 48112, Own port: 135, ConnectionDuration: 0.163844108582 seconds), -(Remote IP: 167.94.145.98, Remote port: 48176, Own port: 135, ConnectionDuration: 3.00172805786 seconds), -(Remote IP: 167.94.145.98, Remote port: 48176, Own port: 135, ConnectionDuration: 3.00254511833 seconds), -(Remote IP: 167.94.145.98, Remote port: 59176, Own port: 135, ConnectionDuration: 0.164443969727 seconds), -(Remote IP: 167.94.145.98, Remote port: 59176, Own port: 135, ConnectionDuration: 0.165922880173 seconds), -(Remote IP: 167.94.145.98, Remote port: 59210, Own port: 135, ConnectionDuration: 3.24499201775 seconds), -(Remote IP: 167.94.145.98, Remote port: 59210, Own port: 135, ConnectionDuration: 3.24571990967 seconds), -(Remote IP: 206.168.34.185, Remote port: 46776, Own port: 143, ConnectionDuration: 0.210901975632 seconds), -(Remote IP: 206.168.34.185, Remote port: 46776, Own port: 143, ConnectionDuration: 0.212707996368 seconds), -(Remote IP: 108.46.148.33, Remote port: 41573, Own port: 23, ConnectionDuration: 30.9668111801 seconds), -(Remote IP: 123.205.57.113, Remote port: 43801, Own port: 23, ConnectionDuration: 27.8951609135 seconds), -(Remote IP: 52.87.151.179, Remote port: 35058, Own port: 443, ConnectionDuration: 0.0960690975189 seconds), -(Remote IP: 52.87.151.179, Remote port: 4918, Own port: 443, ConnectionDuration: 0.118733882904 seconds), -(Remote IP: 52.87.151.179, Remote port: 37781, Own port: 443, ConnectionDuration: 0.100136041641 seconds), -(Remote IP: 52.87.151.179, Remote port: 50205, Own port: 443, ConnectionDuration: 0.121807813644 seconds), -(Remote IP: 64.62.156.75, Remote port: 11457, Own port: 25, ConnectionDuration: 0.0267899036407 seconds), -(Remote IP: 185.180.140.6, Remote port: 53728, Own port: 80, ConnectionDuration: 0.032989025116 seconds), -(Remote IP: 185.180.140.6, Remote port: 53736, Own port: 80, ConnectionDuration: 0.0328199863434 seconds), -(Remote IP: 198.235.24.129, Remote port: 63022, Own port: 3389, ConnectionDuration: 0.252531051636 seconds), -(Remote IP: 198.235.24.129, Remote port: 63038, Own port: 3389, ConnectionDuration: 0.250514030457 seconds), -(Remote IP: 198.235.24.129, Remote port: 63042, Own port: 3389, ConnectionDuration: 0.252650976181 seconds), -(Remote IP: 198.235.24.129, Remote port: 63056, Own port: 3389, ConnectionDuration: 0.250994920731 seconds), -(Remote IP: 198.235.24.129, Remote port: 63060, Own port: 3389, ConnectionDuration: 3.12954592705 seconds), -(Remote IP: 206.168.34.118, Remote port: 41400, Own port: 80, ConnectionDuration: 0.0664360523224 seconds), -(Remote IP: 206.168.34.118, Remote port: 56916, Own port: 80, ConnectionDuration: 0.102270841599 seconds), -(Remote IP: 206.168.34.118, Remote port: 56916, Own port: 80, ConnectionDuration: 0.102751970291 seconds), -(Remote IP: 206.168.34.118, Remote port: 49590, Own port: 80, ConnectionDuration: 0.290100097656 seconds), -(Remote IP: 167.94.138.58, Remote port: 37798, Own port: 8080, ConnectionDuration: 0.961755037308 seconds), -(Remote IP: 185.242.226.10, Remote port: 47822, Own port: 80, ConnectionDuration: 3.54633593559 seconds), -(Remote IP: 167.99.158.209, Remote port: 33092, Own port: 3128, ConnectionDuration: 1.51085305214 seconds), -(Remote IP: 64.62.197.188, Remote port: 19175, Own port: 21, ConnectionDuration: 0.0753631591797 seconds), -(Remote IP: 185.16.38.111, Remote port: 56016, Own port: 80, ConnectionDuration: 20.0001749992 seconds), -(Remote IP: 110.182.215.137, Remote port: 47393, Own port: 23, ConnectionDuration: 10.508038044 seconds), -(Remote IP: 35.240.50.242, Remote port: 49946, Own port: 445, ConnectionDuration: 0.126705169678 seconds), -(Remote IP: 35.240.50.242, Remote port: 49942, Own port: 445, ConnectionDuration: 0.680665969849 seconds), -(Remote IP: 23.94.247.41, Remote port: 49455, Own port: 80, ConnectionDuration: 2.38117980957 seconds), -(Remote IP: 23.94.247.41, Remote port: 49998, Own port: 80, ConnectionDuration: 1.1722509861 seconds), -(Remote IP: 23.94.247.41, Remote port: 50229, Own port: 80, ConnectionDuration: 1.07558703423 seconds), -(Remote IP: 23.94.247.41, Remote port: 50609, Own port: 80, ConnectionDuration: 0.494125843048 seconds), -(Remote IP: 23.94.247.41, Remote port: 50789, Own port: 80, ConnectionDuration: 1.01353907585 seconds), -(Remote IP: 23.94.247.41, Remote port: 51224, Own port: 80, ConnectionDuration: 1.70363521576 seconds), -(Remote IP: 23.94.247.41, Remote port: 51829, Own port: 80, ConnectionDuration: 0.505266904831 seconds), -(Remote IP: 23.94.247.41, Remote port: 52401, Own port: 80, ConnectionDuration: 1.06682920456 seconds), -(Remote IP: 23.94.247.41, Remote port: 52805, Own port: 80, ConnectionDuration: 0.52968287468 seconds), -(Remote IP: 23.94.247.41, Remote port: 53128, Own port: 80, ConnectionDuration: 0.914113998413 seconds), -(Remote IP: 23.94.247.41, Remote port: 53288, Own port: 80, ConnectionDuration: 0.418135881424 seconds), -(Remote IP: 23.94.247.41, Remote port: 53434, Own port: 80, ConnectionDuration: 0.698884963989 seconds), -(Remote IP: 23.94.247.41, Remote port: 53838, Own port: 80, ConnectionDuration: 0.669265031815 seconds), -(Remote IP: 23.94.247.41, Remote port: 54035, Own port: 80, ConnectionDuration: 0.486881017685 seconds), -(Remote IP: 23.94.247.41, Remote port: 54468, Own port: 80, ConnectionDuration: 0.313780069351 seconds), -(Remote IP: 23.94.247.41, Remote port: 54682, Own port: 80, ConnectionDuration: 0.4885160923 seconds), -(Remote IP: 23.94.247.41, Remote port: 54793, Own port: 80, ConnectionDuration: 0.205164194107 seconds), -(Remote IP: 23.94.247.41, Remote port: 54859, Own port: 80, ConnectionDuration: 5.99041295052 seconds), -(Remote IP: 23.94.247.41, Remote port: 55980, Own port: 80, ConnectionDuration: 0.585108041763 seconds), -(Remote IP: 23.94.247.41, Remote port: 56106, Own port: 80, ConnectionDuration: 0.223326921463 seconds), -(Remote IP: 23.94.247.41, Remote port: 56216, Own port: 80, ConnectionDuration: 0.590383052826 seconds), -(Remote IP: 23.94.247.41, Remote port: 56441, Own port: 80, ConnectionDuration: 0.214078903198 seconds), -(Remote IP: 23.94.247.41, Remote port: 56547, Own port: 80, ConnectionDuration: 0.393632888794 seconds), -(Remote IP: 23.94.247.41, Remote port: 56744, Own port: 80, ConnectionDuration: 0.308125972748 seconds), -(Remote IP: 23.94.247.41, Remote port: 56902, Own port: 80, ConnectionDuration: 0.612966060638 seconds), -(Remote IP: 23.94.247.41, Remote port: 57096, Own port: 80, ConnectionDuration: 0.501003980637 seconds), -(Remote IP: 23.94.247.41, Remote port: 57368, Own port: 80, ConnectionDuration: 0.400090932846 seconds), -(Remote IP: 23.94.247.41, Remote port: 57556, Own port: 80, ConnectionDuration: 0.31084394455 seconds), -(Remote IP: 23.94.247.41, Remote port: 57811, Own port: 80, ConnectionDuration: 0.207938909531 seconds), -(Remote IP: 23.94.247.41, Remote port: 57922, Own port: 80, ConnectionDuration: 0.505890846252 seconds), -(Remote IP: 23.94.247.41, Remote port: 58242, Own port: 80, ConnectionDuration: 0.479267835617 seconds), -(Remote IP: 23.94.247.41, Remote port: 58491, Own port: 80, ConnectionDuration: 1.18367195129 seconds), -(Remote IP: 23.94.247.41, Remote port: 58771, Own port: 80, ConnectionDuration: 0.313187122345 seconds), -(Remote IP: 23.94.247.41, Remote port: 58966, Own port: 80, ConnectionDuration: 0.309181928635 seconds), -(Remote IP: 23.94.247.41, Remote port: 59381, Own port: 80, ConnectionDuration: 0.40089392662 seconds), -(Remote IP: 23.94.247.41, Remote port: 59476, Own port: 80, ConnectionDuration: 0.318097114563 seconds), -(Remote IP: 23.94.247.41, Remote port: 59638, Own port: 80, ConnectionDuration: 0.606135129929 seconds), -(Remote IP: 23.94.247.41, Remote port: 59859, Own port: 80, ConnectionDuration: 0.316780090332 seconds), -(Remote IP: 23.94.247.41, Remote port: 60206, Own port: 80, ConnectionDuration: 0.511957883835 seconds), -(Remote IP: 23.94.247.41, Remote port: 60359, Own port: 80, ConnectionDuration: 0.221504926682 seconds), -(Remote IP: 23.94.247.41, Remote port: 60528, Own port: 80, ConnectionDuration: 0.821520090103 seconds), -(Remote IP: 23.94.247.41, Remote port: 60731, Own port: 80, ConnectionDuration: 0.295615911484 seconds), -(Remote IP: 23.94.247.41, Remote port: 60942, Own port: 80, ConnectionDuration: 0.582973957062 seconds), -(Remote IP: 23.94.247.41, Remote port: 61192, Own port: 80, ConnectionDuration: 0.305809020996 seconds), -(Remote IP: 23.94.247.41, Remote port: 61239, Own port: 80, ConnectionDuration: 0.424580812454 seconds), -(Remote IP: 23.94.247.41, Remote port: 61328, Own port: 80, ConnectionDuration: 0.442467927933 seconds), -(Remote IP: 23.94.247.41, Remote port: 61804, Own port: 80, ConnectionDuration: 0.410300016403 seconds), -(Remote IP: 23.94.247.41, Remote port: 61975, Own port: 80, ConnectionDuration: 0.112838029861 seconds), -(Remote IP: 23.94.247.41, Remote port: 62060, Own port: 80, ConnectionDuration: 0.907721996307 seconds), -(Remote IP: 23.94.247.41, Remote port: 62167, Own port: 80, ConnectionDuration: 0.189929008484 seconds), -(Remote IP: 23.94.247.41, Remote port: 62507, Own port: 80, ConnectionDuration: 0.417611837387 seconds), -(Remote IP: 23.94.247.41, Remote port: 62599, Own port: 80, ConnectionDuration: 0.199509859085 seconds), -(Remote IP: 23.94.247.41, Remote port: 62741, Own port: 80, ConnectionDuration: 0.40970492363 seconds), -(Remote IP: 23.94.247.41, Remote port: 62988, Own port: 80, ConnectionDuration: 0.236461162567 seconds), -(Remote IP: 23.94.247.41, Remote port: 63313, Own port: 80, ConnectionDuration: 0.308608055115 seconds), -(Remote IP: 23.94.247.41, Remote port: 63435, Own port: 80, ConnectionDuration: 0.4333319664 seconds), -(Remote IP: 23.94.247.41, Remote port: 63547, Own port: 80, ConnectionDuration: 0.317583084106 seconds), -(Remote IP: 23.94.247.41, Remote port: 63689, Own port: 80, ConnectionDuration: 0.202646970749 seconds), -(Remote IP: 23.94.247.41, Remote port: 64070, Own port: 80, ConnectionDuration: 0.472733974457 seconds), -(Remote IP: 23.94.247.41, Remote port: 64290, Own port: 80, ConnectionDuration: 0.204287052155 seconds), -(Remote IP: 23.94.247.41, Remote port: 64348, Own port: 80, ConnectionDuration: 0.209115982056 seconds), -(Remote IP: 23.94.247.41, Remote port: 64625, Own port: 80, ConnectionDuration: 0.297055959702 seconds), -(Remote IP: 23.94.247.41, Remote port: 64974, Own port: 80, ConnectionDuration: 0.417017936707 seconds), -(Remote IP: 23.94.247.41, Remote port: 65176, Own port: 80, ConnectionDuration: 0.736138105392 seconds), -(Remote IP: 23.94.247.41, Remote port: 49289, Own port: 80, ConnectionDuration: 0.10791015625 seconds), -(Remote IP: 23.94.247.41, Remote port: 49377, Own port: 80, ConnectionDuration: 0.367557048798 seconds), -(Remote IP: 23.94.247.41, Remote port: 49697, Own port: 80, ConnectionDuration: 0.492477178574 seconds), -(Remote IP: 23.94.247.41, Remote port: 49838, Own port: 80, ConnectionDuration: 0.489799976349 seconds), -(Remote IP: 23.94.247.41, Remote port: 49987, Own port: 80, ConnectionDuration: 0.210191011429 seconds), -(Remote IP: 23.94.247.41, Remote port: 50106, Own port: 80, ConnectionDuration: 0.107038974762 seconds), -(Remote IP: 23.94.247.41, Remote port: 50203, Own port: 80, ConnectionDuration: 0.710464954376 seconds), -(Remote IP: 23.94.247.41, Remote port: 50430, Own port: 80, ConnectionDuration: 0.280241012573 seconds), -(Remote IP: 23.94.247.41, Remote port: 50542, Own port: 80, ConnectionDuration: 0.323915958405 seconds), -(Remote IP: 23.94.247.41, Remote port: 50667, Own port: 80, ConnectionDuration: 0.302160978317 seconds), -(Remote IP: 23.94.247.41, Remote port: 50807, Own port: 80, ConnectionDuration: 0.373141050339 seconds), -(Remote IP: 23.94.247.41, Remote port: 50941, Own port: 80, ConnectionDuration: 0.310254096985 seconds), -(Remote IP: 23.94.247.41, Remote port: 51155, Own port: 80, ConnectionDuration: 0.220247030258 seconds), -(Remote IP: 23.94.247.41, Remote port: 51253, Own port: 80, ConnectionDuration: 0.228351831436 seconds), -(Remote IP: 23.94.247.41, Remote port: 52862, Own port: 80, ConnectionDuration: 0.486596107483 seconds), -(Remote IP: 23.94.247.41, Remote port: 53089, Own port: 80, ConnectionDuration: 0.517266988754 seconds), -(Remote IP: 23.94.247.41, Remote port: 53431, Own port: 80, ConnectionDuration: 0.488270044327 seconds), -(Remote IP: 23.94.247.41, Remote port: 53995, Own port: 80, ConnectionDuration: 0.373516082764 seconds), -(Remote IP: 23.94.247.41, Remote port: 54160, Own port: 80, ConnectionDuration: 0.498251914978 seconds), -(Remote IP: 23.94.247.41, Remote port: 54273, Own port: 80, ConnectionDuration: 0.407292842865 seconds), -(Remote IP: 23.94.247.41, Remote port: 54529, Own port: 80, ConnectionDuration: 0.406939983368 seconds), -(Remote IP: 23.94.247.41, Remote port: 54790, Own port: 80, ConnectionDuration: 0.393337965012 seconds), -(Remote IP: 23.94.247.41, Remote port: 55061, Own port: 80, ConnectionDuration: 0.281226158142 seconds), -(Remote IP: 23.94.247.41, Remote port: 55459, Own port: 80, ConnectionDuration: 0.498824834824 seconds), -(Remote IP: 23.94.247.41, Remote port: 55608, Own port: 80, ConnectionDuration: 0.376216888428 seconds), -(Remote IP: 23.94.247.41, Remote port: 55761, Own port: 80, ConnectionDuration: 0.607704877853 seconds), -(Remote IP: 23.94.247.41, Remote port: 56100, Own port: 80, ConnectionDuration: 0.306507110596 seconds), -(Remote IP: 23.94.247.41, Remote port: 56271, Own port: 80, ConnectionDuration: 0.791868925095 seconds), -(Remote IP: 23.94.247.41, Remote port: 56429, Own port: 80, ConnectionDuration: 0.714343070984 seconds), -(Remote IP: 23.94.247.41, Remote port: 56772, Own port: 80, ConnectionDuration: 0.2914249897 seconds), -(Remote IP: 23.94.247.41, Remote port: 57285, Own port: 80, ConnectionDuration: 0.600577831268 seconds), -(Remote IP: 23.94.247.41, Remote port: 57555, Own port: 80, ConnectionDuration: 0.39391207695 seconds), -(Remote IP: 23.94.247.41, Remote port: 57708, Own port: 80, ConnectionDuration: 0.396039962769 seconds), -(Remote IP: 23.94.247.41, Remote port: 57815, Own port: 80, ConnectionDuration: 0.417684078217 seconds), -(Remote IP: 23.94.247.41, Remote port: 58086, Own port: 80, ConnectionDuration: 0.198918104172 seconds), -(Remote IP: 23.94.247.41, Remote port: 58181, Own port: 80, ConnectionDuration: 1.06859111786 seconds), -(Remote IP: 23.94.247.41, Remote port: 58824, Own port: 80, ConnectionDuration: 0.288016080856 seconds), -(Remote IP: 23.94.247.41, Remote port: 58919, Own port: 80, ConnectionDuration: 0.275407075882 seconds), -(Remote IP: 23.94.247.41, Remote port: 59301, Own port: 80, ConnectionDuration: 0.212598085403 seconds), -(Remote IP: 23.94.247.41, Remote port: 59438, Own port: 80, ConnectionDuration: 0.318342924118 seconds), -(Remote IP: 23.94.247.41, Remote port: 59715, Own port: 80, ConnectionDuration: 0.588680028915 seconds), -(Remote IP: 23.94.247.41, Remote port: 59987, Own port: 80, ConnectionDuration: 0.375973939896 seconds), -(Remote IP: 23.94.247.41, Remote port: 60435, Own port: 80, ConnectionDuration: 0.287427902222 seconds), -(Remote IP: 23.94.247.41, Remote port: 60566, Own port: 80, ConnectionDuration: 0.40887093544 seconds), -(Remote IP: 23.94.247.41, Remote port: 60827, Own port: 80, ConnectionDuration: 0.395537853241 seconds), -(Remote IP: 23.94.247.41, Remote port: 61016, Own port: 80, ConnectionDuration: 0.401733160019 seconds), -(Remote IP: 23.94.247.41, Remote port: 61271, Own port: 80, ConnectionDuration: 0.28040099144 seconds), -(Remote IP: 23.94.247.41, Remote port: 61466, Own port: 80, ConnectionDuration: 1.39631104469 seconds), -(Remote IP: 23.94.247.41, Remote port: 62098, Own port: 80, ConnectionDuration: 0.40597987175 seconds), -(Remote IP: 23.94.247.41, Remote port: 62236, Own port: 80, ConnectionDuration: 0.398018121719 seconds), -(Remote IP: 23.94.247.41, Remote port: 62601, Own port: 80, ConnectionDuration: 0.486381053925 seconds), -(Remote IP: 23.94.247.41, Remote port: 62725, Own port: 80, ConnectionDuration: 0.316540956497 seconds), -(Remote IP: 23.94.247.41, Remote port: 62873, Own port: 80, ConnectionDuration: 0.775661945343 seconds), -(Remote IP: 23.94.247.41, Remote port: 63208, Own port: 80, ConnectionDuration: 0.407026052475 seconds), -(Remote IP: 23.94.247.41, Remote port: 63543, Own port: 80, ConnectionDuration: 1.3049530983 seconds), -(Remote IP: 23.94.247.41, Remote port: 64010, Own port: 80, ConnectionDuration: 0.626286029816 seconds), -(Remote IP: 23.94.247.41, Remote port: 64244, Own port: 80, ConnectionDuration: 0.273512125015 seconds), -(Remote IP: 23.94.247.41, Remote port: 64311, Own port: 80, ConnectionDuration: 0.313524007797 seconds), -(Remote IP: 23.94.247.41, Remote port: 64645, Own port: 80, ConnectionDuration: 2.16948199272 seconds), -(Remote IP: 23.94.247.41, Remote port: 65388, Own port: 80, ConnectionDuration: 0.516217947006 seconds), -(Remote IP: 23.94.247.41, Remote port: 49167, Own port: 80, ConnectionDuration: 0.528850078583 seconds), -(Remote IP: 23.94.247.41, Remote port: 49460, Own port: 80, ConnectionDuration: 0.330767869949 seconds), -(Remote IP: 23.94.247.41, Remote port: 49715, Own port: 80, ConnectionDuration: 0.581757068634 seconds), -(Remote IP: 23.94.247.41, Remote port: 50005, Own port: 80, ConnectionDuration: 0.209124088287 seconds), -(Remote IP: 23.94.247.41, Remote port: 50239, Own port: 80, ConnectionDuration: 0.705986022949 seconds), -(Remote IP: 23.94.247.41, Remote port: 50639, Own port: 80, ConnectionDuration: 0.714825868607 seconds), -(Remote IP: 23.94.247.41, Remote port: 50979, Own port: 80, ConnectionDuration: 0.597362995148 seconds), -(Remote IP: 23.94.247.41, Remote port: 51300, Own port: 80, ConnectionDuration: 0.285650014877 seconds), -(Remote IP: 23.94.247.41, Remote port: 51545, Own port: 80, ConnectionDuration: 0.50123500824 seconds), -(Remote IP: 23.94.247.41, Remote port: 51717, Own port: 80, ConnectionDuration: 1.10504293442 seconds), -(Remote IP: 23.94.247.41, Remote port: 52939, Own port: 80, ConnectionDuration: 0.528734207153 seconds), -(Remote IP: 23.94.247.41, Remote port: 53167, Own port: 80, ConnectionDuration: 0.594853878021 seconds), -(Remote IP: 23.94.247.41, Remote port: 53523, Own port: 80, ConnectionDuration: 0.104380130768 seconds), -(Remote IP: 23.94.247.41, Remote port: 53590, Own port: 80, ConnectionDuration: 0.220622062683 seconds), -(Remote IP: 23.94.247.41, Remote port: 53969, Own port: 80, ConnectionDuration: 0.289052009583 seconds), -(Remote IP: 23.94.247.41, Remote port: 54554, Own port: 80, ConnectionDuration: 0.403901815414 seconds), -(Remote IP: 23.94.247.41, Remote port: 54697, Own port: 80, ConnectionDuration: 0.69583106041 seconds), -(Remote IP: 23.94.247.41, Remote port: 55033, Own port: 80, ConnectionDuration: 0.485629081726 seconds), -(Remote IP: 23.94.247.41, Remote port: 55392, Own port: 80, ConnectionDuration: 0.610436201096 seconds), -(Remote IP: 23.94.247.41, Remote port: 55726, Own port: 80, ConnectionDuration: 0.58406996727 seconds), -(Remote IP: 23.94.247.41, Remote port: 55882, Own port: 80, ConnectionDuration: 0.590734958649 seconds), -(Remote IP: 23.94.247.41, Remote port: 56348, Own port: 80, ConnectionDuration: 0.298352003098 seconds), -(Remote IP: 23.94.247.41, Remote port: 56529, Own port: 80, ConnectionDuration: 0.433074951172 seconds), -(Remote IP: 23.94.247.41, Remote port: 56719, Own port: 80, ConnectionDuration: 0.629615068436 seconds), -(Remote IP: 23.94.247.41, Remote port: 57161, Own port: 80, ConnectionDuration: 0.400028944016 seconds), -(Remote IP: 23.94.247.41, Remote port: 57300, Own port: 80, ConnectionDuration: 0.772324085236 seconds), -(Remote IP: 23.94.247.41, Remote port: 57674, Own port: 80, ConnectionDuration: 0.719499111176 seconds), -(Remote IP: 23.94.247.41, Remote port: 58074, Own port: 80, ConnectionDuration: 0.487653970718 seconds), -(Remote IP: 23.94.247.41, Remote port: 58330, Own port: 80, ConnectionDuration: 0.530771017075 seconds), -(Remote IP: 23.94.247.41, Remote port: 58596, Own port: 80, ConnectionDuration: 0.999359130859 seconds), -(Remote IP: 23.94.247.41, Remote port: 59110, Own port: 80, ConnectionDuration: 0.889178991318 seconds), -(Remote IP: 23.94.247.41, Remote port: 59688, Own port: 80, ConnectionDuration: 0.400501012802 seconds), -(Remote IP: 23.94.247.41, Remote port: 59908, Own port: 80, ConnectionDuration: 0.494303941727 seconds), -(Remote IP: 23.94.247.41, Remote port: 60185, Own port: 80, ConnectionDuration: 0.674535989761 seconds), -(Remote IP: 23.94.247.41, Remote port: 60673, Own port: 80, ConnectionDuration: 0.378434896469 seconds), -(Remote IP: 23.94.247.41, Remote port: 60994, Own port: 80, ConnectionDuration: 0.675668954849 seconds), -(Remote IP: 23.94.247.41, Remote port: 61365, Own port: 80, ConnectionDuration: 0.575953006744 seconds), -(Remote IP: 23.94.247.41, Remote port: 61781, Own port: 80, ConnectionDuration: 0.82345700264 seconds), -(Remote IP: 23.94.247.41, Remote port: 62268, Own port: 80, ConnectionDuration: 0.602989912033 seconds), -(Remote IP: 23.94.247.41, Remote port: 62419, Own port: 80, ConnectionDuration: 0.697795152664 seconds), -(Remote IP: 23.94.247.41, Remote port: 62576, Own port: 80, ConnectionDuration: 0.670167922974 seconds), -(Remote IP: 23.94.247.41, Remote port: 62979, Own port: 80, ConnectionDuration: 0.886756896973 seconds), -(Remote IP: 23.94.247.41, Remote port: 63392, Own port: 80, ConnectionDuration: 0.615551948547 seconds), -(Remote IP: 23.94.247.41, Remote port: 63743, Own port: 80, ConnectionDuration: 0.482187986374 seconds), -(Remote IP: 23.94.247.41, Remote port: 64073, Own port: 80, ConnectionDuration: 0.513058900833 seconds), -(Remote IP: 23.94.247.41, Remote port: 64319, Own port: 80, ConnectionDuration: 0.875771045685 seconds), -(Remote IP: 23.94.247.41, Remote port: 64875, Own port: 80, ConnectionDuration: 0.597806930542 seconds), -(Remote IP: 23.94.247.41, Remote port: 65099, Own port: 80, ConnectionDuration: 0.51172208786 seconds), -(Remote IP: 23.94.247.41, Remote port: 65279, Own port: 80, ConnectionDuration: 0.533025026321 seconds), -(Remote IP: 23.94.247.41, Remote port: 49321, Own port: 80, ConnectionDuration: 0.503221035004 seconds), -(Remote IP: 23.94.247.41, Remote port: 49587, Own port: 80, ConnectionDuration: 0.323431015015 seconds), -(Remote IP: 23.94.247.41, Remote port: 49832, Own port: 80, ConnectionDuration: 0.71996307373 seconds), -(Remote IP: 23.94.247.41, Remote port: 50162, Own port: 80, ConnectionDuration: 0.212400913239 seconds), -(Remote IP: 23.94.247.41, Remote port: 50330, Own port: 80, ConnectionDuration: 0.294587850571 seconds), -(Remote IP: 23.94.247.41, Remote port: 50645, Own port: 80, ConnectionDuration: 0.394570112228 seconds), -(Remote IP: 23.94.247.41, Remote port: 50898, Own port: 80, ConnectionDuration: 0.585781812668 seconds), -(Remote IP: 23.94.247.41, Remote port: 51226, Own port: 80, ConnectionDuration: 0.392472028732 seconds), -(Remote IP: 23.94.247.41, Remote port: 51362, Own port: 80, ConnectionDuration: 0.393607854843 seconds), -(Remote IP: 23.94.247.41, Remote port: 51557, Own port: 80, ConnectionDuration: 0.608074903488 seconds), -(Remote IP: 23.94.247.41, Remote port: 51895, Own port: 80, ConnectionDuration: 0.587951898575 seconds), -(Remote IP: 23.94.247.41, Remote port: 52231, Own port: 80, ConnectionDuration: 0.379467964172 seconds), -(Remote IP: 23.94.247.41, Remote port: 52413, Own port: 80, ConnectionDuration: 0.462948083878 seconds), -(Remote IP: 23.94.247.41, Remote port: 52654, Own port: 80, ConnectionDuration: 0.479834079742 seconds), -(Remote IP: 23.94.247.41, Remote port: 53231, Own port: 80, ConnectionDuration: 0.493370056152 seconds), -(Remote IP: 23.94.247.41, Remote port: 53341, Own port: 80, ConnectionDuration: 0.198581933975 seconds), -(Remote IP: 23.94.247.41, Remote port: 53533, Own port: 80, ConnectionDuration: 0.378717899323 seconds), -(Remote IP: 23.94.247.41, Remote port: 55633, Own port: 80, ConnectionDuration: 0.696641921997 seconds), -(Remote IP: 23.94.247.41, Remote port: 57421, Own port: 80, ConnectionDuration: 0.313534021378 seconds), -(Remote IP: 23.94.247.41, Remote port: 57727, Own port: 80, ConnectionDuration: 0.300624132156 seconds), -(Remote IP: 23.94.247.41, Remote port: 59367, Own port: 80, ConnectionDuration: 0.819582939148 seconds), -(Remote IP: 23.94.247.41, Remote port: 59677, Own port: 80, ConnectionDuration: 0.393620967865 seconds), -(Remote IP: 23.94.247.41, Remote port: 60100, Own port: 80, ConnectionDuration: 0.772212982178 seconds), -(Remote IP: 23.94.247.41, Remote port: 60360, Own port: 80, ConnectionDuration: 0.205594062805 seconds), -(Remote IP: 23.94.247.41, Remote port: 60532, Own port: 80, ConnectionDuration: 0.711715936661 seconds), -(Remote IP: 23.94.247.41, Remote port: 61093, Own port: 80, ConnectionDuration: 0.781079053879 seconds), -(Remote IP: 23.94.247.41, Remote port: 62266, Own port: 80, ConnectionDuration: 0.975430011749 seconds), -(Remote IP: 23.94.247.41, Remote port: 62449, Own port: 80, ConnectionDuration: 0.789671897888 seconds), -(Remote IP: 23.94.247.41, Remote port: 63287, Own port: 80, ConnectionDuration: 4.61330509186 seconds), -(Remote IP: 23.94.247.41, Remote port: 64559, Own port: 80, ConnectionDuration: 0.676723957062 seconds), -(Remote IP: 23.94.247.41, Remote port: 64961, Own port: 80, ConnectionDuration: 1.5155711174 seconds), -(Remote IP: 23.94.247.41, Remote port: 65458, Own port: 80, ConnectionDuration: 0.793926000595 seconds), -(Remote IP: 23.94.247.41, Remote port: 49831, Own port: 80, ConnectionDuration: 0.680579900742 seconds), -(Remote IP: 23.94.247.41, Remote port: 50397, Own port: 80, ConnectionDuration: 0.58626294136 seconds), -(Remote IP: 23.94.247.41, Remote port: 50869, Own port: 80, ConnectionDuration: 0.376192092896 seconds), -(Remote IP: 23.94.247.41, Remote port: 51073, Own port: 80, ConnectionDuration: 1.00250792503 seconds), -(Remote IP: 23.94.247.41, Remote port: 51671, Own port: 80, ConnectionDuration: 1.39227104187 seconds), -(Remote IP: 23.94.247.41, Remote port: 52139, Own port: 80, ConnectionDuration: 0.888437986374 seconds), -(Remote IP: 23.94.247.41, Remote port: 52790, Own port: 80, ConnectionDuration: 0.80096912384 seconds), -(Remote IP: 23.94.247.41, Remote port: 53041, Own port: 80, ConnectionDuration: 0.987435102463 seconds), -(Remote IP: 23.94.247.41, Remote port: 53463, Own port: 80, ConnectionDuration: 1.79180812836 seconds), -(Remote IP: 23.94.247.41, Remote port: 54388, Own port: 80, ConnectionDuration: 0.784557104111 seconds), -(Remote IP: 23.94.247.41, Remote port: 54674, Own port: 80, ConnectionDuration: 0.312264919281 seconds), -(Remote IP: 23.94.247.41, Remote port: 54971, Own port: 80, ConnectionDuration: 1.10210585594 seconds), -(Remote IP: 23.94.247.41, Remote port: 55604, Own port: 80, ConnectionDuration: 1.04064488411 seconds), -(Remote IP: 23.94.247.41, Remote port: 56003, Own port: 80, ConnectionDuration: 0.505276918411 seconds), -(Remote IP: 23.94.247.41, Remote port: 56441, Own port: 80, ConnectionDuration: 0.689351081848 seconds), -(Remote IP: 23.94.247.41, Remote port: 56978, Own port: 80, ConnectionDuration: 1.13073301315 seconds), -(Remote IP: 23.94.247.41, Remote port: 57663, Own port: 80, ConnectionDuration: 0.780681848526 seconds), -(Remote IP: 23.94.247.41, Remote port: 58050, Own port: 80, ConnectionDuration: 1.6121301651 seconds), -(Remote IP: 23.94.247.41, Remote port: 58783, Own port: 80, ConnectionDuration: 0.390411138535 seconds), -(Remote IP: 23.94.247.41, Remote port: 59071, Own port: 80, ConnectionDuration: 0.883967876434 seconds), -(Remote IP: 23.94.247.41, Remote port: 59517, Own port: 80, ConnectionDuration: 0.308622121811 seconds), -(Remote IP: 23.94.247.41, Remote port: 59870, Own port: 80, ConnectionDuration: 0.495094060898 seconds), -(Remote IP: 23.94.247.41, Remote port: 60130, Own port: 80, ConnectionDuration: 3.22750306129 seconds), -(Remote IP: 23.94.247.41, Remote port: 61237, Own port: 80, ConnectionDuration: 0.589626073837 seconds), -(Remote IP: 23.94.247.41, Remote port: 61410, Own port: 80, ConnectionDuration: 0.298212051392 seconds), -(Remote IP: 23.94.247.41, Remote port: 61757, Own port: 80, ConnectionDuration: 0.423290967941 seconds), -(Remote IP: 23.94.247.41, Remote port: 62286, Own port: 80, ConnectionDuration: 0.122643947601 seconds), -(Remote IP: 23.94.247.41, Remote port: 62390, Own port: 80, ConnectionDuration: 0.600979804993 seconds), -(Remote IP: 23.94.247.41, Remote port: 62645, Own port: 80, ConnectionDuration: 0.61416387558 seconds), -(Remote IP: 23.94.247.41, Remote port: 63182, Own port: 80, ConnectionDuration: 1.39399814606 seconds), -(Remote IP: 23.94.247.41, Remote port: 63766, Own port: 80, ConnectionDuration: 0.193635225296 seconds), -(Remote IP: 23.94.247.41, Remote port: 63971, Own port: 80, ConnectionDuration: 0.997779846191 seconds), -(Remote IP: 23.94.247.41, Remote port: 64707, Own port: 80, ConnectionDuration: 1.07503700256 seconds), -(Remote IP: 23.94.247.41, Remote port: 65165, Own port: 80, ConnectionDuration: 0.775693893433 seconds), -(Remote IP: 23.94.247.41, Remote port: 65403, Own port: 80, ConnectionDuration: 0.504637002945 seconds), -(Remote IP: 23.94.247.41, Remote port: 49303, Own port: 80, ConnectionDuration: 0.920974969864 seconds), -(Remote IP: 23.94.247.41, Remote port: 49587, Own port: 80, ConnectionDuration: 1.18160104752 seconds), -(Remote IP: 23.94.247.41, Remote port: 50224, Own port: 80, ConnectionDuration: 1.11733913422 seconds), -(Remote IP: 23.94.247.41, Remote port: 50960, Own port: 80, ConnectionDuration: 0.629575967789 seconds), -(Remote IP: 23.94.247.41, Remote port: 51185, Own port: 80, ConnectionDuration: 0.614076852798 seconds), -(Remote IP: 23.94.247.41, Remote port: 52066, Own port: 80, ConnectionDuration: 0.502954006195 seconds), -(Remote IP: 23.94.247.41, Remote port: 52636, Own port: 80, ConnectionDuration: 0.889132022858 seconds), -(Remote IP: 23.94.247.41, Remote port: 53219, Own port: 80, ConnectionDuration: 3.976998806 seconds), -(Remote IP: 23.94.247.41, Remote port: 54088, Own port: 80, ConnectionDuration: 0.596923112869 seconds), -(Remote IP: 23.94.247.41, Remote port: 54627, Own port: 80, ConnectionDuration: 0.0959270000458 seconds), -(Remote IP: 23.94.247.41, Remote port: 55098, Own port: 80, ConnectionDuration: 1.12127995491 seconds), -(Remote IP: 23.94.247.41, Remote port: 55563, Own port: 80, ConnectionDuration: 0.718992233276 seconds), -(Remote IP: 23.94.247.41, Remote port: 56014, Own port: 80, ConnectionDuration: 0.983905792236 seconds), -(Remote IP: 23.94.247.41, Remote port: 56437, Own port: 80, ConnectionDuration: 1.31266498566 seconds), -(Remote IP: 23.94.247.41, Remote port: 57182, Own port: 80, ConnectionDuration: 0.502692937851 seconds), -(Remote IP: 23.94.247.41, Remote port: 57501, Own port: 80, ConnectionDuration: 1.30139303207 seconds), -(Remote IP: 23.94.247.41, Remote port: 58161, Own port: 80, ConnectionDuration: 0.470249176025 seconds), -(Remote IP: 23.94.247.41, Remote port: 58396, Own port: 80, ConnectionDuration: 0.608829975128 seconds), -(Remote IP: 23.94.247.41, Remote port: 58682, Own port: 80, ConnectionDuration: 0.985810041428 seconds), -(Remote IP: 23.94.247.41, Remote port: 59201, Own port: 80, ConnectionDuration: 0.610723972321 seconds), -(Remote IP: 23.94.247.41, Remote port: 59788, Own port: 80, ConnectionDuration: 0.487585067749 seconds), -(Remote IP: 23.94.247.41, Remote port: 63541, Own port: 80, ConnectionDuration: 0.767035007477 seconds), -(Remote IP: 23.94.247.41, Remote port: 63756, Own port: 80, ConnectionDuration: 0.67341709137 seconds), -(Remote IP: 23.94.247.41, Remote port: 64191, Own port: 80, ConnectionDuration: 1.00047302246 seconds), -(Remote IP: 23.94.247.41, Remote port: 64719, Own port: 80, ConnectionDuration: 16.8845040798 seconds), -(Remote IP: 23.94.247.41, Remote port: 64719, Own port: 80, ConnectionDuration: 16.8850989342 seconds), -(Remote IP: 23.94.247.41, Remote port: 51415, Own port: 80, ConnectionDuration: 0.594878911972 seconds), -(Remote IP: 23.94.247.41, Remote port: 51582, Own port: 80, ConnectionDuration: 0.893601179123 seconds), -(Remote IP: 23.94.247.41, Remote port: 52112, Own port: 80, ConnectionDuration: 0.834822893143 seconds), -(Remote IP: 23.94.247.41, Remote port: 52655, Own port: 80, ConnectionDuration: 0.818947076797 seconds), -(Remote IP: 23.94.247.41, Remote port: 53063, Own port: 80, ConnectionDuration: 0.681213140488 seconds), -(Remote IP: 23.94.247.41, Remote port: 53317, Own port: 80, ConnectionDuration: 0.465647935867 seconds), -(Remote IP: 23.94.247.41, Remote port: 53658, Own port: 80, ConnectionDuration: 0.308388948441 seconds), -(Remote IP: 23.94.247.41, Remote port: 53929, Own port: 80, ConnectionDuration: 0.603678941727 seconds), -(Remote IP: 23.94.247.41, Remote port: 54367, Own port: 80, ConnectionDuration: 0.500065088272 seconds), -(Remote IP: 23.94.247.41, Remote port: 55055, Own port: 80, ConnectionDuration: 0.775225877762 seconds), -(Remote IP: 178.34.180.94, Remote port: 40334, Own port: 23, ConnectionDuration: 10.8350038528 seconds), -(Remote IP: 23.94.247.41, Remote port: 55426, Own port: 80, ConnectionDuration: 0.779319047928 seconds), -(Remote IP: 23.94.247.41, Remote port: 55849, Own port: 80, ConnectionDuration: 0.60414481163 seconds), -(Remote IP: 23.94.247.41, Remote port: 56118, Own port: 80, ConnectionDuration: 1.09519004822 seconds), -(Remote IP: 23.94.247.41, Remote port: 56704, Own port: 80, ConnectionDuration: 0.623507976532 seconds), -(Remote IP: 23.94.247.41, Remote port: 56970, Own port: 80, ConnectionDuration: 1.02922487259 seconds), -(Remote IP: 23.94.247.41, Remote port: 57328, Own port: 80, ConnectionDuration: 0.827356100082 seconds), -(Remote IP: 36.91.222.100, Remote port: 34818, Own port: 3389, ConnectionDuration: 0.00116801261902 seconds), -(Remote IP: 23.94.247.41, Remote port: 58325, Own port: 80, ConnectionDuration: 0.952380895615 seconds), -(Remote IP: 23.94.247.41, Remote port: 59027, Own port: 80, ConnectionDuration: 0.574491024017 seconds), -(Remote IP: 23.94.247.41, Remote port: 59519, Own port: 80, ConnectionDuration: 0.889017820358 seconds), -(Remote IP: 23.94.247.41, Remote port: 60078, Own port: 80, ConnectionDuration: 13.2051959038 seconds), -(Remote IP: 23.94.247.41, Remote port: 63567, Own port: 80, ConnectionDuration: 0.489675045013 seconds), -(Remote IP: 23.94.247.41, Remote port: 64202, Own port: 80, ConnectionDuration: 0.92566204071 seconds), -(Remote IP: 23.94.247.41, Remote port: 64568, Own port: 80, ConnectionDuration: 1.32367396355 seconds), -(Remote IP: 23.94.247.41, Remote port: 65444, Own port: 80, ConnectionDuration: 1.07181692123 seconds), -(Remote IP: 23.94.247.41, Remote port: 49561, Own port: 80, ConnectionDuration: 0.173095941544 seconds), -(Remote IP: 23.94.247.41, Remote port: 49717, Own port: 80, ConnectionDuration: 1.00327301025 seconds), -(Remote IP: 23.94.247.41, Remote port: 50213, Own port: 80, ConnectionDuration: 1.19882011414 seconds), -(Remote IP: 23.94.247.41, Remote port: 50938, Own port: 80, ConnectionDuration: 0.321793079376 seconds), -(Remote IP: 23.94.247.41, Remote port: 51200, Own port: 80, ConnectionDuration: 1.3031539917 seconds), -(Remote IP: 23.94.247.41, Remote port: 51603, Own port: 80, ConnectionDuration: 0.0682139396667 seconds), -(Remote IP: 23.94.247.41, Remote port: 51664, Own port: 80, ConnectionDuration: 0.0309240818024 seconds), -(Remote IP: 23.94.247.41, Remote port: 52076, Own port: 80, ConnectionDuration: 0.399686098099 seconds), -(Remote IP: 23.94.247.41, Remote port: 52439, Own port: 80, ConnectionDuration: 1.00467300415 seconds), -(Remote IP: 23.94.247.41, Remote port: 53048, Own port: 80, ConnectionDuration: 1.67274999619 seconds), -(Remote IP: 23.94.247.41, Remote port: 53727, Own port: 80, ConnectionDuration: 0.216631174088 seconds), -(Remote IP: 206.168.34.125, Remote port: 55910, Own port: 554, ConnectionDuration: 3.59556007385 seconds), -(Remote IP: 206.168.34.125, Remote port: 55910, Own port: 554, ConnectionDuration: 3.59624409676 seconds), -(Remote IP: 23.94.247.41, Remote port: 53910, Own port: 80, ConnectionDuration: 0.632850885391 seconds), -(Remote IP: 23.94.247.41, Remote port: 54169, Own port: 80, ConnectionDuration: 1.01581788063 seconds), -(Remote IP: 23.94.247.41, Remote port: 54609, Own port: 80, ConnectionDuration: 0.611448049545 seconds), -(Remote IP: 23.94.247.41, Remote port: 54818, Own port: 80, ConnectionDuration: 0.50489282608 seconds), -(Remote IP: 23.94.247.41, Remote port: 55121, Own port: 80, ConnectionDuration: 1.16178297997 seconds), -(Remote IP: 23.94.247.41, Remote port: 55521, Own port: 80, ConnectionDuration: 0.620082855225 seconds), -(Remote IP: 23.94.247.41, Remote port: 56228, Own port: 80, ConnectionDuration: 1.39000105858 seconds), -(Remote IP: 23.94.247.41, Remote port: 56608, Own port: 80, ConnectionDuration: 1.01272296906 seconds), -(Remote IP: 23.94.247.41, Remote port: 57137, Own port: 80, ConnectionDuration: 0.663563966751 seconds), -(Remote IP: 23.94.247.41, Remote port: 57553, Own port: 80, ConnectionDuration: 1.10013318062 seconds), -(Remote IP: 23.94.247.41, Remote port: 57971, Own port: 80, ConnectionDuration: 1.02560305595 seconds), -(Remote IP: 23.94.247.41, Remote port: 58275, Own port: 80, ConnectionDuration: 0.807822942734 seconds), -(Remote IP: 23.94.247.41, Remote port: 58911, Own port: 80, ConnectionDuration: 3.23764610291 seconds), -(Remote IP: 23.94.247.41, Remote port: 59834, Own port: 80, ConnectionDuration: 0.309754133224 seconds), -(Remote IP: 23.94.247.41, Remote port: 60220, Own port: 80, ConnectionDuration: 1.49214601517 seconds), -(Remote IP: 23.94.247.41, Remote port: 60651, Own port: 80, ConnectionDuration: 0.593299150467 seconds), -(Remote IP: 23.94.247.41, Remote port: 61004, Own port: 80, ConnectionDuration: 1.71729803085 seconds), -(Remote IP: 23.94.247.41, Remote port: 61549, Own port: 80, ConnectionDuration: 3.78976488113 seconds), -(Remote IP: 23.94.247.41, Remote port: 62471, Own port: 80, ConnectionDuration: 1.29763388634 seconds), -(Remote IP: 23.94.247.41, Remote port: 63019, Own port: 80, ConnectionDuration: 1.02924704552 seconds), -(Remote IP: 23.94.247.41, Remote port: 63504, Own port: 80, ConnectionDuration: 1.32389783859 seconds), -(Remote IP: 23.94.247.41, Remote port: 65268, Own port: 80, ConnectionDuration: 0.890753984451 seconds), -(Remote IP: 23.94.247.41, Remote port: 49346, Own port: 80, ConnectionDuration: 0.785982131958 seconds), -(Remote IP: 23.94.247.41, Remote port: 49651, Own port: 80, ConnectionDuration: 0.701061010361 seconds), -(Remote IP: 23.94.247.41, Remote port: 50027, Own port: 80, ConnectionDuration: 1.08801388741 seconds), -(Remote IP: 23.94.247.41, Remote port: 50394, Own port: 80, ConnectionDuration: 1.08996295929 seconds), -(Remote IP: 23.94.247.41, Remote port: 50972, Own port: 80, ConnectionDuration: 1.59542608261 seconds), -(Remote IP: 23.94.247.41, Remote port: 51676, Own port: 80, ConnectionDuration: 1.00309491158 seconds), -(Remote IP: 23.94.247.41, Remote port: 52080, Own port: 80, ConnectionDuration: 0.71968793869 seconds), -(Remote IP: 23.94.247.41, Remote port: 52525, Own port: 80, ConnectionDuration: 0.90030503273 seconds), -(Remote IP: 23.94.247.41, Remote port: 52967, Own port: 80, ConnectionDuration: 0.508638143539 seconds), -(Remote IP: 23.94.247.41, Remote port: 53138, Own port: 80, ConnectionDuration: 1.21021103859 seconds), -(Remote IP: 23.94.247.41, Remote port: 53609, Own port: 80, ConnectionDuration: 0.61821103096 seconds), -(Remote IP: 23.94.247.41, Remote port: 53901, Own port: 80, ConnectionDuration: 0.987937927246 seconds), -(Remote IP: 23.94.247.41, Remote port: 54659, Own port: 80, ConnectionDuration: 1.40790891647 seconds), -(Remote IP: 23.94.247.41, Remote port: 55134, Own port: 80, ConnectionDuration: 0.910157203674 seconds), -(Remote IP: 23.94.247.41, Remote port: 55536, Own port: 80, ConnectionDuration: 2.61675691605 seconds), -(Remote IP: 23.94.247.41, Remote port: 56231, Own port: 80, ConnectionDuration: 0.704293966293 seconds), -(Remote IP: 23.94.247.41, Remote port: 56512, Own port: 80, ConnectionDuration: 1.19834089279 seconds), -(Remote IP: 23.94.247.41, Remote port: 56980, Own port: 80, ConnectionDuration: 0.976145982742 seconds), -(Remote IP: 23.94.247.41, Remote port: 57703, Own port: 80, ConnectionDuration: 1.31622099876 seconds), -(Remote IP: 23.94.247.41, Remote port: 58254, Own port: 80, ConnectionDuration: 0.0957129001617 seconds), -(Remote IP: 23.94.247.41, Remote port: 58548, Own port: 80, ConnectionDuration: 1.01171588898 seconds), -(Remote IP: 23.94.247.41, Remote port: 58899, Own port: 80, ConnectionDuration: 0.890202045441 seconds), -(Remote IP: 23.94.247.41, Remote port: 59142, Own port: 80, ConnectionDuration: 4.08149290085 seconds), -(Remote IP: 23.94.247.41, Remote port: 60477, Own port: 80, ConnectionDuration: 0.975733041763 seconds), -(Remote IP: 23.94.247.41, Remote port: 60807, Own port: 80, ConnectionDuration: 0.831290960312 seconds), -(Remote IP: 23.94.247.41, Remote port: 61210, Own port: 80, ConnectionDuration: 1.28687500954 seconds), -(Remote IP: 200.36.153.233, Remote port: 36433, Own port: 23, ConnectionDuration: 11.3745501041 seconds), -(Remote IP: 23.94.247.41, Remote port: 61606, Own port: 80, ConnectionDuration: 1.90940690041 seconds), -(Remote IP: 23.94.247.41, Remote port: 62827, Own port: 80, ConnectionDuration: 1.01351308823 seconds), -(Remote IP: 23.94.247.41, Remote port: 63429, Own port: 80, ConnectionDuration: 1.19759082794 seconds), -(Remote IP: 23.94.247.41, Remote port: 64497, Own port: 80, ConnectionDuration: 0.393213033676 seconds), -(Remote IP: 23.94.247.41, Remote port: 65125, Own port: 80, ConnectionDuration: 7.21034002304 seconds), -(Remote IP: 23.94.247.41, Remote port: 50018, Own port: 80, ConnectionDuration: 0.442603111267 seconds), -(Remote IP: 23.94.247.41, Remote port: 50415, Own port: 80, ConnectionDuration: 0.935348987579 seconds), -(Remote IP: 23.94.247.41, Remote port: 50731, Own port: 80, ConnectionDuration: 0.801777124405 seconds), -(Remote IP: 23.94.247.41, Remote port: 51186, Own port: 80, ConnectionDuration: 1.11012601852 seconds), -(Remote IP: 23.94.247.41, Remote port: 51442, Own port: 80, ConnectionDuration: 0.580394983292 seconds), -(Remote IP: 23.94.247.41, Remote port: 51789, Own port: 80, ConnectionDuration: 1.60560393333 seconds), -(Remote IP: 23.94.247.41, Remote port: 52119, Own port: 80, ConnectionDuration: 0.791712999344 seconds), -(Remote IP: 23.94.247.41, Remote port: 52472, Own port: 80, ConnectionDuration: 1.01569199562 seconds), -(Remote IP: 23.94.247.41, Remote port: 52923, Own port: 80, ConnectionDuration: 0.621589899063 seconds), -(Remote IP: 23.94.247.41, Remote port: 53116, Own port: 80, ConnectionDuration: 0.932897090912 seconds), -(Remote IP: 23.94.247.41, Remote port: 53524, Own port: 80, ConnectionDuration: 1.0127799511 seconds), -(Remote IP: 23.94.247.41, Remote port: 53914, Own port: 80, ConnectionDuration: 1.31466698647 seconds), -(Remote IP: 23.94.247.41, Remote port: 54496, Own port: 80, ConnectionDuration: 0.80335688591 seconds), -(Remote IP: 23.94.247.41, Remote port: 54777, Own port: 80, ConnectionDuration: 1.02478098869 seconds), -(Remote IP: 23.94.247.41, Remote port: 54991, Own port: 80, ConnectionDuration: 0.816475868225 seconds), -(Remote IP: 23.94.247.41, Remote port: 55763, Own port: 80, ConnectionDuration: 2.09605312347 seconds), -(Remote IP: 23.94.247.41, Remote port: 56284, Own port: 80, ConnectionDuration: 1.01814293861 seconds), -(Remote IP: 23.94.247.41, Remote port: 56629, Own port: 80, ConnectionDuration: 2.09598398209 seconds), -(Remote IP: 23.94.247.41, Remote port: 57338, Own port: 80, ConnectionDuration: 0.777080059052 seconds), -(Remote IP: 23.94.247.41, Remote port: 57713, Own port: 80, ConnectionDuration: 1.03268408775 seconds), -(Remote IP: 23.94.247.41, Remote port: 58042, Own port: 80, ConnectionDuration: 0.81380200386 seconds), -(Remote IP: 23.94.247.41, Remote port: 58541, Own port: 80, ConnectionDuration: 2.99002814293 seconds), -(Remote IP: 23.94.247.41, Remote port: 59258, Own port: 80, ConnectionDuration: 0.969703912735 seconds), -(Remote IP: 23.94.247.41, Remote port: 59501, Own port: 80, ConnectionDuration: 0.416363954544 seconds), -(Remote IP: 23.94.247.41, Remote port: 59840, Own port: 80, ConnectionDuration: 0.698043107986 seconds), -(Remote IP: 23.94.247.41, Remote port: 59987, Own port: 80, ConnectionDuration: 1.37859201431 seconds), -(Remote IP: 23.94.247.41, Remote port: 60418, Own port: 80, ConnectionDuration: 1.10378408432 seconds), -(Remote IP: 23.94.247.41, Remote port: 61923, Own port: 80, ConnectionDuration: 1.48104381561 seconds), -(Remote IP: 23.94.247.41, Remote port: 62466, Own port: 80, ConnectionDuration: 1.02999305725 seconds), -(Remote IP: 23.94.247.41, Remote port: 62930, Own port: 80, ConnectionDuration: 1.19545197487 seconds), -(Remote IP: 23.94.247.41, Remote port: 63223, Own port: 80, ConnectionDuration: 0.693605899811 seconds), -(Remote IP: 23.94.247.41, Remote port: 63566, Own port: 80, ConnectionDuration: 0.90220117569 seconds), -(Remote IP: 23.94.247.41, Remote port: 63923, Own port: 80, ConnectionDuration: 0.695980072021 seconds), -(Remote IP: 23.94.247.41, Remote port: 65417, Own port: 80, ConnectionDuration: 1.01727390289 seconds), -(Remote IP: 23.94.247.41, Remote port: 49635, Own port: 80, ConnectionDuration: 0.774399995804 seconds), -(Remote IP: 23.94.247.41, Remote port: 49880, Own port: 80, ConnectionDuration: 2.7727689743 seconds), -(Remote IP: 23.94.247.41, Remote port: 50328, Own port: 80, ConnectionDuration: 1.89024305344 seconds), -(Remote IP: 23.94.247.41, Remote port: 50862, Own port: 80, ConnectionDuration: 1.09736704826 seconds), -(Remote IP: 23.94.247.41, Remote port: 51327, Own port: 80, ConnectionDuration: 0.797622919083 seconds), -(Remote IP: 23.94.247.41, Remote port: 51625, Own port: 80, ConnectionDuration: 0.69900393486 seconds), -(Remote IP: 23.94.247.41, Remote port: 52254, Own port: 80, ConnectionDuration: 1.06592106819 seconds), -(Remote IP: 23.94.247.41, Remote port: 52751, Own port: 80, ConnectionDuration: 4.60205602646 seconds), -(Remote IP: 23.94.247.41, Remote port: 53483, Own port: 80, ConnectionDuration: 1.01582598686 seconds), -(Remote IP: 23.94.247.41, Remote port: 53771, Own port: 80, ConnectionDuration: 0.983322143555 seconds), -(Remote IP: 23.94.247.41, Remote port: 54627, Own port: 80, ConnectionDuration: 1.41404604912 seconds), -(Remote IP: 23.94.247.41, Remote port: 55016, Own port: 80, ConnectionDuration: 1.08305716515 seconds), -(Remote IP: 23.94.247.41, Remote port: 55407, Own port: 80, ConnectionDuration: 0.934707164764 seconds), -(Remote IP: 23.94.247.41, Remote port: 55862, Own port: 80, ConnectionDuration: 2.58563113213 seconds), -(Remote IP: 23.94.247.41, Remote port: 56528, Own port: 80, ConnectionDuration: 0.30010008812 seconds), -(Remote IP: 23.94.247.41, Remote port: 57123, Own port: 80, ConnectionDuration: 0.910372972488 seconds), -(Remote IP: 23.94.247.41, Remote port: 57863, Own port: 80, ConnectionDuration: 0.9182741642 seconds), -(Remote IP: 87.236.176.8, Remote port: 56485, Own port: 3389, ConnectionDuration: 4.00016713142 seconds), -(Remote IP: 23.94.247.41, Remote port: 58329, Own port: 80, ConnectionDuration: 1.38825798035 seconds), -(Remote IP: 23.94.247.41, Remote port: 58672, Own port: 80, ConnectionDuration: 1.80018496513 seconds), -(Remote IP: 23.94.247.41, Remote port: 59062, Own port: 80, ConnectionDuration: 1.01885294914 seconds), -(Remote IP: 23.94.247.41, Remote port: 59241, Own port: 80, ConnectionDuration: 1.08635687828 seconds), -(Remote IP: 23.94.247.41, Remote port: 59613, Own port: 80, ConnectionDuration: 0.667328834534 seconds), -(Remote IP: 23.94.247.41, Remote port: 59807, Own port: 80, ConnectionDuration: 1.26988911629 seconds), -(Remote IP: 23.94.247.41, Remote port: 60258, Own port: 80, ConnectionDuration: 1.43916296959 seconds), -(Remote IP: 23.94.247.41, Remote port: 60487, Own port: 80, ConnectionDuration: 0.515565872192 seconds), -(Remote IP: 23.94.247.41, Remote port: 60755, Own port: 80, ConnectionDuration: 0.997096061707 seconds), -(Remote IP: 23.94.247.41, Remote port: 61073, Own port: 80, ConnectionDuration: 1.00160002708 seconds), -(Remote IP: 23.94.247.41, Remote port: 61446, Own port: 80, ConnectionDuration: 5.23701381683 seconds), -(Remote IP: 23.94.247.41, Remote port: 62821, Own port: 80, ConnectionDuration: 0.592358112335 seconds), -(Remote IP: 23.94.247.41, Remote port: 63015, Own port: 80, ConnectionDuration: 2.67566680908 seconds), -(Remote IP: 23.94.247.41, Remote port: 63746, Own port: 80, ConnectionDuration: 1.62596607208 seconds), -(Remote IP: 23.94.247.41, Remote port: 64336, Own port: 80, ConnectionDuration: 0.658407926559 seconds), -(Remote IP: 23.94.247.41, Remote port: 64640, Own port: 80, ConnectionDuration: 0.84879899025 seconds), -(Remote IP: 23.94.247.41, Remote port: 64964, Own port: 80, ConnectionDuration: 16.1773750782 seconds), -(Remote IP: 23.94.247.41, Remote port: 64964, Own port: 80, ConnectionDuration: 16.1778941154 seconds), -(Remote IP: 23.94.247.41, Remote port: 51233, Own port: 80, ConnectionDuration: 1.06451892853 seconds), -(Remote IP: 23.94.247.41, Remote port: 51442, Own port: 80, ConnectionDuration: 1.06066584587 seconds), -(Remote IP: 23.94.247.41, Remote port: 52156, Own port: 80, ConnectionDuration: 1.11452198029 seconds), -(Remote IP: 23.94.247.41, Remote port: 54725, Own port: 80, ConnectionDuration: 2.029337883 seconds), -(Remote IP: 23.94.247.41, Remote port: 55529, Own port: 80, ConnectionDuration: 1.91726589203 seconds), -(Remote IP: 23.94.247.41, Remote port: 56473, Own port: 80, ConnectionDuration: 3.09937286377 seconds), -(Remote IP: 23.94.247.41, Remote port: 57476, Own port: 80, ConnectionDuration: 0.523478984833 seconds), -(Remote IP: 23.94.247.41, Remote port: 57942, Own port: 80, ConnectionDuration: 1.33755588531 seconds), -(Remote IP: 206.168.34.39, Remote port: 52740, Own port: 8080, ConnectionDuration: 3.22330713272 seconds), -(Remote IP: 206.168.34.39, Remote port: 52740, Own port: 8080, ConnectionDuration: 3.2242000103 seconds), -(Remote IP: 23.94.247.41, Remote port: 58610, Own port: 80, ConnectionDuration: 0.987206935883 seconds), -(Remote IP: 23.94.247.41, Remote port: 59386, Own port: 80, ConnectionDuration: 0.258261203766 seconds), -(Remote IP: 23.94.247.41, Remote port: 59702, Own port: 80, ConnectionDuration: 1.02306985855 seconds), -(Remote IP: 23.94.247.41, Remote port: 61078, Own port: 80, ConnectionDuration: 0.595449924469 seconds), -(Remote IP: 23.94.247.41, Remote port: 61517, Own port: 80, ConnectionDuration: 0.307468891144 seconds), -(Remote IP: 23.94.247.41, Remote port: 61859, Own port: 80, ConnectionDuration: 0.783517837524 seconds), -(Remote IP: 23.94.247.41, Remote port: 62460, Own port: 80, ConnectionDuration: 0.791662931442 seconds), -(Remote IP: 23.94.247.41, Remote port: 62908, Own port: 80, ConnectionDuration: 2.09980392456 seconds), -(Remote IP: 23.94.247.41, Remote port: 63527, Own port: 80, ConnectionDuration: 1.00146698952 seconds), -(Remote IP: 23.94.247.41, Remote port: 64058, Own port: 80, ConnectionDuration: 0.966022014618 seconds), -(Remote IP: 23.94.247.41, Remote port: 64473, Own port: 80, ConnectionDuration: 0.513480901718 seconds), -(Remote IP: 23.94.247.41, Remote port: 64871, Own port: 80, ConnectionDuration: 4.70968294144 seconds), -(Remote IP: 23.94.247.41, Remote port: 49292, Own port: 80, ConnectionDuration: 1.19429302216 seconds), -(Remote IP: 23.94.247.41, Remote port: 49910, Own port: 80, ConnectionDuration: 2.27856993675 seconds), -(Remote IP: 23.94.247.41, Remote port: 50673, Own port: 80, ConnectionDuration: 1.31382799149 seconds), -(Remote IP: 23.94.247.41, Remote port: 51246, Own port: 80, ConnectionDuration: 1.0250351429 seconds), -(Remote IP: 23.94.247.41, Remote port: 51524, Own port: 80, ConnectionDuration: 1.00182819366 seconds), -(Remote IP: 23.94.247.41, Remote port: 54518, Own port: 80, ConnectionDuration: 0.966591835022 seconds), -(Remote IP: 165.154.59.90, Remote port: 55680, Own port: 110, ConnectionDuration: 18.1767730713 seconds), -(Remote IP: 23.94.247.41, Remote port: 55020, Own port: 80, ConnectionDuration: 1.00932693481 seconds), -(Remote IP: 23.94.247.41, Remote port: 55647, Own port: 80, ConnectionDuration: 2.01065397263 seconds), -(Remote IP: 23.94.247.41, Remote port: 56216, Own port: 80, ConnectionDuration: 1.57924985886 seconds), -(Remote IP: 23.94.247.41, Remote port: 56803, Own port: 80, ConnectionDuration: 3.10278177261 seconds), -(Remote IP: 23.94.247.41, Remote port: 57663, Own port: 80, ConnectionDuration: 1.08566594124 seconds), -(Remote IP: 23.94.247.41, Remote port: 60842, Own port: 80, ConnectionDuration: 0.474878072739 seconds), -(Remote IP: 23.94.247.41, Remote port: 61781, Own port: 80, ConnectionDuration: 0.88937997818 seconds), -(Remote IP: 23.94.247.41, Remote port: 62162, Own port: 80, ConnectionDuration: 1.0232129097 seconds), -(Remote IP: 23.94.247.41, Remote port: 62741, Own port: 80, ConnectionDuration: 1.38719892502 seconds), -(Remote IP: 23.94.247.41, Remote port: 63043, Own port: 80, ConnectionDuration: 1.36989402771 seconds), -(Remote IP: 23.94.247.41, Remote port: 63529, Own port: 80, ConnectionDuration: 1.01985311508 seconds), -(Remote IP: 23.94.247.41, Remote port: 63787, Own port: 80, ConnectionDuration: 1.03032898903 seconds), -(Remote IP: 23.94.247.41, Remote port: 64144, Own port: 80, ConnectionDuration: 0.585985183716 seconds), -(Remote IP: 23.94.247.41, Remote port: 64386, Own port: 80, ConnectionDuration: 0.132696866989 seconds), -(Remote IP: 23.94.247.41, Remote port: 64762, Own port: 80, ConnectionDuration: 0.791504144669 seconds), -(Remote IP: 23.94.247.41, Remote port: 65049, Own port: 80, ConnectionDuration: 1.4019370079 seconds), -(Remote IP: 23.94.247.41, Remote port: 49557, Own port: 80, ConnectionDuration: 1.91073703766 seconds), -(Remote IP: 23.94.247.41, Remote port: 50287, Own port: 80, ConnectionDuration: 1.09142804146 seconds), -(Remote IP: 23.94.247.41, Remote port: 51048, Own port: 80, ConnectionDuration: 1.62297391891 seconds), -(Remote IP: 23.94.247.41, Remote port: 51951, Own port: 80, ConnectionDuration: 1.12071490288 seconds), -(Remote IP: 23.94.247.41, Remote port: 52277, Own port: 80, ConnectionDuration: 4.03045296669 seconds), -(Remote IP: 23.94.247.41, Remote port: 53337, Own port: 80, ConnectionDuration: 0.490529060364 seconds), -(Remote IP: 23.94.247.41, Remote port: 53919, Own port: 80, ConnectionDuration: 9.27316498756 seconds), -(Remote IP: 23.94.247.41, Remote port: 55592, Own port: 80, ConnectionDuration: 0.897401094437 seconds), -(Remote IP: 23.94.247.41, Remote port: 55858, Own port: 80, ConnectionDuration: 2.00737285614 seconds), -(Remote IP: 91.92.251.254, Remote port: 51328, Own port: 9999, ConnectionDuration: 0.13742184639 seconds), -(Remote IP: 91.92.251.254, Remote port: 51328, Own port: 9999, ConnectionDuration: 0.138794898987 seconds), -(Remote IP: 23.94.247.41, Remote port: 56555, Own port: 80, ConnectionDuration: 0.678077936172 seconds), -(Remote IP: 23.94.247.41, Remote port: 57215, Own port: 80, ConnectionDuration: 0.685904979706 seconds), -(Remote IP: 23.94.247.41, Remote port: 57772, Own port: 80, ConnectionDuration: 1.10184383392 seconds), -(Remote IP: 23.94.247.41, Remote port: 58132, Own port: 80, ConnectionDuration: 3.49954891205 seconds), -(Remote IP: 23.94.247.41, Remote port: 58801, Own port: 80, ConnectionDuration: 1.10438585281 seconds), -(Remote IP: 23.94.247.41, Remote port: 59385, Own port: 80, ConnectionDuration: 2.21179509163 seconds), -(Remote IP: 23.94.247.41, Remote port: 60125, Own port: 80, ConnectionDuration: 1.00297403336 seconds), -(Remote IP: 23.94.247.41, Remote port: 60625, Own port: 80, ConnectionDuration: 1.05913281441 seconds), -(Remote IP: 23.94.247.41, Remote port: 60759, Own port: 80, ConnectionDuration: 1.02879810333 seconds), -(Remote IP: 23.94.247.41, Remote port: 61162, Own port: 80, ConnectionDuration: 6.74168801308 seconds), -(Remote IP: 23.94.247.41, Remote port: 62435, Own port: 80, ConnectionDuration: 1.0013821125 seconds), -(Remote IP: 23.94.247.41, Remote port: 63149, Own port: 80, ConnectionDuration: 1.03803992271 seconds), -(Remote IP: 23.94.247.41, Remote port: 63520, Own port: 80, ConnectionDuration: 0.935864925385 seconds), -(Remote IP: 23.94.247.41, Remote port: 63884, Own port: 80, ConnectionDuration: 2.02726912498 seconds), -(Remote IP: 23.94.247.41, Remote port: 64357, Own port: 80, ConnectionDuration: 2.19639396667 seconds), -(Remote IP: 206.168.34.41, Remote port: 35224, Own port: 5000, ConnectionDuration: 4.26040911674 seconds), -(Remote IP: 206.168.34.41, Remote port: 35224, Own port: 5000, ConnectionDuration: 4.26133322716 seconds), -(Remote IP: 206.168.34.41, Remote port: 59800, Own port: 5000, ConnectionDuration: 1.03792095184 seconds), -(Remote IP: 206.168.34.41, Remote port: 59800, Own port: 5000, ConnectionDuration: 1.039675951 seconds), -(Remote IP: 23.94.247.41, Remote port: 64997, Own port: 80, ConnectionDuration: 2.32216000557 seconds), -(Remote IP: 23.94.247.41, Remote port: 50325, Own port: 80, ConnectionDuration: 0.602956771851 seconds), -(Remote IP: 206.168.34.41, Remote port: 44268, Own port: 5000, ConnectionDuration: 3.44412994385 seconds), -(Remote IP: 206.168.34.41, Remote port: 44268, Own port: 5000, ConnectionDuration: 3.44506597519 seconds), -(Remote IP: 23.94.247.41, Remote port: 50606, Own port: 80, ConnectionDuration: 2.07733607292 seconds), -(Remote IP: 23.94.247.41, Remote port: 53507, Own port: 80, ConnectionDuration: 1.00960302353 seconds), -(Remote IP: 23.94.247.41, Remote port: 54093, Own port: 80, ConnectionDuration: 1.10547089577 seconds), -(Remote IP: 23.94.247.41, Remote port: 54578, Own port: 80, ConnectionDuration: 6.54054784775 seconds), -(Remote IP: 23.94.247.41, Remote port: 55730, Own port: 80, ConnectionDuration: 1.42135500908 seconds), -(Remote IP: 23.94.247.41, Remote port: 56173, Own port: 80, ConnectionDuration: 1.68779587746 seconds), -(Remote IP: 23.94.247.41, Remote port: 56814, Own port: 80, ConnectionDuration: 1.0855948925 seconds), -(Remote IP: 23.94.247.41, Remote port: 57396, Own port: 80, ConnectionDuration: 1.7966709137 seconds), -(Remote IP: 23.94.247.41, Remote port: 57856, Own port: 80, ConnectionDuration: 0.898362874985 seconds), -(Remote IP: 23.94.247.41, Remote port: 58407, Own port: 80, ConnectionDuration: 5.02261304855 seconds), -(Remote IP: 23.94.247.41, Remote port: 59284, Own port: 80, ConnectionDuration: 1.02372002602 seconds), -(Remote IP: 23.94.247.41, Remote port: 60018, Own port: 80, ConnectionDuration: 0.976890087128 seconds), -(Remote IP: 23.94.247.41, Remote port: 60359, Own port: 80, ConnectionDuration: 1.41376280785 seconds), -(Remote IP: 23.94.247.41, Remote port: 60728, Own port: 80, ConnectionDuration: 2.09296393394 seconds), -(Remote IP: 23.94.247.41, Remote port: 61474, Own port: 80, ConnectionDuration: 2.10200285912 seconds), -(Remote IP: 167.94.145.105, Remote port: 45664, Own port: 143, ConnectionDuration: 0.481796979904 seconds), -(Remote IP: 167.94.145.105, Remote port: 45664, Own port: 143, ConnectionDuration: 0.483685970306 seconds), -(Remote IP: 23.94.247.41, Remote port: 62170, Own port: 80, ConnectionDuration: 0.414692163467 seconds), -(Remote IP: 23.94.247.41, Remote port: 62505, Own port: 80, ConnectionDuration: 0.78787612915 seconds), -(Remote IP: 23.94.247.41, Remote port: 63113, Own port: 80, ConnectionDuration: 2.11181807518 seconds), -(Remote IP: 23.94.247.41, Remote port: 63749, Own port: 80, ConnectionDuration: 0.87864613533 seconds), -(Remote IP: 23.94.247.41, Remote port: 64194, Own port: 80, ConnectionDuration: 1.01831102371 seconds), -(Remote IP: 23.94.247.41, Remote port: 64504, Own port: 80, ConnectionDuration: 0.677356004715 seconds), -(Remote IP: 23.94.247.41, Remote port: 64877, Own port: 80, ConnectionDuration: 0.409811973572 seconds), -(Remote IP: 23.94.247.41, Remote port: 49471, Own port: 80, ConnectionDuration: 1.69873309135 seconds), -(Remote IP: 23.94.247.41, Remote port: 52498, Own port: 80, ConnectionDuration: 0.710204839706 seconds), -(Remote IP: 23.94.247.41, Remote port: 53362, Own port: 80, ConnectionDuration: 1.07060408592 seconds), -(Remote IP: 23.94.247.41, Remote port: 54924, Own port: 80, ConnectionDuration: 1.00650310516 seconds), -(Remote IP: 23.94.247.41, Remote port: 55779, Own port: 80, ConnectionDuration: 5.51434993744 seconds), -(Remote IP: 23.94.247.41, Remote port: 56834, Own port: 80, ConnectionDuration: 1.00969982147 seconds), -(Remote IP: 23.94.247.41, Remote port: 57093, Own port: 80, ConnectionDuration: 1.49927091599 seconds), -(Remote IP: 23.94.247.41, Remote port: 57719, Own port: 80, ConnectionDuration: 1.81832003593 seconds), -(Remote IP: 23.94.247.41, Remote port: 58461, Own port: 80, ConnectionDuration: 2.51189303398 seconds), -(Remote IP: 23.94.247.41, Remote port: 59278, Own port: 80, ConnectionDuration: 1.30915808678 seconds), -(Remote IP: 23.94.247.41, Remote port: 59958, Own port: 80, ConnectionDuration: 2.1062400341 seconds), -(Remote IP: 117.63.96.12, Remote port: 38867, Own port: 23, ConnectionDuration: 10.7609210014 seconds), -(Remote IP: 23.94.247.41, Remote port: 60701, Own port: 80, ConnectionDuration: 0.397228956223 seconds), -(Remote IP: 23.94.247.41, Remote port: 61015, Own port: 80, ConnectionDuration: 1.78812789917 seconds), -(Remote IP: 23.94.247.41, Remote port: 61575, Own port: 80, ConnectionDuration: 1.0231821537 seconds), -(Remote IP: 23.94.247.41, Remote port: 61815, Own port: 80, ConnectionDuration: 0.495005130768 seconds), -(Remote IP: 23.94.247.41, Remote port: 62245, Own port: 80, ConnectionDuration: 1.02691483498 seconds), -(Remote IP: 23.94.247.41, Remote port: 62404, Own port: 80, ConnectionDuration: 0.915089845657 seconds), -(Remote IP: 23.94.247.41, Remote port: 62613, Own port: 80, ConnectionDuration: 1.18477797508 seconds), -(Remote IP: 23.94.247.41, Remote port: 63331, Own port: 80, ConnectionDuration: 1.80381703377 seconds), -(Remote IP: 23.94.247.41, Remote port: 63686, Own port: 80, ConnectionDuration: 0.996806144714 seconds), -(Remote IP: 23.94.247.41, Remote port: 64060, Own port: 80, ConnectionDuration: 1.01725792885 seconds), -(Remote IP: 23.94.247.41, Remote port: 64226, Own port: 80, ConnectionDuration: 1.0013859272 seconds), -(Remote IP: 23.94.247.41, Remote port: 64727, Own port: 80, ConnectionDuration: 2.18282198906 seconds), -(Remote IP: 23.94.247.41, Remote port: 65356, Own port: 80, ConnectionDuration: 2.06992697716 seconds), -(Remote IP: 23.94.247.41, Remote port: 49382, Own port: 80, ConnectionDuration: 1.6962749958 seconds), -(Remote IP: 23.94.247.41, Remote port: 50669, Own port: 80, ConnectionDuration: 1.0401301384 seconds), -(Remote IP: 23.94.247.41, Remote port: 51378, Own port: 80, ConnectionDuration: 2.20411109924 seconds), -(Remote IP: 23.94.247.41, Remote port: 51993, Own port: 80, ConnectionDuration: 1.00499296188 seconds), -(Remote IP: 23.94.247.41, Remote port: 52255, Own port: 80, ConnectionDuration: 6.17411613464 seconds), -(Remote IP: 23.94.247.41, Remote port: 53293, Own port: 80, ConnectionDuration: 1.01964402199 seconds), -(Remote IP: 23.94.247.41, Remote port: 53724, Own port: 80, ConnectionDuration: 1.76671981812 seconds), -(Remote IP: 23.94.247.41, Remote port: 54539, Own port: 80, ConnectionDuration: 1.0226020813 seconds), -(Remote IP: 23.94.247.41, Remote port: 54846, Own port: 80, ConnectionDuration: 1.51906013489 seconds), -(Remote IP: 23.94.247.41, Remote port: 55585, Own port: 80, ConnectionDuration: 0.700528860092 seconds), -(Remote IP: 23.94.247.41, Remote port: 55743, Own port: 80, ConnectionDuration: 1.78403997421 seconds), -(Remote IP: 23.94.247.41, Remote port: 56338, Own port: 80, ConnectionDuration: 1.07615590096 seconds), -(Remote IP: 23.94.247.41, Remote port: 56766, Own port: 80, ConnectionDuration: 1.00517702103 seconds), -(Remote IP: 23.94.247.41, Remote port: 56980, Own port: 80, ConnectionDuration: 1.1064209938 seconds), -(Remote IP: 23.94.247.41, Remote port: 57445, Own port: 80, ConnectionDuration: 2.16388988495 seconds), -(Remote IP: 23.94.247.41, Remote port: 57942, Own port: 80, ConnectionDuration: 1.08658289909 seconds), -(Remote IP: 23.94.247.41, Remote port: 58756, Own port: 80, ConnectionDuration: 4.29226183891 seconds), -(Remote IP: 23.94.247.41, Remote port: 60446, Own port: 80, ConnectionDuration: 1.08108997345 seconds), -(Remote IP: 23.94.247.41, Remote port: 60860, Own port: 80, ConnectionDuration: 1.2364718914 seconds), -(Remote IP: 23.94.247.41, Remote port: 61096, Own port: 80, ConnectionDuration: 1.01043796539 seconds), -(Remote IP: 23.94.247.41, Remote port: 61524, Own port: 80, ConnectionDuration: 2.06116008759 seconds), -(Remote IP: 23.94.247.41, Remote port: 62148, Own port: 80, ConnectionDuration: 0.912147045135 seconds), -(Remote IP: 23.94.247.41, Remote port: 62830, Own port: 80, ConnectionDuration: 3.21048808098 seconds), -(Remote IP: 23.94.247.41, Remote port: 63496, Own port: 80, ConnectionDuration: 0.9495408535 seconds), -(Remote IP: 23.94.247.41, Remote port: 63945, Own port: 80, ConnectionDuration: 3.22698497772 seconds), -(Remote IP: 23.94.247.41, Remote port: 64506, Own port: 80, ConnectionDuration: 0.703299045563 seconds), -(Remote IP: 23.94.247.41, Remote port: 65218, Own port: 80, ConnectionDuration: 3.80036902428 seconds), -(Remote IP: 23.94.247.41, Remote port: 50022, Own port: 80, ConnectionDuration: 0.492270946503 seconds), -(Remote IP: 23.94.247.41, Remote port: 50747, Own port: 80, ConnectionDuration: 3.20067405701 seconds), -(Remote IP: 23.94.247.41, Remote port: 51595, Own port: 80, ConnectionDuration: 1.09461092949 seconds), -(Remote IP: 23.94.247.41, Remote port: 52222, Own port: 80, ConnectionDuration: 3.72039794922 seconds), -(Remote IP: 23.94.247.41, Remote port: 52978, Own port: 80, ConnectionDuration: 0.927550077438 seconds), -(Remote IP: 23.94.247.41, Remote port: 53441, Own port: 80, ConnectionDuration: 0.776448011398 seconds), -(Remote IP: 23.94.247.41, Remote port: 54036, Own port: 80, ConnectionDuration: 1.52442789078 seconds), -(Remote IP: 23.94.247.41, Remote port: 54333, Own port: 80, ConnectionDuration: 3.17704200745 seconds), -(Remote IP: 23.94.247.41, Remote port: 55326, Own port: 80, ConnectionDuration: 1.51642680168 seconds), -(Remote IP: 23.94.247.41, Remote port: 55888, Own port: 80, ConnectionDuration: 2.09708404541 seconds), -(Remote IP: 23.94.247.41, Remote port: 56639, Own port: 80, ConnectionDuration: 0.596470117569 seconds), -(Remote IP: 23.94.247.41, Remote port: 57137, Own port: 80, ConnectionDuration: 0.995802879333 seconds), -(Remote IP: 23.94.247.41, Remote port: 57416, Own port: 80, ConnectionDuration: 1.08789396286 seconds), -(Remote IP: 23.94.247.41, Remote port: 57794, Own port: 80, ConnectionDuration: 11.4844419956 seconds), -(Remote IP: 23.94.247.41, Remote port: 60102, Own port: 80, ConnectionDuration: 0.982672929764 seconds), -(Remote IP: 23.94.247.41, Remote port: 60661, Own port: 80, ConnectionDuration: 2.21367096901 seconds), -(Remote IP: 23.94.247.41, Remote port: 61133, Own port: 80, ConnectionDuration: 1.06496810913 seconds), -(Remote IP: 23.94.247.41, Remote port: 61713, Own port: 80, ConnectionDuration: 9.00622987747 seconds), -(Remote IP: 23.94.247.41, Remote port: 63529, Own port: 80, ConnectionDuration: 0.627573013306 seconds), -(Remote IP: 23.94.247.41, Remote port: 63843, Own port: 80, ConnectionDuration: 3.625207901 seconds), -(Remote IP: 23.94.247.41, Remote port: 64692, Own port: 80, ConnectionDuration: 1.08956718445 seconds), -(Remote IP: 23.94.247.41, Remote port: 65197, Own port: 80, ConnectionDuration: 1.13104701042 seconds), -(Remote IP: 23.94.247.41, Remote port: 49422, Own port: 80, ConnectionDuration: 0.473172903061 seconds), -(Remote IP: 23.94.247.41, Remote port: 49619, Own port: 80, ConnectionDuration: 5.89674305916 seconds), -(Remote IP: 23.94.247.41, Remote port: 51042, Own port: 80, ConnectionDuration: 1.01426792145 seconds), -(Remote IP: 23.94.247.41, Remote port: 54384, Own port: 80, ConnectionDuration: 1.91293406487 seconds), -(Remote IP: 23.94.247.41, Remote port: 55093, Own port: 80, ConnectionDuration: 0.995157957077 seconds), -(Remote IP: 23.94.247.41, Remote port: 55581, Own port: 80, ConnectionDuration: 2.09430289268 seconds), -(Remote IP: 23.94.247.41, Remote port: 56009, Own port: 80, ConnectionDuration: 1.00324177742 seconds), -(Remote IP: 23.94.247.41, Remote port: 56433, Own port: 80, ConnectionDuration: 1.52122998238 seconds), -(Remote IP: 23.94.247.41, Remote port: 58605, Own port: 80, ConnectionDuration: 1.00017809868 seconds), -(Remote IP: 23.94.247.41, Remote port: 60072, Own port: 80, ConnectionDuration: 2.68914294243 seconds), -(Remote IP: 23.94.247.41, Remote port: 60973, Own port: 80, ConnectionDuration: 1.00448799133 seconds), -(Remote IP: 167.94.138.123, Remote port: 34972, Own port: 3389, ConnectionDuration: 3.00013899803 seconds), -(Remote IP: 167.94.138.123, Remote port: 34972, Own port: 3389, ConnectionDuration: 3.00103116035 seconds), -(Remote IP: 23.94.247.41, Remote port: 61312, Own port: 80, ConnectionDuration: 1.00167012215 seconds), -(Remote IP: 23.94.247.41, Remote port: 61943, Own port: 80, ConnectionDuration: 1.10024309158 seconds), -(Remote IP: 23.94.247.41, Remote port: 62679, Own port: 80, ConnectionDuration: 1.00648999214 seconds), -(Remote IP: 23.94.247.41, Remote port: 63520, Own port: 80, ConnectionDuration: 0.910099983215 seconds), -(Remote IP: 23.94.247.41, Remote port: 64353, Own port: 80, ConnectionDuration: 0.794224023819 seconds), -(Remote IP: 23.94.247.41, Remote port: 64923, Own port: 80, ConnectionDuration: 1.29873800278 seconds), -(Remote IP: 23.94.247.41, Remote port: 49171, Own port: 80, ConnectionDuration: 3.62218213081 seconds), -(Remote IP: 23.94.247.41, Remote port: 50416, Own port: 80, ConnectionDuration: 1.59533286095 seconds), -(Remote IP: 23.94.247.41, Remote port: 50954, Own port: 80, ConnectionDuration: 2.08906793594 seconds), -(Remote IP: 206.168.34.180, Remote port: 36492, Own port: 2380, ConnectionDuration: 3.00615215302 seconds), -(Remote IP: 206.168.34.180, Remote port: 36492, Own port: 2380, ConnectionDuration: 3.00737810135 seconds), -(Remote IP: 206.168.34.180, Remote port: 52424, Own port: 2380, ConnectionDuration: 0.0568470954895 seconds), -(Remote IP: 206.168.34.180, Remote port: 52424, Own port: 2380, ConnectionDuration: 0.0581629276276 seconds), -(Remote IP: 206.168.34.180, Remote port: 33432, Own port: 2380, ConnectionDuration: 3.05558395386 seconds), -(Remote IP: 206.168.34.180, Remote port: 33432, Own port: 2380, ConnectionDuration: 3.05622601509 seconds), -(Remote IP: 23.94.247.41, Remote port: 51619, Own port: 80, ConnectionDuration: 4.47705197334 seconds), -(Remote IP: 23.94.247.41, Remote port: 52538, Own port: 80, ConnectionDuration: 1.0044260025 seconds), -(Remote IP: 23.94.247.41, Remote port: 53072, Own port: 80, ConnectionDuration: 1.69136714935 seconds), -(Remote IP: 23.94.247.41, Remote port: 53446, Own port: 80, ConnectionDuration: 3.01921606064 seconds), -(Remote IP: 23.94.247.41, Remote port: 54063, Own port: 80, ConnectionDuration: 1.02647900581 seconds), -(Remote IP: 23.94.247.41, Remote port: 54413, Own port: 80, ConnectionDuration: 0.459405899048 seconds), -(Remote IP: 23.94.247.41, Remote port: 55008, Own port: 80, ConnectionDuration: 1.08823919296 seconds), -(Remote IP: 23.94.247.41, Remote port: 55975, Own port: 80, ConnectionDuration: 0.906091213226 seconds), -(Remote IP: 23.94.247.41, Remote port: 56352, Own port: 80, ConnectionDuration: 1.21188092232 seconds), -(Remote IP: 23.94.247.41, Remote port: 56898, Own port: 80, ConnectionDuration: 2.0878970623 seconds), -(Remote IP: 23.94.247.41, Remote port: 57856, Own port: 80, ConnectionDuration: 1.06512308121 seconds), -(Remote IP: 23.94.247.41, Remote port: 60349, Own port: 80, ConnectionDuration: 1.01638388634 seconds), -(Remote IP: 23.94.247.41, Remote port: 61986, Own port: 80, ConnectionDuration: 1.00144410133 seconds), -(Remote IP: 23.94.247.41, Remote port: 62558, Own port: 80, ConnectionDuration: 1.90135097504 seconds), -(Remote IP: 23.94.247.41, Remote port: 63000, Own port: 80, ConnectionDuration: 1.0108590126 seconds), -(Remote IP: 23.94.247.41, Remote port: 63743, Own port: 80, ConnectionDuration: 1.01596403122 seconds), -(Remote IP: 23.94.247.41, Remote port: 64607, Own port: 80, ConnectionDuration: 1.20693302155 seconds), -(Remote IP: 23.94.247.41, Remote port: 64930, Own port: 80, ConnectionDuration: 1.1603000164 seconds), -(Remote IP: 23.94.247.41, Remote port: 65238, Own port: 80, ConnectionDuration: 1.22725200653 seconds), -(Remote IP: 23.94.247.41, Remote port: 49683, Own port: 80, ConnectionDuration: 0.576417922974 seconds), -(Remote IP: 23.94.247.41, Remote port: 49828, Own port: 80, ConnectionDuration: 1.08629798889 seconds), -(Remote IP: 23.94.247.41, Remote port: 50560, Own port: 80, ConnectionDuration: 0.794199943542 seconds), -(Remote IP: 23.94.247.41, Remote port: 51915, Own port: 80, ConnectionDuration: 1.40973997116 seconds), -(Remote IP: 23.94.247.41, Remote port: 52428, Own port: 80, ConnectionDuration: 1.09851288795 seconds), -(Remote IP: 23.94.247.41, Remote port: 53002, Own port: 80, ConnectionDuration: 6.39589595795 seconds), -(Remote IP: 23.94.247.41, Remote port: 54673, Own port: 80, ConnectionDuration: 1.10960102081 seconds), -(Remote IP: 23.94.247.41, Remote port: 55174, Own port: 80, ConnectionDuration: 6.37171316147 seconds), -(Remote IP: 23.94.247.41, Remote port: 56231, Own port: 80, ConnectionDuration: 0.999836921692 seconds), -(Remote IP: 23.94.247.41, Remote port: 56743, Own port: 80, ConnectionDuration: 3.03153014183 seconds), -(Remote IP: 23.94.247.41, Remote port: 57937, Own port: 80, ConnectionDuration: 1.06575298309 seconds), -(Remote IP: 23.94.247.41, Remote port: 58402, Own port: 80, ConnectionDuration: 1.10335612297 seconds), -(Remote IP: 23.94.247.41, Remote port: 60504, Own port: 80, ConnectionDuration: 0.293366909027 seconds), -(Remote IP: 206.168.34.42, Remote port: 47332, Own port: 3389, ConnectionDuration: 3.36586308479 seconds), -(Remote IP: 206.168.34.42, Remote port: 47332, Own port: 3389, ConnectionDuration: 3.36671710014 seconds), -(Remote IP: 23.94.247.41, Remote port: 60879, Own port: 80, ConnectionDuration: 2.11947393417 seconds), -(Remote IP: 23.94.247.41, Remote port: 61371, Own port: 80, ConnectionDuration: 1.00041604042 seconds), -(Remote IP: 23.94.247.41, Remote port: 61946, Own port: 80, ConnectionDuration: 4.00455284119 seconds), -(Remote IP: 23.94.247.41, Remote port: 63158, Own port: 80, ConnectionDuration: 0.811068058014 seconds), -(Remote IP: 23.94.247.41, Remote port: 64425, Own port: 80, ConnectionDuration: 3.10261487961 seconds), -(Remote IP: 23.94.247.41, Remote port: 65249, Own port: 80, ConnectionDuration: 0.995612859726 seconds), -(Remote IP: 23.94.247.41, Remote port: 49890, Own port: 80, ConnectionDuration: 3.39759492874 seconds), -(Remote IP: 23.94.247.41, Remote port: 50755, Own port: 80, ConnectionDuration: 1.19744896889 seconds), -(Remote IP: 23.94.247.41, Remote port: 51971, Own port: 80, ConnectionDuration: 1.01397490501 seconds), -(Remote IP: 23.94.247.41, Remote port: 52424, Own port: 80, ConnectionDuration: 1.02460098267 seconds), -(Remote IP: 23.94.247.41, Remote port: 52736, Own port: 80, ConnectionDuration: 0.181132078171 seconds), -(Remote IP: 23.94.247.41, Remote port: 53070, Own port: 80, ConnectionDuration: 1.00638699532 seconds), -(Remote IP: 23.94.247.41, Remote port: 53258, Own port: 80, ConnectionDuration: 4.99836492538 seconds), -(Remote IP: 23.94.247.41, Remote port: 54213, Own port: 80, ConnectionDuration: 1.0999250412 seconds), -(Remote IP: 23.94.247.41, Remote port: 54792, Own port: 80, ConnectionDuration: 1.08599901199 seconds), -(Remote IP: 23.94.247.41, Remote port: 55051, Own port: 80, ConnectionDuration: 1.21428084373 seconds), -(Remote IP: 23.94.247.41, Remote port: 55771, Own port: 80, ConnectionDuration: 3.97097396851 seconds), -(Remote IP: 23.94.247.41, Remote port: 57106, Own port: 80, ConnectionDuration: 1.02249097824 seconds), -(Remote IP: 23.94.247.41, Remote port: 57669, Own port: 80, ConnectionDuration: 4.45107483864 seconds), -(Remote IP: 23.94.247.41, Remote port: 58766, Own port: 80, ConnectionDuration: 1.11943507195 seconds), -(Remote IP: 23.94.247.41, Remote port: 60292, Own port: 80, ConnectionDuration: 4.38709616661 seconds), -(Remote IP: 23.94.247.41, Remote port: 61550, Own port: 80, ConnectionDuration: 1.03200507164 seconds), -(Remote IP: 167.94.138.50, Remote port: 42556, Own port: 2380, ConnectionDuration: 4.18373799324 seconds), -(Remote IP: 167.94.138.50, Remote port: 42556, Own port: 2380, ConnectionDuration: 4.18430399895 seconds), -(Remote IP: 167.94.138.50, Remote port: 43462, Own port: 2380, ConnectionDuration: 1.17812800407 seconds), -(Remote IP: 23.94.247.41, Remote port: 62449, Own port: 80, ConnectionDuration: 0.132924079895 seconds), -(Remote IP: 23.94.247.41, Remote port: 62820, Own port: 80, ConnectionDuration: 0.714565038681 seconds), -(Remote IP: 167.94.138.50, Remote port: 39290, Own port: 2380, ConnectionDuration: 5.59450387955 seconds), -(Remote IP: 167.94.138.50, Remote port: 39290, Own port: 2380, ConnectionDuration: 5.59507799149 seconds), -(Remote IP: 23.94.247.41, Remote port: 63343, Own port: 80, ConnectionDuration: 1.15367412567 seconds), -(Remote IP: 23.94.247.41, Remote port: 63883, Own port: 80, ConnectionDuration: 0.803111076355 seconds), -(Remote IP: 23.94.247.41, Remote port: 64105, Own port: 80, ConnectionDuration: 2.001060009 seconds), -(Remote IP: 23.94.247.41, Remote port: 64633, Own port: 80, ConnectionDuration: 0.729841947556 seconds), -(Remote IP: 23.94.247.41, Remote port: 65180, Own port: 80, ConnectionDuration: 2.89038300514 seconds), -(Remote IP: 23.94.247.41, Remote port: 49885, Own port: 80, ConnectionDuration: 1.03112792969 seconds), -(Remote IP: 125.24.63.158, Remote port: 42541, Own port: 23, ConnectionDuration: 10.291875124 seconds), -(Remote IP: 23.94.247.41, Remote port: 50348, Own port: 80, ConnectionDuration: 2.49476313591 seconds), -(Remote IP: 23.94.247.41, Remote port: 51009, Own port: 80, ConnectionDuration: 1.00629496574 seconds), -(Remote IP: 23.94.247.41, Remote port: 51426, Own port: 80, ConnectionDuration: 8.8209400177 seconds), -(Remote IP: 23.94.247.41, Remote port: 53053, Own port: 80, ConnectionDuration: 1.00693511963 seconds), -(Remote IP: 23.94.247.41, Remote port: 54142, Own port: 80, ConnectionDuration: 2.07853102684 seconds), -(Remote IP: 23.94.247.41, Remote port: 54856, Own port: 80, ConnectionDuration: 0.094603061676 seconds), -(Remote IP: 23.94.247.41, Remote port: 54986, Own port: 80, ConnectionDuration: 1.01822400093 seconds), -(Remote IP: 23.94.247.41, Remote port: 58569, Own port: 80, ConnectionDuration: 1.31568193436 seconds), -(Remote IP: 23.94.247.41, Remote port: 59428, Own port: 80, ConnectionDuration: 0.422081947327 seconds), -(Remote IP: 23.94.247.41, Remote port: 59801, Own port: 80, ConnectionDuration: 1.10776019096 seconds), -(Remote IP: 23.94.247.41, Remote port: 60416, Own port: 80, ConnectionDuration: 2.21358990669 seconds), -(Remote IP: 23.94.247.41, Remote port: 62885, Own port: 80, ConnectionDuration: 8.40898895264 seconds), -(Remote IP: 23.94.247.41, Remote port: 64116, Own port: 80, ConnectionDuration: 1.10601615906 seconds), -(Remote IP: 23.94.247.41, Remote port: 64934, Own port: 80, ConnectionDuration: 1.16952300072 seconds), -(Remote IP: 23.94.247.41, Remote port: 49609, Own port: 80, ConnectionDuration: 1.09399080276 seconds), -(Remote IP: 23.94.247.41, Remote port: 50041, Own port: 80, ConnectionDuration: 1.13461494446 seconds), -(Remote IP: 23.94.247.41, Remote port: 50283, Own port: 80, ConnectionDuration: 1.09275603294 seconds), -(Remote IP: 23.94.247.41, Remote port: 51695, Own port: 80, ConnectionDuration: 1.10021090508 seconds), -(Remote IP: 23.94.247.41, Remote port: 54729, Own port: 80, ConnectionDuration: 1.37175703049 seconds), -(Remote IP: 23.94.247.41, Remote port: 55499, Own port: 80, ConnectionDuration: 1.08559083939 seconds), -(Remote IP: 23.94.247.41, Remote port: 55745, Own port: 80, ConnectionDuration: 6.70368099213 seconds), -(Remote IP: 23.94.247.41, Remote port: 57064, Own port: 80, ConnectionDuration: 0.807765007019 seconds), -(Remote IP: 23.94.247.41, Remote port: 57587, Own port: 80, ConnectionDuration: 2.10319685936 seconds), -(Remote IP: 23.94.247.41, Remote port: 58204, Own port: 80, ConnectionDuration: 1.0141749382 seconds), -(Remote IP: 23.94.247.41, Remote port: 58630, Own port: 80, ConnectionDuration: 1.02993798256 seconds), -(Remote IP: 23.94.247.41, Remote port: 60463, Own port: 80, ConnectionDuration: 1.02330899239 seconds), -(Remote IP: 23.94.247.41, Remote port: 61682, Own port: 80, ConnectionDuration: 2.32051682472 seconds), -(Remote IP: 206.168.34.63, Remote port: 42196, Own port: 445, ConnectionDuration: 15.2537438869 seconds), -(Remote IP: 206.168.34.63, Remote port: 50176, Own port: 445, ConnectionDuration: 1.03573298454 seconds), -(Remote IP: 23.94.247.41, Remote port: 62674, Own port: 80, ConnectionDuration: 1.00073003769 seconds), -(Remote IP: 23.94.247.41, Remote port: 62871, Own port: 80, ConnectionDuration: 1.00630617142 seconds), -(Remote IP: 23.94.247.41, Remote port: 63401, Own port: 80, ConnectionDuration: 0.513053894043 seconds), -(Remote IP: 45.229.215.83, Remote port: 4208, Own port: 445, ConnectionDuration: 90.5406410694 seconds), -(Remote IP: 45.229.215.83, Remote port: 4208, Own port: 445, ConnectionDuration: 90.5412960052 seconds), -(Remote IP: 45.229.215.83, Remote port: 11998, Own port: 445, ConnectionDuration: 90.494148016 seconds), -(Remote IP: 45.229.215.83, Remote port: 11998, Own port: 445, ConnectionDuration: 90.4946510792 seconds), -(Remote IP: 23.94.247.41, Remote port: 65509, Own port: 80, ConnectionDuration: 0.892275094986 seconds), -(Remote IP: 23.94.247.41, Remote port: 49553, Own port: 80, ConnectionDuration: 1.0157558918 seconds), -(Remote IP: 23.94.247.41, Remote port: 49973, Own port: 80, ConnectionDuration: 5.21349620819 seconds), -(Remote IP: 23.94.247.41, Remote port: 51668, Own port: 80, ConnectionDuration: 0.880492925644 seconds), -(Remote IP: 23.94.247.41, Remote port: 51978, Own port: 80, ConnectionDuration: 2.17223095894 seconds), -(Remote IP: 23.94.247.41, Remote port: 52587, Own port: 80, ConnectionDuration: 0.922893047333 seconds), -(Remote IP: 23.94.247.41, Remote port: 52868, Own port: 80, ConnectionDuration: 2.04256796837 seconds), -(Remote IP: 23.94.247.41, Remote port: 53924, Own port: 80, ConnectionDuration: 1.00518894196 seconds), -(Remote IP: 23.94.247.41, Remote port: 54286, Own port: 80, ConnectionDuration: 0.829246997833 seconds), -(Remote IP: 23.94.247.41, Remote port: 54761, Own port: 80, ConnectionDuration: 1.07183003426 seconds), -(Remote IP: 23.94.247.41, Remote port: 55289, Own port: 80, ConnectionDuration: 2.00643706322 seconds), -(Remote IP: 23.94.247.41, Remote port: 56358, Own port: 80, ConnectionDuration: 1.06069803238 seconds), -(Remote IP: 23.94.247.41, Remote port: 56696, Own port: 80, ConnectionDuration: 2.10641789436 seconds), -(Remote IP: 23.94.247.41, Remote port: 57294, Own port: 80, ConnectionDuration: 2.02298498154 seconds), -(Remote IP: 23.94.247.41, Remote port: 58571, Own port: 80, ConnectionDuration: 3.98556399345 seconds), -(Remote IP: 23.94.247.41, Remote port: 59336, Own port: 80, ConnectionDuration: 1.02797818184 seconds), -(Remote IP: 80.94.92.60, Remote port: 58914, Own port: 443, ConnectionDuration: 0.185349941254 seconds), -(Remote IP: 23.94.247.41, Remote port: 59891, Own port: 80, ConnectionDuration: 1.01188921928 seconds), -(Remote IP: 23.94.247.41, Remote port: 60145, Own port: 80, ConnectionDuration: 1.1108520031 seconds), -(Remote IP: 23.94.247.41, Remote port: 60813, Own port: 80, ConnectionDuration: 1.1069149971 seconds), -(Remote IP: 23.94.247.41, Remote port: 61631, Own port: 80, ConnectionDuration: 1.09201002121 seconds), -(Remote IP: 23.94.247.41, Remote port: 62204, Own port: 80, ConnectionDuration: 0.39750289917 seconds), -(Remote IP: 23.94.247.41, Remote port: 62426, Own port: 80, ConnectionDuration: 2.16937398911 seconds), -(Remote IP: 23.94.247.41, Remote port: 63070, Own port: 80, ConnectionDuration: 6.87618088722 seconds), -(Remote IP: 23.94.247.41, Remote port: 65024, Own port: 80, ConnectionDuration: 1.09039402008 seconds), -(Remote IP: 23.94.247.41, Remote port: 49573, Own port: 80, ConnectionDuration: 2.41591691971 seconds), -(Remote IP: 23.94.247.41, Remote port: 50859, Own port: 80, ConnectionDuration: 0.835636138916 seconds), -(Remote IP: 23.94.247.41, Remote port: 51386, Own port: 80, ConnectionDuration: 1.1286110878 seconds), -(Remote IP: 23.94.247.41, Remote port: 51628, Own port: 80, ConnectionDuration: 1.59130501747 seconds), -(Remote IP: 23.94.247.41, Remote port: 53415, Own port: 80, ConnectionDuration: 1.37781095505 seconds), -(Remote IP: 23.94.247.41, Remote port: 54029, Own port: 80, ConnectionDuration: 2.00725197792 seconds), -(Remote IP: 23.94.247.41, Remote port: 54949, Own port: 80, ConnectionDuration: 2.11590003967 seconds), -(Remote IP: 23.94.247.41, Remote port: 55766, Own port: 80, ConnectionDuration: 1.87791490555 seconds), -(Remote IP: 23.94.247.41, Remote port: 56324, Own port: 80, ConnectionDuration: 9.80321288109 seconds), -(Remote IP: 23.94.247.41, Remote port: 57813, Own port: 80, ConnectionDuration: 1.61298394203 seconds), -(Remote IP: 23.94.247.41, Remote port: 58882, Own port: 80, ConnectionDuration: 2.21442103386 seconds), -(Remote IP: 23.94.247.41, Remote port: 59789, Own port: 80, ConnectionDuration: 0.919028997421 seconds), -(Remote IP: 23.94.247.41, Remote port: 59974, Own port: 80, ConnectionDuration: 2.31577897072 seconds), -(Remote IP: 23.94.247.41, Remote port: 61684, Own port: 80, ConnectionDuration: 1.57622718811 seconds), -(Remote IP: 23.94.247.41, Remote port: 62103, Own port: 80, ConnectionDuration: 2.33649897575 seconds), -(Remote IP: 23.94.247.41, Remote port: 62632, Own port: 80, ConnectionDuration: 1.11672186852 seconds), -(Remote IP: 23.94.247.41, Remote port: 63001, Own port: 80, ConnectionDuration: 1.60207605362 seconds), -(Remote IP: 23.94.247.41, Remote port: 64263, Own port: 80, ConnectionDuration: 2.08809494972 seconds), -(Remote IP: 23.94.247.41, Remote port: 64914, Own port: 80, ConnectionDuration: 3.11555981636 seconds), -(Remote IP: 23.94.247.41, Remote port: 49544, Own port: 80, ConnectionDuration: 1.03225111961 seconds), -(Remote IP: 23.94.247.41, Remote port: 49921, Own port: 80, ConnectionDuration: 2.50966787338 seconds), -(Remote IP: 23.94.247.41, Remote port: 50493, Own port: 80, ConnectionDuration: 1.49969410896 seconds), -(Remote IP: 23.94.247.41, Remote port: 51145, Own port: 80, ConnectionDuration: 4.31953597069 seconds), -(Remote IP: 23.94.247.41, Remote port: 52523, Own port: 80, ConnectionDuration: 1.02149820328 seconds), -(Remote IP: 23.94.247.41, Remote port: 52952, Own port: 80, ConnectionDuration: 2.02754402161 seconds), -(Remote IP: 23.94.247.41, Remote port: 53401, Own port: 80, ConnectionDuration: 0.99619102478 seconds), -(Remote IP: 23.94.247.41, Remote port: 53974, Own port: 80, ConnectionDuration: 5.40469193459 seconds), -(Remote IP: 87.236.176.198, Remote port: 43037, Own port: 445, ConnectionDuration: 7.00062799454 seconds), -(Remote IP: 87.236.176.198, Remote port: 60101, Own port: 445, ConnectionDuration: 3.00012111664 seconds), -(Remote IP: 23.94.247.41, Remote port: 55253, Own port: 80, ConnectionDuration: 1.68296194077 seconds), -(Remote IP: 23.94.247.41, Remote port: 56036, Own port: 80, ConnectionDuration: 2.08080482483 seconds), -(Remote IP: 23.94.247.41, Remote port: 56573, Own port: 80, ConnectionDuration: 1.07957792282 seconds), -(Remote IP: 23.94.247.41, Remote port: 56925, Own port: 80, ConnectionDuration: 2.46731209755 seconds), -(Remote IP: 23.94.247.41, Remote port: 58184, Own port: 80, ConnectionDuration: 1.01698684692 seconds), -(Remote IP: 23.94.247.41, Remote port: 58776, Own port: 80, ConnectionDuration: 2.89157795906 seconds), -(Remote IP: 23.94.247.41, Remote port: 60060, Own port: 80, ConnectionDuration: 1.67350101471 seconds), -(Remote IP: 23.94.247.41, Remote port: 60380, Own port: 80, ConnectionDuration: 1.31494092941 seconds), -(Remote IP: 23.94.247.41, Remote port: 61100, Own port: 80, ConnectionDuration: 0.0855050086975 seconds), -(Remote IP: 23.94.247.41, Remote port: 62234, Own port: 80, ConnectionDuration: 1.78148603439 seconds), -(Remote IP: 23.94.247.41, Remote port: 62708, Own port: 80, ConnectionDuration: 0.821723937988 seconds), -(Remote IP: 23.94.247.41, Remote port: 62968, Own port: 80, ConnectionDuration: 1.02412295341 seconds), -(Remote IP: 23.94.247.41, Remote port: 63347, Own port: 80, ConnectionDuration: 1.10389614105 seconds), -(Remote IP: 23.94.247.41, Remote port: 64693, Own port: 80, ConnectionDuration: 5.31230902672 seconds), -(Remote IP: 23.94.247.41, Remote port: 49251, Own port: 80, ConnectionDuration: 1.00849914551 seconds), -(Remote IP: 23.94.247.41, Remote port: 50513, Own port: 80, ConnectionDuration: 3.37764191628 seconds), -(Remote IP: 23.94.247.41, Remote port: 51695, Own port: 80, ConnectionDuration: 0.783085107803 seconds), -(Remote IP: 23.94.247.41, Remote port: 52140, Own port: 80, ConnectionDuration: 3.04203701019 seconds), -(Remote IP: 23.94.247.41, Remote port: 53448, Own port: 80, ConnectionDuration: 1.08357286453 seconds), -(Remote IP: 23.94.247.41, Remote port: 54563, Own port: 80, ConnectionDuration: 4.20474290848 seconds), -(Remote IP: 23.94.247.41, Remote port: 55528, Own port: 80, ConnectionDuration: 0.886994838715 seconds), -(Remote IP: 23.94.247.41, Remote port: 56114, Own port: 80, ConnectionDuration: 2.0845580101 seconds), -(Remote IP: 23.94.247.41, Remote port: 56729, Own port: 80, ConnectionDuration: 1.61341190338 seconds), -(Remote IP: 23.94.247.41, Remote port: 57217, Own port: 80, ConnectionDuration: 3.07484483719 seconds), -(Remote IP: 23.94.247.41, Remote port: 58974, Own port: 80, ConnectionDuration: 0.631343841553 seconds), -(Remote IP: 23.94.247.41, Remote port: 59174, Own port: 80, ConnectionDuration: 3.61617994308 seconds), -(Remote IP: 23.94.247.41, Remote port: 59645, Own port: 80, ConnectionDuration: 1.06805610657 seconds), -(Remote IP: 23.94.247.41, Remote port: 61497, Own port: 80, ConnectionDuration: 2.09964799881 seconds), -(Remote IP: 23.94.247.41, Remote port: 62412, Own port: 80, ConnectionDuration: 1.0227458477 seconds), -(Remote IP: 23.94.247.41, Remote port: 62850, Own port: 80, ConnectionDuration: 0.804449081421 seconds), -(Remote IP: 23.94.247.41, Remote port: 63246, Own port: 80, ConnectionDuration: 1.48755598068 seconds), -(Remote IP: 23.94.247.41, Remote port: 64172, Own port: 80, ConnectionDuration: 5.47843813896 seconds), -(Remote IP: 23.94.247.41, Remote port: 49842, Own port: 80, ConnectionDuration: 0.813616991043 seconds), -(Remote IP: 23.94.247.41, Remote port: 50587, Own port: 80, ConnectionDuration: 2.79570889473 seconds), -(Remote IP: 23.94.247.41, Remote port: 52038, Own port: 80, ConnectionDuration: 1.18445515633 seconds), -(Remote IP: 23.94.247.41, Remote port: 52444, Own port: 80, ConnectionDuration: 1.01588082314 seconds), -(Remote IP: 23.94.247.41, Remote port: 52711, Own port: 80, ConnectionDuration: 1.60951399803 seconds), -(Remote IP: 23.94.247.41, Remote port: 53268, Own port: 80, ConnectionDuration: 9.289249897 seconds), -(Remote IP: 23.94.247.41, Remote port: 55378, Own port: 80, ConnectionDuration: 21.0041780472 seconds), -(Remote IP: 23.94.247.41, Remote port: 56921, Own port: 80, ConnectionDuration: 2.17672896385 seconds), -(Remote IP: 23.94.247.41, Remote port: 58301, Own port: 80, ConnectionDuration: 0.874435901642 seconds), -(Remote IP: 23.94.247.41, Remote port: 59098, Own port: 80, ConnectionDuration: 6.20743322372 seconds), -(Remote IP: 23.94.247.41, Remote port: 59470, Own port: 80, ConnectionDuration: 5.59582495689 seconds), -(Remote IP: 23.94.247.41, Remote port: 60669, Own port: 80, ConnectionDuration: 2.08650612831 seconds), -(Remote IP: 23.94.247.41, Remote port: 62925, Own port: 80, ConnectionDuration: 9.91177797318 seconds), -(Remote IP: 206.168.34.188, Remote port: 44428, Own port: 135, ConnectionDuration: 3.00369811058 seconds), -(Remote IP: 206.168.34.188, Remote port: 44428, Own port: 135, ConnectionDuration: 3.00461006165 seconds), -(Remote IP: 206.168.34.188, Remote port: 51692, Own port: 135, ConnectionDuration: 0.0532212257385 seconds), -(Remote IP: 206.168.34.188, Remote port: 51692, Own port: 135, ConnectionDuration: 0.0549190044403 seconds), -(Remote IP: 206.168.34.188, Remote port: 60142, Own port: 135, ConnectionDuration: 3.0843501091 seconds), -(Remote IP: 206.168.34.188, Remote port: 60142, Own port: 135, ConnectionDuration: 3.08511400223 seconds), -(Remote IP: 23.94.247.41, Remote port: 63866, Own port: 80, ConnectionDuration: 2.62026619911 seconds), -(Remote IP: 23.94.247.41, Remote port: 64583, Own port: 80, ConnectionDuration: 0.633937120438 seconds), -(Remote IP: 23.94.247.41, Remote port: 64682, Own port: 80, ConnectionDuration: 1.9849998951 seconds), -(Remote IP: 23.94.247.41, Remote port: 64917, Own port: 80, ConnectionDuration: 0.132638931274 seconds), -(Remote IP: 23.94.247.41, Remote port: 64990, Own port: 80, ConnectionDuration: 0.323781967163 seconds), -(Remote IP: 23.94.247.41, Remote port: 65074, Own port: 80, ConnectionDuration: 0.173726081848 seconds), -(Remote IP: 23.94.247.41, Remote port: 51594, Own port: 80, ConnectionDuration: 1.17716193199 seconds), -(Remote IP: 23.94.247.41, Remote port: 52977, Own port: 80, ConnectionDuration: 0.613008022308 seconds), -(Remote IP: 23.94.247.41, Remote port: 53468, Own port: 80, ConnectionDuration: 1.382584095 seconds), -(Remote IP: 23.94.247.41, Remote port: 53785, Own port: 80, ConnectionDuration: 0.105844020844 seconds), -(Remote IP: 23.94.247.41, Remote port: 54164, Own port: 80, ConnectionDuration: 0.102385044098 seconds), -(Remote IP: 23.94.247.41, Remote port: 55224, Own port: 80, ConnectionDuration: 0.107228040695 seconds), -(Remote IP: 23.94.247.41, Remote port: 55899, Own port: 80, ConnectionDuration: 1.09938597679 seconds), -(Remote IP: 23.94.247.41, Remote port: 59748, Own port: 80, ConnectionDuration: 1.59623289108 seconds), -(Remote IP: 23.94.247.41, Remote port: 60713, Own port: 80, ConnectionDuration: 1.1037800312 seconds), -(Remote IP: 23.94.247.41, Remote port: 61508, Own port: 80, ConnectionDuration: 0.115151166916 seconds), -(Remote IP: 23.94.247.41, Remote port: 62045, Own port: 80, ConnectionDuration: 0.478249073029 seconds), -(Remote IP: 23.94.247.41, Remote port: 62415, Own port: 80, ConnectionDuration: 0.0305960178375 seconds), -(Remote IP: 23.94.247.41, Remote port: 62415, Own port: 80, ConnectionDuration: 0.0311000347137 seconds), -(Remote IP: 23.94.247.41, Remote port: 62415, Own port: 80, ConnectionDuration: 0.028804063797 seconds), -(Remote IP: 23.94.247.41, Remote port: 62415, Own port: 80, ConnectionDuration: 0.0292100906372 seconds), -(Remote IP: 23.94.247.41, Remote port: 62415, Own port: 80, ConnectionDuration: 0.0287499427795 seconds), -(Remote IP: 23.94.247.41, Remote port: 62415, Own port: 80, ConnectionDuration: 0.0292458534241 seconds), -(Remote IP: 23.94.247.41, Remote port: 62995, Own port: 80, ConnectionDuration: 1.00962901115 seconds), -(Remote IP: 23.94.247.41, Remote port: 63286, Own port: 80, ConnectionDuration: 0.997892141342 seconds), -(Remote IP: 23.94.247.41, Remote port: 63783, Own port: 80, ConnectionDuration: 2.08364295959 seconds), -(Remote IP: 23.94.247.41, Remote port: 64942, Own port: 80, ConnectionDuration: 1.0959789753 seconds), -(Remote IP: 23.94.247.41, Remote port: 50029, Own port: 80, ConnectionDuration: 2.03311491013 seconds), -(Remote IP: 23.94.247.41, Remote port: 51468, Own port: 80, ConnectionDuration: 3.90207695961 seconds), -(Remote IP: 23.94.247.41, Remote port: 53585, Own port: 80, ConnectionDuration: 0.12503695488 seconds), -(Remote IP: 23.94.247.41, Remote port: 54423, Own port: 80, ConnectionDuration: 0.220990896225 seconds), -(Remote IP: 23.94.247.41, Remote port: 55258, Own port: 80, ConnectionDuration: 0.98711514473 seconds), -(Remote IP: 23.94.247.41, Remote port: 55749, Own port: 80, ConnectionDuration: 5.96688508987 seconds), -(Remote IP: 23.94.247.41, Remote port: 57550, Own port: 80, ConnectionDuration: 1.06848812103 seconds), -(Remote IP: 23.94.247.41, Remote port: 58569, Own port: 80, ConnectionDuration: 2.00119709969 seconds), -(Remote IP: 23.94.247.41, Remote port: 59492, Own port: 80, ConnectionDuration: 1.71397399902 seconds), -(Remote IP: 23.94.247.41, Remote port: 59932, Own port: 80, ConnectionDuration: 3.00053501129 seconds), -(Remote IP: 23.94.247.41, Remote port: 60989, Own port: 80, ConnectionDuration: 1.87809300423 seconds), -(Remote IP: 222.87.105.38, Remote port: 53563, Own port: 23, ConnectionDuration: 30.6639699936 seconds), -(Remote IP: 23.94.247.41, Remote port: 63059, Own port: 80, ConnectionDuration: 1.09404993057 seconds), -(Remote IP: 23.94.247.41, Remote port: 63607, Own port: 80, ConnectionDuration: 1.43738818169 seconds), -(Remote IP: 23.94.247.41, Remote port: 64141, Own port: 80, ConnectionDuration: 1.68473005295 seconds), -(Remote IP: 23.94.247.41, Remote port: 64747, Own port: 80, ConnectionDuration: 1.08017396927 seconds), -(Remote IP: 23.94.247.41, Remote port: 65447, Own port: 80, ConnectionDuration: 2.00072383881 seconds), -(Remote IP: 23.94.247.41, Remote port: 50139, Own port: 80, ConnectionDuration: 1.09009003639 seconds), -(Remote IP: 23.94.247.41, Remote port: 51183, Own port: 80, ConnectionDuration: 1.20819187164 seconds), -(Remote IP: 23.94.247.41, Remote port: 51744, Own port: 80, ConnectionDuration: 2.36755204201 seconds), -(Remote IP: 23.94.247.41, Remote port: 52372, Own port: 80, ConnectionDuration: 2.29625606537 seconds), -(Remote IP: 23.94.247.41, Remote port: 54277, Own port: 80, ConnectionDuration: 1.10739302635 seconds), -(Remote IP: 23.94.247.41, Remote port: 55841, Own port: 80, ConnectionDuration: 0.301046133041 seconds), -(Remote IP: 23.94.247.41, Remote port: 56509, Own port: 80, ConnectionDuration: 1.0101120472 seconds), -(Remote IP: 23.94.247.41, Remote port: 57469, Own port: 80, ConnectionDuration: 2.09985184669 seconds), -(Remote IP: 23.94.247.41, Remote port: 58098, Own port: 80, ConnectionDuration: 0.999356031418 seconds), -(Remote IP: 23.94.247.41, Remote port: 58351, Own port: 80, ConnectionDuration: 15.1912539005 seconds), -(Remote IP: 23.94.247.41, Remote port: 61466, Own port: 80, ConnectionDuration: 1.0105650425 seconds), -(Remote IP: 23.94.247.41, Remote port: 62606, Own port: 80, ConnectionDuration: 2.22608995438 seconds), -(Remote IP: 23.94.247.41, Remote port: 63362, Own port: 80, ConnectionDuration: 1.09743785858 seconds), -(Remote IP: 23.94.247.41, Remote port: 63856, Own port: 80, ConnectionDuration: 3.02212095261 seconds), -(Remote IP: 23.94.247.41, Remote port: 64663, Own port: 80, ConnectionDuration: 0.438719987869 seconds), -(Remote IP: 23.94.247.41, Remote port: 64846, Own port: 80, ConnectionDuration: 2.11827206612 seconds), -(Remote IP: 23.94.247.41, Remote port: 65248, Own port: 80, ConnectionDuration: 2.00644397736 seconds), -(Remote IP: 23.94.247.41, Remote port: 49242, Own port: 80, ConnectionDuration: 3.23414492607 seconds), -(Remote IP: 23.94.247.41, Remote port: 50031, Own port: 80, ConnectionDuration: 1.08091497421 seconds), -(Remote IP: 23.94.247.41, Remote port: 50938, Own port: 80, ConnectionDuration: 6.31299805641 seconds), -(Remote IP: 23.94.247.41, Remote port: 51998, Own port: 80, ConnectionDuration: 1.06588602066 seconds), -(Remote IP: 23.94.247.41, Remote port: 52384, Own port: 80, ConnectionDuration: 2.03197097778 seconds), -(Remote IP: 23.94.247.41, Remote port: 53019, Own port: 80, ConnectionDuration: 1.01700782776 seconds), -(Remote IP: 23.94.247.41, Remote port: 53618, Own port: 80, ConnectionDuration: 4.28020381927 seconds), -(Remote IP: 23.94.247.41, Remote port: 54722, Own port: 80, ConnectionDuration: 1.01323008537 seconds), -(Remote IP: 23.94.247.41, Remote port: 55575, Own port: 80, ConnectionDuration: 8.57072401047 seconds), -(Remote IP: 23.94.247.41, Remote port: 56998, Own port: 80, ConnectionDuration: 1.06475496292 seconds), -(Remote IP: 23.94.247.41, Remote port: 57398, Own port: 80, ConnectionDuration: 1.0909280777 seconds), -(Remote IP: 23.94.247.41, Remote port: 58087, Own port: 80, ConnectionDuration: 1.01110100746 seconds), -(Remote IP: 23.94.247.41, Remote port: 58644, Own port: 80, ConnectionDuration: 9.0099670887 seconds), -(Remote IP: 23.94.247.41, Remote port: 60174, Own port: 80, ConnectionDuration: 8.40828895569 seconds), -(Remote IP: 23.94.247.41, Remote port: 62035, Own port: 80, ConnectionDuration: 0.108951091766 seconds), -(Remote IP: 23.94.247.41, Remote port: 62162, Own port: 80, ConnectionDuration: 1.09171819687 seconds), -(Remote IP: 23.94.247.41, Remote port: 62836, Own port: 80, ConnectionDuration: 2.08644604683 seconds), -(Remote IP: 23.94.247.41, Remote port: 63388, Own port: 80, ConnectionDuration: 2.78934216499 seconds), -(Remote IP: 23.94.247.41, Remote port: 63896, Own port: 80, ConnectionDuration: 1.79947018623 seconds), -(Remote IP: 23.94.247.41, Remote port: 64801, Own port: 80, ConnectionDuration: 1.19160914421 seconds), -(Remote IP: 23.94.247.41, Remote port: 65111, Own port: 80, ConnectionDuration: 0.988806009293 seconds), -(Remote IP: 23.94.247.41, Remote port: 65496, Own port: 80, ConnectionDuration: 1.0294110775 seconds), -(Remote IP: 23.94.247.41, Remote port: 49517, Own port: 80, ConnectionDuration: 2.04870891571 seconds), -(Remote IP: 23.94.247.41, Remote port: 50195, Own port: 80, ConnectionDuration: 1.06782007217 seconds), -(Remote IP: 23.94.247.41, Remote port: 50338, Own port: 80, ConnectionDuration: 1.02140402794 seconds), -(Remote IP: 60.191.125.35, Remote port: 43954, Own port: 9999, ConnectionDuration: 0.00098705291748 seconds), -(Remote IP: 60.191.125.35, Remote port: 44732, Own port: 9999, ConnectionDuration: 0.276261091232 seconds), -(Remote IP: 23.94.247.41, Remote port: 50785, Own port: 80, ConnectionDuration: 1.08933210373 seconds), -(Remote IP: 23.94.247.41, Remote port: 51028, Own port: 80, ConnectionDuration: 0.996288061142 seconds), -(Remote IP: 23.94.247.41, Remote port: 51440, Own port: 80, ConnectionDuration: 1.07335996628 seconds), -(Remote IP: 23.94.247.41, Remote port: 52186, Own port: 80, ConnectionDuration: 3.9986641407 seconds), -(Remote IP: 23.94.247.41, Remote port: 53136, Own port: 80, ConnectionDuration: 1.16816997528 seconds), -(Remote IP: 23.94.247.41, Remote port: 53591, Own port: 80, ConnectionDuration: 1.33094906807 seconds), -(Remote IP: 23.94.247.41, Remote port: 54089, Own port: 80, ConnectionDuration: 1.31950998306 seconds), -(Remote IP: 23.94.247.41, Remote port: 54503, Own port: 80, ConnectionDuration: 1.87032103539 seconds), -(Remote IP: 23.94.247.41, Remote port: 55154, Own port: 80, ConnectionDuration: 4.80128788948 seconds), -(Remote IP: 23.94.247.41, Remote port: 56164, Own port: 80, ConnectionDuration: 0.833606004715 seconds), -(Remote IP: 23.94.247.41, Remote port: 56357, Own port: 80, ConnectionDuration: 0.7735850811 seconds), -(Remote IP: 23.94.247.41, Remote port: 56601, Own port: 80, ConnectionDuration: 0.830415010452 seconds), -(Remote IP: 23.94.247.41, Remote port: 57028, Own port: 80, ConnectionDuration: 1.22129201889 seconds), -(Remote IP: 23.94.247.41, Remote port: 57444, Own port: 80, ConnectionDuration: 2.08310890198 seconds), -(Remote IP: 23.94.247.41, Remote port: 57946, Own port: 80, ConnectionDuration: 0.603872060776 seconds), -(Remote IP: 23.94.247.41, Remote port: 58375, Own port: 80, ConnectionDuration: 0.994878053665 seconds), -(Remote IP: 23.94.247.41, Remote port: 58778, Own port: 80, ConnectionDuration: 0.420249938965 seconds), -(Remote IP: 23.94.247.41, Remote port: 58933, Own port: 80, ConnectionDuration: 2.10830712318 seconds), -(Remote IP: 23.94.247.41, Remote port: 59339, Own port: 80, ConnectionDuration: 0.392314195633 seconds), -(Remote IP: 23.94.247.41, Remote port: 59495, Own port: 80, ConnectionDuration: 0.606747150421 seconds), -(Remote IP: 23.94.247.41, Remote port: 59706, Own port: 80, ConnectionDuration: 0.59578204155 seconds), -(Remote IP: 23.94.247.41, Remote port: 59864, Own port: 80, ConnectionDuration: 0.272159099579 seconds), -(Remote IP: 23.94.247.41, Remote port: 60229, Own port: 80, ConnectionDuration: 1.26593589783 seconds), -(Remote IP: 23.94.247.41, Remote port: 60525, Own port: 80, ConnectionDuration: 0.929579973221 seconds), -(Remote IP: 23.94.247.41, Remote port: 60973, Own port: 80, ConnectionDuration: 0.183655977249 seconds), -(Remote IP: 23.94.247.41, Remote port: 61250, Own port: 80, ConnectionDuration: 2.0326218605 seconds), -(Remote IP: 23.94.247.41, Remote port: 61701, Own port: 80, ConnectionDuration: 3.49425601959 seconds), -(Remote IP: 23.94.247.41, Remote port: 62472, Own port: 80, ConnectionDuration: 0.511162996292 seconds), -(Remote IP: 23.94.247.41, Remote port: 62651, Own port: 80, ConnectionDuration: 0.372921943665 seconds), -(Remote IP: 23.94.247.41, Remote port: 62834, Own port: 80, ConnectionDuration: 1.00170707703 seconds), -(Remote IP: 23.94.247.41, Remote port: 63041, Own port: 80, ConnectionDuration: 1.00395488739 seconds), -(Remote IP: 23.94.247.41, Remote port: 63635, Own port: 80, ConnectionDuration: 0.125653982162 seconds), -(Remote IP: 23.94.247.41, Remote port: 63899, Own port: 80, ConnectionDuration: 0.717836856842 seconds), -(Remote IP: 23.94.247.41, Remote port: 64065, Own port: 80, ConnectionDuration: 1.29955792427 seconds), -(Remote IP: 23.94.247.41, Remote port: 64736, Own port: 80, ConnectionDuration: 1.11896896362 seconds), -(Remote IP: 23.94.247.41, Remote port: 65128, Own port: 80, ConnectionDuration: 0.387805938721 seconds), -(Remote IP: 23.94.247.41, Remote port: 65350, Own port: 80, ConnectionDuration: 0.794857978821 seconds), -(Remote IP: 23.94.247.41, Remote port: 49274, Own port: 80, ConnectionDuration: 0.42317199707 seconds), -(Remote IP: 23.94.247.41, Remote port: 49494, Own port: 80, ConnectionDuration: 0.296998023987 seconds), -(Remote IP: 23.94.247.41, Remote port: 49592, Own port: 80, ConnectionDuration: 0.218461036682 seconds), -(Remote IP: 23.94.247.41, Remote port: 49648, Own port: 80, ConnectionDuration: 0.66511797905 seconds), -(Remote IP: 23.94.247.41, Remote port: 49891, Own port: 80, ConnectionDuration: 0.221163988113 seconds), -(Remote IP: 23.94.247.41, Remote port: 50115, Own port: 80, ConnectionDuration: 0.394440889359 seconds), -(Remote IP: 23.94.247.41, Remote port: 50363, Own port: 80, ConnectionDuration: 0.573407888412 seconds), -(Remote IP: 23.94.247.41, Remote port: 50589, Own port: 80, ConnectionDuration: 0.317008018494 seconds), -(Remote IP: 23.94.247.41, Remote port: 50808, Own port: 80, ConnectionDuration: 0.215045928955 seconds), -(Remote IP: 23.94.247.41, Remote port: 50926, Own port: 80, ConnectionDuration: 0.395576953888 seconds), -(Remote IP: 23.94.247.41, Remote port: 51052, Own port: 80, ConnectionDuration: 0.270571947098 seconds), -(Remote IP: 23.94.247.41, Remote port: 51191, Own port: 80, ConnectionDuration: 0.488301992416 seconds), -(Remote IP: 23.94.247.41, Remote port: 51290, Own port: 80, ConnectionDuration: 0.398319005966 seconds), -(Remote IP: 23.94.247.41, Remote port: 51592, Own port: 80, ConnectionDuration: 0.598263025284 seconds), -(Remote IP: 23.94.247.41, Remote port: 51791, Own port: 80, ConnectionDuration: 0.325067043304 seconds), -(Remote IP: 23.94.247.41, Remote port: 51922, Own port: 80, ConnectionDuration: 0.464395999908 seconds), -(Remote IP: 23.94.247.41, Remote port: 52137, Own port: 80, ConnectionDuration: 0.380062103271 seconds), -(Remote IP: 23.94.247.41, Remote port: 52333, Own port: 80, ConnectionDuration: 0.484920978546 seconds), -(Remote IP: 23.94.247.41, Remote port: 52433, Own port: 80, ConnectionDuration: 1.21572208405 seconds), -(Remote IP: 23.94.247.41, Remote port: 52867, Own port: 80, ConnectionDuration: 0.282539129257 seconds), -(Remote IP: 23.94.247.41, Remote port: 52940, Own port: 80, ConnectionDuration: 0.307865142822 seconds), -(Remote IP: 23.94.247.41, Remote port: 53038, Own port: 80, ConnectionDuration: 0.470931053162 seconds), -(Remote IP: 23.94.247.41, Remote port: 53140, Own port: 80, ConnectionDuration: 0.499491930008 seconds), -(Remote IP: 23.94.247.41, Remote port: 53339, Own port: 80, ConnectionDuration: 0.196464061737 seconds), -(Remote IP: 23.94.247.41, Remote port: 53438, Own port: 80, ConnectionDuration: 0.312179088593 seconds), -(Remote IP: 23.94.247.41, Remote port: 53589, Own port: 80, ConnectionDuration: 0.301012039185 seconds), -(Remote IP: 23.94.247.41, Remote port: 53709, Own port: 80, ConnectionDuration: 0.462205886841 seconds), -(Remote IP: 23.94.247.41, Remote port: 53833, Own port: 80, ConnectionDuration: 0.214112043381 seconds), -(Remote IP: 23.94.247.41, Remote port: 54018, Own port: 80, ConnectionDuration: 0.490545034409 seconds), -(Remote IP: 23.94.247.41, Remote port: 54270, Own port: 80, ConnectionDuration: 0.417059898376 seconds), -(Remote IP: 23.94.247.41, Remote port: 54387, Own port: 80, ConnectionDuration: 0.299427032471 seconds), -(Remote IP: 23.94.247.41, Remote port: 54510, Own port: 80, ConnectionDuration: 0.50864315033 seconds), -(Remote IP: 23.94.247.41, Remote port: 54711, Own port: 80, ConnectionDuration: 0.321238040924 seconds), -(Remote IP: 23.94.247.41, Remote port: 54910, Own port: 80, ConnectionDuration: 0.388626813889 seconds), -(Remote IP: 23.94.247.41, Remote port: 54994, Own port: 80, ConnectionDuration: 0.32111287117 seconds), -(Remote IP: 23.94.247.41, Remote port: 55176, Own port: 80, ConnectionDuration: 0.414308071136 seconds), -(Remote IP: 23.94.247.41, Remote port: 55341, Own port: 80, ConnectionDuration: 0.479642152786 seconds), -(Remote IP: 23.94.247.41, Remote port: 55446, Own port: 80, ConnectionDuration: 0.300806999207 seconds), -(Remote IP: 23.94.247.41, Remote port: 55620, Own port: 80, ConnectionDuration: 0.282894134521 seconds), -(Remote IP: 23.94.247.41, Remote port: 55708, Own port: 80, ConnectionDuration: 0.608372926712 seconds), -(Remote IP: 23.94.247.41, Remote port: 55970, Own port: 80, ConnectionDuration: 0.333683013916 seconds), -(Remote IP: 23.94.247.41, Remote port: 56263, Own port: 80, ConnectionDuration: 0.201647043228 seconds), -(Remote IP: 23.94.247.41, Remote port: 56376, Own port: 80, ConnectionDuration: 0.29169011116 seconds), -(Remote IP: 23.94.247.41, Remote port: 56532, Own port: 80, ConnectionDuration: 0.206234931946 seconds), -(Remote IP: 23.94.247.41, Remote port: 56592, Own port: 80, ConnectionDuration: 0.511511087418 seconds), -(Remote IP: 23.94.247.41, Remote port: 57247, Own port: 80, ConnectionDuration: 0.484758853912 seconds), -(Remote IP: 23.94.247.41, Remote port: 57464, Own port: 80, ConnectionDuration: 0.308537006378 seconds), -(Remote IP: 23.94.247.41, Remote port: 57592, Own port: 80, ConnectionDuration: 0.190710783005 seconds), -(Remote IP: 23.94.247.41, Remote port: 57874, Own port: 80, ConnectionDuration: 0.297545194626 seconds), -(Remote IP: 23.94.247.41, Remote port: 59054, Own port: 80, ConnectionDuration: 0.490258932114 seconds), -(Remote IP: 23.94.247.41, Remote port: 59235, Own port: 80, ConnectionDuration: 0.514319181442 seconds), -(Remote IP: 23.94.247.41, Remote port: 59473, Own port: 80, ConnectionDuration: 0.29435300827 seconds), -(Remote IP: 23.94.247.41, Remote port: 59589, Own port: 80, ConnectionDuration: 0.312451839447 seconds), -(Remote IP: 23.94.247.41, Remote port: 59941, Own port: 80, ConnectionDuration: 0.515154123306 seconds), -(Remote IP: 23.94.247.41, Remote port: 60155, Own port: 80, ConnectionDuration: 0.185261964798 seconds), -(Remote IP: 23.94.247.41, Remote port: 60379, Own port: 80, ConnectionDuration: 0.58087015152 seconds), -(Remote IP: 23.94.247.41, Remote port: 60643, Own port: 80, ConnectionDuration: 0.507643938065 seconds), -(Remote IP: 23.94.247.41, Remote port: 61144, Own port: 80, ConnectionDuration: 0.291968107224 seconds), -(Remote IP: 23.94.247.41, Remote port: 61321, Own port: 80, ConnectionDuration: 0.580957174301 seconds), -(Remote IP: 23.94.247.41, Remote port: 61572, Own port: 80, ConnectionDuration: 0.378101110458 seconds), -(Remote IP: 23.94.247.41, Remote port: 61805, Own port: 80, ConnectionDuration: 0.399077892303 seconds), -(Remote IP: 23.94.247.41, Remote port: 62012, Own port: 80, ConnectionDuration: 0.289627075195 seconds), -(Remote IP: 23.94.247.41, Remote port: 62177, Own port: 80, ConnectionDuration: 0.275645971298 seconds), -(Remote IP: 23.94.247.41, Remote port: 62290, Own port: 80, ConnectionDuration: 0.807142972946 seconds), -(Remote IP: 23.94.247.41, Remote port: 62539, Own port: 80, ConnectionDuration: 0.487675189972 seconds), -(Remote IP: 23.94.247.41, Remote port: 62979, Own port: 80, ConnectionDuration: 0.206078052521 seconds), -(Remote IP: 23.94.247.41, Remote port: 63195, Own port: 80, ConnectionDuration: 0.31125998497 seconds), -(Remote IP: 23.94.247.41, Remote port: 63358, Own port: 80, ConnectionDuration: 0.323359966278 seconds), -(Remote IP: 23.94.247.41, Remote port: 63514, Own port: 80, ConnectionDuration: 0.40510892868 seconds), -(Remote IP: 23.94.247.41, Remote port: 63768, Own port: 80, ConnectionDuration: 0.278289079666 seconds), -(Remote IP: 23.94.247.41, Remote port: 64172, Own port: 80, ConnectionDuration: 0.48828792572 seconds), -(Remote IP: 23.94.247.41, Remote port: 64281, Own port: 80, ConnectionDuration: 0.217221021652 seconds), -(Remote IP: 23.94.247.41, Remote port: 64363, Own port: 80, ConnectionDuration: 0.402397155762 seconds), -(Remote IP: 23.94.247.41, Remote port: 64754, Own port: 80, ConnectionDuration: 0.310669898987 seconds), -(Remote IP: 23.94.247.41, Remote port: 64886, Own port: 80, ConnectionDuration: 0.401202917099 seconds), -(Remote IP: 23.94.247.41, Remote port: 65148, Own port: 80, ConnectionDuration: 0.623507022858 seconds), -(Remote IP: 23.94.247.41, Remote port: 65307, Own port: 80, ConnectionDuration: 0.818629026413 seconds), -(Remote IP: 23.94.247.41, Remote port: 49485, Own port: 80, ConnectionDuration: 0.504613161087 seconds), -(Remote IP: 23.94.247.41, Remote port: 49601, Own port: 80, ConnectionDuration: 0.20029091835 seconds), -(Remote IP: 23.94.247.41, Remote port: 49677, Own port: 80, ConnectionDuration: 0.287139177322 seconds), -(Remote IP: 23.94.247.41, Remote port: 49795, Own port: 80, ConnectionDuration: 0.702574968338 seconds), -(Remote IP: 23.94.247.41, Remote port: 50389, Own port: 80, ConnectionDuration: 0.377800941467 seconds), -(Remote IP: 23.94.247.41, Remote port: 50613, Own port: 80, ConnectionDuration: 0.32114982605 seconds), -(Remote IP: 23.94.247.41, Remote port: 50823, Own port: 80, ConnectionDuration: 0.193599939346 seconds), -(Remote IP: 23.94.247.41, Remote port: 51050, Own port: 80, ConnectionDuration: 0.206042051315 seconds), -(Remote IP: 23.94.247.41, Remote port: 51482, Own port: 80, ConnectionDuration: 0.121318101883 seconds), -(Remote IP: 23.94.247.41, Remote port: 51702, Own port: 80, ConnectionDuration: 0.209884166718 seconds), -(Remote IP: 23.94.247.41, Remote port: 51837, Own port: 80, ConnectionDuration: 0.277241945267 seconds), -(Remote IP: 23.94.247.41, Remote port: 51934, Own port: 80, ConnectionDuration: 0.509755134583 seconds), -(Remote IP: 23.94.247.41, Remote port: 52210, Own port: 80, ConnectionDuration: 0.697214126587 seconds), -(Remote IP: 23.94.247.41, Remote port: 52564, Own port: 80, ConnectionDuration: 0.477809906006 seconds), -(Remote IP: 23.94.247.41, Remote port: 52785, Own port: 80, ConnectionDuration: 0.209202051163 seconds), -(Remote IP: 23.94.247.41, Remote port: 52993, Own port: 80, ConnectionDuration: 0.197292804718 seconds), -(Remote IP: 23.94.247.41, Remote port: 53264, Own port: 80, ConnectionDuration: 0.48345208168 seconds), -(Remote IP: 23.94.247.41, Remote port: 53433, Own port: 80, ConnectionDuration: 0.298177957535 seconds), -(Remote IP: 23.94.247.41, Remote port: 53610, Own port: 80, ConnectionDuration: 0.194647073746 seconds), -(Remote IP: 23.94.247.41, Remote port: 53747, Own port: 80, ConnectionDuration: 0.492313861847 seconds), -(Remote IP: 23.94.247.41, Remote port: 54169, Own port: 80, ConnectionDuration: 0.200765132904 seconds), -(Remote IP: 23.94.247.41, Remote port: 54378, Own port: 80, ConnectionDuration: 0.512369155884 seconds), -(Remote IP: 23.94.247.41, Remote port: 54532, Own port: 80, ConnectionDuration: 0.496165990829 seconds), -(Remote IP: 23.94.247.41, Remote port: 54909, Own port: 80, ConnectionDuration: 0.501606941223 seconds), -(Remote IP: 23.94.247.41, Remote port: 55330, Own port: 80, ConnectionDuration: 1.07151794434 seconds), -(Remote IP: 23.94.247.41, Remote port: 55555, Own port: 80, ConnectionDuration: 0.481626033783 seconds), -(Remote IP: 23.94.247.41, Remote port: 55944, Own port: 80, ConnectionDuration: 0.290781021118 seconds), -(Remote IP: 23.94.247.41, Remote port: 56129, Own port: 80, ConnectionDuration: 0.496075153351 seconds), -(Remote IP: 23.94.247.41, Remote port: 56450, Own port: 80, ConnectionDuration: 0.49314904213 seconds), -(Remote IP: 23.94.247.41, Remote port: 56591, Own port: 80, ConnectionDuration: 0.381209850311 seconds), -(Remote IP: 23.94.247.41, Remote port: 56907, Own port: 80, ConnectionDuration: 0.403895139694 seconds), -(Remote IP: 23.94.247.41, Remote port: 57052, Own port: 80, ConnectionDuration: 0.606902122498 seconds), -(Remote IP: 23.94.247.41, Remote port: 57648, Own port: 80, ConnectionDuration: 0.205523967743 seconds), -(Remote IP: 23.94.247.41, Remote port: 57758, Own port: 80, ConnectionDuration: 0.501275062561 seconds), -(Remote IP: 23.94.247.41, Remote port: 58006, Own port: 80, ConnectionDuration: 0.108752012253 seconds), -(Remote IP: 23.94.247.41, Remote port: 58134, Own port: 80, ConnectionDuration: 0.506042957306 seconds), -(Remote IP: 23.94.247.41, Remote port: 58554, Own port: 80, ConnectionDuration: 0.697527885437 seconds), -(Remote IP: 23.94.247.41, Remote port: 58664, Own port: 80, ConnectionDuration: 0.507787942886 seconds), -(Remote IP: 23.94.247.41, Remote port: 58849, Own port: 80, ConnectionDuration: 0.392908096313 seconds), -(Remote IP: 23.94.247.41, Remote port: 59010, Own port: 80, ConnectionDuration: 0.766080856323 seconds), -(Remote IP: 3.8.114.105, Remote port: 46356, Own port: 445, ConnectionDuration: 10.1149010658 seconds), -(Remote IP: 23.94.247.41, Remote port: 59562, Own port: 80, ConnectionDuration: 1.2874751091 seconds), -(Remote IP: 23.94.247.41, Remote port: 60059, Own port: 80, ConnectionDuration: 0.41090798378 seconds), -(Remote IP: 23.94.247.41, Remote port: 60284, Own port: 80, ConnectionDuration: 0.30273103714 seconds), -(Remote IP: 23.94.247.41, Remote port: 60372, Own port: 80, ConnectionDuration: 0.400092124939 seconds), -(Remote IP: 23.94.247.41, Remote port: 61027, Own port: 80, ConnectionDuration: 0.596781015396 seconds), -(Remote IP: 23.94.247.41, Remote port: 61308, Own port: 80, ConnectionDuration: 0.518275976181 seconds), -(Remote IP: 23.94.247.41, Remote port: 61508, Own port: 80, ConnectionDuration: 0.408381938934 seconds), -(Remote IP: 23.94.247.41, Remote port: 61697, Own port: 80, ConnectionDuration: 0.786664009094 seconds), -(Remote IP: 23.94.247.41, Remote port: 62215, Own port: 80, ConnectionDuration: 0.483340024948 seconds), -(Remote IP: 23.94.247.41, Remote port: 62508, Own port: 80, ConnectionDuration: 0.49995803833 seconds), -(Remote IP: 23.94.247.41, Remote port: 62790, Own port: 80, ConnectionDuration: 0.503532886505 seconds), -(Remote IP: 23.94.247.41, Remote port: 62984, Own port: 80, ConnectionDuration: 1.0926129818 seconds), -(Remote IP: 23.94.247.41, Remote port: 63673, Own port: 80, ConnectionDuration: 0.390601873398 seconds), -(Remote IP: 23.94.247.41, Remote port: 63783, Own port: 80, ConnectionDuration: 0.592226028442 seconds), -(Remote IP: 23.94.247.41, Remote port: 64014, Own port: 80, ConnectionDuration: 0.696160078049 seconds), -(Remote IP: 23.94.247.41, Remote port: 64337, Own port: 80, ConnectionDuration: 0.395668029785 seconds), -(Remote IP: 3.8.114.105, Remote port: 60818, Own port: 445, ConnectionDuration: 5.88359022141 seconds), -(Remote IP: 23.94.247.41, Remote port: 64703, Own port: 80, ConnectionDuration: 0.37205696106 seconds), -(Remote IP: 23.94.247.41, Remote port: 65019, Own port: 80, ConnectionDuration: 1.00762701035 seconds), -(Remote IP: 23.94.247.41, Remote port: 65481, Own port: 80, ConnectionDuration: 0.282644987106 seconds), -(Remote IP: 23.94.247.41, Remote port: 49225, Own port: 80, ConnectionDuration: 0.517345905304 seconds), -(Remote IP: 23.94.247.41, Remote port: 49513, Own port: 80, ConnectionDuration: 0.382224798203 seconds), -(Remote IP: 23.94.247.41, Remote port: 49784, Own port: 80, ConnectionDuration: 0.399569034576 seconds), -(Remote IP: 23.94.247.41, Remote port: 49993, Own port: 80, ConnectionDuration: 0.463746070862 seconds), -(Remote IP: 23.94.247.41, Remote port: 50220, Own port: 80, ConnectionDuration: 0.713207960129 seconds), -(Remote IP: 23.94.247.41, Remote port: 50696, Own port: 80, ConnectionDuration: 0.695703029633 seconds), -(Remote IP: 23.94.247.41, Remote port: 50929, Own port: 80, ConnectionDuration: 0.516649007797 seconds), -(Remote IP: 23.94.247.41, Remote port: 51098, Own port: 80, ConnectionDuration: 0.403059959412 seconds), -(Remote IP: 23.94.247.41, Remote port: 51351, Own port: 80, ConnectionDuration: 0.315882921219 seconds), -(Remote IP: 3.8.114.105, Remote port: 51712, Own port: 445, ConnectionDuration: 5.87725710869 seconds), -(Remote IP: 23.94.247.41, Remote port: 51575, Own port: 80, ConnectionDuration: 0.496690034866 seconds), -(Remote IP: 23.94.247.41, Remote port: 51707, Own port: 80, ConnectionDuration: 0.327146053314 seconds), -(Remote IP: 23.94.247.41, Remote port: 51852, Own port: 80, ConnectionDuration: 0.702972173691 seconds), -(Remote IP: 23.94.247.41, Remote port: 52175, Own port: 80, ConnectionDuration: 0.627160072327 seconds), -(Remote IP: 23.94.247.41, Remote port: 52466, Own port: 80, ConnectionDuration: 0.392628908157 seconds), -(Remote IP: 23.94.247.41, Remote port: 52726, Own port: 80, ConnectionDuration: 0.174940824509 seconds), -(Remote IP: 23.94.247.41, Remote port: 52950, Own port: 80, ConnectionDuration: 0.488149881363 seconds), -(Remote IP: 23.94.247.41, Remote port: 53232, Own port: 80, ConnectionDuration: 0.416694879532 seconds), -(Remote IP: 23.94.247.41, Remote port: 53545, Own port: 80, ConnectionDuration: 0.522248983383 seconds), -(Remote IP: 23.94.247.41, Remote port: 53715, Own port: 80, ConnectionDuration: 0.717009067535 seconds), -(Remote IP: 23.94.247.41, Remote port: 54078, Own port: 80, ConnectionDuration: 0.515523910522 seconds), -(Remote IP: 23.94.247.41, Remote port: 54241, Own port: 80, ConnectionDuration: 0.315578937531 seconds), -(Remote IP: 23.94.247.41, Remote port: 54436, Own port: 80, ConnectionDuration: 0.695909023285 seconds), -(Remote IP: 3.8.114.105, Remote port: 57364, Own port: 445, ConnectionDuration: 5.87881708145 seconds), -(Remote IP: 23.94.247.41, Remote port: 54871, Own port: 80, ConnectionDuration: 0.7985060215 seconds), -(Remote IP: 23.94.247.41, Remote port: 55214, Own port: 80, ConnectionDuration: 0.387344837189 seconds), -(Remote IP: 23.94.247.41, Remote port: 55372, Own port: 80, ConnectionDuration: 0.714993000031 seconds), -(Remote IP: 23.94.247.41, Remote port: 55759, Own port: 80, ConnectionDuration: 0.389034986496 seconds), -(Remote IP: 23.94.247.41, Remote port: 55986, Own port: 80, ConnectionDuration: 0.390488862991 seconds), -(Remote IP: 23.94.247.41, Remote port: 56159, Own port: 80, ConnectionDuration: 0.82264995575 seconds), -(Remote IP: 23.94.247.41, Remote port: 56391, Own port: 80, ConnectionDuration: 1.28045296669 seconds), -(Remote IP: 23.94.247.41, Remote port: 56991, Own port: 80, ConnectionDuration: 0.324100971222 seconds), -(Remote IP: 23.94.247.41, Remote port: 57396, Own port: 80, ConnectionDuration: 0.505883216858 seconds), -(Remote IP: 23.94.247.41, Remote port: 57609, Own port: 80, ConnectionDuration: 0.525843858719 seconds), -(Remote IP: 23.94.247.41, Remote port: 57994, Own port: 80, ConnectionDuration: 0.325650930405 seconds), -(Remote IP: 3.8.114.105, Remote port: 37550, Own port: 445, ConnectionDuration: 5.87306284904 seconds), -(Remote IP: 23.94.247.41, Remote port: 58418, Own port: 80, ConnectionDuration: 0.566339969635 seconds), -(Remote IP: 23.94.247.41, Remote port: 58667, Own port: 80, ConnectionDuration: 0.62202000618 seconds), -(Remote IP: 23.94.247.41, Remote port: 59072, Own port: 80, ConnectionDuration: 0.59511089325 seconds), -(Remote IP: 23.94.247.41, Remote port: 59335, Own port: 80, ConnectionDuration: 0.578421115875 seconds), -(Remote IP: 23.94.247.41, Remote port: 59751, Own port: 80, ConnectionDuration: 0.91900396347 seconds), -(Remote IP: 23.94.247.41, Remote port: 60212, Own port: 80, ConnectionDuration: 0.402920007706 seconds), -(Remote IP: 23.94.247.41, Remote port: 60389, Own port: 80, ConnectionDuration: 0.713585853577 seconds), -(Remote IP: 23.94.247.41, Remote port: 60556, Own port: 80, ConnectionDuration: 0.412946939468 seconds), -(Remote IP: 23.94.247.41, Remote port: 60934, Own port: 80, ConnectionDuration: 0.527336120605 seconds), -(Remote IP: 23.94.247.41, Remote port: 61123, Own port: 80, ConnectionDuration: 0.684597015381 seconds), -(Remote IP: 23.94.247.41, Remote port: 61326, Own port: 80, ConnectionDuration: 0.408674001694 seconds), -(Remote IP: 190.189.46.248, Remote port: 46164, Own port: 23, ConnectionDuration: 119.542286873 seconds), -(Remote IP: 190.189.46.248, Remote port: 46164, Own port: 23, ConnectionDuration: 119.54272294 seconds), -(Remote IP: 3.8.114.105, Remote port: 48946, Own port: 445, ConnectionDuration: 5.87431311607 seconds), -(Remote IP: 23.94.247.41, Remote port: 61633, Own port: 80, ConnectionDuration: 0.405425071716 seconds), -(Remote IP: 23.94.247.41, Remote port: 61858, Own port: 80, ConnectionDuration: 0.116759061813 seconds), -(Remote IP: 23.94.247.41, Remote port: 61928, Own port: 80, ConnectionDuration: 0.432361841202 seconds), -(Remote IP: 23.94.247.41, Remote port: 62040, Own port: 80, ConnectionDuration: 0.465661048889 seconds), -(Remote IP: 23.94.247.41, Remote port: 62181, Own port: 80, ConnectionDuration: 0.710592031479 seconds), -(Remote IP: 23.94.247.41, Remote port: 62695, Own port: 80, ConnectionDuration: 0.313583850861 seconds), -(Remote IP: 23.94.247.41, Remote port: 63093, Own port: 80, ConnectionDuration: 0.294902086258 seconds), -(Remote IP: 23.94.247.41, Remote port: 63357, Own port: 80, ConnectionDuration: 0.299810886383 seconds), -(Remote IP: 23.94.247.41, Remote port: 63576, Own port: 80, ConnectionDuration: 0.513972997665 seconds), -(Remote IP: 23.94.247.41, Remote port: 63936, Own port: 80, ConnectionDuration: 0.293026924133 seconds), -(Remote IP: 3.8.114.105, Remote port: 21239, Own port: 445, ConnectionDuration: 120.045338869 seconds), -(Remote IP: 3.8.114.105, Remote port: 21239, Own port: 445, ConnectionDuration: 120.045888901 seconds), -(Remote IP: 23.94.247.41, Remote port: 64065, Own port: 80, ConnectionDuration: 0.47475194931 seconds), -(Remote IP: 23.94.247.41, Remote port: 64530, Own port: 80, ConnectionDuration: 0.399017095566 seconds), -(Remote IP: 23.94.247.41, Remote port: 64636, Own port: 80, ConnectionDuration: 0.503648996353 seconds), -(Remote IP: 23.94.247.41, Remote port: 64823, Own port: 80, ConnectionDuration: 0.511978149414 seconds), -(Remote IP: 3.8.114.105, Remote port: 39880, Own port: 445, ConnectionDuration: 5.87231397629 seconds), -(Remote IP: 23.94.247.41, Remote port: 65036, Own port: 80, ConnectionDuration: 0.613502979279 seconds), -(Remote IP: 23.94.247.41, Remote port: 65362, Own port: 80, ConnectionDuration: 0.423388957977 seconds), -(Remote IP: 23.94.247.41, Remote port: 49197, Own port: 80, ConnectionDuration: 0.408102989197 seconds), -(Remote IP: 23.94.247.41, Remote port: 49481, Own port: 80, ConnectionDuration: 0.287282943726 seconds), -(Remote IP: 23.94.247.41, Remote port: 49587, Own port: 80, ConnectionDuration: 0.582498073578 seconds), -(Remote IP: 23.94.247.41, Remote port: 49775, Own port: 80, ConnectionDuration: 0.512377023697 seconds), -(Remote IP: 23.94.247.41, Remote port: 50047, Own port: 80, ConnectionDuration: 0.238099813461 seconds), -(Remote IP: 23.94.247.41, Remote port: 50555, Own port: 80, ConnectionDuration: 0.405178070068 seconds), -(Remote IP: 23.94.247.41, Remote port: 50794, Own port: 80, ConnectionDuration: 0.420908927917 seconds), -(Remote IP: 23.94.247.41, Remote port: 51000, Own port: 80, ConnectionDuration: 0.31992816925 seconds), -(Remote IP: 23.94.247.41, Remote port: 51206, Own port: 80, ConnectionDuration: 0.524146080017 seconds), -(Remote IP: 23.94.247.41, Remote port: 51642, Own port: 80, ConnectionDuration: 0.19588804245 seconds), -(Remote IP: 23.94.247.41, Remote port: 51782, Own port: 80, ConnectionDuration: 0.500777959824 seconds), -(Remote IP: 23.94.247.41, Remote port: 52001, Own port: 80, ConnectionDuration: 0.302854061127 seconds), -(Remote IP: 3.8.114.105, Remote port: 41908, Own port: 445, ConnectionDuration: 5.88669586182 seconds), -(Remote IP: 23.94.247.41, Remote port: 52121, Own port: 80, ConnectionDuration: 0.387026071548 seconds), -(Remote IP: 23.94.247.41, Remote port: 52775, Own port: 80, ConnectionDuration: 0.206538915634 seconds), -(Remote IP: 23.94.247.41, Remote port: 53185, Own port: 80, ConnectionDuration: 0.378264904022 seconds), -(Remote IP: 23.94.247.41, Remote port: 53342, Own port: 80, ConnectionDuration: 0.776183843613 seconds), -(Remote IP: 23.94.247.41, Remote port: 53631, Own port: 80, ConnectionDuration: 0.3043820858 seconds), -(Remote IP: 23.94.247.41, Remote port: 54293, Own port: 80, ConnectionDuration: 0.384298086166 seconds), -(Remote IP: 23.94.247.41, Remote port: 54428, Own port: 80, ConnectionDuration: 0.477187871933 seconds), -(Remote IP: 23.94.247.41, Remote port: 54561, Own port: 80, ConnectionDuration: 0.308933973312 seconds), -(Remote IP: 23.94.247.41, Remote port: 54717, Own port: 80, ConnectionDuration: 0.430464982986 seconds), -(Remote IP: 23.94.247.41, Remote port: 55120, Own port: 80, ConnectionDuration: 0.579027891159 seconds), -(Remote IP: 23.94.247.41, Remote port: 55334, Own port: 80, ConnectionDuration: 0.423150062561 seconds), -(Remote IP: 3.8.114.105, Remote port: 48286, Own port: 445, ConnectionDuration: 5.87317013741 seconds), -(Remote IP: 23.94.247.41, Remote port: 55578, Own port: 80, ConnectionDuration: 0.328166007996 seconds), -(Remote IP: 23.94.247.41, Remote port: 55741, Own port: 80, ConnectionDuration: 0.402259111404 seconds), -(Remote IP: 23.94.247.41, Remote port: 55922, Own port: 80, ConnectionDuration: 0.49582695961 seconds), -(Remote IP: 23.94.247.41, Remote port: 56053, Own port: 80, ConnectionDuration: 0.182648897171 seconds), -(Remote IP: 23.94.247.41, Remote port: 56118, Own port: 80, ConnectionDuration: 0.610589981079 seconds), -(Remote IP: 23.94.247.41, Remote port: 56379, Own port: 80, ConnectionDuration: 0.603691101074 seconds), -(Remote IP: 23.94.247.41, Remote port: 56471, Own port: 80, ConnectionDuration: 0.517150163651 seconds), -(Remote IP: 23.94.247.41, Remote port: 56686, Own port: 80, ConnectionDuration: 0.791980981827 seconds), -(Remote IP: 23.94.247.41, Remote port: 57000, Own port: 80, ConnectionDuration: 0.699277877808 seconds), -(Remote IP: 23.94.247.41, Remote port: 57136, Own port: 80, ConnectionDuration: 0.599318027496 seconds), -(Remote IP: 23.94.247.41, Remote port: 57381, Own port: 80, ConnectionDuration: 0.790451049805 seconds), -(Remote IP: 23.94.247.41, Remote port: 57490, Own port: 80, ConnectionDuration: 0.423056840897 seconds), -(Remote IP: 3.8.114.105, Remote port: 59730, Own port: 445, ConnectionDuration: 5.89091396332 seconds), -(Remote IP: 23.94.247.41, Remote port: 57652, Own port: 80, ConnectionDuration: 0.587378025055 seconds), -(Remote IP: 23.94.247.41, Remote port: 57863, Own port: 80, ConnectionDuration: 0.220534086227 seconds), -(Remote IP: 23.94.247.41, Remote port: 58049, Own port: 80, ConnectionDuration: 0.598196029663 seconds), -(Remote IP: 23.94.247.41, Remote port: 58317, Own port: 80, ConnectionDuration: 0.687920093536 seconds), -(Remote IP: 23.94.247.41, Remote port: 58439, Own port: 80, ConnectionDuration: 0.878545045853 seconds), -(Remote IP: 23.94.247.41, Remote port: 58648, Own port: 80, ConnectionDuration: 0.901566982269 seconds), -(Remote IP: 23.94.247.41, Remote port: 58759, Own port: 80, ConnectionDuration: 0.79980802536 seconds), -(Remote IP: 23.94.247.41, Remote port: 58921, Own port: 80, ConnectionDuration: 0.390977144241 seconds), -(Remote IP: 3.8.114.105, Remote port: 54604, Own port: 445, ConnectionDuration: 5.86993789673 seconds), -(Remote IP: 23.94.247.41, Remote port: 58987, Own port: 80, ConnectionDuration: 3.9984600544 seconds), -(Remote IP: 23.94.247.41, Remote port: 59320, Own port: 80, ConnectionDuration: 0.827622890472 seconds), -(Remote IP: 23.94.247.41, Remote port: 59514, Own port: 80, ConnectionDuration: 0.992319822311 seconds), -(Remote IP: 23.94.247.41, Remote port: 59595, Own port: 80, ConnectionDuration: 0.996819972992 seconds), -(Remote IP: 23.94.247.41, Remote port: 59834, Own port: 80, ConnectionDuration: 0.927119970322 seconds), -(Remote IP: 3.8.114.105, Remote port: 55090, Own port: 445, ConnectionDuration: 5.86466193199 seconds), -(Remote IP: 23.94.247.41, Remote port: 60041, Own port: 80, ConnectionDuration: 5.31434297562 seconds), -(Remote IP: 23.94.247.41, Remote port: 60306, Own port: 80, ConnectionDuration: 0.799633026123 seconds), -(Remote IP: 23.94.247.41, Remote port: 60401, Own port: 80, ConnectionDuration: 0.31254196167 seconds), -(Remote IP: 23.94.247.41, Remote port: 60454, Own port: 80, ConnectionDuration: 1.72398090363 seconds), -(Remote IP: 23.94.247.41, Remote port: 60582, Own port: 80, ConnectionDuration: 0.773339033127 seconds), -(Remote IP: 23.94.247.41, Remote port: 60633, Own port: 80, ConnectionDuration: 0.486843109131 seconds), -(Remote IP: 3.8.114.105, Remote port: 36758, Own port: 445, ConnectionDuration: 5.86944794655 seconds), -(Remote IP: 23.94.247.41, Remote port: 60718, Own port: 80, ConnectionDuration: 2.10662102699 seconds), -(Remote IP: 23.94.247.41, Remote port: 60849, Own port: 80, ConnectionDuration: 0.725723028183 seconds), -(Remote IP: 23.94.247.41, Remote port: 60967, Own port: 80, ConnectionDuration: 0.709030151367 seconds), -(Remote IP: 23.94.247.41, Remote port: 61016, Own port: 80, ConnectionDuration: 0.605454921722 seconds), -(Remote IP: 23.94.247.41, Remote port: 61143, Own port: 80, ConnectionDuration: 1.10309410095 seconds), -(Remote IP: 23.94.247.41, Remote port: 61261, Own port: 80, ConnectionDuration: 1.41684508324 seconds), -(Remote IP: 23.94.247.41, Remote port: 61347, Own port: 80, ConnectionDuration: 0.211990833282 seconds), -(Remote IP: 23.94.247.41, Remote port: 61462, Own port: 80, ConnectionDuration: 0.341821908951 seconds), -(Remote IP: 3.8.114.105, Remote port: 45070, Own port: 445, ConnectionDuration: 5.8809671402 seconds), -(Remote IP: 23.94.247.41, Remote port: 61556, Own port: 80, ConnectionDuration: 0.532209873199 seconds), -(Remote IP: 23.94.247.41, Remote port: 61624, Own port: 80, ConnectionDuration: 0.490854024887 seconds), -(Remote IP: 23.94.247.41, Remote port: 61672, Own port: 80, ConnectionDuration: 2.56176900864 seconds), -(Remote IP: 23.94.247.41, Remote port: 61858, Own port: 80, ConnectionDuration: 1.1938791275 seconds), -(Remote IP: 23.94.247.41, Remote port: 61944, Own port: 80, ConnectionDuration: 0.486106872559 seconds), -(Remote IP: 23.94.247.41, Remote port: 61990, Own port: 80, ConnectionDuration: 0.305371999741 seconds), -(Remote IP: 23.94.247.41, Remote port: 62039, Own port: 80, ConnectionDuration: 0.494592905045 seconds), -(Remote IP: 23.94.247.41, Remote port: 62156, Own port: 80, ConnectionDuration: 0.524569034576 seconds), -(Remote IP: 3.8.114.105, Remote port: 55076, Own port: 445, ConnectionDuration: 5.87107205391 seconds), -(Remote IP: 23.94.247.41, Remote port: 62202, Own port: 80, ConnectionDuration: 0.735190868378 seconds), -(Remote IP: 23.94.247.41, Remote port: 62262, Own port: 80, ConnectionDuration: 0.909533023834 seconds), -(Remote IP: 23.94.247.41, Remote port: 62365, Own port: 80, ConnectionDuration: 1.53654193878 seconds), -(Remote IP: 23.94.247.41, Remote port: 62456, Own port: 80, ConnectionDuration: 0.789000034332 seconds), -(Remote IP: 23.94.247.41, Remote port: 62605, Own port: 80, ConnectionDuration: 1.08055496216 seconds), -(Remote IP: 23.94.247.41, Remote port: 62654, Own port: 80, ConnectionDuration: 0.531765937805 seconds), -(Remote IP: 3.8.114.105, Remote port: 44630, Own port: 445, ConnectionDuration: 5.87276291847 seconds), -(Remote IP: 23.94.247.41, Remote port: 62764, Own port: 80, ConnectionDuration: 1.08788895607 seconds), -(Remote IP: 23.94.247.41, Remote port: 62878, Own port: 80, ConnectionDuration: 0.784963846207 seconds), -(Remote IP: 23.94.247.41, Remote port: 62924, Own port: 80, ConnectionDuration: 1.94304013252 seconds), -(Remote IP: 23.94.247.41, Remote port: 63028, Own port: 80, ConnectionDuration: 1.58768296242 seconds), -(Remote IP: 23.94.247.41, Remote port: 63108, Own port: 80, ConnectionDuration: 0.640007019043 seconds), -(Remote IP: 23.94.247.41, Remote port: 63234, Own port: 80, ConnectionDuration: 0.624891042709 seconds), -(Remote IP: 3.8.114.105, Remote port: 55744, Own port: 445, ConnectionDuration: 5.87909197807 seconds), -(Remote IP: 23.94.247.41, Remote port: 63317, Own port: 80, ConnectionDuration: 0.82906794548 seconds), -(Remote IP: 23.94.247.41, Remote port: 63379, Own port: 80, ConnectionDuration: 0.705822944641 seconds), -(Remote IP: 23.94.247.41, Remote port: 63444, Own port: 80, ConnectionDuration: 1.44770503044 seconds), -(Remote IP: 23.94.247.41, Remote port: 63538, Own port: 80, ConnectionDuration: 0.626051902771 seconds), -(Remote IP: 23.94.247.41, Remote port: 63622, Own port: 80, ConnectionDuration: 0.515434026718 seconds), -(Remote IP: 23.94.247.41, Remote port: 63717, Own port: 80, ConnectionDuration: 1.37443709373 seconds), -(Remote IP: 23.94.247.41, Remote port: 63765, Own port: 80, ConnectionDuration: 0.970069169998 seconds), -(Remote IP: 3.8.114.105, Remote port: 45644, Own port: 445, ConnectionDuration: 5.87443113327 seconds), -(Remote IP: 23.94.247.41, Remote port: 63838, Own port: 80, ConnectionDuration: 1.30212497711 seconds), -(Remote IP: 23.94.247.41, Remote port: 63874, Own port: 80, ConnectionDuration: 0.71386384964 seconds), -(Remote IP: 23.94.247.41, Remote port: 63987, Own port: 80, ConnectionDuration: 1.07971596718 seconds), -(Remote IP: 23.94.247.41, Remote port: 64063, Own port: 80, ConnectionDuration: 1.1073448658 seconds), -(Remote IP: 23.94.247.41, Remote port: 64119, Own port: 80, ConnectionDuration: 0.903308153152 seconds), -(Remote IP: 23.94.247.41, Remote port: 64205, Own port: 80, ConnectionDuration: 0.997972011566 seconds), -(Remote IP: 3.8.114.105, Remote port: 39304, Own port: 445, ConnectionDuration: 5.88492822647 seconds), -(Remote IP: 23.94.247.41, Remote port: 64306, Own port: 80, ConnectionDuration: 0.598859071732 seconds), -(Remote IP: 23.94.247.41, Remote port: 64342, Own port: 80, ConnectionDuration: 1.00025892258 seconds), -(Remote IP: 23.94.247.41, Remote port: 64392, Own port: 80, ConnectionDuration: 0.923909902573 seconds), -(Remote IP: 23.94.247.41, Remote port: 64486, Own port: 80, ConnectionDuration: 1.17945599556 seconds), -(Remote IP: 23.94.247.41, Remote port: 64628, Own port: 80, ConnectionDuration: 0.813841104507 seconds), -(Remote IP: 23.94.247.41, Remote port: 64744, Own port: 80, ConnectionDuration: 1.23162698746 seconds), -(Remote IP: 3.8.114.105, Remote port: 44010, Own port: 445, ConnectionDuration: 5.87105202675 seconds), -(Remote IP: 23.94.247.41, Remote port: 64832, Own port: 80, ConnectionDuration: 0.902400016785 seconds), -(Remote IP: 23.94.247.41, Remote port: 64892, Own port: 80, ConnectionDuration: 2.07290196419 seconds), -(Remote IP: 23.94.247.41, Remote port: 65000, Own port: 80, ConnectionDuration: 0.803927183151 seconds), -(Remote IP: 23.94.247.41, Remote port: 65060, Own port: 80, ConnectionDuration: 1.52126789093 seconds), -(Remote IP: 23.94.247.41, Remote port: 65154, Own port: 80, ConnectionDuration: 1.16865205765 seconds), -(Remote IP: 23.94.247.41, Remote port: 65253, Own port: 80, ConnectionDuration: 1.19623494148 seconds), -(Remote IP: 3.8.114.105, Remote port: 47760, Own port: 445, ConnectionDuration: 5.86961197853 seconds), -(Remote IP: 23.94.247.41, Remote port: 65294, Own port: 80, ConnectionDuration: 1.19222712517 seconds), -(Remote IP: 23.94.247.41, Remote port: 65348, Own port: 80, ConnectionDuration: 0.871285915375 seconds), -(Remote IP: 23.94.247.41, Remote port: 65424, Own port: 80, ConnectionDuration: 1.03561019897 seconds), -(Remote IP: 23.94.247.41, Remote port: 65470, Own port: 80, ConnectionDuration: 1.01272892952 seconds), -(Remote IP: 23.94.247.41, Remote port: 65522, Own port: 80, ConnectionDuration: 1.13093519211 seconds), -(Remote IP: 23.94.247.41, Remote port: 49314, Own port: 80, ConnectionDuration: 1.42611289024 seconds), -(Remote IP: 23.94.247.41, Remote port: 49371, Own port: 80, ConnectionDuration: 0.496398210526 seconds), -(Remote IP: 23.94.247.41, Remote port: 49447, Own port: 80, ConnectionDuration: 0.983881950378 seconds), -(Remote IP: 23.94.247.41, Remote port: 49570, Own port: 80, ConnectionDuration: 1.02863478661 seconds), -(Remote IP: 23.94.247.41, Remote port: 49653, Own port: 80, ConnectionDuration: 2.10381388664 seconds), -(Remote IP: 23.94.247.41, Remote port: 49812, Own port: 80, ConnectionDuration: 1.31429195404 seconds), -(Remote IP: 23.94.247.41, Remote port: 49901, Own port: 80, ConnectionDuration: 4.89727306366 seconds), -(Remote IP: 23.94.247.41, Remote port: 50104, Own port: 80, ConnectionDuration: 0.807703018188 seconds), -(Remote IP: 23.94.247.41, Remote port: 50211, Own port: 80, ConnectionDuration: 1.01936101913 seconds), -(Remote IP: 23.94.247.41, Remote port: 50263, Own port: 80, ConnectionDuration: 0.722237110138 seconds), -(Remote IP: 23.94.247.41, Remote port: 50338, Own port: 80, ConnectionDuration: 1.20065689087 seconds), -(Remote IP: 23.94.247.41, Remote port: 50439, Own port: 80, ConnectionDuration: 0.577883005142 seconds), -(Remote IP: 23.94.247.41, Remote port: 50490, Own port: 80, ConnectionDuration: 2.1783349514 seconds), -(Remote IP: 23.94.247.41, Remote port: 50578, Own port: 80, ConnectionDuration: 1.1890900135 seconds), -(Remote IP: 23.94.247.41, Remote port: 50704, Own port: 80, ConnectionDuration: 0.897703886032 seconds), -(Remote IP: 23.94.247.41, Remote port: 50748, Own port: 80, ConnectionDuration: 0.90561580658 seconds), -(Remote IP: 23.94.247.41, Remote port: 50793, Own port: 80, ConnectionDuration: 0.915521860123 seconds), -(Remote IP: 23.94.247.41, Remote port: 50879, Own port: 80, ConnectionDuration: 1.06468200684 seconds), -(Remote IP: 23.94.247.41, Remote port: 50937, Own port: 80, ConnectionDuration: 2.67494916916 seconds), -(Remote IP: 23.94.247.41, Remote port: 50997, Own port: 80, ConnectionDuration: 1.02645206451 seconds), -(Remote IP: 23.94.247.41, Remote port: 51095, Own port: 80, ConnectionDuration: 3.57396006584 seconds), -(Remote IP: 23.94.247.41, Remote port: 51307, Own port: 80, ConnectionDuration: 1.17066693306 seconds), -(Remote IP: 23.94.247.41, Remote port: 51384, Own port: 80, ConnectionDuration: 1.70076203346 seconds), -(Remote IP: 23.94.247.41, Remote port: 51511, Own port: 80, ConnectionDuration: 1.21829319 seconds), -(Remote IP: 23.94.247.41, Remote port: 51612, Own port: 80, ConnectionDuration: 2.18975710869 seconds), -(Remote IP: 23.94.247.41, Remote port: 51712, Own port: 80, ConnectionDuration: 1.77239394188 seconds), -(Remote IP: 23.94.247.41, Remote port: 51777, Own port: 80, ConnectionDuration: 1.89592385292 seconds), -(Remote IP: 23.94.247.41, Remote port: 51889, Own port: 80, ConnectionDuration: 1.48140406609 seconds), -(Remote IP: 23.94.247.41, Remote port: 51986, Own port: 80, ConnectionDuration: 1.01244807243 seconds), -(Remote IP: 23.94.247.41, Remote port: 52028, Own port: 80, ConnectionDuration: 0.971708059311 seconds), -(Remote IP: 23.94.247.41, Remote port: 52088, Own port: 80, ConnectionDuration: 2.03172016144 seconds), -(Remote IP: 23.94.247.41, Remote port: 52148, Own port: 80, ConnectionDuration: 0.1978328228 seconds), -(Remote IP: 23.94.247.41, Remote port: 52188, Own port: 80, ConnectionDuration: 0.946249008179 seconds), -(Remote IP: 23.94.247.41, Remote port: 52268, Own port: 80, ConnectionDuration: 0.634137868881 seconds), -(Remote IP: 23.94.247.41, Remote port: 52304, Own port: 80, ConnectionDuration: 2.20420408249 seconds), -(Remote IP: 23.94.247.41, Remote port: 52394, Own port: 80, ConnectionDuration: 0.712022066116 seconds), -(Remote IP: 23.94.247.41, Remote port: 52477, Own port: 80, ConnectionDuration: 0.636133909225 seconds), -(Remote IP: 23.94.247.41, Remote port: 52517, Own port: 80, ConnectionDuration: 1.10859012604 seconds), -(Remote IP: 23.94.247.41, Remote port: 52568, Own port: 80, ConnectionDuration: 2.18932390213 seconds), -(Remote IP: 23.94.247.41, Remote port: 52675, Own port: 80, ConnectionDuration: 1.00476193428 seconds), -(Remote IP: 23.94.247.41, Remote port: 52758, Own port: 80, ConnectionDuration: 6.50852417946 seconds), -(Remote IP: 23.94.247.41, Remote port: 52952, Own port: 80, ConnectionDuration: 1.09215807915 seconds), -(Remote IP: 23.94.247.41, Remote port: 53028, Own port: 80, ConnectionDuration: 0.779287815094 seconds), -(Remote IP: 23.94.247.41, Remote port: 53081, Own port: 80, ConnectionDuration: 1.74221587181 seconds), -(Remote IP: 23.94.247.41, Remote port: 53155, Own port: 80, ConnectionDuration: 2.09261798859 seconds), -(Remote IP: 23.94.247.41, Remote port: 53251, Own port: 80, ConnectionDuration: 0.934050798416 seconds), -(Remote IP: 23.94.247.41, Remote port: 53328, Own port: 80, ConnectionDuration: 2.4627058506 seconds), -(Remote IP: 23.94.247.41, Remote port: 53437, Own port: 80, ConnectionDuration: 1.17118000984 seconds), -(Remote IP: 23.94.247.41, Remote port: 53499, Own port: 80, ConnectionDuration: 0.875977993011 seconds), -(Remote IP: 23.94.247.41, Remote port: 53566, Own port: 80, ConnectionDuration: 1.27703309059 seconds), -(Remote IP: 23.94.247.41, Remote port: 53704, Own port: 80, ConnectionDuration: 3.7802438736 seconds), -(Remote IP: 23.94.247.41, Remote port: 53862, Own port: 80, ConnectionDuration: 1.21809792519 seconds), -(Remote IP: 23.94.247.41, Remote port: 53895, Own port: 80, ConnectionDuration: 2.3716199398 seconds), -(Remote IP: 23.94.247.41, Remote port: 54045, Own port: 80, ConnectionDuration: 0.990952014923 seconds), -(Remote IP: 23.94.247.41, Remote port: 54146, Own port: 80, ConnectionDuration: 2.0237929821 seconds), -(Remote IP: 23.94.247.41, Remote port: 54227, Own port: 80, ConnectionDuration: 1.41991901398 seconds), -(Remote IP: 23.94.247.41, Remote port: 54310, Own port: 80, ConnectionDuration: 6.08000421524 seconds), -(Remote IP: 23.94.247.41, Remote port: 54495, Own port: 80, ConnectionDuration: 1.88917589188 seconds), -(Remote IP: 23.94.247.41, Remote port: 54596, Own port: 80, ConnectionDuration: 2.59073710442 seconds), -(Remote IP: 23.94.247.41, Remote port: 54673, Own port: 80, ConnectionDuration: 1.39588189125 seconds), -(Remote IP: 23.94.247.41, Remote port: 54766, Own port: 80, ConnectionDuration: 2.010668993 seconds), -(Remote IP: 23.94.247.41, Remote port: 54999, Own port: 80, ConnectionDuration: 1.12103009224 seconds), -(Remote IP: 23.94.247.41, Remote port: 55074, Own port: 80, ConnectionDuration: 0.714427947998 seconds), -(Remote IP: 23.94.247.41, Remote port: 55137, Own port: 80, ConnectionDuration: 0.778923988342 seconds), -(Remote IP: 23.94.247.41, Remote port: 55251, Own port: 80, ConnectionDuration: 2.98591184616 seconds), -(Remote IP: 23.94.247.41, Remote port: 55355, Own port: 80, ConnectionDuration: 0.98702287674 seconds), -(Remote IP: 23.94.247.41, Remote port: 55409, Own port: 80, ConnectionDuration: 2.07011818886 seconds), -(Remote IP: 23.94.247.41, Remote port: 55499, Own port: 80, ConnectionDuration: 1.21669793129 seconds), -(Remote IP: 23.94.247.41, Remote port: 55603, Own port: 80, ConnectionDuration: 5.49264597893 seconds), -(Remote IP: 23.94.247.41, Remote port: 55742, Own port: 80, ConnectionDuration: 0.918997049332 seconds), -(Remote IP: 23.94.247.41, Remote port: 55762, Own port: 80, ConnectionDuration: 0.698160886765 seconds), -(Remote IP: 23.94.247.41, Remote port: 55781, Own port: 80, ConnectionDuration: 0.967818021774 seconds), -(Remote IP: 23.94.247.41, Remote port: 55848, Own port: 80, ConnectionDuration: 1.19055199623 seconds), -(Remote IP: 23.94.247.41, Remote port: 55940, Own port: 80, ConnectionDuration: 1.4128909111 seconds), -(Remote IP: 23.94.247.41, Remote port: 55976, Own port: 80, ConnectionDuration: 2.01464486122 seconds), -(Remote IP: 23.94.247.41, Remote port: 56070, Own port: 80, ConnectionDuration: 1.31650996208 seconds), -(Remote IP: 23.94.247.41, Remote port: 56142, Own port: 80, ConnectionDuration: 2.62573289871 seconds), -(Remote IP: 23.94.247.41, Remote port: 56312, Own port: 80, ConnectionDuration: 1.0718729496 seconds), -(Remote IP: 23.94.247.41, Remote port: 56362, Own port: 80, ConnectionDuration: 2.1055688858 seconds), -(Remote IP: 23.94.247.41, Remote port: 56461, Own port: 80, ConnectionDuration: 1.00200390816 seconds), -(Remote IP: 23.94.247.41, Remote port: 56567, Own port: 80, ConnectionDuration: 2.60190701485 seconds), -(Remote IP: 23.94.247.41, Remote port: 56674, Own port: 80, ConnectionDuration: 1.69542312622 seconds), -(Remote IP: 23.94.247.41, Remote port: 56740, Own port: 80, ConnectionDuration: 2.36218309402 seconds), -(Remote IP: 23.94.247.41, Remote port: 56875, Own port: 80, ConnectionDuration: 1.56894397736 seconds), -(Remote IP: 23.94.247.41, Remote port: 56955, Own port: 80, ConnectionDuration: 2.05919098854 seconds), -(Remote IP: 23.94.247.41, Remote port: 57031, Own port: 80, ConnectionDuration: 0.715240955353 seconds), -(Remote IP: 23.94.247.41, Remote port: 57079, Own port: 80, ConnectionDuration: 2.10098600388 seconds), -(Remote IP: 23.94.247.41, Remote port: 57171, Own port: 80, ConnectionDuration: 2.07052493095 seconds), -(Remote IP: 23.94.247.41, Remote port: 57217, Own port: 80, ConnectionDuration: 2.38962292671 seconds), -(Remote IP: 23.94.247.41, Remote port: 57352, Own port: 80, ConnectionDuration: 1.71849012375 seconds), -(Remote IP: 23.94.247.41, Remote port: 57432, Own port: 80, ConnectionDuration: 2.7012450695 seconds), -(Remote IP: 23.94.247.41, Remote port: 57523, Own port: 80, ConnectionDuration: 1.10676598549 seconds), -(Remote IP: 23.94.247.41, Remote port: 57619, Own port: 80, ConnectionDuration: 3.7318611145 seconds), -(Remote IP: 23.94.247.41, Remote port: 57728, Own port: 80, ConnectionDuration: 1.09034204483 seconds), -(Remote IP: 23.94.247.41, Remote port: 57814, Own port: 80, ConnectionDuration: 2.40639901161 seconds), -(Remote IP: 23.94.247.41, Remote port: 57912, Own port: 80, ConnectionDuration: 1.40974807739 seconds), -(Remote IP: 23.94.247.41, Remote port: 58024, Own port: 80, ConnectionDuration: 3.92818903923 seconds), -(Remote IP: 23.94.247.41, Remote port: 58178, Own port: 80, ConnectionDuration: 2.10159897804 seconds), -(Remote IP: 23.94.247.41, Remote port: 58270, Own port: 80, ConnectionDuration: 3.08049106598 seconds), -(Remote IP: 23.94.247.41, Remote port: 58334, Own port: 80, ConnectionDuration: 0.926628828049 seconds), -(Remote IP: 23.94.247.41, Remote port: 58410, Own port: 80, ConnectionDuration: 2.06874918938 seconds), -(Remote IP: 23.94.247.41, Remote port: 58548, Own port: 80, ConnectionDuration: 1.93604111671 seconds), -(Remote IP: 23.94.247.41, Remote port: 58640, Own port: 80, ConnectionDuration: 2.61195802689 seconds), -(Remote IP: 23.94.247.41, Remote port: 58765, Own port: 80, ConnectionDuration: 1.18748402596 seconds), -(Remote IP: 23.94.247.41, Remote port: 58834, Own port: 80, ConnectionDuration: 1.00206804276 seconds), -(Remote IP: 23.94.247.41, Remote port: 58872, Own port: 80, ConnectionDuration: 2.22905182838 seconds), -(Remote IP: 23.94.247.41, Remote port: 58971, Own port: 80, ConnectionDuration: 2.06393194199 seconds), -(Remote IP: 23.94.247.41, Remote port: 59042, Own port: 80, ConnectionDuration: 0.295636177063 seconds), -(Remote IP: 23.94.247.41, Remote port: 59113, Own port: 80, ConnectionDuration: 1.69777679443 seconds), -(Remote IP: 23.94.247.41, Remote port: 59192, Own port: 80, ConnectionDuration: 1.06273198128 seconds), -(Remote IP: 23.94.247.41, Remote port: 59279, Own port: 80, ConnectionDuration: 2.99986600876 seconds), -(Remote IP: 23.94.247.41, Remote port: 59354, Own port: 80, ConnectionDuration: 1.19855904579 seconds), -(Remote IP: 23.94.247.41, Remote port: 59377, Own port: 80, ConnectionDuration: 1.61496591568 seconds), -(Remote IP: 23.94.247.41, Remote port: 59444, Own port: 80, ConnectionDuration: 1.8648660183 seconds), -(Remote IP: 23.94.247.41, Remote port: 59529, Own port: 80, ConnectionDuration: 5.60200595856 seconds), -(Remote IP: 23.94.247.41, Remote port: 59797, Own port: 80, ConnectionDuration: 1.31682991982 seconds), -(Remote IP: 23.94.247.41, Remote port: 59869, Own port: 80, ConnectionDuration: 2.60337805748 seconds), -(Remote IP: 23.94.247.41, Remote port: 59963, Own port: 80, ConnectionDuration: 1.38549304008 seconds), -(Remote IP: 23.94.247.41, Remote port: 59997, Own port: 80, ConnectionDuration: 3.79923391342 seconds), -(Remote IP: 23.94.247.41, Remote port: 60115, Own port: 80, ConnectionDuration: 1.0897090435 seconds), -(Remote IP: 23.94.247.41, Remote port: 60224, Own port: 80, ConnectionDuration: 1.61917114258 seconds), -(Remote IP: 23.94.247.41, Remote port: 60344, Own port: 80, ConnectionDuration: 1.36852693558 seconds), -(Remote IP: 23.94.247.41, Remote port: 60419, Own port: 80, ConnectionDuration: 1.91897201538 seconds), -(Remote IP: 23.94.247.41, Remote port: 60488, Own port: 80, ConnectionDuration: 1.21410989761 seconds), -(Remote IP: 190.211.255.106, Remote port: 44564, Own port: 23, ConnectionDuration: 119.87339282 seconds), -(Remote IP: 190.211.255.106, Remote port: 44564, Own port: 23, ConnectionDuration: 119.873881817 seconds), -(Remote IP: 23.94.247.41, Remote port: 60580, Own port: 80, ConnectionDuration: 2.10036015511 seconds), -(Remote IP: 23.94.247.41, Remote port: 60801, Own port: 80, ConnectionDuration: 0.0852191448212 seconds), -(Remote IP: 23.94.247.41, Remote port: 60857, Own port: 80, ConnectionDuration: 0.977207183838 seconds), -(Remote IP: 23.94.247.41, Remote port: 60886, Own port: 80, ConnectionDuration: 1.50780391693 seconds), -(Remote IP: 23.94.247.41, Remote port: 60995, Own port: 80, ConnectionDuration: 2.06743502617 seconds), -(Remote IP: 23.94.247.41, Remote port: 61080, Own port: 80, ConnectionDuration: 2.02235198021 seconds), -(Remote IP: 23.94.247.41, Remote port: 61182, Own port: 80, ConnectionDuration: 2.48754501343 seconds), -(Remote IP: 23.94.247.41, Remote port: 61303, Own port: 80, ConnectionDuration: 1.0029938221 seconds), -(Remote IP: 23.94.247.41, Remote port: 61401, Own port: 80, ConnectionDuration: 2.19601011276 seconds), -(Remote IP: 23.94.247.41, Remote port: 61510, Own port: 80, ConnectionDuration: 0.898851156235 seconds), -(Remote IP: 23.94.247.41, Remote port: 61600, Own port: 80, ConnectionDuration: 3.17467904091 seconds), -(Remote IP: 23.94.247.41, Remote port: 61690, Own port: 80, ConnectionDuration: 1.8116350174 seconds), -(Remote IP: 23.94.247.41, Remote port: 61833, Own port: 80, ConnectionDuration: 2.96462202072 seconds), -(Remote IP: 23.94.247.41, Remote port: 61983, Own port: 80, ConnectionDuration: 1.00280404091 seconds), -(Remote IP: 23.94.247.41, Remote port: 62018, Own port: 80, ConnectionDuration: 1.59422802925 seconds), -(Remote IP: 23.94.247.41, Remote port: 62121, Own port: 80, ConnectionDuration: 2.09589791298 seconds), -(Remote IP: 23.94.247.41, Remote port: 62232, Own port: 80, ConnectionDuration: 2.87748503685 seconds), -(Remote IP: 23.94.247.41, Remote port: 62395, Own port: 80, ConnectionDuration: 1.0657491684 seconds), -(Remote IP: 23.94.247.41, Remote port: 62476, Own port: 80, ConnectionDuration: 0.91255903244 seconds), -(Remote IP: 23.94.247.41, Remote port: 62522, Own port: 80, ConnectionDuration: 1.02866292 seconds), -(Remote IP: 23.94.247.41, Remote port: 62632, Own port: 80, ConnectionDuration: 2.7961370945 seconds), -(Remote IP: 23.94.247.41, Remote port: 62725, Own port: 80, ConnectionDuration: 1.09453105927 seconds), -(Remote IP: 23.94.247.41, Remote port: 62766, Own port: 80, ConnectionDuration: 3.9943780899 seconds), -(Remote IP: 23.94.247.41, Remote port: 62894, Own port: 80, ConnectionDuration: 2.08024501801 seconds), -(Remote IP: 23.94.247.41, Remote port: 63037, Own port: 80, ConnectionDuration: 1.01594805717 seconds), -(Remote IP: 23.94.247.41, Remote port: 63081, Own port: 80, ConnectionDuration: 0.990159988403 seconds), -(Remote IP: 23.94.247.41, Remote port: 63164, Own port: 80, ConnectionDuration: 1.49640583992 seconds), -(Remote IP: 23.94.247.41, Remote port: 63222, Own port: 80, ConnectionDuration: 2.09616112709 seconds), -(Remote IP: 23.94.247.41, Remote port: 63308, Own port: 80, ConnectionDuration: 2.1967830658 seconds), -(Remote IP: 23.94.247.41, Remote port: 63409, Own port: 80, ConnectionDuration: 1.97558903694 seconds), -(Remote IP: 117.214.76.167, Remote port: 33672, Own port: 23, ConnectionDuration: 11.620126009 seconds), -(Remote IP: 23.94.247.41, Remote port: 63489, Own port: 80, ConnectionDuration: 2.81270909309 seconds), -(Remote IP: 23.94.247.41, Remote port: 63578, Own port: 80, ConnectionDuration: 1.07422685623 seconds), -(Remote IP: 23.94.247.41, Remote port: 63671, Own port: 80, ConnectionDuration: 2.08250617981 seconds), -(Remote IP: 23.94.247.41, Remote port: 63774, Own port: 80, ConnectionDuration: 1.20097398758 seconds), -(Remote IP: 23.94.247.41, Remote port: 63816, Own port: 80, ConnectionDuration: 5.30035281181 seconds), -(Remote IP: 23.94.247.41, Remote port: 64003, Own port: 80, ConnectionDuration: 1.00699901581 seconds), -(Remote IP: 23.94.247.41, Remote port: 64043, Own port: 80, ConnectionDuration: 2.92085003853 seconds), -(Remote IP: 23.94.247.41, Remote port: 64174, Own port: 80, ConnectionDuration: 1.01017689705 seconds), -(Remote IP: 23.94.247.41, Remote port: 64202, Own port: 80, ConnectionDuration: 2.67471289635 seconds), -(Remote IP: 23.94.247.41, Remote port: 64326, Own port: 80, ConnectionDuration: 1.62280988693 seconds), -(Remote IP: 23.94.247.41, Remote port: 64419, Own port: 80, ConnectionDuration: 2.13464093208 seconds), -(Remote IP: 23.94.247.41, Remote port: 64522, Own port: 80, ConnectionDuration: 1.70082497597 seconds), -(Remote IP: 23.94.247.41, Remote port: 64668, Own port: 80, ConnectionDuration: 1.28785300255 seconds), -(Remote IP: 23.94.247.41, Remote port: 64687, Own port: 80, ConnectionDuration: 1.04865288734 seconds), -(Remote IP: 193.92.182.236, Remote port: 54843, Own port: 80, ConnectionDuration: 0.00138902664185 seconds), -(Remote IP: 193.92.182.236, Remote port: 55254, Own port: 80, ConnectionDuration: 0.371280908585 seconds), -(Remote IP: 193.92.182.236, Remote port: 56012, Own port: 80, ConnectionDuration: 0.618376970291 seconds), -(Remote IP: 175.31.184.84, Remote port: 39952, Own port: 23, ConnectionDuration: 29.5491900444 seconds), -(Remote IP: 23.94.247.41, Remote port: 64792, Own port: 80, ConnectionDuration: 18.1728188992 seconds), -(Remote IP: 23.94.247.41, Remote port: 65290, Own port: 80, ConnectionDuration: 1.57836508751 seconds), -(Remote IP: 23.94.247.41, Remote port: 65391, Own port: 80, ConnectionDuration: 3.39899992943 seconds), -(Remote IP: 23.94.247.41, Remote port: 65522, Own port: 80, ConnectionDuration: 1.02308988571 seconds), -(Remote IP: 23.94.247.41, Remote port: 49210, Own port: 80, ConnectionDuration: 1.00670003891 seconds), -(Remote IP: 23.94.247.41, Remote port: 49294, Own port: 80, ConnectionDuration: 1.40347886086 seconds), -(Remote IP: 23.94.247.41, Remote port: 49385, Own port: 80, ConnectionDuration: 3.09859895706 seconds), -(Remote IP: 23.94.247.41, Remote port: 49480, Own port: 80, ConnectionDuration: 1.07906603813 seconds), -(Remote IP: 23.94.247.41, Remote port: 49538, Own port: 80, ConnectionDuration: 3.07820081711 seconds), -(Remote IP: 23.94.247.41, Remote port: 49702, Own port: 80, ConnectionDuration: 1.02201700211 seconds), -(Remote IP: 23.94.247.41, Remote port: 49792, Own port: 80, ConnectionDuration: 2.49899196625 seconds), -(Remote IP: 23.94.247.41, Remote port: 49985, Own port: 80, ConnectionDuration: 1.19747900963 seconds), -(Remote IP: 23.94.247.41, Remote port: 50075, Own port: 80, ConnectionDuration: 1.09107708931 seconds), -(Remote IP: 23.94.247.41, Remote port: 50177, Own port: 80, ConnectionDuration: 1.91746306419 seconds), -(Remote IP: 23.94.247.41, Remote port: 50259, Own port: 80, ConnectionDuration: 2.04047679901 seconds), -(Remote IP: 23.94.247.41, Remote port: 50364, Own port: 80, ConnectionDuration: 1.04913377762 seconds), -(Remote IP: 23.94.247.41, Remote port: 50429, Own port: 80, ConnectionDuration: 1.7995018959 seconds), -(Remote IP: 23.94.247.41, Remote port: 50512, Own port: 80, ConnectionDuration: 1.52297115326 seconds), -(Remote IP: 23.94.247.41, Remote port: 50584, Own port: 80, ConnectionDuration: 2.79840397835 seconds), -(Remote IP: 23.94.247.41, Remote port: 50725, Own port: 80, ConnectionDuration: 1.10999703407 seconds), -(Remote IP: 23.94.247.41, Remote port: 50788, Own port: 80, ConnectionDuration: 2.02582216263 seconds), -(Remote IP: 23.94.247.41, Remote port: 50954, Own port: 80, ConnectionDuration: 1.31780290604 seconds), -(Remote IP: 23.94.247.41, Remote port: 51024, Own port: 80, ConnectionDuration: 3.13019800186 seconds), -(Remote IP: 23.94.247.41, Remote port: 51157, Own port: 80, ConnectionDuration: 1.09313201904 seconds), -(Remote IP: 23.94.247.41, Remote port: 51228, Own port: 80, ConnectionDuration: 2.91729402542 seconds), -(Remote IP: 23.94.247.41, Remote port: 51516, Own port: 80, ConnectionDuration: 1.03227496147 seconds), -(Remote IP: 23.94.247.41, Remote port: 51603, Own port: 80, ConnectionDuration: 0.860352993011 seconds), -(Remote IP: 198.199.112.83, Remote port: 43370, Own port: 21, ConnectionDuration: 0.0262589454651 seconds), -(Remote IP: 23.94.247.41, Remote port: 51668, Own port: 80, ConnectionDuration: 1.3787779808 seconds), -(Remote IP: 23.94.247.41, Remote port: 51704, Own port: 80, ConnectionDuration: 18.0761680603 seconds), -(Remote IP: 23.94.247.41, Remote port: 51704, Own port: 80, ConnectionDuration: 18.0768229961 seconds), -(Remote IP: 23.94.247.41, Remote port: 52163, Own port: 80, ConnectionDuration: 1.01836395264 seconds), -(Remote IP: 23.94.247.41, Remote port: 52200, Own port: 80, ConnectionDuration: 3.57793807983 seconds), -(Remote IP: 23.94.247.41, Remote port: 52320, Own port: 80, ConnectionDuration: 1.03130698204 seconds), -(Remote IP: 23.94.247.41, Remote port: 52413, Own port: 80, ConnectionDuration: 6.37380409241 seconds), -(Remote IP: 23.94.247.41, Remote port: 52575, Own port: 80, ConnectionDuration: 2.06246590614 seconds), -(Remote IP: 23.94.247.41, Remote port: 52668, Own port: 80, ConnectionDuration: 2.6192779541 seconds), -(Remote IP: 23.94.247.41, Remote port: 52782, Own port: 80, ConnectionDuration: 2.0928041935 seconds), -(Remote IP: 78.154.246.102, Remote port: 49650, Own port: 23, ConnectionDuration: 120.466642141 seconds), -(Remote IP: 78.154.246.102, Remote port: 49650, Own port: 23, ConnectionDuration: 120.46716404 seconds), -(Remote IP: 23.94.247.41, Remote port: 52894, Own port: 80, ConnectionDuration: 4.89520597458 seconds), -(Remote IP: 23.94.247.41, Remote port: 53048, Own port: 80, ConnectionDuration: 0.379153013229 seconds), -(Remote IP: 23.94.247.41, Remote port: 53072, Own port: 80, ConnectionDuration: 0.964186906815 seconds), -(Remote IP: 23.94.247.41, Remote port: 53127, Own port: 80, ConnectionDuration: 2.00499796867 seconds), -(Remote IP: 23.94.247.41, Remote port: 53232, Own port: 80, ConnectionDuration: 2.82547879219 seconds), -(Remote IP: 23.94.247.41, Remote port: 53340, Own port: 80, ConnectionDuration: 1.02032709122 seconds), -(Remote IP: 23.94.247.41, Remote port: 53407, Own port: 80, ConnectionDuration: 0.103003025055 seconds), -(Remote IP: 23.94.247.41, Remote port: 53418, Own port: 80, ConnectionDuration: 0.876743078232 seconds), -(Remote IP: 23.94.247.41, Remote port: 53499, Own port: 80, ConnectionDuration: 4.4783141613 seconds), -(Remote IP: 23.94.247.41, Remote port: 53656, Own port: 80, ConnectionDuration: 1.30380797386 seconds), -(Remote IP: 23.94.247.41, Remote port: 53820, Own port: 80, ConnectionDuration: 1.72105002403 seconds), -(Remote IP: 23.94.247.41, Remote port: 53898, Own port: 80, ConnectionDuration: 2.1870341301 seconds), -(Remote IP: 23.94.247.41, Remote port: 53956, Own port: 80, ConnectionDuration: 4.67707109451 seconds), -(Remote IP: 23.94.247.41, Remote port: 54126, Own port: 80, ConnectionDuration: 2.04704093933 seconds), -(Remote IP: 23.94.247.41, Remote port: 54212, Own port: 80, ConnectionDuration: 1.89448213577 seconds), -(Remote IP: 23.94.247.41, Remote port: 54299, Own port: 80, ConnectionDuration: 1.8917081356 seconds), -(Remote IP: 23.94.247.41, Remote port: 54402, Own port: 80, ConnectionDuration: 3.87759709358 seconds), -(Remote IP: 23.94.247.41, Remote port: 54537, Own port: 80, ConnectionDuration: 2.01516389847 seconds), -(Remote IP: 23.94.247.41, Remote port: 54633, Own port: 80, ConnectionDuration: 1.9962310791 seconds), -(Remote IP: 23.94.247.41, Remote port: 54680, Own port: 80, ConnectionDuration: 1.62270784378 seconds), -(Remote IP: 23.94.247.41, Remote port: 54917, Own port: 80, ConnectionDuration: 1.52969098091 seconds), -(Remote IP: 23.94.247.41, Remote port: 55003, Own port: 80, ConnectionDuration: 1.1232790947 seconds), -(Remote IP: 23.94.247.41, Remote port: 55099, Own port: 80, ConnectionDuration: 2.00548291206 seconds), -(Remote IP: 23.94.247.41, Remote port: 55191, Own port: 80, ConnectionDuration: 1.03108596802 seconds), -(Remote IP: 23.94.247.41, Remote port: 55278, Own port: 80, ConnectionDuration: 1.30258011818 seconds), -(Remote IP: 23.94.247.41, Remote port: 55377, Own port: 80, ConnectionDuration: 1.06439781189 seconds), -(Remote IP: 23.94.247.41, Remote port: 55452, Own port: 80, ConnectionDuration: 8.8748421669 seconds), -(Remote IP: 23.94.247.41, Remote port: 55730, Own port: 80, ConnectionDuration: 1.00791597366 seconds), -(Remote IP: 23.94.247.41, Remote port: 55767, Own port: 80, ConnectionDuration: 1.66376495361 seconds), -(Remote IP: 23.94.247.41, Remote port: 55835, Own port: 80, ConnectionDuration: 1.99994683266 seconds), -(Remote IP: 23.94.247.41, Remote port: 55900, Own port: 80, ConnectionDuration: 3.08307409286 seconds), -(Remote IP: 23.94.247.41, Remote port: 56000, Own port: 80, ConnectionDuration: 1.05827593803 seconds), -(Remote IP: 23.94.247.41, Remote port: 56167, Own port: 80, ConnectionDuration: 1.8004899025 seconds), -(Remote IP: 23.94.247.41, Remote port: 56265, Own port: 80, ConnectionDuration: 1.58364009857 seconds), -(Remote IP: 23.94.247.41, Remote port: 56369, Own port: 80, ConnectionDuration: 2.0297369957 seconds), -(Remote IP: 201.110.254.248, Remote port: 38326, Own port: 23, ConnectionDuration: 10.3613538742 seconds), -(Remote IP: 23.94.247.41, Remote port: 56516, Own port: 80, ConnectionDuration: 1.01905298233 seconds), -(Remote IP: 23.94.247.41, Remote port: 56570, Own port: 80, ConnectionDuration: 3.40266489983 seconds), -(Remote IP: 23.94.247.41, Remote port: 56701, Own port: 80, ConnectionDuration: 1.12090611458 seconds), -(Remote IP: 23.94.247.41, Remote port: 56761, Own port: 80, ConnectionDuration: 2.78330492973 seconds), -(Remote IP: 23.94.247.41, Remote port: 56873, Own port: 80, ConnectionDuration: 1.89378499985 seconds), -(Remote IP: 23.94.247.41, Remote port: 56952, Own port: 80, ConnectionDuration: 2.73290491104 seconds), -(Remote IP: 23.94.247.41, Remote port: 57033, Own port: 80, ConnectionDuration: 2.10517597198 seconds), -(Remote IP: 23.94.247.41, Remote port: 57190, Own port: 80, ConnectionDuration: 0.510075092316 seconds), -(Remote IP: 23.94.247.41, Remote port: 57330, Own port: 80, ConnectionDuration: 1.6781539917 seconds), -(Remote IP: 23.94.247.41, Remote port: 57451, Own port: 80, ConnectionDuration: 3.09920406342 seconds), -(Remote IP: 23.94.247.41, Remote port: 57569, Own port: 80, ConnectionDuration: 1.99019002914 seconds), -(Remote IP: 23.94.247.41, Remote port: 57667, Own port: 80, ConnectionDuration: 2.28359913826 seconds), -(Remote IP: 23.94.247.41, Remote port: 57800, Own port: 80, ConnectionDuration: 1.73599481583 seconds), -(Remote IP: 23.94.247.41, Remote port: 57900, Own port: 80, ConnectionDuration: 5.21257305145 seconds), -(Remote IP: 23.94.247.41, Remote port: 58148, Own port: 80, ConnectionDuration: 2.02454185486 seconds), -(Remote IP: 23.94.247.41, Remote port: 58221, Own port: 80, ConnectionDuration: 3.01901006699 seconds), -(Remote IP: 23.94.247.41, Remote port: 58366, Own port: 80, ConnectionDuration: 0.983949899673 seconds), -(Remote IP: 23.94.247.41, Remote port: 58406, Own port: 80, ConnectionDuration: 2.09104585648 seconds), -(Remote IP: 23.94.247.41, Remote port: 58458, Own port: 80, ConnectionDuration: 1.00342702866 seconds), -(Remote IP: 23.94.247.41, Remote port: 58531, Own port: 80, ConnectionDuration: 1.00381803513 seconds), -(Remote IP: 23.94.247.41, Remote port: 58616, Own port: 80, ConnectionDuration: 2.32086420059 seconds), -(Remote IP: 23.94.247.41, Remote port: 58713, Own port: 80, ConnectionDuration: 4.70393300056 seconds), -(Remote IP: 23.94.247.41, Remote port: 58858, Own port: 80, ConnectionDuration: 1.70087504387 seconds), -(Remote IP: 23.94.247.41, Remote port: 58980, Own port: 80, ConnectionDuration: 1.49460101128 seconds), -(Remote IP: 23.94.247.41, Remote port: 59079, Own port: 80, ConnectionDuration: 2.00651311874 seconds), -(Remote IP: 23.94.247.41, Remote port: 59177, Own port: 80, ConnectionDuration: 3.00353693962 seconds), -(Remote IP: 23.94.247.41, Remote port: 59241, Own port: 80, ConnectionDuration: 1.10219693184 seconds), -(Remote IP: 23.94.247.41, Remote port: 59312, Own port: 80, ConnectionDuration: 3.27605390549 seconds), -(Remote IP: 23.94.247.41, Remote port: 59501, Own port: 80, ConnectionDuration: 1.62564301491 seconds), -(Remote IP: 23.94.247.41, Remote port: 59580, Own port: 80, ConnectionDuration: 3.3012740612 seconds), -(Remote IP: 23.94.247.41, Remote port: 59701, Own port: 80, ConnectionDuration: 1.87420415878 seconds), -(Remote IP: 23.94.247.41, Remote port: 59781, Own port: 80, ConnectionDuration: 3.1047039032 seconds), -(Remote IP: 23.94.247.41, Remote port: 59891, Own port: 80, ConnectionDuration: 1.19331502914 seconds), -(Remote IP: 23.94.247.41, Remote port: 59969, Own port: 80, ConnectionDuration: 2.69113683701 seconds), -(Remote IP: 23.94.247.41, Remote port: 60085, Own port: 80, ConnectionDuration: 1.0704190731 seconds), -(Remote IP: 23.94.247.41, Remote port: 60243, Own port: 80, ConnectionDuration: 3.78579998016 seconds), -(Remote IP: 23.94.247.41, Remote port: 60361, Own port: 80, ConnectionDuration: 1.06701493263 seconds), -(Remote IP: 23.94.247.41, Remote port: 60459, Own port: 80, ConnectionDuration: 2.79597592354 seconds), -(Remote IP: 23.94.247.41, Remote port: 60554, Own port: 80, ConnectionDuration: 1.49971699715 seconds), -(Remote IP: 23.94.247.41, Remote port: 60650, Own port: 80, ConnectionDuration: 4.02432513237 seconds), -(Remote IP: 23.94.247.41, Remote port: 60853, Own port: 80, ConnectionDuration: 1.02303814888 seconds), -(Remote IP: 23.94.247.41, Remote port: 60946, Own port: 80, ConnectionDuration: 4.39052700996 seconds), -(Remote IP: 23.94.247.41, Remote port: 61083, Own port: 80, ConnectionDuration: 1.08762383461 seconds), -(Remote IP: 23.94.247.41, Remote port: 61170, Own port: 80, ConnectionDuration: 4.12668204308 seconds), -(Remote IP: 23.94.247.41, Remote port: 61392, Own port: 80, ConnectionDuration: 1.90769314766 seconds), -(Remote IP: 23.94.247.41, Remote port: 61491, Own port: 80, ConnectionDuration: 2.49739694595 seconds), -(Remote IP: 23.94.247.41, Remote port: 61570, Own port: 80, ConnectionDuration: 2.00406289101 seconds), -(Remote IP: 23.94.247.41, Remote port: 61648, Own port: 80, ConnectionDuration: 3.02154493332 seconds), -(Remote IP: 23.94.247.41, Remote port: 61726, Own port: 80, ConnectionDuration: 1.11116313934 seconds), -(Remote IP: 23.94.247.41, Remote port: 61840, Own port: 80, ConnectionDuration: 5.69128990173 seconds), -(Remote IP: 23.94.247.41, Remote port: 61995, Own port: 80, ConnectionDuration: 1.20185780525 seconds), -(Remote IP: 23.94.247.41, Remote port: 62090, Own port: 80, ConnectionDuration: 2.00901699066 seconds), -(Remote IP: 23.94.247.41, Remote port: 62211, Own port: 80, ConnectionDuration: 1.90227508545 seconds), -(Remote IP: 23.94.247.41, Remote port: 62305, Own port: 80, ConnectionDuration: 3.01969408989 seconds), -(Remote IP: 23.94.247.41, Remote port: 62395, Own port: 80, ConnectionDuration: 1.42599701881 seconds), -(Remote IP: 23.94.247.41, Remote port: 62481, Own port: 80, ConnectionDuration: 4.17387104034 seconds), -(Remote IP: 23.94.247.41, Remote port: 62601, Own port: 80, ConnectionDuration: 1.67328691483 seconds), -(Remote IP: 23.94.247.41, Remote port: 62740, Own port: 80, ConnectionDuration: 4.11963701248 seconds), -(Remote IP: 23.94.247.41, Remote port: 62868, Own port: 80, ConnectionDuration: 0.557881116867 seconds), -(Remote IP: 23.94.247.41, Remote port: 62941, Own port: 80, ConnectionDuration: 2.78675889969 seconds), -(Remote IP: 23.94.247.41, Remote port: 63042, Own port: 80, ConnectionDuration: 0.170459032059 seconds), -(Remote IP: 23.94.247.41, Remote port: 63069, Own port: 80, ConnectionDuration: 0.577566146851 seconds), -(Remote IP: 23.94.247.41, Remote port: 63229, Own port: 80, ConnectionDuration: 1.3754029274 seconds), -(Remote IP: 23.94.247.41, Remote port: 63249, Own port: 80, ConnectionDuration: 2.97038984299 seconds), -(Remote IP: 23.94.247.41, Remote port: 63406, Own port: 80, ConnectionDuration: 1.62273693085 seconds), -(Remote IP: 23.94.247.41, Remote port: 63559, Own port: 80, ConnectionDuration: 3.07945990562 seconds), -(Remote IP: 23.94.247.41, Remote port: 63648, Own port: 80, ConnectionDuration: 1.29232978821 seconds), -(Remote IP: 23.94.247.41, Remote port: 63706, Own port: 80, ConnectionDuration: 8.18930888176 seconds), -(Remote IP: 23.94.247.41, Remote port: 64253, Own port: 80, ConnectionDuration: 1.98308801651 seconds), -(Remote IP: 23.94.247.41, Remote port: 64370, Own port: 80, ConnectionDuration: 2.68830513954 seconds), -(Remote IP: 23.94.247.41, Remote port: 64450, Own port: 80, ConnectionDuration: 2.08079195023 seconds), -(Remote IP: 23.94.247.41, Remote port: 64538, Own port: 80, ConnectionDuration: 2.05056595802 seconds), -(Remote IP: 23.94.247.41, Remote port: 64655, Own port: 80, ConnectionDuration: 2.0250890255 seconds), -(Remote IP: 23.94.247.41, Remote port: 64738, Own port: 80, ConnectionDuration: 2.02352786064 seconds), -(Remote IP: 23.94.247.41, Remote port: 64906, Own port: 80, ConnectionDuration: 0.349173784256 seconds), -(Remote IP: 23.94.247.41, Remote port: 64939, Own port: 80, ConnectionDuration: 1.60742783546 seconds), -(Remote IP: 23.94.247.41, Remote port: 64977, Own port: 80, ConnectionDuration: 2.01706290245 seconds), -(Remote IP: 23.94.247.41, Remote port: 65108, Own port: 80, ConnectionDuration: 1.98830103874 seconds), -(Remote IP: 23.94.247.41, Remote port: 65207, Own port: 80, ConnectionDuration: 2.6936340332 seconds), -(Remote IP: 23.94.247.41, Remote port: 65288, Own port: 80, ConnectionDuration: 1.60243105888 seconds), -(Remote IP: 23.94.247.41, Remote port: 65363, Own port: 80, ConnectionDuration: 2.91187286377 seconds), -(Remote IP: 23.94.247.41, Remote port: 65509, Own port: 80, ConnectionDuration: 1.2817261219 seconds), -(Remote IP: 23.94.247.41, Remote port: 49210, Own port: 80, ConnectionDuration: 18.7193050385 seconds), -(Remote IP: 23.94.247.41, Remote port: 49210, Own port: 80, ConnectionDuration: 18.7198588848 seconds), -(Remote IP: 23.94.247.41, Remote port: 49650, Own port: 80, ConnectionDuration: 1.70970201492 seconds), -(Remote IP: 23.94.247.41, Remote port: 49798, Own port: 80, ConnectionDuration: 3.49918293953 seconds), -(Remote IP: 23.94.247.41, Remote port: 49924, Own port: 80, ConnectionDuration: 1.37422704697 seconds), -(Remote IP: 23.94.247.41, Remote port: 50086, Own port: 80, ConnectionDuration: 2.49811697006 seconds), -(Remote IP: 141.98.11.79, Remote port: 42472, Own port: 80, ConnectionDuration: 0.168262958527 seconds), -(Remote IP: 23.94.247.41, Remote port: 50235, Own port: 80, ConnectionDuration: 1.29949712753 seconds), -(Remote IP: 23.94.247.41, Remote port: 50397, Own port: 80, ConnectionDuration: 3.80817198753 seconds), -(Remote IP: 23.94.247.41, Remote port: 50502, Own port: 80, ConnectionDuration: 1.0000910759 seconds), -(Remote IP: 23.94.247.41, Remote port: 50599, Own port: 80, ConnectionDuration: 3.04309296608 seconds), -(Remote IP: 23.94.247.41, Remote port: 50724, Own port: 80, ConnectionDuration: 2.68742108345 seconds), -(Remote IP: 23.94.247.41, Remote port: 50812, Own port: 80, ConnectionDuration: 4.67657089233 seconds), -(Remote IP: 23.94.247.41, Remote port: 50918, Own port: 80, ConnectionDuration: 1.88899111748 seconds), -(Remote IP: 23.94.247.41, Remote port: 50979, Own port: 80, ConnectionDuration: 3.48161315918 seconds), -(Remote IP: 23.94.247.41, Remote port: 51071, Own port: 80, ConnectionDuration: 1.51496100426 seconds), -(Remote IP: 23.94.247.41, Remote port: 51152, Own port: 80, ConnectionDuration: 0.806590080261 seconds), -(Remote IP: 23.94.247.41, Remote port: 51213, Own port: 80, ConnectionDuration: 0.38906288147 seconds), -(Remote IP: 23.94.247.41, Remote port: 51273, Own port: 80, ConnectionDuration: 4.2232542038 seconds), -(Remote IP: 23.94.247.41, Remote port: 51395, Own port: 80, ConnectionDuration: 1.02969694138 seconds), -(Remote IP: 23.94.247.41, Remote port: 51588, Own port: 80, ConnectionDuration: 2.21206402779 seconds), -(Remote IP: 23.94.247.41, Remote port: 51692, Own port: 80, ConnectionDuration: 1.00893902779 seconds), -(Remote IP: 23.94.247.41, Remote port: 51772, Own port: 80, ConnectionDuration: 2.1918129921 seconds), -(Remote IP: 23.94.247.41, Remote port: 51848, Own port: 80, ConnectionDuration: 1.81331896782 seconds), -(Remote IP: 23.94.247.41, Remote port: 52035, Own port: 80, ConnectionDuration: 2.61652302742 seconds), -(Remote IP: 23.94.247.41, Remote port: 52139, Own port: 80, ConnectionDuration: 1.00383996964 seconds), -(Remote IP: 23.94.247.41, Remote port: 52205, Own port: 80, ConnectionDuration: 2.77312207222 seconds), -(Remote IP: 20.118.68.201, Remote port: 55980, Own port: 21, ConnectionDuration: 0.048113822937 seconds), -(Remote IP: 23.94.247.41, Remote port: 52302, Own port: 80, ConnectionDuration: 1.0086979866 seconds), -(Remote IP: 23.94.247.41, Remote port: 52406, Own port: 80, ConnectionDuration: 1.01715803146 seconds), -(Remote IP: 23.94.247.41, Remote port: 52504, Own port: 80, ConnectionDuration: 2.00445604324 seconds), -(Remote IP: 23.94.247.41, Remote port: 52586, Own port: 80, ConnectionDuration: 2.51777911186 seconds), -(Remote IP: 23.94.247.41, Remote port: 52698, Own port: 80, ConnectionDuration: 1.89940810204 seconds), -(Remote IP: 23.94.247.41, Remote port: 52783, Own port: 80, ConnectionDuration: 1.01706695557 seconds), -(Remote IP: 23.94.247.41, Remote port: 52821, Own port: 80, ConnectionDuration: 2.01607394218 seconds), -(Remote IP: 23.94.247.41, Remote port: 52902, Own port: 80, ConnectionDuration: 2.0869679451 seconds), -(Remote IP: 23.94.247.41, Remote port: 53022, Own port: 80, ConnectionDuration: 1.47316193581 seconds), -(Remote IP: 23.94.247.41, Remote port: 53110, Own port: 80, ConnectionDuration: 2.98575186729 seconds), -(Remote IP: 23.94.247.41, Remote port: 53236, Own port: 80, ConnectionDuration: 1.4935939312 seconds), -(Remote IP: 23.94.247.41, Remote port: 53326, Own port: 80, ConnectionDuration: 2.39271903038 seconds), -(Remote IP: 23.94.247.41, Remote port: 53481, Own port: 80, ConnectionDuration: 1.02008509636 seconds), -(Remote IP: 23.94.247.41, Remote port: 53682, Own port: 80, ConnectionDuration: 1.77843093872 seconds), -(Remote IP: 23.94.247.41, Remote port: 53758, Own port: 80, ConnectionDuration: 2.01062297821 seconds), -(Remote IP: 23.94.247.41, Remote port: 53839, Own port: 80, ConnectionDuration: 3.11408805847 seconds), -(Remote IP: 23.94.247.41, Remote port: 53919, Own port: 80, ConnectionDuration: 1.00131011009 seconds), -(Remote IP: 23.94.247.41, Remote port: 54187, Own port: 80, ConnectionDuration: 2.6934940815 seconds), -(Remote IP: 23.94.247.41, Remote port: 54307, Own port: 80, ConnectionDuration: 1.00582814217 seconds), -(Remote IP: 23.94.247.41, Remote port: 54371, Own port: 80, ConnectionDuration: 6.50734114647 seconds), -(Remote IP: 23.94.247.41, Remote port: 54521, Own port: 80, ConnectionDuration: 2.00794911385 seconds), -(Remote IP: 23.94.247.41, Remote port: 54643, Own port: 80, ConnectionDuration: 2.49904799461 seconds), -(Remote IP: 23.94.247.41, Remote port: 54733, Own port: 80, ConnectionDuration: 2.10569810867 seconds), -(Remote IP: 23.94.247.41, Remote port: 54978, Own port: 80, ConnectionDuration: 4.09795618057 seconds), -(Remote IP: 23.94.247.41, Remote port: 55109, Own port: 80, ConnectionDuration: 2.0028181076 seconds), -(Remote IP: 23.94.247.41, Remote port: 55177, Own port: 80, ConnectionDuration: 1.53913712502 seconds), -(Remote IP: 23.94.247.41, Remote port: 55275, Own port: 80, ConnectionDuration: 9.82683587074 seconds), -(Remote IP: 23.94.247.41, Remote port: 55496, Own port: 80, ConnectionDuration: 3.06600999832 seconds), -(Remote IP: 23.94.247.41, Remote port: 55586, Own port: 80, ConnectionDuration: 2.08798313141 seconds), -(Remote IP: 23.94.247.41, Remote port: 55701, Own port: 80, ConnectionDuration: 3.28228282928 seconds), -(Remote IP: 23.94.247.41, Remote port: 55808, Own port: 80, ConnectionDuration: 1.37374901772 seconds), -(Remote IP: 23.94.247.41, Remote port: 55937, Own port: 80, ConnectionDuration: 3.29300403595 seconds), -(Remote IP: 23.94.247.41, Remote port: 56110, Own port: 80, ConnectionDuration: 1.00651597977 seconds), -(Remote IP: 23.94.247.41, Remote port: 56185, Own port: 80, ConnectionDuration: 8.24590587616 seconds), -(Remote IP: 23.94.247.41, Remote port: 56366, Own port: 80, ConnectionDuration: 1.05991983414 seconds), -(Remote IP: 23.94.247.41, Remote port: 56459, Own port: 80, ConnectionDuration: 3.0812690258 seconds), -(Remote IP: 23.94.247.41, Remote port: 56599, Own port: 80, ConnectionDuration: 2.02836608887 seconds), -(Remote IP: 23.94.247.41, Remote port: 56660, Own port: 80, ConnectionDuration: 3.06235599518 seconds), -(Remote IP: 23.94.247.41, Remote port: 56774, Own port: 80, ConnectionDuration: 1.41495394707 seconds), -(Remote IP: 23.94.247.41, Remote port: 56942, Own port: 80, ConnectionDuration: 3.4365439415 seconds), -(Remote IP: 23.94.247.41, Remote port: 57040, Own port: 80, ConnectionDuration: 1.02373790741 seconds), -(Remote IP: 23.94.247.41, Remote port: 57144, Own port: 80, ConnectionDuration: 3.88322305679 seconds), -(Remote IP: 23.94.247.41, Remote port: 57261, Own port: 80, ConnectionDuration: 2.07036304474 seconds), -(Remote IP: 23.94.247.41, Remote port: 57353, Own port: 80, ConnectionDuration: 3.58172702789 seconds), -(Remote IP: 23.94.247.41, Remote port: 57564, Own port: 80, ConnectionDuration: 1.88832879066 seconds), -(Remote IP: 23.94.247.41, Remote port: 57626, Own port: 80, ConnectionDuration: 21.1808149815 seconds), -(Remote IP: 167.94.138.118, Remote port: 33380, Own port: 80, ConnectionDuration: 3.10128593445 seconds), -(Remote IP: 167.94.138.118, Remote port: 33380, Own port: 80, ConnectionDuration: 3.10179281235 seconds), -(Remote IP: 23.94.247.41, Remote port: 58174, Own port: 80, ConnectionDuration: 1.00579214096 seconds), -(Remote IP: 167.94.138.118, Remote port: 40370, Own port: 80, ConnectionDuration: 4.3360710144 seconds), -(Remote IP: 167.94.138.118, Remote port: 40370, Own port: 80, ConnectionDuration: 4.33659005165 seconds), -(Remote IP: 167.94.138.118, Remote port: 55466, Own port: 80, ConnectionDuration: 0.107461929321 seconds), -(Remote IP: 167.94.138.118, Remote port: 36774, Own port: 80, ConnectionDuration: 0.113325119019 seconds), -(Remote IP: 167.94.138.118, Remote port: 36774, Own port: 80, ConnectionDuration: 0.113788127899 seconds), -(Remote IP: 167.94.138.118, Remote port: 46658, Own port: 80, ConnectionDuration: 0.18240904808 seconds), -(Remote IP: 23.94.247.41, Remote port: 58277, Own port: 80, ConnectionDuration: 4.03755187988 seconds), -(Remote IP: 23.94.247.41, Remote port: 58412, Own port: 80, ConnectionDuration: 1.01182103157 seconds), -(Remote IP: 23.94.247.41, Remote port: 58483, Own port: 80, ConnectionDuration: 3.22616195679 seconds), -(Remote IP: 23.94.247.41, Remote port: 58601, Own port: 80, ConnectionDuration: 1.22528100014 seconds), -(Remote IP: 23.94.247.41, Remote port: 58747, Own port: 80, ConnectionDuration: 3.10260391235 seconds), -(Remote IP: 23.94.247.41, Remote port: 58839, Own port: 80, ConnectionDuration: 0.999875068665 seconds), -(Remote IP: 23.94.247.41, Remote port: 58914, Own port: 80, ConnectionDuration: 3.96845507622 seconds), -(Remote IP: 23.94.247.41, Remote port: 59070, Own port: 80, ConnectionDuration: 2.42235898972 seconds), -(Remote IP: 23.94.247.41, Remote port: 59147, Own port: 80, ConnectionDuration: 4.20638799667 seconds), -(Remote IP: 23.94.247.41, Remote port: 59278, Own port: 80, ConnectionDuration: 2.30379509926 seconds), -(Remote IP: 23.94.247.41, Remote port: 59395, Own port: 80, ConnectionDuration: 5.16918802261 seconds), -(Remote IP: 23.94.247.41, Remote port: 59557, Own port: 80, ConnectionDuration: 2.08791399002 seconds), -(Remote IP: 23.94.247.41, Remote port: 59639, Own port: 80, ConnectionDuration: 3.0898809433 seconds), -(Remote IP: 23.94.247.41, Remote port: 59749, Own port: 80, ConnectionDuration: 1.70358109474 seconds), -(Remote IP: 23.94.247.41, Remote port: 59907, Own port: 80, ConnectionDuration: 3.08480906487 seconds), -(Remote IP: 23.94.247.41, Remote port: 60008, Own port: 80, ConnectionDuration: 4.60157203674 seconds), -(Remote IP: 23.94.247.41, Remote port: 60205, Own port: 80, ConnectionDuration: 2.00145888329 seconds), -(Remote IP: 23.94.247.41, Remote port: 60336, Own port: 80, ConnectionDuration: 3.00762200356 seconds), -(Remote IP: 23.94.247.41, Remote port: 60464, Own port: 80, ConnectionDuration: 3.07740116119 seconds), -(Remote IP: 23.94.247.41, Remote port: 60585, Own port: 80, ConnectionDuration: 2.00321698189 seconds), -(Remote IP: 23.94.247.41, Remote port: 60682, Own port: 80, ConnectionDuration: 4.08580303192 seconds), -(Remote IP: 23.94.247.41, Remote port: 60781, Own port: 80, ConnectionDuration: 2.03225898743 seconds), -(Remote IP: 23.94.247.41, Remote port: 60873, Own port: 80, ConnectionDuration: 1.02420783043 seconds), -(Remote IP: 23.94.247.41, Remote port: 60975, Own port: 80, ConnectionDuration: 1.02942109108 seconds), -(Remote IP: 23.94.247.41, Remote port: 61169, Own port: 80, ConnectionDuration: 4.609552145 seconds), -(Remote IP: 23.94.247.41, Remote port: 61262, Own port: 80, ConnectionDuration: 1.9645318985 seconds), -(Remote IP: 23.94.247.41, Remote port: 61398, Own port: 80, ConnectionDuration: 3.69011592865 seconds), -(Remote IP: 23.94.247.41, Remote port: 61565, Own port: 80, ConnectionDuration: 1.70145702362 seconds), -(Remote IP: 23.94.247.41, Remote port: 61690, Own port: 80, ConnectionDuration: 4.65401887894 seconds), -(Remote IP: 23.94.247.41, Remote port: 61831, Own port: 80, ConnectionDuration: 1.23090386391 seconds), -(Remote IP: 23.94.247.41, Remote port: 61965, Own port: 80, ConnectionDuration: 3.41405200958 seconds), -(Remote IP: 23.94.247.41, Remote port: 62135, Own port: 80, ConnectionDuration: 1.01069998741 seconds), -(Remote IP: 23.94.247.41, Remote port: 62293, Own port: 80, ConnectionDuration: 3.80317282677 seconds), -(Remote IP: 23.94.247.41, Remote port: 62400, Own port: 80, ConnectionDuration: 1.50030899048 seconds), -(Remote IP: 23.94.247.41, Remote port: 62474, Own port: 80, ConnectionDuration: 1.01865196228 seconds), -(Remote IP: 23.94.247.41, Remote port: 62515, Own port: 80, ConnectionDuration: 1.04859495163 seconds), -(Remote IP: 23.94.247.41, Remote port: 62646, Own port: 80, ConnectionDuration: 4.01865100861 seconds), -(Remote IP: 23.94.247.41, Remote port: 62772, Own port: 80, ConnectionDuration: 1.2066950798 seconds), -(Remote IP: 23.94.247.41, Remote port: 62878, Own port: 80, ConnectionDuration: 6.38283491135 seconds), -(Remote IP: 23.94.247.41, Remote port: 63038, Own port: 80, ConnectionDuration: 1.0024330616 seconds), -(Remote IP: 23.94.247.41, Remote port: 63091, Own port: 80, ConnectionDuration: 1.0940451622 seconds), -(Remote IP: 23.94.247.41, Remote port: 63150, Own port: 80, ConnectionDuration: 2.07669401169 seconds), -(Remote IP: 23.94.247.41, Remote port: 63243, Own port: 80, ConnectionDuration: 3.11699509621 seconds), -(Remote IP: 23.94.247.41, Remote port: 63395, Own port: 80, ConnectionDuration: 1.91698884964 seconds), -(Remote IP: 23.94.247.41, Remote port: 63535, Own port: 80, ConnectionDuration: 2.59872817993 seconds), -(Remote IP: 23.94.247.41, Remote port: 63689, Own port: 80, ConnectionDuration: 1.59231209755 seconds), -(Remote IP: 23.94.247.41, Remote port: 63783, Own port: 80, ConnectionDuration: 4.09204411507 seconds), -(Remote IP: 23.94.247.41, Remote port: 63902, Own port: 80, ConnectionDuration: 2.02704596519 seconds), -(Remote IP: 23.94.247.41, Remote port: 63992, Own port: 80, ConnectionDuration: 6.40360593796 seconds), -(Remote IP: 23.94.247.41, Remote port: 64233, Own port: 80, ConnectionDuration: 2.02796220779 seconds), -(Remote IP: 23.94.247.41, Remote port: 64346, Own port: 80, ConnectionDuration: 3.22128796577 seconds), -(Remote IP: 23.94.247.41, Remote port: 64533, Own port: 80, ConnectionDuration: 1.88124895096 seconds), -(Remote IP: 23.94.247.41, Remote port: 64657, Own port: 80, ConnectionDuration: 2.77780985832 seconds), -(Remote IP: 23.94.247.41, Remote port: 64923, Own port: 80, ConnectionDuration: 2.15567994118 seconds), -(Remote IP: 23.94.247.41, Remote port: 65030, Own port: 80, ConnectionDuration: 5.26054883003 seconds), -(Remote IP: 23.94.247.41, Remote port: 65173, Own port: 80, ConnectionDuration: 1.84669804573 seconds), -(Remote IP: 23.94.247.41, Remote port: 65244, Own port: 80, ConnectionDuration: 3.98961186409 seconds), -(Remote IP: 23.94.247.41, Remote port: 65358, Own port: 80, ConnectionDuration: 1.05746912956 seconds), -(Remote IP: 23.94.247.41, Remote port: 65466, Own port: 80, ConnectionDuration: 4.21487593651 seconds), -(Remote IP: 23.94.247.41, Remote port: 49207, Own port: 80, ConnectionDuration: 1.01753687859 seconds), -(Remote IP: 23.94.247.41, Remote port: 49351, Own port: 80, ConnectionDuration: 5.03607106209 seconds), -(Remote IP: 23.94.247.41, Remote port: 49504, Own port: 80, ConnectionDuration: 2.00015282631 seconds), -(Remote IP: 23.94.247.41, Remote port: 49587, Own port: 80, ConnectionDuration: 4.10034012794 seconds), -(Remote IP: 23.94.247.41, Remote port: 49739, Own port: 80, ConnectionDuration: 2.61110091209 seconds), -(Remote IP: 23.94.247.41, Remote port: 49801, Own port: 80, ConnectionDuration: 3.72259998322 seconds), -(Remote IP: 23.94.247.41, Remote port: 49913, Own port: 80, ConnectionDuration: 2.01466298103 seconds), -(Remote IP: 23.94.247.41, Remote port: 49999, Own port: 80, ConnectionDuration: 3.03698897362 seconds), -(Remote IP: 23.94.247.41, Remote port: 50166, Own port: 80, ConnectionDuration: 2.02771806717 seconds), -(Remote IP: 23.94.247.41, Remote port: 50342, Own port: 80, ConnectionDuration: 4.9056930542 seconds), -(Remote IP: 23.94.247.41, Remote port: 50556, Own port: 80, ConnectionDuration: 2.01966190338 seconds), -(Remote IP: 23.94.247.41, Remote port: 50646, Own port: 80, ConnectionDuration: 4.46579194069 seconds), -(Remote IP: 23.94.247.41, Remote port: 50803, Own port: 80, ConnectionDuration: 1.80353093147 seconds), -(Remote IP: 23.94.247.41, Remote port: 50978, Own port: 80, ConnectionDuration: 11.1875770092 seconds), -(Remote IP: 23.94.247.41, Remote port: 51229, Own port: 80, ConnectionDuration: 2.01795291901 seconds), -(Remote IP: 23.94.247.41, Remote port: 51397, Own port: 80, ConnectionDuration: 4.21802902222 seconds), -(Remote IP: 23.94.247.41, Remote port: 51524, Own port: 80, ConnectionDuration: 3.07320809364 seconds), -(Remote IP: 23.94.247.41, Remote port: 51651, Own port: 80, ConnectionDuration: 2.09626102448 seconds), -(Remote IP: 23.94.247.41, Remote port: 51726, Own port: 80, ConnectionDuration: 1.00963282585 seconds), -(Remote IP: 23.94.247.41, Remote port: 51859, Own port: 80, ConnectionDuration: 2.78053808212 seconds), -(Remote IP: 23.94.247.41, Remote port: 51976, Own port: 80, ConnectionDuration: 2.47541093826 seconds), -(Remote IP: 23.94.247.41, Remote port: 52090, Own port: 80, ConnectionDuration: 4.03964591026 seconds), -(Remote IP: 23.94.247.41, Remote port: 52214, Own port: 80, ConnectionDuration: 1.62428593636 seconds), -(Remote IP: 23.94.247.41, Remote port: 52287, Own port: 80, ConnectionDuration: 3.08204913139 seconds), -(Remote IP: 23.94.247.41, Remote port: 52414, Own port: 80, ConnectionDuration: 1.05930900574 seconds), -(Remote IP: 23.94.247.41, Remote port: 52632, Own port: 80, ConnectionDuration: 5.10547089577 seconds), -(Remote IP: 23.94.247.41, Remote port: 52753, Own port: 80, ConnectionDuration: 2.08099484444 seconds), -(Remote IP: 23.94.247.41, Remote port: 52821, Own port: 80, ConnectionDuration: 3.90292692184 seconds), -(Remote IP: 23.94.247.41, Remote port: 53004, Own port: 80, ConnectionDuration: 1.39840102196 seconds), -(Remote IP: 23.94.247.41, Remote port: 53105, Own port: 80, ConnectionDuration: 2.79868888855 seconds), -(Remote IP: 23.94.247.41, Remote port: 53155, Own port: 80, ConnectionDuration: 1.00161600113 seconds), -(Remote IP: 23.94.247.41, Remote port: 53227, Own port: 80, ConnectionDuration: 1.2107770443 seconds), -(Remote IP: 23.94.247.41, Remote port: 53308, Own port: 80, ConnectionDuration: 2.05157184601 seconds), -(Remote IP: 23.94.247.41, Remote port: 53416, Own port: 80, ConnectionDuration: 7.10346007347 seconds), -(Remote IP: 23.94.247.41, Remote port: 53601, Own port: 80, ConnectionDuration: 1.52605509758 seconds), -(Remote IP: 23.94.247.41, Remote port: 53700, Own port: 80, ConnectionDuration: 4.77572798729 seconds), -(Remote IP: 23.94.247.41, Remote port: 53859, Own port: 80, ConnectionDuration: 2.07080888748 seconds), -(Remote IP: 23.94.247.41, Remote port: 54014, Own port: 80, ConnectionDuration: 3.472001791 seconds), -(Remote IP: 23.94.247.41, Remote port: 54155, Own port: 80, ConnectionDuration: 1.01739001274 seconds), -(Remote IP: 23.94.247.41, Remote port: 54283, Own port: 80, ConnectionDuration: 4.01307415962 seconds), -(Remote IP: 23.94.247.41, Remote port: 54418, Own port: 80, ConnectionDuration: 1.20800113678 seconds), -(Remote IP: 23.94.247.41, Remote port: 54491, Own port: 80, ConnectionDuration: 4.07738399506 seconds), -(Remote IP: 23.94.247.41, Remote port: 54606, Own port: 80, ConnectionDuration: 1.90151596069 seconds), -(Remote IP: 23.94.247.41, Remote port: 54682, Own port: 80, ConnectionDuration: 4.09533810616 seconds), -(Remote IP: 23.94.247.41, Remote port: 54866, Own port: 80, ConnectionDuration: 1.07411813736 seconds), -(Remote IP: 23.94.247.41, Remote port: 54944, Own port: 80, ConnectionDuration: 1.29976987839 seconds), -(Remote IP: 23.94.247.41, Remote port: 54999, Own port: 80, ConnectionDuration: 0.289057970047 seconds), -(Remote IP: 23.94.247.41, Remote port: 55033, Own port: 80, ConnectionDuration: 0.943452119827 seconds), -(Remote IP: 23.94.247.41, Remote port: 55078, Own port: 80, ConnectionDuration: 1.87742400169 seconds), -(Remote IP: 23.94.247.41, Remote port: 55172, Own port: 80, ConnectionDuration: 2.09794688225 seconds), -(Remote IP: 112.4.139.162, Remote port: 5002, Own port: 3389, ConnectionDuration: 0.00119209289551 seconds), -(Remote IP: 23.94.247.41, Remote port: 55322, Own port: 80, ConnectionDuration: 2.09510493279 seconds), -(Remote IP: 23.94.247.41, Remote port: 55413, Own port: 80, ConnectionDuration: 1.99132585526 seconds), -(Remote IP: 23.94.247.41, Remote port: 55509, Own port: 80, ConnectionDuration: 1.896889925 seconds), -(Remote IP: 23.94.247.41, Remote port: 55631, Own port: 80, ConnectionDuration: 3.11033296585 seconds), -(Remote IP: 23.94.247.41, Remote port: 55753, Own port: 80, ConnectionDuration: 2.09380817413 seconds), -(Remote IP: 23.94.247.41, Remote port: 55817, Own port: 80, ConnectionDuration: 5.42376899719 seconds), -(Remote IP: 23.94.247.41, Remote port: 55942, Own port: 80, ConnectionDuration: 2.0152130127 seconds), -(Remote IP: 23.94.247.41, Remote port: 56041, Own port: 80, ConnectionDuration: 4.0852689743 seconds), -(Remote IP: 23.94.247.41, Remote port: 56154, Own port: 80, ConnectionDuration: 2.05732989311 seconds), -(Remote IP: 23.94.247.41, Remote port: 56293, Own port: 80, ConnectionDuration: 3.48541903496 seconds), -(Remote IP: 23.94.247.41, Remote port: 56408, Own port: 80, ConnectionDuration: 2.0841729641 seconds), -(Remote IP: 23.94.247.41, Remote port: 56549, Own port: 80, ConnectionDuration: 5.00780510902 seconds), -(Remote IP: 23.94.247.41, Remote port: 56787, Own port: 80, ConnectionDuration: 1.07919001579 seconds), -(Remote IP: 23.94.247.41, Remote port: 56854, Own port: 80, ConnectionDuration: 3.04811215401 seconds), -(Remote IP: 23.94.247.41, Remote port: 57007, Own port: 80, ConnectionDuration: 1.01782417297 seconds), -(Remote IP: 23.94.247.41, Remote port: 57056, Own port: 80, ConnectionDuration: 1.01143097878 seconds), -(Remote IP: 23.94.247.41, Remote port: 57171, Own port: 80, ConnectionDuration: 2.01744008064 seconds), -(Remote IP: 23.94.247.41, Remote port: 57271, Own port: 80, ConnectionDuration: 2.61265802383 seconds), -(Remote IP: 23.94.247.41, Remote port: 57406, Own port: 80, ConnectionDuration: 1.7110991478 seconds), -(Remote IP: 23.94.247.41, Remote port: 57571, Own port: 80, ConnectionDuration: 4.89000797272 seconds), -(Remote IP: 23.94.247.41, Remote port: 57718, Own port: 80, ConnectionDuration: 2.00612998009 seconds), -(Remote IP: 23.94.247.41, Remote port: 57835, Own port: 80, ConnectionDuration: 3.30346989632 seconds), -(Remote IP: 23.94.247.41, Remote port: 58028, Own port: 80, ConnectionDuration: 2.06659388542 seconds), -(Remote IP: 23.94.247.41, Remote port: 58099, Own port: 80, ConnectionDuration: 3.83054184914 seconds), -(Remote IP: 23.94.247.41, Remote port: 58177, Own port: 80, ConnectionDuration: 1.01839017868 seconds), -(Remote IP: 23.94.247.41, Remote port: 58267, Own port: 80, ConnectionDuration: 3.02380394936 seconds), -(Remote IP: 23.94.247.41, Remote port: 58396, Own port: 80, ConnectionDuration: 1.51813697815 seconds), -(Remote IP: 84.54.51.41, Remote port: 44468, Own port: 80, ConnectionDuration: 14.9079740047 seconds), -(Remote IP: 23.94.247.41, Remote port: 58497, Own port: 80, ConnectionDuration: 20.002163887 seconds), -(Remote IP: 23.94.247.41, Remote port: 58961, Own port: 80, ConnectionDuration: 1.1876001358 seconds), -(Remote IP: 23.94.247.41, Remote port: 59068, Own port: 80, ConnectionDuration: 3.03375887871 seconds), -(Remote IP: 23.94.247.41, Remote port: 59189, Own port: 80, ConnectionDuration: 2.0153131485 seconds), -(Remote IP: 23.94.247.41, Remote port: 59314, Own port: 80, ConnectionDuration: 4.01924920082 seconds), -(Remote IP: 23.94.247.41, Remote port: 59520, Own port: 80, ConnectionDuration: 1.13198900223 seconds), -(Remote IP: 23.94.247.41, Remote port: 59629, Own port: 80, ConnectionDuration: 4.39974093437 seconds), -(Remote IP: 23.94.247.41, Remote port: 59961, Own port: 80, ConnectionDuration: 2.01565384865 seconds), -(Remote IP: 23.94.247.41, Remote port: 60077, Own port: 80, ConnectionDuration: 1.98604488373 seconds), -(Remote IP: 23.94.247.41, Remote port: 60210, Own port: 80, ConnectionDuration: 1.49937391281 seconds), -(Remote IP: 23.94.247.41, Remote port: 60288, Own port: 80, ConnectionDuration: 8.99741005898 seconds), -(Remote IP: 23.94.247.41, Remote port: 60453, Own port: 80, ConnectionDuration: 2.01771092415 seconds), -(Remote IP: 23.94.247.41, Remote port: 60540, Own port: 80, ConnectionDuration: 3.81203603745 seconds), -(Remote IP: 23.94.247.41, Remote port: 60671, Own port: 80, ConnectionDuration: 1.3862221241 seconds), -(Remote IP: 23.94.247.41, Remote port: 60781, Own port: 80, ConnectionDuration: 4.78187584877 seconds), -(Remote IP: 23.94.247.41, Remote port: 61023, Own port: 80, ConnectionDuration: 1.19526004791 seconds), -(Remote IP: 23.94.247.41, Remote port: 61093, Own port: 80, ConnectionDuration: 2.01542687416 seconds), -(Remote IP: 23.94.247.41, Remote port: 61184, Own port: 80, ConnectionDuration: 1.6846549511 seconds), -(Remote IP: 23.94.247.41, Remote port: 61297, Own port: 80, ConnectionDuration: 4.03454995155 seconds), -(Remote IP: 23.94.247.41, Remote port: 61540, Own port: 80, ConnectionDuration: 2.07999801636 seconds), -(Remote IP: 23.94.247.41, Remote port: 61614, Own port: 80, ConnectionDuration: 4.09939908981 seconds), -(Remote IP: 23.94.247.41, Remote port: 61766, Own port: 80, ConnectionDuration: 1.91222691536 seconds), -(Remote IP: 139.227.137.138, Remote port: 58412, Own port: 23, ConnectionDuration: 30.6091821194 seconds), -(Remote IP: 23.94.247.41, Remote port: 61858, Own port: 80, ConnectionDuration: 4.10934996605 seconds), -(Remote IP: 23.94.247.41, Remote port: 62000, Own port: 80, ConnectionDuration: 1.34240698814 seconds), -(Remote IP: 23.94.247.41, Remote port: 62101, Own port: 80, ConnectionDuration: 3.69271397591 seconds), -(Remote IP: 23.94.247.41, Remote port: 62180, Own port: 80, ConnectionDuration: 1.17720103264 seconds), -(Remote IP: 23.94.247.41, Remote port: 62279, Own port: 80, ConnectionDuration: 3.89190387726 seconds), -(Remote IP: 23.94.247.41, Remote port: 62458, Own port: 80, ConnectionDuration: 1.52596688271 seconds), -(Remote IP: 23.94.247.41, Remote port: 62530, Own port: 80, ConnectionDuration: 5.21619391441 seconds), -(Remote IP: 23.94.247.41, Remote port: 62717, Own port: 80, ConnectionDuration: 2.03673005104 seconds), -(Remote IP: 23.94.247.41, Remote port: 62766, Own port: 80, ConnectionDuration: 2.93121409416 seconds), -(Remote IP: 23.94.247.41, Remote port: 62963, Own port: 80, ConnectionDuration: 2.06946992874 seconds), -(Remote IP: 23.94.247.41, Remote port: 63024, Own port: 80, ConnectionDuration: 4.7810959816 seconds), -(Remote IP: 23.94.247.41, Remote port: 63141, Own port: 80, ConnectionDuration: 0.789717197418 seconds), -(Remote IP: 23.94.247.41, Remote port: 63198, Own port: 80, ConnectionDuration: 2.48874688148 seconds), -(Remote IP: 23.94.247.41, Remote port: 63356, Own port: 80, ConnectionDuration: 1.00057983398 seconds), -(Remote IP: 23.94.247.41, Remote port: 63417, Own port: 80, ConnectionDuration: 3.08047509193 seconds), -(Remote IP: 23.94.247.41, Remote port: 63532, Own port: 80, ConnectionDuration: 0.799515962601 seconds), -(Remote IP: 23.94.247.41, Remote port: 63609, Own port: 80, ConnectionDuration: 1.20213413239 seconds), -(Remote IP: 23.94.247.41, Remote port: 63674, Own port: 80, ConnectionDuration: 0.181541919708 seconds), -(Remote IP: 23.94.247.41, Remote port: 63693, Own port: 80, ConnectionDuration: 0.304015159607 seconds), -(Remote IP: 23.94.247.41, Remote port: 63706, Own port: 80, ConnectionDuration: 0.094496011734 seconds), -(Remote IP: 23.94.247.41, Remote port: 63711, Own port: 80, ConnectionDuration: 0.0901961326599 seconds), -(Remote IP: 23.94.247.41, Remote port: 63724, Own port: 80, ConnectionDuration: 0.376066923141 seconds), -(Remote IP: 23.94.247.41, Remote port: 63755, Own port: 80, ConnectionDuration: 0.166987895966 seconds), -(Remote IP: 23.94.247.41, Remote port: 63769, Own port: 80, ConnectionDuration: 0.509114027023 seconds), -(Remote IP: 23.94.247.41, Remote port: 63778, Own port: 80, ConnectionDuration: 0.891239881516 seconds), -(Remote IP: 23.94.247.41, Remote port: 63794, Own port: 80, ConnectionDuration: 0.27397108078 seconds), -(Remote IP: 23.94.247.41, Remote port: 63805, Own port: 80, ConnectionDuration: 0.309861898422 seconds), -(Remote IP: 23.94.247.41, Remote port: 63833, Own port: 80, ConnectionDuration: 0.185921907425 seconds), -(Remote IP: 23.94.247.41, Remote port: 63844, Own port: 80, ConnectionDuration: 0.112464904785 seconds), -(Remote IP: 23.94.247.41, Remote port: 63851, Own port: 80, ConnectionDuration: 0.300626039505 seconds), -(Remote IP: 23.94.247.41, Remote port: 63870, Own port: 80, ConnectionDuration: 0.265898942947 seconds), -(Remote IP: 23.94.247.41, Remote port: 63885, Own port: 80, ConnectionDuration: 0.176415920258 seconds), -(Remote IP: 23.94.247.41, Remote port: 63894, Own port: 80, ConnectionDuration: 0.224761009216 seconds), -(Remote IP: 23.94.247.41, Remote port: 63904, Own port: 80, ConnectionDuration: 0.325533866882 seconds), -(Remote IP: 23.94.247.41, Remote port: 63942, Own port: 80, ConnectionDuration: 0.102137088776 seconds), -(Remote IP: 23.94.247.41, Remote port: 63957, Own port: 80, ConnectionDuration: 0.292572021484 seconds), -(Remote IP: 23.94.247.41, Remote port: 63976, Own port: 80, ConnectionDuration: 0.597211837769 seconds), -(Remote IP: 23.94.247.41, Remote port: 64026, Own port: 80, ConnectionDuration: 0.196146011353 seconds), -(Remote IP: 23.94.247.41, Remote port: 64044, Own port: 80, ConnectionDuration: 1.09937691689 seconds), -(Remote IP: 23.94.247.41, Remote port: 64115, Own port: 80, ConnectionDuration: 0.267582893372 seconds), -(Remote IP: 23.94.247.41, Remote port: 64125, Own port: 80, ConnectionDuration: 0.206816196442 seconds), -(Remote IP: 23.94.247.41, Remote port: 64141, Own port: 80, ConnectionDuration: 0.216068983078 seconds), -(Remote IP: 23.94.247.41, Remote port: 64152, Own port: 80, ConnectionDuration: 0.209446907043 seconds), -(Remote IP: 23.94.247.41, Remote port: 64167, Own port: 80, ConnectionDuration: 0.414439916611 seconds), -(Remote IP: 23.94.247.41, Remote port: 64211, Own port: 80, ConnectionDuration: 0.407984018326 seconds), -(Remote IP: 23.94.247.41, Remote port: 64221, Own port: 80, ConnectionDuration: 0.422087907791 seconds), -(Remote IP: 23.94.247.41, Remote port: 64237, Own port: 80, ConnectionDuration: 0.411858081818 seconds), -(Remote IP: 23.94.247.41, Remote port: 64247, Own port: 80, ConnectionDuration: 0.257699012756 seconds), -(Remote IP: 23.94.247.41, Remote port: 64258, Own port: 80, ConnectionDuration: 0.493713140488 seconds), -(Remote IP: 23.94.247.41, Remote port: 64298, Own port: 80, ConnectionDuration: 0.408819913864 seconds), -(Remote IP: 23.94.247.41, Remote port: 64314, Own port: 80, ConnectionDuration: 0.988188028336 seconds), -(Remote IP: 23.94.247.41, Remote port: 64378, Own port: 80, ConnectionDuration: 0.230966091156 seconds), -(Remote IP: 23.94.247.41, Remote port: 64396, Own port: 80, ConnectionDuration: 0.376492977142 seconds), -(Remote IP: 23.94.247.41, Remote port: 64423, Own port: 80, ConnectionDuration: 0.23018693924 seconds), -(Remote IP: 23.94.247.41, Remote port: 64437, Own port: 80, ConnectionDuration: 0.390299081802 seconds), -(Remote IP: 23.94.247.41, Remote port: 64460, Own port: 80, ConnectionDuration: 0.3026471138 seconds), -(Remote IP: 23.94.247.41, Remote port: 64475, Own port: 80, ConnectionDuration: 0.129551172256 seconds), -(Remote IP: 23.94.247.41, Remote port: 64522, Own port: 80, ConnectionDuration: 0.301614999771 seconds), -(Remote IP: 23.94.247.41, Remote port: 64533, Own port: 80, ConnectionDuration: 0.1190969944 seconds), -(Remote IP: 23.94.247.41, Remote port: 64545, Own port: 80, ConnectionDuration: 0.108633041382 seconds), -(Remote IP: 23.94.247.41, Remote port: 64554, Own port: 80, ConnectionDuration: 0.203707933426 seconds), -(Remote IP: 23.94.247.41, Remote port: 64564, Own port: 80, ConnectionDuration: 0.425173997879 seconds), -(Remote IP: 23.94.247.41, Remote port: 64574, Own port: 80, ConnectionDuration: 0.123817920685 seconds), -(Remote IP: 23.94.247.41, Remote port: 64588, Own port: 80, ConnectionDuration: 0.306054115295 seconds), -(Remote IP: 23.94.247.41, Remote port: 64609, Own port: 80, ConnectionDuration: 0.215133905411 seconds), -(Remote IP: 23.94.247.41, Remote port: 64653, Own port: 80, ConnectionDuration: 0.376189947128 seconds), -(Remote IP: 23.94.247.41, Remote port: 64668, Own port: 80, ConnectionDuration: 0.119240999222 seconds), -(Remote IP: 23.94.247.41, Remote port: 64682, Own port: 80, ConnectionDuration: 0.0307910442352 seconds), -(Remote IP: 23.94.247.41, Remote port: 64689, Own port: 80, ConnectionDuration: 0.107472896576 seconds), -(Remote IP: 23.94.247.41, Remote port: 64699, Own port: 80, ConnectionDuration: 0.216651916504 seconds), -(Remote IP: 23.94.247.41, Remote port: 64706, Own port: 80, ConnectionDuration: 0.20162987709 seconds), -(Remote IP: 23.94.247.41, Remote port: 64717, Own port: 80, ConnectionDuration: 0.187022924423 seconds), -(Remote IP: 23.94.247.41, Remote port: 64723, Own port: 80, ConnectionDuration: 0.124420166016 seconds), -(Remote IP: 23.94.247.41, Remote port: 64759, Own port: 80, ConnectionDuration: 0.196274995804 seconds), -(Remote IP: 23.94.247.41, Remote port: 64773, Own port: 80, ConnectionDuration: 0.318533182144 seconds), -(Remote IP: 23.94.247.41, Remote port: 64791, Own port: 80, ConnectionDuration: 0.218164920807 seconds), -(Remote IP: 23.94.247.41, Remote port: 64800, Own port: 80, ConnectionDuration: 0.326292991638 seconds), -(Remote IP: 23.94.247.41, Remote port: 64828, Own port: 80, ConnectionDuration: 0.293037891388 seconds), -(Remote IP: 23.94.247.41, Remote port: 64861, Own port: 80, ConnectionDuration: 0.203881025314 seconds), -(Remote IP: 23.94.247.41, Remote port: 64893, Own port: 80, ConnectionDuration: 0.322121858597 seconds), -(Remote IP: 23.94.247.41, Remote port: 64911, Own port: 80, ConnectionDuration: 0.526589870453 seconds), -(Remote IP: 23.94.247.41, Remote port: 64960, Own port: 80, ConnectionDuration: 0.322108030319 seconds), -(Remote IP: 23.94.247.41, Remote port: 65003, Own port: 80, ConnectionDuration: 0.193822860718 seconds), -(Remote IP: 23.94.247.41, Remote port: 65014, Own port: 80, ConnectionDuration: 0.498291969299 seconds), -(Remote IP: 23.94.247.41, Remote port: 65026, Own port: 80, ConnectionDuration: 0.304177999496 seconds), -(Remote IP: 23.94.247.41, Remote port: 65042, Own port: 80, ConnectionDuration: 0.40781712532 seconds), -(Remote IP: 23.94.247.41, Remote port: 65059, Own port: 80, ConnectionDuration: 0.175681114197 seconds), -(Remote IP: 23.94.247.41, Remote port: 65076, Own port: 80, ConnectionDuration: 0.123685836792 seconds), -(Remote IP: 23.94.247.41, Remote port: 65106, Own port: 80, ConnectionDuration: 0.279287099838 seconds), -(Remote IP: 23.94.247.41, Remote port: 65130, Own port: 80, ConnectionDuration: 0.303921937943 seconds), -(Remote IP: 23.94.247.41, Remote port: 65152, Own port: 80, ConnectionDuration: 0.698527097702 seconds), -(Remote IP: 23.94.247.41, Remote port: 65178, Own port: 80, ConnectionDuration: 0.175520181656 seconds), -(Remote IP: 23.94.247.41, Remote port: 65185, Own port: 80, ConnectionDuration: 0.184511899948 seconds), -(Remote IP: 23.94.247.41, Remote port: 65191, Own port: 80, ConnectionDuration: 0.130773067474 seconds), -(Remote IP: 23.94.247.41, Remote port: 65216, Own port: 80, ConnectionDuration: 0.12483382225 seconds), -(Remote IP: 23.94.247.41, Remote port: 65237, Own port: 80, ConnectionDuration: 0.491632938385 seconds), -(Remote IP: 23.94.247.41, Remote port: 65258, Own port: 80, ConnectionDuration: 0.383171081543 seconds), -(Remote IP: 23.94.247.41, Remote port: 65272, Own port: 80, ConnectionDuration: 0.382085800171 seconds), -(Remote IP: 23.94.247.41, Remote port: 65290, Own port: 80, ConnectionDuration: 0.280342817307 seconds), -(Remote IP: 23.94.247.41, Remote port: 65300, Own port: 80, ConnectionDuration: 0.318510055542 seconds), -(Remote IP: 23.94.247.41, Remote port: 65340, Own port: 80, ConnectionDuration: 0.320300102234 seconds), -(Remote IP: 23.94.247.41, Remote port: 65363, Own port: 80, ConnectionDuration: 0.286679029465 seconds), -(Remote IP: 23.94.247.41, Remote port: 65375, Own port: 80, ConnectionDuration: 0.32682299614 seconds), -(Remote IP: 23.94.247.41, Remote port: 65386, Own port: 80, ConnectionDuration: 0.204904079437 seconds), -(Remote IP: 23.94.247.41, Remote port: 65402, Own port: 80, ConnectionDuration: 0.230162143707 seconds), -(Remote IP: 23.94.247.41, Remote port: 65449, Own port: 80, ConnectionDuration: 0.701214075089 seconds), -(Remote IP: 23.94.247.41, Remote port: 65468, Own port: 80, ConnectionDuration: 0.20445394516 seconds), -(Remote IP: 23.94.247.41, Remote port: 65482, Own port: 80, ConnectionDuration: 0.128118991852 seconds), -(Remote IP: 23.94.247.41, Remote port: 65493, Own port: 80, ConnectionDuration: 0.512703895569 seconds), -(Remote IP: 23.94.247.41, Remote port: 65507, Own port: 80, ConnectionDuration: 0.293248176575 seconds), -(Remote IP: 23.94.247.41, Remote port: 65526, Own port: 80, ConnectionDuration: 0.489647865295 seconds), -(Remote IP: 23.94.247.41, Remote port: 49187, Own port: 80, ConnectionDuration: 0.203507184982 seconds), -(Remote IP: 23.94.247.41, Remote port: 49209, Own port: 80, ConnectionDuration: 0.403112888336 seconds), -(Remote IP: 23.94.247.41, Remote port: 49224, Own port: 80, ConnectionDuration: 0.333366155624 seconds), -(Remote IP: 23.94.247.41, Remote port: 49238, Own port: 80, ConnectionDuration: 0.494386911392 seconds), -(Remote IP: 23.94.247.41, Remote port: 49263, Own port: 80, ConnectionDuration: 0.297106981277 seconds), -(Remote IP: 23.94.247.41, Remote port: 49276, Own port: 80, ConnectionDuration: 0.718309164047 seconds), -(Remote IP: 23.94.247.41, Remote port: 49318, Own port: 80, ConnectionDuration: 0.291223049164 seconds), -(Remote IP: 23.94.247.41, Remote port: 49328, Own port: 80, ConnectionDuration: 0.582653999329 seconds), -(Remote IP: 23.94.247.41, Remote port: 49374, Own port: 80, ConnectionDuration: 0.192786931992 seconds), -(Remote IP: 23.94.247.41, Remote port: 49388, Own port: 80, ConnectionDuration: 0.301158905029 seconds), -(Remote IP: 23.94.247.41, Remote port: 49413, Own port: 80, ConnectionDuration: 0.134246110916 seconds), -(Remote IP: 23.94.247.41, Remote port: 49430, Own port: 80, ConnectionDuration: 0.798380851746 seconds), -(Remote IP: 23.94.247.41, Remote port: 49482, Own port: 80, ConnectionDuration: 0.312180995941 seconds), -(Remote IP: 23.94.247.41, Remote port: 49494, Own port: 80, ConnectionDuration: 0.393966913223 seconds), -(Remote IP: 23.94.247.41, Remote port: 49509, Own port: 80, ConnectionDuration: 0.276285886765 seconds), -(Remote IP: 23.94.247.41, Remote port: 49521, Own port: 80, ConnectionDuration: 0.298995018005 seconds), -(Remote IP: 23.94.247.41, Remote port: 49547, Own port: 80, ConnectionDuration: 0.49649977684 seconds), -(Remote IP: 23.94.247.41, Remote port: 49604, Own port: 80, ConnectionDuration: 0.308650016785 seconds), -(Remote IP: 23.94.247.41, Remote port: 49621, Own port: 80, ConnectionDuration: 0.507565021515 seconds), -(Remote IP: 23.94.247.41, Remote port: 49639, Own port: 80, ConnectionDuration: 0.0803389549255 seconds), -(Remote IP: 23.94.247.41, Remote port: 49661, Own port: 80, ConnectionDuration: 0.618402004242 seconds), -(Remote IP: 23.94.247.41, Remote port: 49707, Own port: 80, ConnectionDuration: 0.036945104599 seconds), -(Remote IP: 23.94.247.41, Remote port: 49733, Own port: 80, ConnectionDuration: 0.413843870163 seconds), -(Remote IP: 23.94.247.41, Remote port: 49759, Own port: 80, ConnectionDuration: 0.0882120132446 seconds), -(Remote IP: 23.94.247.41, Remote port: 49769, Own port: 80, ConnectionDuration: 0.133748054504 seconds), -(Remote IP: 23.94.247.41, Remote port: 49778, Own port: 80, ConnectionDuration: 0.2091588974 seconds), -(Remote IP: 23.94.247.41, Remote port: 49792, Own port: 80, ConnectionDuration: 0.102854967117 seconds), -(Remote IP: 23.94.247.41, Remote port: 49800, Own port: 80, ConnectionDuration: 0.212452173233 seconds), -(Remote IP: 23.94.247.41, Remote port: 49826, Own port: 80, ConnectionDuration: 0.198345899582 seconds), -(Remote IP: 23.94.247.41, Remote port: 49831, Own port: 80, ConnectionDuration: 0.313416004181 seconds), -(Remote IP: 23.94.247.41, Remote port: 49851, Own port: 80, ConnectionDuration: 0.282365083694 seconds), -(Remote IP: 23.94.247.41, Remote port: 49868, Own port: 80, ConnectionDuration: 0.205202102661 seconds), -(Remote IP: 23.94.247.41, Remote port: 49877, Own port: 80, ConnectionDuration: 0.311636924744 seconds), -(Remote IP: 23.94.247.41, Remote port: 49888, Own port: 80, ConnectionDuration: 0.31182718277 seconds), -(Remote IP: 23.94.247.41, Remote port: 49907, Own port: 80, ConnectionDuration: 0.231302022934 seconds), -(Remote IP: 23.94.247.41, Remote port: 49951, Own port: 80, ConnectionDuration: 0.409147977829 seconds), -(Remote IP: 23.94.247.41, Remote port: 49964, Own port: 80, ConnectionDuration: 0.270171880722 seconds), -(Remote IP: 23.94.247.41, Remote port: 49976, Own port: 80, ConnectionDuration: 0.4061191082 seconds), -(Remote IP: 23.94.247.41, Remote port: 49989, Own port: 80, ConnectionDuration: 0.281594991684 seconds), -(Remote IP: 23.94.247.41, Remote port: 49998, Own port: 80, ConnectionDuration: 0.587635993958 seconds), -(Remote IP: 23.94.247.41, Remote port: 50062, Own port: 80, ConnectionDuration: 0.328011035919 seconds), -(Remote IP: 23.94.247.41, Remote port: 50069, Own port: 80, ConnectionDuration: 0.0788660049438 seconds), -(Remote IP: 23.94.247.41, Remote port: 50087, Own port: 80, ConnectionDuration: 0.212907791138 seconds), -(Remote IP: 23.94.247.41, Remote port: 50106, Own port: 80, ConnectionDuration: 0.115705013275 seconds), -(Remote IP: 23.94.247.41, Remote port: 50115, Own port: 80, ConnectionDuration: 0.321353197098 seconds), -(Remote IP: 23.94.247.41, Remote port: 50148, Own port: 80, ConnectionDuration: 0.298476934433 seconds), -(Remote IP: 23.94.247.41, Remote port: 50172, Own port: 80, ConnectionDuration: 0.386491060257 seconds), -(Remote IP: 23.94.247.41, Remote port: 50184, Own port: 80, ConnectionDuration: 0.198598146439 seconds), -(Remote IP: 23.94.247.41, Remote port: 50197, Own port: 80, ConnectionDuration: 0.196052074432 seconds), -(Remote IP: 23.94.247.41, Remote port: 50207, Own port: 80, ConnectionDuration: 0.313928842545 seconds), -(Remote IP: 23.94.247.41, Remote port: 50239, Own port: 80, ConnectionDuration: 0.0897841453552 seconds), -(Remote IP: 23.94.247.41, Remote port: 50255, Own port: 80, ConnectionDuration: 0.202850103378 seconds), -(Remote IP: 23.94.247.41, Remote port: 50265, Own port: 80, ConnectionDuration: 0.459654092789 seconds), -(Remote IP: 23.94.247.41, Remote port: 50284, Own port: 80, ConnectionDuration: 0.295908927917 seconds), -(Remote IP: 23.94.247.41, Remote port: 50308, Own port: 80, ConnectionDuration: 0.39431810379 seconds), -(Remote IP: 23.94.247.41, Remote port: 50342, Own port: 80, ConnectionDuration: 0.392358064651 seconds), -(Remote IP: 23.94.247.41, Remote port: 50369, Own port: 80, ConnectionDuration: 0.278851032257 seconds), -(Remote IP: 23.94.247.41, Remote port: 50388, Own port: 80, ConnectionDuration: 0.379810094833 seconds), -(Remote IP: 23.94.247.41, Remote port: 50408, Own port: 80, ConnectionDuration: 0.323962926865 seconds), -(Remote IP: 23.94.247.41, Remote port: 50428, Own port: 80, ConnectionDuration: 0.302603006363 seconds), -(Remote IP: 23.94.247.41, Remote port: 50465, Own port: 80, ConnectionDuration: 0.23611497879 seconds), -(Remote IP: 23.94.247.41, Remote port: 50477, Own port: 80, ConnectionDuration: 0.198086977005 seconds), -(Remote IP: 23.94.247.41, Remote port: 50485, Own port: 80, ConnectionDuration: 0.380885839462 seconds), -(Remote IP: 23.94.247.41, Remote port: 50506, Own port: 80, ConnectionDuration: 0.410300970078 seconds), -(Remote IP: 23.94.247.41, Remote port: 50516, Own port: 80, ConnectionDuration: 0.315010070801 seconds), -(Remote IP: 23.94.247.41, Remote port: 50530, Own port: 80, ConnectionDuration: 0.0937190055847 seconds), -(Remote IP: 23.94.247.41, Remote port: 50564, Own port: 80, ConnectionDuration: 0.200244903564 seconds), -(Remote IP: 23.94.247.41, Remote port: 50573, Own port: 80, ConnectionDuration: 0.296592950821 seconds), -(Remote IP: 23.94.247.41, Remote port: 50590, Own port: 80, ConnectionDuration: 0.365620851517 seconds), -(Remote IP: 23.94.247.41, Remote port: 50605, Own port: 80, ConnectionDuration: 0.222357988358 seconds), -(Remote IP: 23.94.247.41, Remote port: 50617, Own port: 80, ConnectionDuration: 0.275506973267 seconds), -(Remote IP: 23.94.247.41, Remote port: 50665, Own port: 80, ConnectionDuration: 0.396422147751 seconds), -(Remote IP: 23.94.247.41, Remote port: 50674, Own port: 80, ConnectionDuration: 0.0886330604553 seconds), -(Remote IP: 23.94.247.41, Remote port: 50680, Own port: 80, ConnectionDuration: 0.387167930603 seconds), -(Remote IP: 23.94.247.41, Remote port: 50711, Own port: 80, ConnectionDuration: 0.21875 seconds), -(Remote IP: 23.94.247.41, Remote port: 50726, Own port: 80, ConnectionDuration: 0.195046901703 seconds), -(Remote IP: 23.94.247.41, Remote port: 50740, Own port: 80, ConnectionDuration: 0.30668091774 seconds), -(Remote IP: 23.94.247.41, Remote port: 50770, Own port: 80, ConnectionDuration: 0.273716926575 seconds), -(Remote IP: 23.94.247.41, Remote port: 50784, Own port: 80, ConnectionDuration: 0.205121994019 seconds), -(Remote IP: 23.94.247.41, Remote port: 50797, Own port: 80, ConnectionDuration: 0.223330974579 seconds), -(Remote IP: 23.94.247.41, Remote port: 50809, Own port: 80, ConnectionDuration: 0.207118988037 seconds), -(Remote IP: 23.94.247.41, Remote port: 50818, Own port: 80, ConnectionDuration: 0.317878961563 seconds), -(Remote IP: 23.94.247.41, Remote port: 50830, Own port: 80, ConnectionDuration: 0.465200901031 seconds), -(Remote IP: 23.94.247.41, Remote port: 50879, Own port: 80, ConnectionDuration: 0.292772054672 seconds), -(Remote IP: 23.94.247.41, Remote port: 50897, Own port: 80, ConnectionDuration: 0.280538082123 seconds), -(Remote IP: 23.94.247.41, Remote port: 50910, Own port: 80, ConnectionDuration: 0.318402051926 seconds), -(Remote IP: 23.94.247.41, Remote port: 50922, Own port: 80, ConnectionDuration: 0.373059034348 seconds), -(Remote IP: 23.94.247.41, Remote port: 50950, Own port: 80, ConnectionDuration: 0.413076162338 seconds), -(Remote IP: 23.94.247.41, Remote port: 50988, Own port: 80, ConnectionDuration: 0.107895851135 seconds), -(Remote IP: 23.94.247.41, Remote port: 51032, Own port: 80, ConnectionDuration: 0.29071688652 seconds), -(Remote IP: 23.94.247.41, Remote port: 51055, Own port: 80, ConnectionDuration: 0.213140010834 seconds), -(Remote IP: 23.94.247.41, Remote port: 51066, Own port: 80, ConnectionDuration: 0.723097085953 seconds), -(Remote IP: 23.94.247.41, Remote port: 51124, Own port: 80, ConnectionDuration: 0.330419063568 seconds), -(Remote IP: 23.94.247.41, Remote port: 51133, Own port: 80, ConnectionDuration: 0.586411952972 seconds), -(Remote IP: 23.94.247.41, Remote port: 51159, Own port: 80, ConnectionDuration: 0.384510993958 seconds), -(Remote IP: 23.94.247.41, Remote port: 51180, Own port: 80, ConnectionDuration: 0.298394918442 seconds), -(Remote IP: 23.94.247.41, Remote port: 51219, Own port: 80, ConnectionDuration: 0.295409202576 seconds), -(Remote IP: 23.94.247.41, Remote port: 51235, Own port: 80, ConnectionDuration: 0.506349086761 seconds), -(Remote IP: 23.94.247.41, Remote port: 51254, Own port: 80, ConnectionDuration: 0.276224851608 seconds), -(Remote IP: 23.94.247.41, Remote port: 51286, Own port: 80, ConnectionDuration: 0.122678041458 seconds), -(Remote IP: 23.94.247.41, Remote port: 51330, Own port: 80, ConnectionDuration: 0.40039896965 seconds), -(Remote IP: 23.94.247.41, Remote port: 51345, Own port: 80, ConnectionDuration: 0.30876493454 seconds), -(Remote IP: 23.94.247.41, Remote port: 51363, Own port: 80, ConnectionDuration: 0.390588998795 seconds), -(Remote IP: 23.94.247.41, Remote port: 51382, Own port: 80, ConnectionDuration: 0.427459955215 seconds), -(Remote IP: 23.94.247.41, Remote port: 51416, Own port: 80, ConnectionDuration: 0.598518133163 seconds), -(Remote IP: 23.94.247.41, Remote port: 51465, Own port: 80, ConnectionDuration: 0.587983131409 seconds), -(Remote IP: 23.94.247.41, Remote port: 51489, Own port: 80, ConnectionDuration: 0.314409017563 seconds), -(Remote IP: 23.94.247.41, Remote port: 51502, Own port: 80, ConnectionDuration: 0.22249007225 seconds), -(Remote IP: 23.94.247.41, Remote port: 51518, Own port: 80, ConnectionDuration: 0.464149951935 seconds), -(Remote IP: 23.94.247.41, Remote port: 51563, Own port: 80, ConnectionDuration: 0.407168149948 seconds), -(Remote IP: 23.94.247.41, Remote port: 51572, Own port: 80, ConnectionDuration: 0.607218980789 seconds), -(Remote IP: 23.94.247.41, Remote port: 51639, Own port: 80, ConnectionDuration: 0.821123838425 seconds), -(Remote IP: 23.94.247.41, Remote port: 51669, Own port: 80, ConnectionDuration: 0.397054195404 seconds), -(Remote IP: 23.94.247.41, Remote port: 51695, Own port: 80, ConnectionDuration: 0.220664024353 seconds), -(Remote IP: 23.94.247.41, Remote port: 51712, Own port: 80, ConnectionDuration: 0.710367918015 seconds), -(Remote IP: 23.94.247.41, Remote port: 51760, Own port: 80, ConnectionDuration: 0.766890048981 seconds), -(Remote IP: 23.94.247.41, Remote port: 51790, Own port: 80, ConnectionDuration: 0.515189886093 seconds), -(Remote IP: 23.94.247.41, Remote port: 51824, Own port: 80, ConnectionDuration: 0.309271097183 seconds), -(Remote IP: 23.94.247.41, Remote port: 51844, Own port: 80, ConnectionDuration: 1.00942492485 seconds), -(Remote IP: 23.94.247.41, Remote port: 51868, Own port: 80, ConnectionDuration: 0.119457006454 seconds), -(Remote IP: 23.94.247.41, Remote port: 51881, Own port: 80, ConnectionDuration: 0.466152906418 seconds), -(Remote IP: 23.94.247.41, Remote port: 51892, Own port: 80, ConnectionDuration: 0.507003068924 seconds), -(Remote IP: 23.94.247.41, Remote port: 51951, Own port: 80, ConnectionDuration: 0.627609014511 seconds), -(Remote IP: 23.94.247.41, Remote port: 51992, Own port: 80, ConnectionDuration: 0.917167901993 seconds), -(Remote IP: 23.94.247.41, Remote port: 52049, Own port: 80, ConnectionDuration: 0.622945070267 seconds), -(Remote IP: 23.94.247.41, Remote port: 52069, Own port: 80, ConnectionDuration: 0.522329092026 seconds), -(Remote IP: 23.94.247.41, Remote port: 52093, Own port: 80, ConnectionDuration: 0.486900091171 seconds), -(Remote IP: 23.94.247.41, Remote port: 52148, Own port: 80, ConnectionDuration: 0.324818849564 seconds), -(Remote IP: 23.94.247.41, Remote port: 52171, Own port: 80, ConnectionDuration: 0.78767991066 seconds), -(Remote IP: 23.94.247.41, Remote port: 52227, Own port: 80, ConnectionDuration: 0.375134944916 seconds), -(Remote IP: 23.94.247.41, Remote port: 52251, Own port: 80, ConnectionDuration: 0.357879161835 seconds), -(Remote IP: 23.94.247.41, Remote port: 52272, Own port: 80, ConnectionDuration: 0.76790189743 seconds), -(Remote IP: 23.94.247.41, Remote port: 52341, Own port: 80, ConnectionDuration: 0.995815992355 seconds), -(Remote IP: 23.94.247.41, Remote port: 52368, Own port: 80, ConnectionDuration: 0.38041305542 seconds), -(Remote IP: 23.94.247.41, Remote port: 52396, Own port: 80, ConnectionDuration: 0.268537998199 seconds), -(Remote IP: 23.94.247.41, Remote port: 52407, Own port: 80, ConnectionDuration: 0.118933200836 seconds), -(Remote IP: 23.94.247.41, Remote port: 52441, Own port: 80, ConnectionDuration: 0.49307513237 seconds), -(Remote IP: 23.94.247.41, Remote port: 52460, Own port: 80, ConnectionDuration: 0.387084960938 seconds), -(Remote IP: 23.94.247.41, Remote port: 52479, Own port: 80, ConnectionDuration: 0.528250932693 seconds), -(Remote IP: 23.94.247.41, Remote port: 52496, Own port: 80, ConnectionDuration: 0.432690143585 seconds), -(Remote IP: 23.94.247.41, Remote port: 52512, Own port: 80, ConnectionDuration: 0.565559864044 seconds), -(Remote IP: 23.94.247.41, Remote port: 52556, Own port: 80, ConnectionDuration: 0.513896942139 seconds), -(Remote IP: 23.94.247.41, Remote port: 52573, Own port: 80, ConnectionDuration: 0.679641008377 seconds), -(Remote IP: 23.94.247.41, Remote port: 52586, Own port: 80, ConnectionDuration: 0.871486902237 seconds), -(Remote IP: 23.94.247.41, Remote port: 52653, Own port: 80, ConnectionDuration: 0.470664978027 seconds), -(Remote IP: 23.94.247.41, Remote port: 52664, Own port: 80, ConnectionDuration: 0.777445077896 seconds), -(Remote IP: 23.94.247.41, Remote port: 52684, Own port: 80, ConnectionDuration: 0.978718996048 seconds), -(Remote IP: 23.94.247.41, Remote port: 52741, Own port: 80, ConnectionDuration: 0.471204042435 seconds), -(Remote IP: 23.94.247.41, Remote port: 52755, Own port: 80, ConnectionDuration: 0.528342008591 seconds), -(Remote IP: 23.94.247.41, Remote port: 52807, Own port: 80, ConnectionDuration: 0.901386022568 seconds), -(Remote IP: 23.94.247.41, Remote port: 52838, Own port: 80, ConnectionDuration: 1.01874613762 seconds), -(Remote IP: 23.94.247.41, Remote port: 52898, Own port: 80, ConnectionDuration: 0.519640922546 seconds), -(Remote IP: 23.94.247.41, Remote port: 52917, Own port: 80, ConnectionDuration: 0.570577859879 seconds), -(Remote IP: 23.94.247.41, Remote port: 52931, Own port: 80, ConnectionDuration: 0.715293169022 seconds), -(Remote IP: 23.94.247.41, Remote port: 52998, Own port: 80, ConnectionDuration: 0.606427907944 seconds), -(Remote IP: 23.94.247.41, Remote port: 53011, Own port: 80, ConnectionDuration: 0.80952501297 seconds), -(Remote IP: 23.94.247.41, Remote port: 53040, Own port: 80, ConnectionDuration: 0.301571130753 seconds), -(Remote IP: 23.94.247.41, Remote port: 53103, Own port: 80, ConnectionDuration: 0.689454078674 seconds), -(Remote IP: 23.94.247.41, Remote port: 53123, Own port: 80, ConnectionDuration: 0.566898822784 seconds), -(Remote IP: 23.94.247.41, Remote port: 53144, Own port: 80, ConnectionDuration: 0.808395862579 seconds), -(Remote IP: 23.94.247.41, Remote port: 53188, Own port: 80, ConnectionDuration: 0.501396179199 seconds), -(Remote IP: 166.141.243.186, Remote port: 24626, Own port: 23, ConnectionDuration: 31.8264570236 seconds), -(Remote IP: 23.94.247.41, Remote port: 53215, Own port: 80, ConnectionDuration: 1.82243204117 seconds), -(Remote IP: 23.94.247.41, Remote port: 53305, Own port: 80, ConnectionDuration: 0.73045706749 seconds), -(Remote IP: 23.94.247.41, Remote port: 53350, Own port: 80, ConnectionDuration: 0.723796129227 seconds), -(Remote IP: 23.94.247.41, Remote port: 53392, Own port: 80, ConnectionDuration: 1.01120901108 seconds), -(Remote IP: 23.94.247.41, Remote port: 53430, Own port: 80, ConnectionDuration: 0.911079883575 seconds), -(Remote IP: 23.94.247.41, Remote port: 53457, Own port: 80, ConnectionDuration: 0.477334022522 seconds), -(Remote IP: 23.94.247.41, Remote port: 53483, Own port: 80, ConnectionDuration: 0.945093154907 seconds), -(Remote IP: 23.94.247.41, Remote port: 53532, Own port: 80, ConnectionDuration: 0.612658023834 seconds), -(Remote IP: 23.94.247.41, Remote port: 53561, Own port: 80, ConnectionDuration: 0.510710000992 seconds), -(Remote IP: 23.94.247.41, Remote port: 53626, Own port: 80, ConnectionDuration: 0.696145057678 seconds), -(Remote IP: 23.94.247.41, Remote port: 53645, Own port: 80, ConnectionDuration: 0.520124912262 seconds), -(Remote IP: 23.94.247.41, Remote port: 53664, Own port: 80, ConnectionDuration: 0.529063940048 seconds), -(Remote IP: 23.94.247.41, Remote port: 53734, Own port: 80, ConnectionDuration: 1.46809983253 seconds), -(Remote IP: 23.94.247.41, Remote port: 53763, Own port: 80, ConnectionDuration: 0.302439928055 seconds), -(Remote IP: 23.94.247.41, Remote port: 53823, Own port: 80, ConnectionDuration: 0.421157121658 seconds), -(Remote IP: 23.94.247.41, Remote port: 53831, Own port: 80, ConnectionDuration: 0.885082006454 seconds), -(Remote IP: 23.94.247.41, Remote port: 53893, Own port: 80, ConnectionDuration: 4.26046609879 seconds), -(Remote IP: 23.94.247.41, Remote port: 53998, Own port: 80, ConnectionDuration: 0.869635105133 seconds), -(Remote IP: 23.94.247.41, Remote port: 54034, Own port: 80, ConnectionDuration: 1.08328008652 seconds), -(Remote IP: 23.94.247.41, Remote port: 54120, Own port: 80, ConnectionDuration: 0.509149074554 seconds), -(Remote IP: 23.94.247.41, Remote port: 54159, Own port: 80, ConnectionDuration: 1.18859696388 seconds), -(Remote IP: 23.94.247.41, Remote port: 54223, Own port: 80, ConnectionDuration: 0.886973142624 seconds), -(Remote IP: 23.94.247.41, Remote port: 54284, Own port: 80, ConnectionDuration: 0.662734985352 seconds), -(Remote IP: 23.94.247.41, Remote port: 54314, Own port: 80, ConnectionDuration: 0.838617086411 seconds), -(Remote IP: 23.94.247.41, Remote port: 54376, Own port: 80, ConnectionDuration: 0.670940876007 seconds), -(Remote IP: 23.94.247.41, Remote port: 54391, Own port: 80, ConnectionDuration: 0.582831859589 seconds), -(Remote IP: 23.94.247.41, Remote port: 54410, Own port: 80, ConnectionDuration: 1.4981470108 seconds), -(Remote IP: 23.94.247.41, Remote port: 54472, Own port: 80, ConnectionDuration: 0.789309024811 seconds), -(Remote IP: 23.94.247.41, Remote port: 54527, Own port: 80, ConnectionDuration: 0.703541994095 seconds), -(Remote IP: 23.94.247.41, Remote port: 54559, Own port: 80, ConnectionDuration: 0.610893011093 seconds), -(Remote IP: 23.94.247.41, Remote port: 54609, Own port: 80, ConnectionDuration: 1.4942779541 seconds), -(Remote IP: 23.94.247.41, Remote port: 54646, Own port: 80, ConnectionDuration: 1.19296216965 seconds), -(Remote IP: 23.94.247.41, Remote port: 54705, Own port: 80, ConnectionDuration: 0.969140052795 seconds), -(Remote IP: 23.94.247.41, Remote port: 54745, Own port: 80, ConnectionDuration: 1.28953504562 seconds), -(Remote IP: 23.94.247.41, Remote port: 54837, Own port: 80, ConnectionDuration: 1.23379707336 seconds), -(Remote IP: 23.94.247.41, Remote port: 54887, Own port: 80, ConnectionDuration: 0.637026071548 seconds), -(Remote IP: 23.94.247.41, Remote port: 54912, Own port: 80, ConnectionDuration: 1.39406108856 seconds), -(Remote IP: 23.94.247.41, Remote port: 54998, Own port: 80, ConnectionDuration: 0.227077007294 seconds), -(Remote IP: 23.94.247.41, Remote port: 55049, Own port: 80, ConnectionDuration: 0.386460065842 seconds), -(Remote IP: 23.94.247.41, Remote port: 55080, Own port: 80, ConnectionDuration: 0.683269023895 seconds), -(Remote IP: 23.94.247.41, Remote port: 55142, Own port: 80, ConnectionDuration: 0.875796079636 seconds), -(Remote IP: 23.94.247.41, Remote port: 55176, Own port: 80, ConnectionDuration: 1.275785923 seconds), -(Remote IP: 23.94.247.41, Remote port: 55234, Own port: 80, ConnectionDuration: 0.470907211304 seconds), -(Remote IP: 23.94.247.41, Remote port: 55274, Own port: 80, ConnectionDuration: 0.983566999435 seconds), -(Remote IP: 23.94.247.41, Remote port: 55345, Own port: 80, ConnectionDuration: 2.7122130394 seconds), -(Remote IP: 23.94.247.41, Remote port: 55407, Own port: 80, ConnectionDuration: 0.904036998749 seconds), -(Remote IP: 23.94.247.41, Remote port: 55463, Own port: 80, ConnectionDuration: 0.999418973923 seconds), -(Remote IP: 23.94.247.41, Remote port: 55500, Own port: 80, ConnectionDuration: 1.01338291168 seconds), -(Remote IP: 23.94.247.41, Remote port: 55559, Own port: 80, ConnectionDuration: 2.12307596207 seconds), -(Remote IP: 23.94.247.41, Remote port: 55666, Own port: 80, ConnectionDuration: 1.19717383385 seconds), -(Remote IP: 23.94.247.41, Remote port: 55692, Own port: 80, ConnectionDuration: 0.42431807518 seconds), -(Remote IP: 23.94.247.41, Remote port: 55754, Own port: 80, ConnectionDuration: 0.890463829041 seconds), -(Remote IP: 23.94.247.41, Remote port: 55798, Own port: 80, ConnectionDuration: 0.728242874146 seconds), -(Remote IP: 23.94.247.41, Remote port: 55860, Own port: 80, ConnectionDuration: 0.836428165436 seconds), -(Remote IP: 23.94.247.41, Remote port: 55902, Own port: 80, ConnectionDuration: 2.21145105362 seconds), -(Remote IP: 23.94.247.41, Remote port: 56003, Own port: 80, ConnectionDuration: 0.594581127167 seconds), -(Remote IP: 23.94.247.41, Remote port: 56033, Own port: 80, ConnectionDuration: 0.800403118134 seconds), -(Remote IP: 23.94.247.41, Remote port: 56076, Own port: 80, ConnectionDuration: 1.57825708389 seconds), -(Remote IP: 23.94.247.41, Remote port: 56137, Own port: 80, ConnectionDuration: 1.19551897049 seconds), -(Remote IP: 23.94.247.41, Remote port: 56204, Own port: 80, ConnectionDuration: 0.423263072968 seconds), -(Remote IP: 23.94.247.41, Remote port: 56267, Own port: 80, ConnectionDuration: 1.1132349968 seconds), -(Remote IP: 23.94.247.41, Remote port: 56370, Own port: 80, ConnectionDuration: 1.07106208801 seconds), -(Remote IP: 23.94.247.41, Remote port: 56387, Own port: 80, ConnectionDuration: 0.617522954941 seconds), -(Remote IP: 23.94.247.41, Remote port: 56424, Own port: 80, ConnectionDuration: 0.793633937836 seconds), -(Remote IP: 23.94.247.41, Remote port: 56485, Own port: 80, ConnectionDuration: 1.18727612495 seconds), -(Remote IP: 23.94.247.41, Remote port: 56549, Own port: 80, ConnectionDuration: 0.491533041 seconds), -(Remote IP: 23.94.247.41, Remote port: 56587, Own port: 80, ConnectionDuration: 2.00966310501 seconds), -(Remote IP: 23.94.247.41, Remote port: 56655, Own port: 80, ConnectionDuration: 1.01921200752 seconds), -(Remote IP: 23.94.247.41, Remote port: 56719, Own port: 80, ConnectionDuration: 0.100416898727 seconds), -(Remote IP: 23.94.247.41, Remote port: 56731, Own port: 80, ConnectionDuration: 0.76474905014 seconds), -(Remote IP: 23.94.247.41, Remote port: 56772, Own port: 80, ConnectionDuration: 1.90249991417 seconds), -(Remote IP: 23.94.247.41, Remote port: 56834, Own port: 80, ConnectionDuration: 0.41792011261 seconds), -(Remote IP: 23.94.247.41, Remote port: 56872, Own port: 80, ConnectionDuration: 1.01236009598 seconds), -(Remote IP: 23.94.247.41, Remote port: 56900, Own port: 80, ConnectionDuration: 0.500202894211 seconds), -(Remote IP: 23.94.247.41, Remote port: 56953, Own port: 80, ConnectionDuration: 0.891991138458 seconds), -(Remote IP: 23.94.247.41, Remote port: 56981, Own port: 80, ConnectionDuration: 0.726167917252 seconds), -(Remote IP: 23.94.247.41, Remote port: 57058, Own port: 80, ConnectionDuration: 0.709245920181 seconds), -(Remote IP: 23.94.247.41, Remote port: 57105, Own port: 80, ConnectionDuration: 0.98894405365 seconds), -(Remote IP: 23.94.247.41, Remote port: 57143, Own port: 80, ConnectionDuration: 5.49361610413 seconds), -(Remote IP: 23.94.247.41, Remote port: 57345, Own port: 80, ConnectionDuration: 1.23426008224 seconds), -(Remote IP: 23.94.247.41, Remote port: 57400, Own port: 80, ConnectionDuration: 0.809484958649 seconds), -(Remote IP: 23.94.247.41, Remote port: 57499, Own port: 80, ConnectionDuration: 1.3574450016 seconds), -(Remote IP: 23.94.247.41, Remote port: 57545, Own port: 80, ConnectionDuration: 2.54065299034 seconds), -(Remote IP: 23.94.247.41, Remote port: 57626, Own port: 80, ConnectionDuration: 1.00103497505 seconds), -(Remote IP: 23.94.247.41, Remote port: 57671, Own port: 80, ConnectionDuration: 2.07498717308 seconds), -(Remote IP: 23.94.247.41, Remote port: 57753, Own port: 80, ConnectionDuration: 0.875950098038 seconds), -(Remote IP: 23.94.247.41, Remote port: 57839, Own port: 80, ConnectionDuration: 1.50684785843 seconds), -(Remote IP: 23.94.247.41, Remote port: 57958, Own port: 80, ConnectionDuration: 1.01745605469 seconds), -(Remote IP: 23.94.247.41, Remote port: 58051, Own port: 80, ConnectionDuration: 2.4070827961 seconds), -(Remote IP: 23.94.247.41, Remote port: 58146, Own port: 80, ConnectionDuration: 0.953737020493 seconds), -(Remote IP: 23.94.247.41, Remote port: 58207, Own port: 80, ConnectionDuration: 0.906551837921 seconds), -(Remote IP: 23.94.247.41, Remote port: 58249, Own port: 80, ConnectionDuration: 1.61983990669 seconds), -(Remote IP: 23.94.247.41, Remote port: 58310, Own port: 80, ConnectionDuration: 1.8009159565 seconds), -(Remote IP: 23.94.247.41, Remote port: 58390, Own port: 80, ConnectionDuration: 3.1039750576 seconds), -(Remote IP: 23.94.247.41, Remote port: 58481, Own port: 80, ConnectionDuration: 2.21912002563 seconds), -(Remote IP: 23.94.247.41, Remote port: 58585, Own port: 80, ConnectionDuration: 0.91601896286 seconds), -(Remote IP: 23.94.247.41, Remote port: 58655, Own port: 80, ConnectionDuration: 2.06522107124 seconds), -(Remote IP: 23.94.247.41, Remote port: 58722, Own port: 80, ConnectionDuration: 0.721920013428 seconds), -(Remote IP: 23.94.247.41, Remote port: 58796, Own port: 80, ConnectionDuration: 21.7647249699 seconds), -(Remote IP: 23.94.247.41, Remote port: 58796, Own port: 80, ConnectionDuration: 21.7653441429 seconds), -(Remote IP: 23.94.247.41, Remote port: 59261, Own port: 80, ConnectionDuration: 0.279450178146 seconds), -(Remote IP: 23.94.247.41, Remote port: 59280, Own port: 80, ConnectionDuration: 0.672991991043 seconds), -(Remote IP: 23.94.247.41, Remote port: 59305, Own port: 80, ConnectionDuration: 1.85846805573 seconds), -(Remote IP: 23.94.247.41, Remote port: 59364, Own port: 80, ConnectionDuration: 2.01079487801 seconds), -(Remote IP: 23.94.247.41, Remote port: 59442, Own port: 80, ConnectionDuration: 1.3990778923 seconds), -(Remote IP: 23.94.247.41, Remote port: 59495, Own port: 80, ConnectionDuration: 1.31093597412 seconds), -(Remote IP: 23.94.247.41, Remote port: 59576, Own port: 80, ConnectionDuration: 1.06342101097 seconds), -(Remote IP: 23.94.247.41, Remote port: 59625, Own port: 80, ConnectionDuration: 1.79304885864 seconds), -(Remote IP: 23.94.247.41, Remote port: 59698, Own port: 80, ConnectionDuration: 1.05195689201 seconds), -(Remote IP: 23.94.247.41, Remote port: 59771, Own port: 80, ConnectionDuration: 3.28141093254 seconds), -(Remote IP: 23.94.247.41, Remote port: 59839, Own port: 80, ConnectionDuration: 0.827811956406 seconds), -(Remote IP: 23.94.247.41, Remote port: 59918, Own port: 80, ConnectionDuration: 0.10252404213 seconds), -(Remote IP: 23.94.247.41, Remote port: 59982, Own port: 80, ConnectionDuration: 1.18178009987 seconds), -(Remote IP: 23.94.247.41, Remote port: 60046, Own port: 80, ConnectionDuration: 2.2898709774 seconds), -(Remote IP: 23.94.247.41, Remote port: 60138, Own port: 80, ConnectionDuration: 0.608792066574 seconds), -(Remote IP: 23.94.247.41, Remote port: 60184, Own port: 80, ConnectionDuration: 0.796200990677 seconds), -(Remote IP: 23.94.247.41, Remote port: 60211, Own port: 80, ConnectionDuration: 1.51741409302 seconds), -(Remote IP: 23.94.247.41, Remote port: 60280, Own port: 80, ConnectionDuration: 1.5956568718 seconds), -(Remote IP: 23.94.247.41, Remote port: 60423, Own port: 80, ConnectionDuration: 0.510220050812 seconds), -(Remote IP: 23.94.247.41, Remote port: 60477, Own port: 80, ConnectionDuration: 0.99514913559 seconds), -(Remote IP: 87.236.176.133, Remote port: 39395, Own port: 143, ConnectionDuration: 2.00004911423 seconds), -(Remote IP: 23.94.247.41, Remote port: 60523, Own port: 80, ConnectionDuration: 0.788536071777 seconds), -(Remote IP: 23.94.247.41, Remote port: 60554, Own port: 80, ConnectionDuration: 1.37413311005 seconds), -(Remote IP: 23.94.247.41, Remote port: 60613, Own port: 80, ConnectionDuration: 1.19408798218 seconds), -(Remote IP: 23.94.247.41, Remote port: 60707, Own port: 80, ConnectionDuration: 0.820112943649 seconds), -(Remote IP: 23.94.247.41, Remote port: 60747, Own port: 80, ConnectionDuration: 1.68967199326 seconds), -(Remote IP: 23.94.247.41, Remote port: 60810, Own port: 80, ConnectionDuration: 2.90400791168 seconds), -(Remote IP: 23.94.247.41, Remote port: 60880, Own port: 80, ConnectionDuration: 1.46672296524 seconds), -(Remote IP: 23.94.247.41, Remote port: 61020, Own port: 80, ConnectionDuration: 2.70521807671 seconds), -(Remote IP: 23.94.247.41, Remote port: 61093, Own port: 80, ConnectionDuration: 1.28954291344 seconds), -(Remote IP: 23.94.247.41, Remote port: 61123, Own port: 80, ConnectionDuration: 3.09993696213 seconds), -(Remote IP: 23.94.247.41, Remote port: 61226, Own port: 80, ConnectionDuration: 0.813209056854 seconds), -(Remote IP: 23.94.247.41, Remote port: 61325, Own port: 80, ConnectionDuration: 1.97177910805 seconds), -(Remote IP: 23.94.247.41, Remote port: 61440, Own port: 80, ConnectionDuration: 1.31623291969 seconds), -(Remote IP: 23.94.247.41, Remote port: 61491, Own port: 80, ConnectionDuration: 3.09840703011 seconds), -(Remote IP: 23.94.247.41, Remote port: 61608, Own port: 80, ConnectionDuration: 1.00011515617 seconds), -(Remote IP: 23.94.247.41, Remote port: 61633, Own port: 80, ConnectionDuration: 2.63412618637 seconds), -(Remote IP: 23.94.247.41, Remote port: 61715, Own port: 80, ConnectionDuration: 1.48491501808 seconds), -(Remote IP: 23.94.247.41, Remote port: 61817, Own port: 80, ConnectionDuration: 0.866600036621 seconds), -(Remote IP: 23.94.247.41, Remote port: 61867, Own port: 80, ConnectionDuration: 1.7020509243 seconds), -(Remote IP: 23.94.247.41, Remote port: 61915, Own port: 80, ConnectionDuration: 1.09939002991 seconds), -(Remote IP: 23.94.247.41, Remote port: 61965, Own port: 80, ConnectionDuration: 1.08260607719 seconds), -(Remote IP: 23.94.247.41, Remote port: 62020, Own port: 80, ConnectionDuration: 3.11521100998 seconds), -(Remote IP: 23.94.247.41, Remote port: 62091, Own port: 80, ConnectionDuration: 1.2700741291 seconds), -(Remote IP: 23.94.247.41, Remote port: 62239, Own port: 80, ConnectionDuration: 0.915972948074 seconds), -(Remote IP: 23.94.247.41, Remote port: 62283, Own port: 80, ConnectionDuration: 1.57308983803 seconds), -(Remote IP: 23.94.247.41, Remote port: 62767, Own port: 80, ConnectionDuration: 0.585963010788 seconds), -(Remote IP: 23.94.247.41, Remote port: 62813, Own port: 80, ConnectionDuration: 1.75507211685 seconds), -(Remote IP: 23.94.247.41, Remote port: 63063, Own port: 80, ConnectionDuration: 1.50001597404 seconds), -(Remote IP: 23.94.247.41, Remote port: 63119, Own port: 80, ConnectionDuration: 2.06470394135 seconds), -(Remote IP: 211.219.130.96, Remote port: 38692, Own port: 23, ConnectionDuration: 11.3861699104 seconds), -(Remote IP: 23.94.247.41, Remote port: 63198, Own port: 80, ConnectionDuration: 0.784799098969 seconds), -(Remote IP: 23.94.247.41, Remote port: 63232, Own port: 80, ConnectionDuration: 0.604607820511 seconds), -(Remote IP: 23.94.247.41, Remote port: 63302, Own port: 80, ConnectionDuration: 0.909332036972 seconds), -(Remote IP: 23.94.247.41, Remote port: 63372, Own port: 80, ConnectionDuration: 1.50853776932 seconds), -(Remote IP: 23.94.247.41, Remote port: 63431, Own port: 80, ConnectionDuration: 1.59749507904 seconds), -(Remote IP: 23.94.247.41, Remote port: 63514, Own port: 80, ConnectionDuration: 2.01298999786 seconds), -(Remote IP: 23.94.247.41, Remote port: 63594, Own port: 80, ConnectionDuration: 1.75352597237 seconds), -(Remote IP: 23.94.247.41, Remote port: 63632, Own port: 80, ConnectionDuration: 1.08655905724 seconds), -(Remote IP: 23.94.247.41, Remote port: 63706, Own port: 80, ConnectionDuration: 1.01444411278 seconds), -(Remote IP: 23.94.247.41, Remote port: 63753, Own port: 80, ConnectionDuration: 0.670047998428 seconds), -(Remote IP: 23.94.247.41, Remote port: 63768, Own port: 80, ConnectionDuration: 1.01916909218 seconds), -(Remote IP: 23.94.247.41, Remote port: 63842, Own port: 80, ConnectionDuration: 2.20400619507 seconds), -(Remote IP: 23.94.247.41, Remote port: 63978, Own port: 80, ConnectionDuration: 1.49147105217 seconds), -(Remote IP: 23.94.247.41, Remote port: 64047, Own port: 80, ConnectionDuration: 2.60292601585 seconds), -(Remote IP: 23.94.247.41, Remote port: 64207, Own port: 80, ConnectionDuration: 1.18472886086 seconds), -(Remote IP: 23.94.247.41, Remote port: 64237, Own port: 80, ConnectionDuration: 2.32410812378 seconds), -(Remote IP: 23.94.247.41, Remote port: 64354, Own port: 80, ConnectionDuration: 1.05436110497 seconds), -(Remote IP: 23.94.247.41, Remote port: 64406, Own port: 80, ConnectionDuration: 1.39188599586 seconds), -(Remote IP: 23.94.247.41, Remote port: 64433, Own port: 80, ConnectionDuration: 1.04670381546 seconds), -(Remote IP: 23.94.247.41, Remote port: 64514, Own port: 80, ConnectionDuration: 4.41071486473 seconds), -(Remote IP: 23.94.247.41, Remote port: 64631, Own port: 80, ConnectionDuration: 0.666267156601 seconds), -(Remote IP: 117.95.169.95, Remote port: 51480, Own port: 23, ConnectionDuration: 31.5981509686 seconds), -(Remote IP: 23.94.247.41, Remote port: 64694, Own port: 80, ConnectionDuration: 1.01370501518 seconds), -(Remote IP: 23.94.247.41, Remote port: 64707, Own port: 80, ConnectionDuration: 0.615522861481 seconds), -(Remote IP: 23.94.247.41, Remote port: 64734, Own port: 80, ConnectionDuration: 1.31875109673 seconds), -(Remote IP: 23.94.247.41, Remote port: 64782, Own port: 80, ConnectionDuration: 1.88551616669 seconds), -(Remote IP: 23.94.247.41, Remote port: 64858, Own port: 80, ConnectionDuration: 3.08579301834 seconds), -(Remote IP: 23.94.247.41, Remote port: 64954, Own port: 80, ConnectionDuration: 1.29781198502 seconds), -(Remote IP: 23.94.247.41, Remote port: 65032, Own port: 80, ConnectionDuration: 2.62749791145 seconds), -(Remote IP: 23.94.247.41, Remote port: 65119, Own port: 80, ConnectionDuration: 1.29125809669 seconds), -(Remote IP: 23.94.247.41, Remote port: 65179, Own port: 80, ConnectionDuration: 2.8221590519 seconds), -(Remote IP: 23.94.247.41, Remote port: 65256, Own port: 80, ConnectionDuration: 2.00057601929 seconds), -(Remote IP: 23.94.247.41, Remote port: 65376, Own port: 80, ConnectionDuration: 2.01617121696 seconds), -(Remote IP: 23.94.247.41, Remote port: 65426, Own port: 80, ConnectionDuration: 2.08533906937 seconds), -(Remote IP: 23.94.247.41, Remote port: 49166, Own port: 80, ConnectionDuration: 3.41765403748 seconds), -(Remote IP: 23.94.247.41, Remote port: 49230, Own port: 80, ConnectionDuration: 1.50431990623 seconds), -(Remote IP: 23.94.247.41, Remote port: 49291, Own port: 80, ConnectionDuration: 1.00383090973 seconds), -(Remote IP: 23.94.247.41, Remote port: 49358, Own port: 80, ConnectionDuration: 1.79399490356 seconds), -(Remote IP: 23.94.247.41, Remote port: 49467, Own port: 80, ConnectionDuration: 1.31329607964 seconds), -(Remote IP: 23.94.247.41, Remote port: 49527, Own port: 80, ConnectionDuration: 2.61911988258 seconds), -(Remote IP: 23.94.247.41, Remote port: 49621, Own port: 80, ConnectionDuration: 2.01650500298 seconds), -(Remote IP: 23.94.247.41, Remote port: 49709, Own port: 80, ConnectionDuration: 1.0208439827 seconds), -(Remote IP: 23.94.247.41, Remote port: 49817, Own port: 80, ConnectionDuration: 3.29087495804 seconds), -(Remote IP: 23.94.247.41, Remote port: 49907, Own port: 80, ConnectionDuration: 0.798700094223 seconds), -(Remote IP: 23.94.247.41, Remote port: 49967, Own port: 80, ConnectionDuration: 4.62945890427 seconds), -(Remote IP: 23.94.247.41, Remote port: 50120, Own port: 80, ConnectionDuration: 0.604723930359 seconds), -(Remote IP: 23.94.247.41, Remote port: 50144, Own port: 80, ConnectionDuration: 1.00670003891 seconds), -(Remote IP: 23.94.247.41, Remote port: 50223, Own port: 80, ConnectionDuration: 0.800753116608 seconds), -(Remote IP: 23.94.247.41, Remote port: 50299, Own port: 80, ConnectionDuration: 1.04053401947 seconds), -(Remote IP: 23.94.247.41, Remote port: 50377, Own port: 80, ConnectionDuration: 1.01713299751 seconds), -(Remote IP: 23.94.247.41, Remote port: 50457, Own port: 80, ConnectionDuration: 1.04872012138 seconds), -(Remote IP: 23.94.247.41, Remote port: 50507, Own port: 80, ConnectionDuration: 1.49273085594 seconds), -(Remote IP: 23.94.247.41, Remote port: 50601, Own port: 80, ConnectionDuration: 3.02406287193 seconds), -(Remote IP: 23.94.247.41, Remote port: 50704, Own port: 80, ConnectionDuration: 1.50233697891 seconds), -(Remote IP: 23.94.247.41, Remote port: 50779, Own port: 80, ConnectionDuration: 1.58555984497 seconds), -(Remote IP: 23.94.247.41, Remote port: 50892, Own port: 80, ConnectionDuration: 0.66771697998 seconds), -(Remote IP: 23.94.247.41, Remote port: 50954, Own port: 80, ConnectionDuration: 3.10866117477 seconds), -(Remote IP: 23.94.247.41, Remote port: 51021, Own port: 80, ConnectionDuration: 1.48911309242 seconds), -(Remote IP: 23.94.247.41, Remote port: 51118, Own port: 80, ConnectionDuration: 3.08175516129 seconds), -(Remote IP: 23.94.247.41, Remote port: 51243, Own port: 80, ConnectionDuration: 1.72019410133 seconds), -(Remote IP: 23.94.247.41, Remote port: 51287, Own port: 80, ConnectionDuration: 3.80677103996 seconds), -(Remote IP: 23.94.247.41, Remote port: 51401, Own port: 80, ConnectionDuration: 1.1840839386 seconds), -(Remote IP: 23.94.247.41, Remote port: 51499, Own port: 80, ConnectionDuration: 2.90098404884 seconds), -(Remote IP: 23.94.247.41, Remote port: 51582, Own port: 80, ConnectionDuration: 1.60093998909 seconds), -(Remote IP: 23.94.247.41, Remote port: 51646, Own port: 80, ConnectionDuration: 0.993952989578 seconds), -(Remote IP: 23.94.247.41, Remote port: 51806, Own port: 80, ConnectionDuration: 1.01089000702 seconds), -(Remote IP: 23.94.247.41, Remote port: 51912, Own port: 80, ConnectionDuration: 2.21057200432 seconds), -(Remote IP: 23.94.247.41, Remote port: 51982, Own port: 80, ConnectionDuration: 1.59204006195 seconds), -(Remote IP: 23.94.247.41, Remote port: 52054, Own port: 80, ConnectionDuration: 2.61415791512 seconds), -(Remote IP: 23.94.247.41, Remote port: 52153, Own port: 80, ConnectionDuration: 1.52263593674 seconds), -(Remote IP: 23.94.247.41, Remote port: 52232, Own port: 80, ConnectionDuration: 7.27599596977 seconds), -(Remote IP: 23.94.247.41, Remote port: 52382, Own port: 80, ConnectionDuration: 1.03107976913 seconds), -(Remote IP: 23.94.247.41, Remote port: 52440, Own port: 80, ConnectionDuration: 3.60295701027 seconds), -(Remote IP: 23.94.247.41, Remote port: 52561, Own port: 80, ConnectionDuration: 0.672491073608 seconds), -(Remote IP: 23.94.247.41, Remote port: 52633, Own port: 80, ConnectionDuration: 0.405078887939 seconds), -(Remote IP: 23.94.247.41, Remote port: 52670, Own port: 80, ConnectionDuration: 1.08473205566 seconds), -(Remote IP: 23.94.247.41, Remote port: 52724, Own port: 80, ConnectionDuration: 4.30191612244 seconds), -(Remote IP: 23.94.247.41, Remote port: 52862, Own port: 80, ConnectionDuration: 1.02203893661 seconds), -(Remote IP: 23.94.247.41, Remote port: 52938, Own port: 80, ConnectionDuration: 0.724472999573 seconds), -(Remote IP: 23.94.247.41, Remote port: 52985, Own port: 80, ConnectionDuration: 1.01702880859 seconds), -(Remote IP: 23.94.247.41, Remote port: 53039, Own port: 80, ConnectionDuration: 2.87613606453 seconds), -(Remote IP: 23.94.247.41, Remote port: 53149, Own port: 80, ConnectionDuration: 1.77713513374 seconds), -(Remote IP: 23.94.247.41, Remote port: 53247, Own port: 80, ConnectionDuration: 2.03114795685 seconds), -(Remote IP: 23.94.247.41, Remote port: 53361, Own port: 80, ConnectionDuration: 1.70649003983 seconds), -(Remote IP: 23.94.247.41, Remote port: 53430, Own port: 80, ConnectionDuration: 4.83496594429 seconds), -(Remote IP: 23.94.247.41, Remote port: 53561, Own port: 80, ConnectionDuration: 1.32088017464 seconds), -(Remote IP: 23.94.247.41, Remote port: 53659, Own port: 80, ConnectionDuration: 1.39310503006 seconds), -(Remote IP: 23.94.247.41, Remote port: 53764, Own port: 80, ConnectionDuration: 2.18787884712 seconds), -(Remote IP: 23.94.247.41, Remote port: 53846, Own port: 80, ConnectionDuration: 1.23750495911 seconds), -(Remote IP: 23.94.247.41, Remote port: 53903, Own port: 80, ConnectionDuration: 1.00576806068 seconds), -(Remote IP: 23.94.247.41, Remote port: 53975, Own port: 80, ConnectionDuration: 2.62989497185 seconds), -(Remote IP: 23.94.247.41, Remote port: 54046, Own port: 80, ConnectionDuration: 0.100481987 seconds), -(Remote IP: 23.94.247.41, Remote port: 54073, Own port: 80, ConnectionDuration: 1.08678293228 seconds), -(Remote IP: 23.94.247.41, Remote port: 54152, Own port: 80, ConnectionDuration: 1.00499010086 seconds), -(Remote IP: 23.94.247.41, Remote port: 54213, Own port: 80, ConnectionDuration: 3.08515191078 seconds), -(Remote IP: 23.94.247.41, Remote port: 54317, Own port: 80, ConnectionDuration: 1.30722403526 seconds), -(Remote IP: 23.94.247.41, Remote port: 54382, Own port: 80, ConnectionDuration: 2.31678390503 seconds), -(Remote IP: 23.94.247.41, Remote port: 54508, Own port: 80, ConnectionDuration: 0.425830125809 seconds), -(Remote IP: 23.94.247.41, Remote port: 54570, Own port: 80, ConnectionDuration: 2.1069560051 seconds), -(Remote IP: 23.94.247.41, Remote port: 54687, Own port: 80, ConnectionDuration: 10.2032930851 seconds), -(Remote IP: 23.94.247.41, Remote port: 54933, Own port: 80, ConnectionDuration: 2.08515810966 seconds), -(Remote IP: 23.94.247.41, Remote port: 55007, Own port: 80, ConnectionDuration: 0.377556085587 seconds), -(Remote IP: 23.94.247.41, Remote port: 55052, Own port: 80, ConnectionDuration: 3.01584005356 seconds), -(Remote IP: 23.94.247.41, Remote port: 55123, Own port: 80, ConnectionDuration: 1.00822210312 seconds), -(Remote IP: 23.94.247.41, Remote port: 55186, Own port: 80, ConnectionDuration: 0.61962389946 seconds), -(Remote IP: 23.94.247.41, Remote port: 55269, Own port: 80, ConnectionDuration: 0.916866779327 seconds), -(Remote IP: 23.94.247.41, Remote port: 55365, Own port: 80, ConnectionDuration: 2.6044678688 seconds), -(Remote IP: 23.94.247.41, Remote port: 55466, Own port: 80, ConnectionDuration: 1.05633997917 seconds), -(Remote IP: 23.94.247.41, Remote port: 55524, Own port: 80, ConnectionDuration: 1.60151600838 seconds), -(Remote IP: 23.94.247.41, Remote port: 55596, Own port: 80, ConnectionDuration: 1.00309896469 seconds), -(Remote IP: 23.94.247.41, Remote port: 55665, Own port: 80, ConnectionDuration: 1.97328186035 seconds), -(Remote IP: 23.94.247.41, Remote port: 55751, Own port: 80, ConnectionDuration: 1.07672905922 seconds), -(Remote IP: 23.94.247.41, Remote port: 55787, Own port: 80, ConnectionDuration: 1.37582302094 seconds), -(Remote IP: 23.94.247.41, Remote port: 55921, Own port: 80, ConnectionDuration: 1.47627782822 seconds), -(Remote IP: 23.94.247.41, Remote port: 56031, Own port: 80, ConnectionDuration: 2.46569705009 seconds), -(Remote IP: 23.94.247.41, Remote port: 56129, Own port: 80, ConnectionDuration: 1.06850004196 seconds), -(Remote IP: 23.94.247.41, Remote port: 56190, Own port: 80, ConnectionDuration: 2.01820993423 seconds), -(Remote IP: 23.94.247.41, Remote port: 56292, Own port: 80, ConnectionDuration: 0.864692926407 seconds), -(Remote IP: 23.94.247.41, Remote port: 56349, Own port: 80, ConnectionDuration: 1.0051009655 seconds), -(Remote IP: 23.94.247.41, Remote port: 56429, Own port: 80, ConnectionDuration: 1.82473516464 seconds), -(Remote IP: 23.94.247.41, Remote port: 56510, Own port: 80, ConnectionDuration: 2.98057484627 seconds), -(Remote IP: 23.94.247.41, Remote port: 56592, Own port: 80, ConnectionDuration: 1.80096101761 seconds), -(Remote IP: 23.94.247.41, Remote port: 56722, Own port: 80, ConnectionDuration: 3.17909502983 seconds), -(Remote IP: 23.94.247.41, Remote port: 56966, Own port: 80, ConnectionDuration: 2.3013548851 seconds), -(Remote IP: 23.94.247.41, Remote port: 57046, Own port: 80, ConnectionDuration: 2.6941819191 seconds), -(Remote IP: 23.94.247.41, Remote port: 57184, Own port: 80, ConnectionDuration: 1.27193188667 seconds), -(Remote IP: 23.94.247.41, Remote port: 57252, Own port: 80, ConnectionDuration: 2.01796293259 seconds), -(Remote IP: 23.94.247.41, Remote port: 57321, Own port: 80, ConnectionDuration: 1.07980799675 seconds), -(Remote IP: 23.94.247.41, Remote port: 57356, Own port: 80, ConnectionDuration: 1.40358495712 seconds), -(Remote IP: 23.94.247.41, Remote port: 57465, Own port: 80, ConnectionDuration: 1.09197497368 seconds), -(Remote IP: 23.94.247.41, Remote port: 57515, Own port: 80, ConnectionDuration: 3.19226813316 seconds), -(Remote IP: 23.94.247.41, Remote port: 57624, Own port: 80, ConnectionDuration: 0.958842039108 seconds), -(Remote IP: 23.94.247.41, Remote port: 57657, Own port: 80, ConnectionDuration: 2.02564096451 seconds), -(Remote IP: 23.94.247.41, Remote port: 57729, Own port: 80, ConnectionDuration: 1.93358516693 seconds), -(Remote IP: 23.94.247.41, Remote port: 57855, Own port: 80, ConnectionDuration: 3.00114297867 seconds), -(Remote IP: 23.94.247.41, Remote port: 58069, Own port: 80, ConnectionDuration: 1.30780601501 seconds), -(Remote IP: 23.94.247.41, Remote port: 58239, Own port: 80, ConnectionDuration: 2.3948199749 seconds), -(Remote IP: 23.94.247.41, Remote port: 58328, Own port: 80, ConnectionDuration: 0.897146940231 seconds), -(Remote IP: 23.94.247.41, Remote port: 58419, Own port: 80, ConnectionDuration: 3.33744382858 seconds), -(Remote IP: 23.94.247.41, Remote port: 58604, Own port: 80, ConnectionDuration: 1.51564717293 seconds), -(Remote IP: 23.94.247.41, Remote port: 58686, Own port: 80, ConnectionDuration: 3.07799696922 seconds), -(Remote IP: 23.94.247.41, Remote port: 58792, Own port: 80, ConnectionDuration: 1.22869086266 seconds), -(Remote IP: 23.94.247.41, Remote port: 58871, Own port: 80, ConnectionDuration: 3.0966629982 seconds), -(Remote IP: 23.94.247.41, Remote port: 58958, Own port: 80, ConnectionDuration: 0.999844074249 seconds), -(Remote IP: 23.94.247.41, Remote port: 59012, Own port: 80, ConnectionDuration: 2.49955296516 seconds), -(Remote IP: 80.76.49.133, Remote port: 30820, Own port: 9999, ConnectionDuration: 0.0706450939178 seconds), -(Remote IP: 80.76.49.133, Remote port: 30820, Own port: 9999, ConnectionDuration: 0.0716140270233 seconds), -(Remote IP: 23.94.247.41, Remote port: 59153, Own port: 80, ConnectionDuration: 1.27893686295 seconds), -(Remote IP: 23.94.247.41, Remote port: 59205, Own port: 80, ConnectionDuration: 4.29171800613 seconds), -(Remote IP: 23.94.247.41, Remote port: 59381, Own port: 80, ConnectionDuration: 1.20507502556 seconds), -(Remote IP: 23.94.247.41, Remote port: 59446, Own port: 80, ConnectionDuration: 3.50009393692 seconds), -(Remote IP: 23.94.247.41, Remote port: 59617, Own port: 80, ConnectionDuration: 2.10564494133 seconds), -(Remote IP: 23.94.247.41, Remote port: 59693, Own port: 80, ConnectionDuration: 4.1093018055 seconds), -(Remote IP: 23.94.247.41, Remote port: 59776, Own port: 80, ConnectionDuration: 2.03282213211 seconds), -(Remote IP: 23.94.247.41, Remote port: 59915, Own port: 80, ConnectionDuration: 3.23307299614 seconds), -(Remote IP: 23.94.247.41, Remote port: 60025, Own port: 80, ConnectionDuration: 1.99078893661 seconds), -(Remote IP: 23.94.247.41, Remote port: 60073, Own port: 80, ConnectionDuration: 2.53240990639 seconds), -(Remote IP: 23.94.247.41, Remote port: 60161, Own port: 80, ConnectionDuration: 0.0309181213379 seconds), -(Remote IP: 23.94.247.41, Remote port: 60183, Own port: 80, ConnectionDuration: 1.07402014732 seconds), -(Remote IP: 23.94.247.41, Remote port: 60265, Own port: 80, ConnectionDuration: 0.507170915604 seconds), -(Remote IP: 23.94.247.41, Remote port: 60316, Own port: 80, ConnectionDuration: 3.07922506332 seconds), -(Remote IP: 23.94.247.41, Remote port: 60443, Own port: 80, ConnectionDuration: 1.07412314415 seconds), -(Remote IP: 23.94.247.41, Remote port: 60524, Own port: 80, ConnectionDuration: 5.02620315552 seconds), -(Remote IP: 23.94.247.41, Remote port: 60638, Own port: 80, ConnectionDuration: 0.791182994843 seconds), -(Remote IP: 23.94.247.41, Remote port: 60723, Own port: 80, ConnectionDuration: 1.79029989243 seconds), -(Remote IP: 23.94.247.41, Remote port: 60812, Own port: 80, ConnectionDuration: 2.01869487762 seconds), -(Remote IP: 23.94.247.41, Remote port: 60884, Own port: 80, ConnectionDuration: 3.30419898033 seconds), -(Remote IP: 23.94.247.41, Remote port: 60996, Own port: 80, ConnectionDuration: 2.06500077248 seconds), -(Remote IP: 23.94.247.41, Remote port: 61066, Own port: 80, ConnectionDuration: 4.0313270092 seconds), -(Remote IP: 23.94.247.41, Remote port: 61157, Own port: 80, ConnectionDuration: 1.2052628994 seconds), -(Remote IP: 23.94.247.41, Remote port: 61233, Own port: 80, ConnectionDuration: 2.21091508865 seconds), -(Remote IP: 23.94.247.41, Remote port: 61380, Own port: 80, ConnectionDuration: 0.823212862015 seconds), -(Remote IP: 23.94.247.41, Remote port: 61455, Own port: 80, ConnectionDuration: 3.09507489204 seconds), -(Remote IP: 23.94.247.41, Remote port: 61542, Own port: 80, ConnectionDuration: 1.97116398811 seconds), -(Remote IP: 23.94.247.41, Remote port: 61612, Own port: 80, ConnectionDuration: 3.10659503937 seconds), -(Remote IP: 23.94.247.41, Remote port: 61722, Own port: 80, ConnectionDuration: 1.37571501732 seconds), -(Remote IP: 23.94.247.41, Remote port: 61811, Own port: 80, ConnectionDuration: 3.20059704781 seconds), -(Remote IP: 23.94.247.41, Remote port: 61913, Own port: 80, ConnectionDuration: 1.03333115578 seconds), -(Remote IP: 23.94.247.41, Remote port: 61962, Own port: 80, ConnectionDuration: 1.99921798706 seconds), -(Remote IP: 23.94.247.41, Remote port: 62101, Own port: 80, ConnectionDuration: 1.88037610054 seconds), -(Remote IP: 23.94.247.41, Remote port: 62171, Own port: 80, ConnectionDuration: 2.29715108871 seconds), -(Remote IP: 23.94.247.41, Remote port: 62243, Own port: 80, ConnectionDuration: 2.08042287827 seconds), -(Remote IP: 23.94.247.41, Remote port: 62330, Own port: 80, ConnectionDuration: 3.03318119049 seconds), -(Remote IP: 23.94.247.41, Remote port: 62404, Own port: 80, ConnectionDuration: 1.8014228344 seconds), -(Remote IP: 23.94.247.41, Remote port: 62537, Own port: 80, ConnectionDuration: 2.10750484467 seconds), -(Remote IP: 23.94.247.41, Remote port: 62632, Own port: 80, ConnectionDuration: 0.724213123322 seconds), -(Remote IP: 23.94.247.41, Remote port: 62770, Own port: 80, ConnectionDuration: 2.60427904129 seconds), -(Remote IP: 23.94.247.41, Remote port: 62888, Own port: 80, ConnectionDuration: 2.04623198509 seconds), -(Remote IP: 23.94.247.41, Remote port: 62943, Own port: 80, ConnectionDuration: 3.07030296326 seconds), -(Remote IP: 23.94.247.41, Remote port: 63044, Own port: 80, ConnectionDuration: 1.22569394112 seconds), -(Remote IP: 23.94.247.41, Remote port: 63126, Own port: 80, ConnectionDuration: 3.51491189003 seconds), -(Remote IP: 23.94.247.41, Remote port: 63264, Own port: 80, ConnectionDuration: 1.08414101601 seconds), -(Remote IP: 23.94.247.41, Remote port: 63337, Own port: 80, ConnectionDuration: 2.70517206192 seconds), -(Remote IP: 23.94.247.41, Remote port: 63467, Own port: 80, ConnectionDuration: 1.0004799366 seconds), -(Remote IP: 23.94.247.41, Remote port: 63565, Own port: 80, ConnectionDuration: 2.7568500042 seconds), -(Remote IP: 23.94.247.41, Remote port: 63673, Own port: 80, ConnectionDuration: 1.75777196884 seconds), -(Remote IP: 23.94.247.41, Remote port: 64073, Own port: 80, ConnectionDuration: 2.03412485123 seconds), -(Remote IP: 23.94.247.41, Remote port: 64306, Own port: 80, ConnectionDuration: 1.40314078331 seconds), -(Remote IP: 23.94.247.41, Remote port: 64368, Own port: 80, ConnectionDuration: 1.72255706787 seconds), -(Remote IP: 23.94.247.41, Remote port: 64460, Own port: 80, ConnectionDuration: 0.781949043274 seconds), -(Remote IP: 23.94.247.41, Remote port: 64590, Own port: 80, ConnectionDuration: 1.70400881767 seconds), -(Remote IP: 23.94.247.41, Remote port: 64682, Own port: 80, ConnectionDuration: 1.01512002945 seconds), -(Remote IP: 23.94.247.41, Remote port: 64740, Own port: 80, ConnectionDuration: 1.97174906731 seconds), -(Remote IP: 23.94.247.41, Remote port: 64827, Own port: 80, ConnectionDuration: 2.51786398888 seconds), -(Remote IP: 23.94.247.41, Remote port: 64924, Own port: 80, ConnectionDuration: 2.01169109344 seconds), -(Remote IP: 23.94.247.41, Remote port: 65024, Own port: 80, ConnectionDuration: 3.21804714203 seconds), -(Remote IP: 23.94.247.41, Remote port: 65155, Own port: 80, ConnectionDuration: 2.57090902328 seconds), -(Remote IP: 195.1.144.107, Remote port: 55520, Own port: 80, ConnectionDuration: 0.177467107773 seconds), -(Remote IP: 23.94.247.41, Remote port: 65267, Own port: 80, ConnectionDuration: 3.07042789459 seconds), -(Remote IP: 23.94.247.41, Remote port: 65363, Own port: 80, ConnectionDuration: 1.58632206917 seconds), -(Remote IP: 23.94.247.41, Remote port: 65446, Own port: 80, ConnectionDuration: 3.42137312889 seconds), -(Remote IP: 23.94.247.41, Remote port: 49201, Own port: 80, ConnectionDuration: 1.05880999565 seconds), -(Remote IP: 23.94.247.41, Remote port: 49273, Own port: 80, ConnectionDuration: 3.02452611923 seconds), -(Remote IP: 23.94.247.41, Remote port: 49411, Own port: 80, ConnectionDuration: 1.46357393265 seconds), -(Remote IP: 23.94.247.41, Remote port: 49469, Own port: 80, ConnectionDuration: 3.03824305534 seconds), -(Remote IP: 23.94.247.41, Remote port: 49562, Own port: 80, ConnectionDuration: 1.41100907326 seconds), -(Remote IP: 23.94.247.41, Remote port: 49640, Own port: 80, ConnectionDuration: 4.01478409767 seconds), -(Remote IP: 23.94.247.41, Remote port: 49768, Own port: 80, ConnectionDuration: 1.07538700104 seconds), -(Remote IP: 23.94.247.41, Remote port: 49877, Own port: 80, ConnectionDuration: 1.02725696564 seconds), -(Remote IP: 23.94.247.41, Remote port: 49994, Own port: 80, ConnectionDuration: 1.00633382797 seconds), -(Remote IP: 23.94.247.41, Remote port: 50113, Own port: 80, ConnectionDuration: 2.52386498451 seconds), -(Remote IP: 189.41.116.66, Remote port: 49945, Own port: 23, ConnectionDuration: 10.7947518826 seconds), -(Remote IP: 23.94.247.41, Remote port: 50194, Own port: 80, ConnectionDuration: 1.26929712296 seconds), -(Remote IP: 23.94.247.41, Remote port: 50255, Own port: 80, ConnectionDuration: 4.12602496147 seconds), -(Remote IP: 23.94.247.41, Remote port: 50367, Own port: 80, ConnectionDuration: 1.77176809311 seconds), -(Remote IP: 23.94.247.41, Remote port: 50513, Own port: 80, ConnectionDuration: 4.9064950943 seconds), -(Remote IP: 23.94.247.41, Remote port: 50591, Own port: 80, ConnectionDuration: 1.07770609856 seconds), -(Remote IP: 23.94.247.41, Remote port: 50696, Own port: 80, ConnectionDuration: 3.67273592949 seconds), -(Remote IP: 23.94.247.41, Remote port: 50809, Own port: 80, ConnectionDuration: 2.04852700233 seconds), -(Remote IP: 23.94.247.41, Remote port: 50934, Own port: 80, ConnectionDuration: 3.0946700573 seconds), -(Remote IP: 23.94.247.41, Remote port: 51013, Own port: 80, ConnectionDuration: 1.05966496468 seconds), -(Remote IP: 23.94.247.41, Remote port: 51095, Own port: 80, ConnectionDuration: 4.10987997055 seconds), -(Remote IP: 23.94.247.41, Remote port: 51233, Own port: 80, ConnectionDuration: 0.909783840179 seconds), -(Remote IP: 23.94.247.41, Remote port: 51318, Own port: 80, ConnectionDuration: 3.38286018372 seconds), -(Remote IP: 23.94.247.41, Remote port: 51409, Own port: 80, ConnectionDuration: 1.94773697853 seconds), -(Remote IP: 23.94.247.41, Remote port: 51521, Own port: 80, ConnectionDuration: 1.06803894043 seconds), -(Remote IP: 23.94.247.41, Remote port: 51653, Own port: 80, ConnectionDuration: 2.07157897949 seconds), -(Remote IP: 23.94.247.41, Remote port: 51787, Own port: 80, ConnectionDuration: 4.29117298126 seconds), -(Remote IP: 23.94.247.41, Remote port: 51927, Own port: 80, ConnectionDuration: 2.04924082756 seconds), -(Remote IP: 23.94.247.41, Remote port: 52012, Own port: 80, ConnectionDuration: 5.07674813271 seconds), -(Remote IP: 23.94.247.41, Remote port: 52173, Own port: 80, ConnectionDuration: 2.07004904747 seconds), -(Remote IP: 23.94.247.41, Remote port: 52262, Own port: 80, ConnectionDuration: 8.12384295464 seconds), -(Remote IP: 23.94.247.41, Remote port: 52477, Own port: 80, ConnectionDuration: 0.909955978394 seconds), -(Remote IP: 23.94.247.41, Remote port: 52549, Own port: 80, ConnectionDuration: 1.07728409767 seconds), -(Remote IP: 23.94.247.41, Remote port: 52610, Own port: 80, ConnectionDuration: 1.62846803665 seconds), -(Remote IP: 23.94.247.41, Remote port: 52645, Own port: 80, ConnectionDuration: 2.81248497963 seconds), -(Remote IP: 23.94.247.41, Remote port: 52755, Own port: 80, ConnectionDuration: 1.00061202049 seconds), -(Remote IP: 23.94.247.41, Remote port: 52851, Own port: 80, ConnectionDuration: 3.31300401688 seconds), -(Remote IP: 23.94.247.41, Remote port: 52945, Own port: 80, ConnectionDuration: 1.75243997574 seconds), -(Remote IP: 23.94.247.41, Remote port: 53081, Own port: 80, ConnectionDuration: 3.07646203041 seconds), -(Remote IP: 23.94.247.41, Remote port: 53206, Own port: 80, ConnectionDuration: 1.67203903198 seconds), -(Remote IP: 23.94.247.41, Remote port: 53300, Own port: 80, ConnectionDuration: 3.53353500366 seconds), -(Remote IP: 23.94.247.41, Remote port: 53433, Own port: 80, ConnectionDuration: 1.00824785233 seconds), -(Remote IP: 23.94.247.41, Remote port: 53551, Own port: 80, ConnectionDuration: 4.03260087967 seconds), -(Remote IP: 23.94.247.41, Remote port: 53691, Own port: 80, ConnectionDuration: 2.0074930191 seconds), -(Remote IP: 23.94.247.41, Remote port: 53800, Own port: 80, ConnectionDuration: 4.08321499825 seconds), -(Remote IP: 23.94.247.41, Remote port: 53938, Own port: 80, ConnectionDuration: 0.993517160416 seconds), -(Remote IP: 23.94.247.41, Remote port: 54005, Own port: 80, ConnectionDuration: 2.31021094322 seconds), -(Remote IP: 23.94.247.41, Remote port: 54113, Own port: 80, ConnectionDuration: 2.13121700287 seconds), -(Remote IP: 23.94.247.41, Remote port: 54194, Own port: 80, ConnectionDuration: 4.67792487144 seconds), -(Remote IP: 23.94.247.41, Remote port: 54406, Own port: 80, ConnectionDuration: 0.689583063126 seconds), -(Remote IP: 23.94.247.41, Remote port: 54450, Own port: 80, ConnectionDuration: 2.09959387779 seconds), -(Remote IP: 23.94.247.41, Remote port: 54528, Own port: 80, ConnectionDuration: 2.02649903297 seconds), -(Remote IP: 23.94.247.41, Remote port: 54585, Own port: 80, ConnectionDuration: 5.71283102036 seconds), -(Remote IP: 23.94.247.41, Remote port: 54735, Own port: 80, ConnectionDuration: 1.30844688416 seconds), -(Remote IP: 23.94.247.41, Remote port: 54842, Own port: 80, ConnectionDuration: 3.02467989922 seconds), -(Remote IP: 23.94.247.41, Remote port: 54988, Own port: 80, ConnectionDuration: 1.47483587265 seconds), -(Remote IP: 23.94.247.41, Remote port: 55126, Own port: 80, ConnectionDuration: 4.99796199799 seconds), -(Remote IP: 23.94.247.41, Remote port: 55280, Own port: 80, ConnectionDuration: 1.77800512314 seconds), -(Remote IP: 23.94.247.41, Remote port: 55386, Own port: 80, ConnectionDuration: 4.09731602669 seconds), -(Remote IP: 218.71.30.131, Remote port: 42881, Own port: 23, ConnectionDuration: 10.8325018883 seconds), -(Remote IP: 23.94.247.41, Remote port: 55487, Own port: 80, ConnectionDuration: 1.00181412697 seconds), -(Remote IP: 23.94.247.41, Remote port: 55596, Own port: 80, ConnectionDuration: 1.00742506981 seconds), -(Remote IP: 23.94.247.41, Remote port: 55659, Own port: 80, ConnectionDuration: 2.67421197891 seconds), -(Remote IP: 23.94.247.41, Remote port: 55741, Own port: 80, ConnectionDuration: 3.0845580101 seconds), -(Remote IP: 23.94.247.41, Remote port: 55841, Own port: 80, ConnectionDuration: 2.29819202423 seconds), -(Remote IP: 23.94.247.41, Remote port: 55963, Own port: 80, ConnectionDuration: 0.525408983231 seconds), -(Remote IP: 186.141.0.173, Remote port: 55910, Own port: 23, ConnectionDuration: 11.4899151325 seconds), -(Remote IP: 23.94.247.41, Remote port: 56014, Own port: 80, ConnectionDuration: 2.01584196091 seconds), -(Remote IP: 23.94.247.41, Remote port: 56078, Own port: 80, ConnectionDuration: 2.91118884087 seconds), -(Remote IP: 162.142.125.221, Remote port: 37268, Own port: 27347, ConnectionDuration: 0.10302901268 seconds), -(Remote IP: 162.142.125.221, Remote port: 37268, Own port: 27347, ConnectionDuration: 0.10377407074 seconds), -(Remote IP: 223.244.35.215, Remote port: 48960, Own port: 23, ConnectionDuration: 30.5303428173 seconds), -(Remote IP: 23.94.247.41, Remote port: 56283, Own port: 80, ConnectionDuration: 1.99609899521 seconds), -(Remote IP: 23.94.247.41, Remote port: 56350, Own port: 80, ConnectionDuration: 3.39625787735 seconds), -(Remote IP: 23.94.247.41, Remote port: 56457, Own port: 80, ConnectionDuration: 1.11731505394 seconds), -(Remote IP: 23.94.247.41, Remote port: 56555, Own port: 80, ConnectionDuration: 4.04656910896 seconds), -(Remote IP: 23.94.247.41, Remote port: 56720, Own port: 80, ConnectionDuration: 1.40888595581 seconds), -(Remote IP: 206.168.34.118, Remote port: 40416, Own port: 443, ConnectionDuration: 3.49962615967 seconds), -(Remote IP: 206.168.34.118, Remote port: 40416, Own port: 443, ConnectionDuration: 3.50033211708 seconds), -(Remote IP: 206.168.34.118, Remote port: 47178, Own port: 443, ConnectionDuration: 0.434302806854 seconds), -(Remote IP: 206.168.34.118, Remote port: 47178, Own port: 443, ConnectionDuration: 0.43585896492 seconds), -(Remote IP: 23.94.247.41, Remote port: 56848, Own port: 80, ConnectionDuration: 3.79540014267 seconds), -(Remote IP: 23.94.247.41, Remote port: 56959, Own port: 80, ConnectionDuration: 2.21877098083 seconds), -(Remote IP: 23.94.247.41, Remote port: 57063, Own port: 80, ConnectionDuration: 2.38755989075 seconds), -(Remote IP: 23.94.247.41, Remote port: 57139, Own port: 80, ConnectionDuration: 1.60029101372 seconds), -(Remote IP: 23.94.247.41, Remote port: 57187, Own port: 80, ConnectionDuration: 3.03249287605 seconds), -(Remote IP: 80.82.77.202, Remote port: 60000, Own port: 21, ConnectionDuration: 21.3317301273 seconds), -(Remote IP: 23.94.247.41, Remote port: 57299, Own port: 80, ConnectionDuration: 1.31728792191 seconds), -(Remote IP: 23.94.247.41, Remote port: 57458, Own port: 80, ConnectionDuration: 7.10726213455 seconds), -(Remote IP: 87.236.176.33, Remote port: 40431, Own port: 80, ConnectionDuration: 3.44997406006 seconds), -(Remote IP: 23.94.247.41, Remote port: 57618, Own port: 80, ConnectionDuration: 1.49786782265 seconds), -(Remote IP: 67.216.252.175, Remote port: 58251, Own port: 445, ConnectionDuration: 0.0447552204132 seconds), -(Remote IP: 67.216.252.175, Remote port: 58253, Own port: 445, ConnectionDuration: 0.0768649578094 seconds), -(Remote IP: 23.94.247.41, Remote port: 57743, Own port: 80, ConnectionDuration: 3.17044019699 seconds), -(Remote IP: 23.94.247.41, Remote port: 57868, Own port: 80, ConnectionDuration: 0.665370941162 seconds), -(Remote IP: 23.94.247.41, Remote port: 57891, Own port: 80, ConnectionDuration: 0.0639531612396 seconds), -(Remote IP: 23.94.247.41, Remote port: 57907, Own port: 80, ConnectionDuration: 1.49906897545 seconds), -(Remote IP: 23.94.247.41, Remote port: 57986, Own port: 80, ConnectionDuration: 2.89672994614 seconds), -(Remote IP: 23.94.247.41, Remote port: 58080, Own port: 80, ConnectionDuration: 2.01759386063 seconds), -(Remote IP: 23.94.247.41, Remote port: 58195, Own port: 80, ConnectionDuration: 2.08437800407 seconds), -(Remote IP: 23.94.247.41, Remote port: 58265, Own port: 80, ConnectionDuration: 1.01877903938 seconds), -(Remote IP: 67.216.252.175, Remote port: 58384, Own port: 445, ConnectionDuration: 31.8049287796 seconds), -(Remote IP: 23.94.247.41, Remote port: 58331, Own port: 80, ConnectionDuration: 9.46427297592 seconds), -(Remote IP: 23.94.247.41, Remote port: 58508, Own port: 80, ConnectionDuration: 1.89296507835 seconds), -(Remote IP: 23.94.247.41, Remote port: 58555, Own port: 80, ConnectionDuration: 5.2101418972 seconds), -(Remote IP: 23.94.247.41, Remote port: 58697, Own port: 80, ConnectionDuration: 2.0415790081 seconds), -(Remote IP: 23.94.247.41, Remote port: 58786, Own port: 80, ConnectionDuration: 3.09104704857 seconds), -(Remote IP: 23.94.247.41, Remote port: 58873, Own port: 80, ConnectionDuration: 1.02861094475 seconds), -(Remote IP: 23.94.247.41, Remote port: 58936, Own port: 80, ConnectionDuration: 2.99471592903 seconds), -(Remote IP: 23.94.247.41, Remote port: 59029, Own port: 80, ConnectionDuration: 0.0317959785461 seconds), -(Remote IP: 23.94.247.41, Remote port: 59037, Own port: 80, ConnectionDuration: 0.0308020114899 seconds), -(Remote IP: 23.94.247.41, Remote port: 59041, Own port: 80, ConnectionDuration: 0.0309348106384 seconds), -(Remote IP: 23.94.247.41, Remote port: 59101, Own port: 80, ConnectionDuration: 0.305307865143 seconds), -(Remote IP: 23.94.247.41, Remote port: 59147, Own port: 80, ConnectionDuration: 1.27716898918 seconds), -(Remote IP: 23.94.247.41, Remote port: 59237, Own port: 80, ConnectionDuration: 2.46913194656 seconds), -(Remote IP: 23.94.247.41, Remote port: 59343, Own port: 80, ConnectionDuration: 1.97658586502 seconds), -(Remote IP: 23.94.247.41, Remote port: 59448, Own port: 80, ConnectionDuration: 2.7395761013 seconds), -(Remote IP: 23.94.247.41, Remote port: 59552, Own port: 80, ConnectionDuration: 1.94034695625 seconds), -(Remote IP: 23.94.247.41, Remote port: 59680, Own port: 80, ConnectionDuration: 4.21616506577 seconds), -(Remote IP: 23.94.247.41, Remote port: 59785, Own port: 80, ConnectionDuration: 1.50027489662 seconds), -(Remote IP: 67.216.252.175, Remote port: 59196, Own port: 445, ConnectionDuration: 31.8061769009 seconds), -(Remote IP: 23.94.247.41, Remote port: 59855, Own port: 80, ConnectionDuration: 3.02495193481 seconds), -(Remote IP: 23.94.247.41, Remote port: 59955, Own port: 80, ConnectionDuration: 1.03501701355 seconds), -(Remote IP: 23.94.247.41, Remote port: 60064, Own port: 80, ConnectionDuration: 1.63076210022 seconds), -(Remote IP: 23.94.247.41, Remote port: 60213, Own port: 80, ConnectionDuration: 2.40933918953 seconds), -(Remote IP: 23.94.247.41, Remote port: 60304, Own port: 80, ConnectionDuration: 1.27917098999 seconds), -(Remote IP: 23.94.247.41, Remote port: 60367, Own port: 80, ConnectionDuration: 1.09498715401 seconds), -(Remote IP: 23.94.247.41, Remote port: 60455, Own port: 80, ConnectionDuration: 2.91820502281 seconds), -(Remote IP: 23.94.247.41, Remote port: 60557, Own port: 80, ConnectionDuration: 1.57762908936 seconds), -(Remote IP: 23.94.247.41, Remote port: 60601, Own port: 80, ConnectionDuration: 6.82861685753 seconds), -(Remote IP: 23.94.247.41, Remote port: 60748, Own port: 80, ConnectionDuration: 1.14263105392 seconds), -(Remote IP: 23.94.247.41, Remote port: 60801, Own port: 80, ConnectionDuration: 3.03398990631 seconds), -(Remote IP: 23.94.247.41, Remote port: 60921, Own port: 80, ConnectionDuration: 2.03666496277 seconds), -(Remote IP: 23.94.247.41, Remote port: 60979, Own port: 80, ConnectionDuration: 4.33238196373 seconds), -(Remote IP: 23.94.247.41, Remote port: 61108, Own port: 80, ConnectionDuration: 1.92614388466 seconds), -(Remote IP: 23.94.247.41, Remote port: 61181, Own port: 80, ConnectionDuration: 5.5401661396 seconds), -(Remote IP: 23.94.247.41, Remote port: 61322, Own port: 80, ConnectionDuration: 1.22033810616 seconds), -(Remote IP: 23.94.247.41, Remote port: 61471, Own port: 80, ConnectionDuration: 8.79945611954 seconds), -(Remote IP: 23.94.247.41, Remote port: 61672, Own port: 80, ConnectionDuration: 2.07320094109 seconds), -(Remote IP: 23.94.247.41, Remote port: 61769, Own port: 80, ConnectionDuration: 3.06645298004 seconds), -(Remote IP: 23.94.247.41, Remote port: 61868, Own port: 80, ConnectionDuration: 1.09816288948 seconds), -(Remote IP: 23.94.247.41, Remote port: 61914, Own port: 80, ConnectionDuration: 2.99629306793 seconds), -(Remote IP: 23.94.247.41, Remote port: 62069, Own port: 80, ConnectionDuration: 2.17489099503 seconds), -(Remote IP: 23.94.247.41, Remote port: 62157, Own port: 80, ConnectionDuration: 12.6931569576 seconds), -(Remote IP: 23.94.247.41, Remote port: 62451, Own port: 80, ConnectionDuration: 1.0172970295 seconds), -(Remote IP: 23.94.247.41, Remote port: 62537, Own port: 80, ConnectionDuration: 3.51922082901 seconds), -(Remote IP: 23.94.247.41, Remote port: 62628, Own port: 80, ConnectionDuration: 1.30384111404 seconds), -(Remote IP: 23.94.247.41, Remote port: 62698, Own port: 80, ConnectionDuration: 1.36865496635 seconds), -(Remote IP: 180.56.75.124, Remote port: 26870, Own port: 23, ConnectionDuration: 11.1387748718 seconds), -(Remote IP: 23.94.247.41, Remote port: 62773, Own port: 80, ConnectionDuration: 1.52211809158 seconds), -(Remote IP: 23.94.247.41, Remote port: 62946, Own port: 80, ConnectionDuration: 0.997807025909 seconds), -(Remote IP: 23.94.247.41, Remote port: 63005, Own port: 80, ConnectionDuration: 0.87174987793 seconds), -(Remote IP: 23.94.247.41, Remote port: 63028, Own port: 80, ConnectionDuration: 1.00582098961 seconds), -(Remote IP: 23.94.247.41, Remote port: 63093, Own port: 80, ConnectionDuration: 1.80671787262 seconds), -(Remote IP: 23.94.247.41, Remote port: 63180, Own port: 80, ConnectionDuration: 7.89768004417 seconds), -(Remote IP: 23.94.247.41, Remote port: 63342, Own port: 80, ConnectionDuration: 2.61334013939 seconds), -(Remote IP: 23.94.247.41, Remote port: 63417, Own port: 80, ConnectionDuration: 2.06188488007 seconds), -(Remote IP: 23.94.247.41, Remote port: 63515, Own port: 80, ConnectionDuration: 2.03073716164 seconds), -(Remote IP: 23.94.247.41, Remote port: 63651, Own port: 80, ConnectionDuration: 3.09387087822 seconds), -(Remote IP: 23.94.247.41, Remote port: 63765, Own port: 80, ConnectionDuration: 2.01506495476 seconds), -(Remote IP: 23.94.247.41, Remote port: 63886, Own port: 80, ConnectionDuration: 4.16616511345 seconds), -(Remote IP: 23.94.247.41, Remote port: 64016, Own port: 80, ConnectionDuration: 2.10282301903 seconds), -(Remote IP: 23.94.247.41, Remote port: 64129, Own port: 80, ConnectionDuration: 3.36841702461 seconds), -(Remote IP: 195.1.144.109, Remote port: 51588, Own port: 80, ConnectionDuration: 5.82352876663 seconds), -(Remote IP: 23.94.247.41, Remote port: 64235, Own port: 80, ConnectionDuration: 0.0682108402252 seconds), -(Remote IP: 23.94.247.41, Remote port: 64362, Own port: 80, ConnectionDuration: 1.01889109612 seconds), -(Remote IP: 23.94.247.41, Remote port: 64385, Own port: 80, ConnectionDuration: 1.60691714287 seconds), -(Remote IP: 23.94.247.41, Remote port: 64460, Own port: 80, ConnectionDuration: 3.62460803986 seconds), -(Remote IP: 23.94.247.41, Remote port: 64624, Own port: 80, ConnectionDuration: 2.00985217094 seconds), -(Remote IP: 23.94.247.41, Remote port: 64671, Own port: 80, ConnectionDuration: 3.22632598877 seconds), -(Remote IP: 23.94.247.41, Remote port: 64808, Own port: 80, ConnectionDuration: 1.08943295479 seconds), -(Remote IP: 23.94.247.41, Remote port: 64878, Own port: 80, ConnectionDuration: 0.991067171097 seconds), -(Remote IP: 23.94.247.41, Remote port: 64975, Own port: 80, ConnectionDuration: 0.499693870544 seconds), -(Remote IP: 23.94.247.41, Remote port: 65122, Own port: 80, ConnectionDuration: 3.08511900902 seconds), -(Remote IP: 23.94.247.41, Remote port: 65228, Own port: 80, ConnectionDuration: 2.03783988953 seconds), -(Remote IP: 23.94.247.41, Remote port: 65340, Own port: 80, ConnectionDuration: 3.79273200035 seconds), -(Remote IP: 23.94.247.41, Remote port: 65438, Own port: 80, ConnectionDuration: 2.08886194229 seconds), -(Remote IP: 23.94.247.41, Remote port: 65483, Own port: 80, ConnectionDuration: 3.83399605751 seconds), -(Remote IP: 23.94.247.41, Remote port: 49227, Own port: 80, ConnectionDuration: 1.47661781311 seconds), -(Remote IP: 23.94.247.41, Remote port: 49320, Own port: 80, ConnectionDuration: 4.09924316406 seconds), -(Remote IP: 23.94.247.41, Remote port: 49419, Own port: 80, ConnectionDuration: 2.01495790482 seconds), -(Remote IP: 23.94.247.41, Remote port: 49481, Own port: 80, ConnectionDuration: 3.57109498978 seconds), -(Remote IP: 23.94.247.41, Remote port: 49634, Own port: 80, ConnectionDuration: 1.01451802254 seconds), -(Remote IP: 23.94.247.41, Remote port: 49704, Own port: 80, ConnectionDuration: 0.127222061157 seconds), -(Remote IP: 23.94.247.41, Remote port: 49759, Own port: 80, ConnectionDuration: 0.535912036896 seconds), -(Remote IP: 23.94.247.41, Remote port: 49772, Own port: 80, ConnectionDuration: 1.01646304131 seconds), -(Remote IP: 23.94.247.41, Remote port: 49847, Own port: 80, ConnectionDuration: 2.04939603806 seconds), -(Remote IP: 23.94.247.41, Remote port: 49896, Own port: 80, ConnectionDuration: 4.10119819641 seconds), -(Remote IP: 23.94.247.41, Remote port: 50033, Own port: 80, ConnectionDuration: 0.0300409793854 seconds), -(Remote IP: 23.94.247.41, Remote port: 50082, Own port: 80, ConnectionDuration: 0.0321371555328 seconds), -(Remote IP: 23.94.247.41, Remote port: 50105, Own port: 80, ConnectionDuration: 0.613589048386 seconds), -(Remote IP: 23.94.247.41, Remote port: 50156, Own port: 80, ConnectionDuration: 4.76258111 seconds), -(Remote IP: 23.94.247.41, Remote port: 50283, Own port: 80, ConnectionDuration: 1.71307301521 seconds), -(Remote IP: 23.94.247.41, Remote port: 50407, Own port: 80, ConnectionDuration: 3.4286968708 seconds), -(Remote IP: 23.94.247.41, Remote port: 50515, Own port: 80, ConnectionDuration: 1.51547408104 seconds), -(Remote IP: 23.94.247.41, Remote port: 50566, Own port: 80, ConnectionDuration: 5.06722211838 seconds), -(Remote IP: 23.94.247.41, Remote port: 50780, Own port: 80, ConnectionDuration: 1.000218153 seconds), -(Remote IP: 23.94.247.41, Remote port: 50843, Own port: 80, ConnectionDuration: 3.50957608223 seconds), -(Remote IP: 162.142.125.222, Remote port: 57272, Own port: 143, ConnectionDuration: 0.436174869537 seconds), -(Remote IP: 162.142.125.222, Remote port: 57272, Own port: 143, ConnectionDuration: 0.43790102005 seconds), -(Remote IP: 23.94.247.41, Remote port: 50976, Own port: 80, ConnectionDuration: 2.03536200523 seconds), -(Remote IP: 23.94.247.41, Remote port: 51047, Own port: 80, ConnectionDuration: 5.17705583572 seconds), -(Remote IP: 23.94.247.41, Remote port: 51178, Own port: 80, ConnectionDuration: 1.61134791374 seconds), -(Remote IP: 23.94.247.41, Remote port: 51297, Own port: 80, ConnectionDuration: 2.00608611107 seconds), -(Remote IP: 23.94.247.41, Remote port: 51392, Own port: 80, ConnectionDuration: 2.05009889603 seconds), -(Remote IP: 23.94.247.41, Remote port: 51536, Own port: 80, ConnectionDuration: 4.17352485657 seconds), -(Remote IP: 23.94.247.41, Remote port: 51589, Own port: 80, ConnectionDuration: 1.00213193893 seconds), -(Remote IP: 23.94.247.41, Remote port: 51662, Own port: 80, ConnectionDuration: 3.80445599556 seconds), -(Remote IP: 23.94.247.41, Remote port: 51804, Own port: 80, ConnectionDuration: 2.02596092224 seconds), -(Remote IP: 23.94.247.41, Remote port: 51871, Own port: 80, ConnectionDuration: 3.72676706314 seconds), -(Remote IP: 23.94.247.41, Remote port: 52061, Own port: 80, ConnectionDuration: 1.80638694763 seconds), -(Remote IP: 23.94.247.41, Remote port: 52184, Own port: 80, ConnectionDuration: 2.90574097633 seconds), -(Remote IP: 23.94.247.41, Remote port: 52291, Own port: 80, ConnectionDuration: 2.03155994415 seconds), -(Remote IP: 23.94.247.41, Remote port: 52366, Own port: 80, ConnectionDuration: 4.08711695671 seconds), -(Remote IP: 23.94.247.41, Remote port: 52472, Own port: 80, ConnectionDuration: 1.00739097595 seconds), -(Remote IP: 23.94.247.41, Remote port: 52561, Own port: 80, ConnectionDuration: 2.60190415382 seconds), -(Remote IP: 23.94.247.41, Remote port: 52651, Own port: 80, ConnectionDuration: 1.40094995499 seconds), -(Remote IP: 23.94.247.41, Remote port: 52767, Own port: 80, ConnectionDuration: 2.09285616875 seconds), -(Remote IP: 23.94.247.41, Remote port: 52887, Own port: 80, ConnectionDuration: 2.03115105629 seconds), -(Remote IP: 23.94.247.41, Remote port: 53067, Own port: 80, ConnectionDuration: 3.43802881241 seconds), -(Remote IP: 23.94.247.41, Remote port: 53207, Own port: 80, ConnectionDuration: 1.791492939 seconds), -(Remote IP: 23.94.247.41, Remote port: 53312, Own port: 80, ConnectionDuration: 4.11487102509 seconds), -(Remote IP: 23.94.247.41, Remote port: 53453, Own port: 80, ConnectionDuration: 1.00883889198 seconds), -(Remote IP: 23.94.247.41, Remote port: 53512, Own port: 80, ConnectionDuration: 0.852355957031 seconds), -(Remote IP: 23.94.247.41, Remote port: 53544, Own port: 80, ConnectionDuration: 0.0975379943848 seconds), -(Remote IP: 23.94.247.41, Remote port: 53623, Own port: 80, ConnectionDuration: 3.09809398651 seconds), -(Remote IP: 23.94.247.41, Remote port: 53766, Own port: 80, ConnectionDuration: 1.03726100922 seconds), -(Remote IP: 23.94.247.41, Remote port: 53835, Own port: 80, ConnectionDuration: 3.2818710804 seconds), -(Remote IP: 23.94.247.41, Remote port: 53929, Own port: 80, ConnectionDuration: 2.01692199707 seconds), -(Remote IP: 23.94.247.41, Remote port: 54070, Own port: 80, ConnectionDuration: 3.04992485046 seconds), -(Remote IP: 23.94.247.41, Remote port: 54167, Own port: 80, ConnectionDuration: 2.10196304321 seconds), -(Remote IP: 23.94.247.41, Remote port: 54275, Own port: 80, ConnectionDuration: 2.920814991 seconds), -(Remote IP: 23.94.247.41, Remote port: 54426, Own port: 80, ConnectionDuration: 2.75967407227 seconds), -(Remote IP: 23.94.247.41, Remote port: 54564, Own port: 80, ConnectionDuration: 4.73030900955 seconds), -(Remote IP: 23.94.247.41, Remote port: 54672, Own port: 80, ConnectionDuration: 2.02783799171 seconds), -(Remote IP: 23.94.247.41, Remote port: 54755, Own port: 80, ConnectionDuration: 3.09977412224 seconds), -(Remote IP: 23.94.247.41, Remote port: 54845, Own port: 80, ConnectionDuration: 2.41302084923 seconds), -(Remote IP: 23.94.247.41, Remote port: 54956, Own port: 80, ConnectionDuration: 4.08844208717 seconds), -(Remote IP: 23.94.247.41, Remote port: 55076, Own port: 80, ConnectionDuration: 1.70045900345 seconds), -(Remote IP: 23.94.247.41, Remote port: 55146, Own port: 80, ConnectionDuration: 4.0371389389 seconds), -(Remote IP: 23.94.247.41, Remote port: 55327, Own port: 80, ConnectionDuration: 1.18063211441 seconds), -(Remote IP: 37.37.209.2, Remote port: 40290, Own port: 23, ConnectionDuration: 9.92951917648 seconds), -(Remote IP: 23.94.247.41, Remote port: 55419, Own port: 80, ConnectionDuration: 4.31351399422 seconds), -(Remote IP: 23.94.247.41, Remote port: 55564, Own port: 80, ConnectionDuration: 1.1297519207 seconds), -(Remote IP: 23.94.247.41, Remote port: 55665, Own port: 80, ConnectionDuration: 2.92158412933 seconds), -(Remote IP: 23.94.247.41, Remote port: 55793, Own port: 80, ConnectionDuration: 2.20155906677 seconds), -(Remote IP: 23.94.247.41, Remote port: 55858, Own port: 80, ConnectionDuration: 3.03526496887 seconds), -(Remote IP: 23.94.247.41, Remote port: 55997, Own port: 80, ConnectionDuration: 1.08046889305 seconds), -(Remote IP: 23.94.247.41, Remote port: 56090, Own port: 80, ConnectionDuration: 3.02675080299 seconds), -(Remote IP: 23.94.247.41, Remote port: 56200, Own port: 80, ConnectionDuration: 1.99957299232 seconds), -(Remote IP: 206.168.34.185, Remote port: 37690, Own port: 80, ConnectionDuration: 0.0693600177765 seconds), -(Remote IP: 206.168.34.185, Remote port: 43238, Own port: 80, ConnectionDuration: 0.0533740520477 seconds), -(Remote IP: 206.168.34.185, Remote port: 43238, Own port: 80, ConnectionDuration: 0.0538151264191 seconds), -(Remote IP: 206.168.34.185, Remote port: 46116, Own port: 80, ConnectionDuration: 0.0532379150391 seconds), -(Remote IP: 23.94.247.41, Remote port: 56283, Own port: 80, ConnectionDuration: 8.22362208366 seconds), -(Remote IP: 23.94.247.41, Remote port: 56475, Own port: 80, ConnectionDuration: 1.97867798805 seconds), -(Remote IP: 23.94.247.41, Remote port: 56584, Own port: 80, ConnectionDuration: 3.61973810196 seconds), -(Remote IP: 23.94.247.41, Remote port: 56715, Own port: 80, ConnectionDuration: 1.00240302086 seconds), -(Remote IP: 23.94.247.41, Remote port: 56761, Own port: 80, ConnectionDuration: 4.0950319767 seconds), -(Remote IP: 167.94.138.44, Remote port: 54328, Own port: 23, ConnectionDuration: 3.01266694069 seconds), -(Remote IP: 167.94.138.44, Remote port: 54328, Own port: 23, ConnectionDuration: 3.01318097115 seconds), -(Remote IP: 167.94.138.44, Remote port: 41696, Own port: 23, ConnectionDuration: 0.141233921051 seconds), -(Remote IP: 167.94.138.44, Remote port: 41696, Own port: 23, ConnectionDuration: 0.141715049744 seconds), -(Remote IP: 167.94.138.44, Remote port: 44378, Own port: 23, ConnectionDuration: 3.06871795654 seconds), -(Remote IP: 167.94.138.44, Remote port: 44378, Own port: 23, ConnectionDuration: 3.06919908524 seconds), -(Remote IP: 23.94.247.41, Remote port: 56919, Own port: 80, ConnectionDuration: 1.91429185867 seconds), -(Remote IP: 34.140.108.54, Remote port: 55834, Own port: 139, ConnectionDuration: 0.262747049332 seconds), -(Remote IP: 34.140.108.54, Remote port: 52000, Own port: 139, ConnectionDuration: 0.935177087784 seconds), -(Remote IP: 23.94.247.41, Remote port: 57051, Own port: 80, ConnectionDuration: 3.80204415321 seconds), -(Remote IP: 23.94.247.41, Remote port: 57147, Own port: 80, ConnectionDuration: 1.07547593117 seconds), -(Remote IP: 112.113.124.67, Remote port: 46961, Own port: 23, ConnectionDuration: 30.3915660381 seconds), -(Remote IP: 23.94.247.41, Remote port: 57187, Own port: 80, ConnectionDuration: 3.27449893951 seconds), -(Remote IP: 23.94.247.41, Remote port: 57345, Own port: 80, ConnectionDuration: 0.69806098938 seconds), -(Remote IP: 23.94.247.41, Remote port: 57397, Own port: 80, ConnectionDuration: 3.17427396774 seconds), -(Remote IP: 112.113.124.67, Remote port: 47162, Own port: 23, ConnectionDuration: 30.5951809883 seconds), -(Remote IP: 112.113.124.67, Remote port: 47163, Own port: 23, ConnectionDuration: 30.5846700668 seconds), -(Remote IP: 23.94.247.41, Remote port: 57566, Own port: 80, ConnectionDuration: 1.3232448101 seconds), -(Remote IP: 23.94.247.41, Remote port: 57661, Own port: 80, ConnectionDuration: 4.79462504387 seconds), -(Remote IP: 23.94.247.41, Remote port: 57825, Own port: 80, ConnectionDuration: 2.03677821159 seconds), -(Remote IP: 23.94.247.41, Remote port: 57952, Own port: 80, ConnectionDuration: 2.01506900787 seconds), -(Remote IP: 23.94.247.41, Remote port: 58043, Own port: 80, ConnectionDuration: 0.73584985733 seconds), -(Remote IP: 23.94.247.41, Remote port: 58109, Own port: 80, ConnectionDuration: 1.00366902351 seconds), -(Remote IP: 23.94.247.41, Remote port: 58168, Own port: 80, ConnectionDuration: 2.71409678459 seconds), -(Remote IP: 167.94.138.60, Remote port: 47526, Own port: 80, ConnectionDuration: 2.29442691803 seconds), -(Remote IP: 23.94.247.41, Remote port: 58289, Own port: 80, ConnectionDuration: 3.22118902206 seconds), -(Remote IP: 167.94.138.60, Remote port: 37156, Own port: 80, ConnectionDuration: 0.472997903824 seconds), -(Remote IP: 167.94.138.60, Remote port: 37156, Own port: 80, ConnectionDuration: 0.473459005356 seconds), -(Remote IP: 167.94.138.60, Remote port: 32822, Own port: 80, ConnectionDuration: 0.124891042709 seconds), -(Remote IP: 23.94.247.41, Remote port: 58431, Own port: 80, ConnectionDuration: 2.01894307137 seconds), -(Remote IP: 23.94.247.41, Remote port: 58518, Own port: 80, ConnectionDuration: 4.11483597755 seconds), -(Remote IP: 23.94.247.41, Remote port: 58658, Own port: 80, ConnectionDuration: 0.940106153488 seconds), -(Remote IP: 23.94.247.41, Remote port: 58768, Own port: 80, ConnectionDuration: 5.65915393829 seconds), -(Remote IP: 23.94.247.41, Remote port: 58906, Own port: 80, ConnectionDuration: 1.72044491768 seconds), -(Remote IP: 80.75.212.75, Remote port: 44474, Own port: 9999, ConnectionDuration: 0.136293888092 seconds), -(Remote IP: 23.94.247.41, Remote port: 58979, Own port: 80, ConnectionDuration: 7.81007695198 seconds), -(Remote IP: 23.94.247.41, Remote port: 59205, Own port: 80, ConnectionDuration: 1.01879000664 seconds), -(Remote IP: 23.94.247.41, Remote port: 59264, Own port: 80, ConnectionDuration: 4.10927700996 seconds), -(Remote IP: 23.94.247.41, Remote port: 59352, Own port: 80, ConnectionDuration: 1.00258898735 seconds), -(Remote IP: 23.94.247.41, Remote port: 59426, Own port: 80, ConnectionDuration: 4.03168511391 seconds), -(Remote IP: 23.94.247.41, Remote port: 59600, Own port: 80, ConnectionDuration: 2.07028985023 seconds), -(Remote IP: 112.113.124.67, Remote port: 49594, Own port: 23, ConnectionDuration: 29.3408608437 seconds), -(Remote IP: 23.94.247.41, Remote port: 59681, Own port: 80, ConnectionDuration: 4.97398710251 seconds), -(Remote IP: 23.94.247.41, Remote port: 59827, Own port: 80, ConnectionDuration: 1.12852501869 seconds), -(Remote IP: 149.102.242.179, Remote port: 23067, Own port: 80, ConnectionDuration: 0.047000169754 seconds), -(Remote IP: 23.94.247.41, Remote port: 59888, Own port: 80, ConnectionDuration: 8.72172093391 seconds), -(Remote IP: 23.94.247.41, Remote port: 60138, Own port: 80, ConnectionDuration: 0.225308895111 seconds), -(Remote IP: 23.94.247.41, Remote port: 60186, Own port: 80, ConnectionDuration: 0.577020168304 seconds), -(Remote IP: 23.94.247.41, Remote port: 60204, Own port: 80, ConnectionDuration: 0.930027961731 seconds), -(Remote IP: 23.94.247.41, Remote port: 60259, Own port: 80, ConnectionDuration: 3.39409208298 seconds), -(Remote IP: 23.94.247.41, Remote port: 60373, Own port: 80, ConnectionDuration: 2.06749987602 seconds), -(Remote IP: 23.94.247.41, Remote port: 60438, Own port: 80, ConnectionDuration: 3.82079100609 seconds), -(Remote IP: 23.94.247.41, Remote port: 60545, Own port: 80, ConnectionDuration: 2.01839089394 seconds), -(Remote IP: 23.94.247.41, Remote port: 60656, Own port: 80, ConnectionDuration: 4.11333012581 seconds), -(Remote IP: 23.94.247.41, Remote port: 60798, Own port: 80, ConnectionDuration: 1.92154097557 seconds), -(Remote IP: 23.94.247.41, Remote port: 60882, Own port: 80, ConnectionDuration: 4.00808286667 seconds), -(Remote IP: 23.94.247.41, Remote port: 61028, Own port: 80, ConnectionDuration: 2.1475481987 seconds), -(Remote IP: 23.94.247.41, Remote port: 61091, Own port: 80, ConnectionDuration: 3.22953104973 seconds), -(Remote IP: 23.94.247.41, Remote port: 61226, Own port: 80, ConnectionDuration: 2.79693388939 seconds), -(Remote IP: 23.94.247.41, Remote port: 61307, Own port: 80, ConnectionDuration: 2.71514606476 seconds), -(Remote IP: 23.94.247.41, Remote port: 61426, Own port: 80, ConnectionDuration: 1.92375779152 seconds), -(Remote IP: 23.94.247.41, Remote port: 61487, Own port: 80, ConnectionDuration: 4.48593878746 seconds), -(Remote IP: 23.94.247.41, Remote port: 61598, Own port: 80, ConnectionDuration: 1.15068507195 seconds), -(Remote IP: 23.94.247.41, Remote port: 61735, Own port: 80, ConnectionDuration: 3.08027410507 seconds), -(Remote IP: 23.94.247.41, Remote port: 61816, Own port: 80, ConnectionDuration: 1.58910799026 seconds), -(Remote IP: 23.94.247.41, Remote port: 61940, Own port: 80, ConnectionDuration: 1.01160597801 seconds), -(Remote IP: 112.113.124.67, Remote port: 52237, Own port: 23, ConnectionDuration: 29.4923439026 seconds), -(Remote IP: 23.94.247.41, Remote port: 62068, Own port: 80, ConnectionDuration: 1.67704510689 seconds), -(Remote IP: 23.94.247.41, Remote port: 62162, Own port: 80, ConnectionDuration: 3.89945411682 seconds), -(Remote IP: 23.94.247.41, Remote port: 62269, Own port: 80, ConnectionDuration: 3.67820286751 seconds), -(Remote IP: 23.94.247.41, Remote port: 62456, Own port: 80, ConnectionDuration: 3.71006894112 seconds), -(Remote IP: 23.94.247.41, Remote port: 62616, Own port: 80, ConnectionDuration: 2.01481580734 seconds), -(Remote IP: 23.94.247.41, Remote port: 62711, Own port: 80, ConnectionDuration: 3.08867812157 seconds), -(Remote IP: 23.94.247.41, Remote port: 62808, Own port: 80, ConnectionDuration: 1.08103299141 seconds), -(Remote IP: 23.94.247.41, Remote port: 62874, Own port: 80, ConnectionDuration: 4.00844311714 seconds), -(Remote IP: 23.94.247.41, Remote port: 63075, Own port: 80, ConnectionDuration: 2.20712590218 seconds), -(Remote IP: 23.94.247.41, Remote port: 63132, Own port: 80, ConnectionDuration: 4.18225502968 seconds), -(Remote IP: 23.94.247.41, Remote port: 63247, Own port: 80, ConnectionDuration: 1.10177111626 seconds), -(Remote IP: 23.94.247.41, Remote port: 63260, Own port: 80, ConnectionDuration: 1.36874103546 seconds), -(Remote IP: 23.94.247.41, Remote port: 63378, Own port: 80, ConnectionDuration: 2.08793878555 seconds), -(Remote IP: 23.94.247.41, Remote port: 63457, Own port: 80, ConnectionDuration: 3.80604696274 seconds), -(Remote IP: 23.94.247.41, Remote port: 63556, Own port: 80, ConnectionDuration: 1.61855602264 seconds), -(Remote IP: 23.94.247.41, Remote port: 63646, Own port: 80, ConnectionDuration: 3.78354310989 seconds), -(Remote IP: 23.94.247.41, Remote port: 63834, Own port: 80, ConnectionDuration: 2.06140899658 seconds), -(Remote IP: 23.94.247.41, Remote port: 63923, Own port: 80, ConnectionDuration: 3.03735899925 seconds), -(Remote IP: 23.94.247.41, Remote port: 64015, Own port: 80, ConnectionDuration: 2.02621912956 seconds), -(Remote IP: 23.94.247.41, Remote port: 64125, Own port: 80, ConnectionDuration: 3.12827801704 seconds), -(Remote IP: 162.142.125.221, Remote port: 59322, Own port: 27347, ConnectionDuration: 0.0421950817108 seconds), -(Remote IP: 162.142.125.221, Remote port: 59322, Own port: 27347, ConnectionDuration: 0.0428199768066 seconds), -(Remote IP: 23.94.247.41, Remote port: 64273, Own port: 80, ConnectionDuration: 2.08397698402 seconds), -(Remote IP: 23.94.247.41, Remote port: 64314, Own port: 80, ConnectionDuration: 12.0788230896 seconds), -(Remote IP: 23.94.247.41, Remote port: 64579, Own port: 80, ConnectionDuration: 1.09600806236 seconds), -(Remote IP: 23.94.247.41, Remote port: 64661, Own port: 80, ConnectionDuration: 3.02285003662 seconds), -(Remote IP: 23.94.247.41, Remote port: 64767, Own port: 80, ConnectionDuration: 1.01097393036 seconds), -(Remote IP: 23.94.247.41, Remote port: 64913, Own port: 80, ConnectionDuration: 4.00420188904 seconds), -(Remote IP: 23.94.247.41, Remote port: 65047, Own port: 80, ConnectionDuration: 2.06666517258 seconds), -(Remote IP: 23.94.247.41, Remote port: 65114, Own port: 80, ConnectionDuration: 3.20188498497 seconds), -(Remote IP: 23.94.247.41, Remote port: 65236, Own port: 80, ConnectionDuration: 2.09236311913 seconds), -(Remote IP: 23.94.247.41, Remote port: 65294, Own port: 80, ConnectionDuration: 3.40407586098 seconds), -(Remote IP: 23.94.247.41, Remote port: 65390, Own port: 80, ConnectionDuration: 2.01276779175 seconds), -(Remote IP: 23.94.247.41, Remote port: 65508, Own port: 80, ConnectionDuration: 4.11602401733 seconds), -(Remote IP: 23.94.247.41, Remote port: 49237, Own port: 80, ConnectionDuration: 2.01241993904 seconds), -(Remote IP: 23.94.247.41, Remote port: 49325, Own port: 80, ConnectionDuration: 1.56461381912 seconds), -(Remote IP: 23.94.247.41, Remote port: 49412, Own port: 80, ConnectionDuration: 1.0118060112 seconds), -(Remote IP: 23.94.247.41, Remote port: 49494, Own port: 80, ConnectionDuration: 6.21096110344 seconds), -(Remote IP: 23.94.247.41, Remote port: 49616, Own port: 80, ConnectionDuration: 2.00309896469 seconds), -(Remote IP: 23.94.247.41, Remote port: 49699, Own port: 80, ConnectionDuration: 4.5974149704 seconds), -(Remote IP: 23.94.247.41, Remote port: 49850, Own port: 80, ConnectionDuration: 1.90747594833 seconds), -(Remote IP: 23.94.247.41, Remote port: 49959, Own port: 80, ConnectionDuration: 5.87830615044 seconds), -(Remote IP: 23.94.247.41, Remote port: 50076, Own port: 80, ConnectionDuration: 2.00248098373 seconds), -(Remote IP: 23.94.247.41, Remote port: 50286, Own port: 80, ConnectionDuration: 4.23229885101 seconds), -(Remote IP: 23.94.247.41, Remote port: 50421, Own port: 80, ConnectionDuration: 2.0738158226 seconds), -(Remote IP: 23.94.247.41, Remote port: 50506, Own port: 80, ConnectionDuration: 1.70311307907 seconds), -(Remote IP: 23.94.247.41, Remote port: 50581, Own port: 80, ConnectionDuration: 1.10425615311 seconds), -(Remote IP: 23.94.247.41, Remote port: 50675, Own port: 80, ConnectionDuration: 1.3114490509 seconds), -(Remote IP: 23.94.247.41, Remote port: 50747, Own port: 80, ConnectionDuration: 1.04168200493 seconds), -(Remote IP: 23.94.247.41, Remote port: 50847, Own port: 80, ConnectionDuration: 3.07008981705 seconds), -(Remote IP: 23.94.247.41, Remote port: 50982, Own port: 80, ConnectionDuration: 1.71581816673 seconds), -(Remote IP: 23.94.247.41, Remote port: 51063, Own port: 80, ConnectionDuration: 4.09910011292 seconds), -(Remote IP: 23.94.247.41, Remote port: 51173, Own port: 80, ConnectionDuration: 2.0168030262 seconds), -(Remote IP: 23.94.247.41, Remote port: 51312, Own port: 80, ConnectionDuration: 4.49499297142 seconds), -(Remote IP: 23.94.247.41, Remote port: 51428, Own port: 80, ConnectionDuration: 1.78637981415 seconds), -(Remote IP: 23.94.247.41, Remote port: 51493, Own port: 80, ConnectionDuration: 2.71675300598 seconds), -(Remote IP: 23.94.247.41, Remote port: 51633, Own port: 80, ConnectionDuration: 1.90444302559 seconds), -(Remote IP: 23.94.247.41, Remote port: 51700, Own port: 80, ConnectionDuration: 3.30419516563 seconds), -(Remote IP: 23.94.247.41, Remote port: 51769, Own port: 80, ConnectionDuration: 1.88802886009 seconds), -(Remote IP: 23.94.247.41, Remote port: 51865, Own port: 80, ConnectionDuration: 3.99845814705 seconds), -(Remote IP: 23.94.247.41, Remote port: 52054, Own port: 80, ConnectionDuration: 1.27443408966 seconds), -(Remote IP: 23.94.247.41, Remote port: 52148, Own port: 80, ConnectionDuration: 3.93313407898 seconds), -(Remote IP: 23.94.247.41, Remote port: 52232, Own port: 80, ConnectionDuration: 0.98777794838 seconds), -(Remote IP: 23.94.247.41, Remote port: 52286, Own port: 80, ConnectionDuration: 3.72289800644 seconds), -(Remote IP: 23.94.247.41, Remote port: 52393, Own port: 80, ConnectionDuration: 2.01856589317 seconds), -(Remote IP: 23.94.247.41, Remote port: 52478, Own port: 80, ConnectionDuration: 3.10383319855 seconds), -(Remote IP: 23.94.247.41, Remote port: 52600, Own port: 80, ConnectionDuration: 1.10822606087 seconds), -(Remote IP: 23.94.247.41, Remote port: 52683, Own port: 80, ConnectionDuration: 1.16201996803 seconds), -(Remote IP: 23.94.247.41, Remote port: 52751, Own port: 80, ConnectionDuration: 1.62846183777 seconds), -(Remote IP: 23.94.247.41, Remote port: 52791, Own port: 80, ConnectionDuration: 1.58153104782 seconds), -(Remote IP: 23.94.247.41, Remote port: 52861, Own port: 80, ConnectionDuration: 0.810532093048 seconds), -(Remote IP: 23.94.247.41, Remote port: 52936, Own port: 80, ConnectionDuration: 0.885889053345 seconds), -(Remote IP: 206.168.34.43, Remote port: 59030, Own port: 21, ConnectionDuration: 0.464156150818 seconds), -(Remote IP: 23.94.247.41, Remote port: 52972, Own port: 80, ConnectionDuration: 0.60388302803 seconds), -(Remote IP: 23.94.247.41, Remote port: 53043, Own port: 80, ConnectionDuration: 2.50045084953 seconds), -(Remote IP: 23.94.247.41, Remote port: 53104, Own port: 80, ConnectionDuration: 0.310811042786 seconds), -(Remote IP: 23.94.247.41, Remote port: 53150, Own port: 80, ConnectionDuration: 4.21986889839 seconds), -(Remote IP: 23.94.247.41, Remote port: 53374, Own port: 80, ConnectionDuration: 0.0983431339264 seconds), -(Remote IP: 23.94.247.41, Remote port: 53384, Own port: 80, ConnectionDuration: 0.108002185822 seconds), -(Remote IP: 23.94.247.41, Remote port: 53391, Own port: 80, ConnectionDuration: 0.191215991974 seconds), -(Remote IP: 23.94.247.41, Remote port: 53411, Own port: 80, ConnectionDuration: 0.39393901825 seconds), -(Remote IP: 23.94.247.41, Remote port: 53506, Own port: 80, ConnectionDuration: 0.191794157028 seconds), -(Remote IP: 23.94.247.41, Remote port: 53519, Own port: 80, ConnectionDuration: 0.121415138245 seconds), -(Remote IP: 23.94.247.41, Remote port: 53534, Own port: 80, ConnectionDuration: 0.11604809761 seconds), -(Remote IP: 23.94.247.41, Remote port: 53539, Own port: 80, ConnectionDuration: 0.0381789207458 seconds), -(Remote IP: 23.94.247.41, Remote port: 53552, Own port: 80, ConnectionDuration: 0.19365978241 seconds), -(Remote IP: 23.94.247.41, Remote port: 53559, Own port: 80, ConnectionDuration: 0.409322977066 seconds), -(Remote IP: 23.94.247.41, Remote port: 53583, Own port: 80, ConnectionDuration: 0.21414899826 seconds), -(Remote IP: 23.94.247.41, Remote port: 53613, Own port: 80, ConnectionDuration: 0.16313791275 seconds), -(Remote IP: 23.94.247.41, Remote port: 53679, Own port: 80, ConnectionDuration: 0.433238983154 seconds), -(Remote IP: 23.94.247.41, Remote port: 53703, Own port: 80, ConnectionDuration: 0.19402217865 seconds), -(Remote IP: 23.94.247.41, Remote port: 53723, Own port: 80, ConnectionDuration: 0.185902118683 seconds), -(Remote IP: 23.94.247.41, Remote port: 53727, Own port: 80, ConnectionDuration: 0.569976091385 seconds), -(Remote IP: 23.94.247.41, Remote port: 53756, Own port: 80, ConnectionDuration: 0.43163895607 seconds), -(Remote IP: 23.94.247.41, Remote port: 53767, Own port: 80, ConnectionDuration: 0.304876089096 seconds), -(Remote IP: 23.94.247.41, Remote port: 53785, Own port: 80, ConnectionDuration: 0.411040067673 seconds), -(Remote IP: 23.94.247.41, Remote port: 53809, Own port: 80, ConnectionDuration: 0.299655914307 seconds), -(Remote IP: 23.94.247.41, Remote port: 53854, Own port: 80, ConnectionDuration: 0.20442700386 seconds), -(Remote IP: 23.94.247.41, Remote port: 53873, Own port: 80, ConnectionDuration: 0.225283145905 seconds), -(Remote IP: 23.94.247.41, Remote port: 53883, Own port: 80, ConnectionDuration: 0.412750959396 seconds), -(Remote IP: 23.94.247.41, Remote port: 53893, Own port: 80, ConnectionDuration: 0.213432073593 seconds), -(Remote IP: 113.221.31.152, Remote port: 39024, Own port: 23, ConnectionDuration: 31.2513189316 seconds), -(Remote IP: 23.94.247.41, Remote port: 53962, Own port: 80, ConnectionDuration: 0.300812959671 seconds), -(Remote IP: 23.94.247.41, Remote port: 53981, Own port: 80, ConnectionDuration: 0.382208108902 seconds), -(Remote IP: 23.94.247.41, Remote port: 54008, Own port: 80, ConnectionDuration: 0.283681154251 seconds), -(Remote IP: 23.94.247.41, Remote port: 54037, Own port: 80, ConnectionDuration: 0.103899002075 seconds), -(Remote IP: 23.94.247.41, Remote port: 54060, Own port: 80, ConnectionDuration: 0.208608150482 seconds), -(Remote IP: 23.94.247.41, Remote port: 54069, Own port: 80, ConnectionDuration: 0.293470859528 seconds), -(Remote IP: 23.94.247.41, Remote port: 54072, Own port: 80, ConnectionDuration: 0.304599046707 seconds), -(Remote IP: 23.94.247.41, Remote port: 54089, Own port: 80, ConnectionDuration: 0.298220872879 seconds), -(Remote IP: 23.94.247.41, Remote port: 54107, Own port: 80, ConnectionDuration: 0.205371856689 seconds), -(Remote IP: 23.94.247.41, Remote port: 54138, Own port: 80, ConnectionDuration: 0.0835211277008 seconds), -(Remote IP: 23.94.247.41, Remote port: 54144, Own port: 80, ConnectionDuration: 0.284878015518 seconds), -(Remote IP: 23.94.247.41, Remote port: 54160, Own port: 80, ConnectionDuration: 0.106211900711 seconds), -(Remote IP: 23.94.247.41, Remote port: 54183, Own port: 80, ConnectionDuration: 0.189190149307 seconds), -(Remote IP: 23.94.247.41, Remote port: 54193, Own port: 80, ConnectionDuration: 0.398365020752 seconds), -(Remote IP: 23.94.247.41, Remote port: 54212, Own port: 80, ConnectionDuration: 0.312473058701 seconds), -(Remote IP: 23.94.247.41, Remote port: 54251, Own port: 80, ConnectionDuration: 0.17368888855 seconds), -(Remote IP: 23.94.247.41, Remote port: 54261, Own port: 80, ConnectionDuration: 0.196218013763 seconds), -(Remote IP: 23.94.247.41, Remote port: 54271, Own port: 80, ConnectionDuration: 0.618283033371 seconds), -(Remote IP: 23.94.247.41, Remote port: 54291, Own port: 80, ConnectionDuration: 0.316438913345 seconds), -(Remote IP: 23.94.247.41, Remote port: 54305, Own port: 80, ConnectionDuration: 0.210438013077 seconds), -(Remote IP: 23.94.247.41, Remote port: 54338, Own port: 80, ConnectionDuration: 0.192554950714 seconds), -(Remote IP: 23.94.247.41, Remote port: 54360, Own port: 80, ConnectionDuration: 0.378193855286 seconds), -(Remote IP: 23.94.247.41, Remote port: 54367, Own port: 80, ConnectionDuration: 0.236001968384 seconds), -(Remote IP: 23.94.247.41, Remote port: 54390, Own port: 80, ConnectionDuration: 0.481010913849 seconds), -(Remote IP: 23.94.247.41, Remote port: 54399, Own port: 80, ConnectionDuration: 0.372107028961 seconds), -(Remote IP: 23.94.247.41, Remote port: 54412, Own port: 80, ConnectionDuration: 0.317182064056 seconds), -(Remote IP: 23.94.247.41, Remote port: 54451, Own port: 80, ConnectionDuration: 0.400323152542 seconds), -(Remote IP: 23.94.247.41, Remote port: 54465, Own port: 80, ConnectionDuration: 0.131618022919 seconds), -(Remote IP: 23.94.247.41, Remote port: 54512, Own port: 80, ConnectionDuration: 0.103413820267 seconds), -(Remote IP: 23.94.247.41, Remote port: 54524, Own port: 80, ConnectionDuration: 0.423491954803 seconds), -(Remote IP: 23.94.247.41, Remote port: 54563, Own port: 80, ConnectionDuration: 0.232261180878 seconds), -(Remote IP: 23.94.247.41, Remote port: 54584, Own port: 80, ConnectionDuration: 0.174670934677 seconds), -(Remote IP: 23.94.247.41, Remote port: 54594, Own port: 80, ConnectionDuration: 0.42181801796 seconds), -(Remote IP: 23.94.247.41, Remote port: 54609, Own port: 80, ConnectionDuration: 0.288910865784 seconds), -(Remote IP: 23.94.247.41, Remote port: 54624, Own port: 80, ConnectionDuration: 0.427843093872 seconds), -(Remote IP: 23.94.247.41, Remote port: 54637, Own port: 80, ConnectionDuration: 0.194670915604 seconds), -(Remote IP: 23.94.247.41, Remote port: 54669, Own port: 80, ConnectionDuration: 0.321357965469 seconds), -(Remote IP: 23.94.247.41, Remote port: 54686, Own port: 80, ConnectionDuration: 0.225563049316 seconds), -(Remote IP: 23.94.247.41, Remote port: 54696, Own port: 80, ConnectionDuration: 0.0815980434418 seconds), -(Remote IP: 23.94.247.41, Remote port: 54706, Own port: 80, ConnectionDuration: 0.225665807724 seconds), -(Remote IP: 23.94.247.41, Remote port: 54713, Own port: 80, ConnectionDuration: 0.280230045319 seconds), -(Remote IP: 23.94.247.41, Remote port: 54726, Own port: 80, ConnectionDuration: 0.481792926788 seconds), -(Remote IP: 23.94.247.41, Remote port: 54753, Own port: 80, ConnectionDuration: 0.399299860001 seconds), -(Remote IP: 23.94.247.41, Remote port: 54781, Own port: 80, ConnectionDuration: 0.10871887207 seconds), -(Remote IP: 23.94.247.41, Remote port: 54807, Own port: 80, ConnectionDuration: 0.268121004105 seconds), -(Remote IP: 23.94.247.41, Remote port: 54820, Own port: 80, ConnectionDuration: 0.381099224091 seconds), -(Remote IP: 23.94.247.41, Remote port: 54840, Own port: 80, ConnectionDuration: 0.129837036133 seconds), -(Remote IP: 23.94.247.41, Remote port: 54869, Own port: 80, ConnectionDuration: 0.0897569656372 seconds), -(Remote IP: 23.94.247.41, Remote port: 54885, Own port: 80, ConnectionDuration: 0.114738941193 seconds), -(Remote IP: 23.94.247.41, Remote port: 54889, Own port: 80, ConnectionDuration: 0.0955500602722 seconds), -(Remote IP: 23.94.247.41, Remote port: 54902, Own port: 80, ConnectionDuration: 0.314367055893 seconds), -(Remote IP: 23.94.247.41, Remote port: 54914, Own port: 80, ConnectionDuration: 0.108318805695 seconds), -(Remote IP: 23.94.247.41, Remote port: 54934, Own port: 80, ConnectionDuration: 0.313747167587 seconds), -(Remote IP: 23.94.247.41, Remote port: 54946, Own port: 80, ConnectionDuration: 0.401467084885 seconds), -(Remote IP: 23.94.247.41, Remote port: 54990, Own port: 80, ConnectionDuration: 0.129430055618 seconds), -(Remote IP: 23.94.247.41, Remote port: 54999, Own port: 80, ConnectionDuration: 0.10076713562 seconds), -(Remote IP: 23.94.247.41, Remote port: 55011, Own port: 80, ConnectionDuration: 0.115056037903 seconds), -(Remote IP: 23.94.247.41, Remote port: 55016, Own port: 80, ConnectionDuration: 0.226539850235 seconds), -(Remote IP: 23.94.247.41, Remote port: 55030, Own port: 80, ConnectionDuration: 0.308549880981 seconds), -(Remote IP: 23.94.247.41, Remote port: 55048, Own port: 80, ConnectionDuration: 0.231237888336 seconds), -(Remote IP: 23.94.247.41, Remote port: 55091, Own port: 80, ConnectionDuration: 0.507693052292 seconds), -(Remote IP: 23.94.247.41, Remote port: 55106, Own port: 80, ConnectionDuration: 0.318893909454 seconds), -(Remote IP: 23.94.247.41, Remote port: 55126, Own port: 80, ConnectionDuration: 0.106303930283 seconds), -(Remote IP: 23.94.247.41, Remote port: 55149, Own port: 80, ConnectionDuration: 0.698037147522 seconds), -(Remote IP: 23.94.247.41, Remote port: 55208, Own port: 80, ConnectionDuration: 0.202766895294 seconds), -(Remote IP: 23.94.247.41, Remote port: 55238, Own port: 80, ConnectionDuration: 0.798951864243 seconds), -(Remote IP: 23.94.247.41, Remote port: 55249, Own port: 80, ConnectionDuration: 0.290120124817 seconds), -(Remote IP: 23.94.247.41, Remote port: 55264, Own port: 80, ConnectionDuration: 0.201113939285 seconds), -(Remote IP: 23.94.247.41, Remote port: 55303, Own port: 80, ConnectionDuration: 0.218150138855 seconds), -(Remote IP: 23.94.247.41, Remote port: 55319, Own port: 80, ConnectionDuration: 0.311949014664 seconds), -(Remote IP: 23.94.247.41, Remote port: 55332, Own port: 80, ConnectionDuration: 0.386667013168 seconds), -(Remote IP: 23.94.247.41, Remote port: 55347, Own port: 80, ConnectionDuration: 0.206837177277 seconds), -(Remote IP: 23.94.247.41, Remote port: 55362, Own port: 80, ConnectionDuration: 0.115144014359 seconds), -(Remote IP: 23.94.247.41, Remote port: 55371, Own port: 80, ConnectionDuration: 0.172286987305 seconds), -(Remote IP: 23.94.247.41, Remote port: 55382, Own port: 80, ConnectionDuration: 0.26858997345 seconds), -(Remote IP: 23.94.247.41, Remote port: 55405, Own port: 80, ConnectionDuration: 0.0797049999237 seconds), -(Remote IP: 23.94.247.41, Remote port: 55430, Own port: 80, ConnectionDuration: 0.197427034378 seconds), -(Remote IP: 23.94.247.41, Remote port: 55445, Own port: 80, ConnectionDuration: 0.397459983826 seconds), -(Remote IP: 23.94.247.41, Remote port: 55459, Own port: 80, ConnectionDuration: 0.198699951172 seconds), -(Remote IP: 23.94.247.41, Remote port: 55475, Own port: 80, ConnectionDuration: 0.292046785355 seconds), -(Remote IP: 23.94.247.41, Remote port: 55502, Own port: 80, ConnectionDuration: 0.278101205826 seconds), -(Remote IP: 23.94.247.41, Remote port: 55529, Own port: 80, ConnectionDuration: 0.21154499054 seconds), -(Remote IP: 23.94.247.41, Remote port: 55539, Own port: 80, ConnectionDuration: 0.12322807312 seconds), -(Remote IP: 23.94.247.41, Remote port: 55551, Own port: 80, ConnectionDuration: 0.272402048111 seconds), -(Remote IP: 23.94.247.41, Remote port: 55567, Own port: 80, ConnectionDuration: 0.271652936935 seconds), -(Remote IP: 23.94.247.41, Remote port: 55579, Own port: 80, ConnectionDuration: 0.388646125793 seconds), -(Remote IP: 23.94.247.41, Remote port: 55620, Own port: 80, ConnectionDuration: 0.221518039703 seconds), -(Remote IP: 23.94.247.41, Remote port: 55653, Own port: 80, ConnectionDuration: 0.11861205101 seconds), -(Remote IP: 23.94.247.41, Remote port: 55667, Own port: 80, ConnectionDuration: 0.38488817215 seconds), -(Remote IP: 23.94.247.41, Remote port: 55683, Own port: 80, ConnectionDuration: 0.403650999069 seconds), -(Remote IP: 23.94.247.41, Remote port: 55698, Own port: 80, ConnectionDuration: 0.482620954514 seconds), -(Remote IP: 23.94.247.41, Remote port: 55726, Own port: 80, ConnectionDuration: 0.332141876221 seconds), -(Remote IP: 23.94.247.41, Remote port: 55757, Own port: 80, ConnectionDuration: 0.285448074341 seconds), -(Remote IP: 23.94.247.41, Remote port: 55774, Own port: 80, ConnectionDuration: 0.371047973633 seconds), -(Remote IP: 23.94.247.41, Remote port: 55792, Own port: 80, ConnectionDuration: 0.504889011383 seconds), -(Remote IP: 23.94.247.41, Remote port: 55844, Own port: 80, ConnectionDuration: 0.315044164658 seconds), -(Remote IP: 23.94.247.41, Remote port: 55861, Own port: 80, ConnectionDuration: 0.285044908524 seconds), -(Remote IP: 23.94.247.41, Remote port: 55870, Own port: 80, ConnectionDuration: 0.236314058304 seconds), -(Remote IP: 23.94.247.41, Remote port: 55893, Own port: 80, ConnectionDuration: 0.289779186249 seconds), -(Remote IP: 23.94.247.41, Remote port: 55901, Own port: 80, ConnectionDuration: 0.362739086151 seconds), -(Remote IP: 23.94.247.41, Remote port: 55953, Own port: 80, ConnectionDuration: 0.301341056824 seconds), -(Remote IP: 23.94.247.41, Remote port: 55964, Own port: 80, ConnectionDuration: 0.202979803085 seconds), -(Remote IP: 23.94.247.41, Remote port: 55981, Own port: 80, ConnectionDuration: 0.107839107513 seconds), -(Remote IP: 23.94.247.41, Remote port: 55994, Own port: 80, ConnectionDuration: 0.178761959076 seconds), -(Remote IP: 23.94.247.41, Remote port: 56005, Own port: 80, ConnectionDuration: 0.396269083023 seconds), -(Remote IP: 23.94.247.41, Remote port: 56053, Own port: 80, ConnectionDuration: 0.122448921204 seconds), -(Remote IP: 23.94.247.41, Remote port: 56065, Own port: 80, ConnectionDuration: 0.411087989807 seconds), -(Remote IP: 23.94.247.41, Remote port: 56080, Own port: 80, ConnectionDuration: 2.51880192757 seconds), -(Remote IP: 23.94.247.41, Remote port: 56170, Own port: 80, ConnectionDuration: 0.498854875565 seconds), -(Remote IP: 23.94.247.41, Remote port: 56186, Own port: 80, ConnectionDuration: 0.275187015533 seconds), -(Remote IP: 23.94.247.41, Remote port: 56196, Own port: 80, ConnectionDuration: 0.389981985092 seconds), -(Remote IP: 23.94.247.41, Remote port: 56213, Own port: 80, ConnectionDuration: 0.378428220749 seconds), -(Remote IP: 23.94.247.41, Remote port: 56223, Own port: 80, ConnectionDuration: 0.301322937012 seconds), -(Remote IP: 23.94.247.41, Remote port: 56281, Own port: 80, ConnectionDuration: 0.384838104248 seconds), -(Remote IP: 23.94.247.41, Remote port: 56290, Own port: 80, ConnectionDuration: 0.316401958466 seconds), -(Remote IP: 23.94.247.41, Remote port: 56304, Own port: 80, ConnectionDuration: 0.581856966019 seconds), -(Remote IP: 23.94.247.41, Remote port: 56330, Own port: 80, ConnectionDuration: 0.0787169933319 seconds), -(Remote IP: 23.94.247.41, Remote port: 56334, Own port: 80, ConnectionDuration: 0.534479141235 seconds), -(Remote IP: 23.94.247.41, Remote port: 56381, Own port: 80, ConnectionDuration: 0.294737100601 seconds), -(Remote IP: 23.94.247.41, Remote port: 56401, Own port: 80, ConnectionDuration: 0.207670927048 seconds), -(Remote IP: 23.94.247.41, Remote port: 56414, Own port: 80, ConnectionDuration: 0.192676067352 seconds), -(Remote IP: 23.94.247.41, Remote port: 56440, Own port: 80, ConnectionDuration: 0.177828788757 seconds), -(Remote IP: 23.94.247.41, Remote port: 56457, Own port: 80, ConnectionDuration: 0.411343097687 seconds), -(Remote IP: 23.94.247.41, Remote port: 56489, Own port: 80, ConnectionDuration: 0.483584880829 seconds), -(Remote IP: 23.94.247.41, Remote port: 56526, Own port: 80, ConnectionDuration: 0.287935018539 seconds), -(Remote IP: 23.94.247.41, Remote port: 56537, Own port: 80, ConnectionDuration: 0.219456911087 seconds), -(Remote IP: 23.94.247.41, Remote port: 56557, Own port: 80, ConnectionDuration: 0.270693063736 seconds), -(Remote IP: 23.94.247.41, Remote port: 56570, Own port: 80, ConnectionDuration: 0.291412830353 seconds), -(Remote IP: 23.94.247.41, Remote port: 56627, Own port: 80, ConnectionDuration: 0.193056106567 seconds), -(Remote IP: 23.94.247.41, Remote port: 56644, Own port: 80, ConnectionDuration: 0.102185964584 seconds), -(Remote IP: 23.94.247.41, Remote port: 56652, Own port: 80, ConnectionDuration: 0.0307819843292 seconds), -(Remote IP: 23.94.247.41, Remote port: 56657, Own port: 80, ConnectionDuration: 0.408199071884 seconds), -(Remote IP: 23.94.247.41, Remote port: 56666, Own port: 80, ConnectionDuration: 0.311471939087 seconds), -(Remote IP: 23.94.247.41, Remote port: 56679, Own port: 80, ConnectionDuration: 0.303009033203 seconds), -(Remote IP: 23.94.247.41, Remote port: 56712, Own port: 80, ConnectionDuration: 0.222833871841 seconds), -(Remote IP: 23.94.247.41, Remote port: 56734, Own port: 80, ConnectionDuration: 0.223559856415 seconds), -(Remote IP: 23.94.247.41, Remote port: 56759, Own port: 80, ConnectionDuration: 0.518555879593 seconds), -(Remote IP: 23.94.247.41, Remote port: 56819, Own port: 80, ConnectionDuration: 0.480051994324 seconds), -(Remote IP: 23.94.247.41, Remote port: 56851, Own port: 80, ConnectionDuration: 0.121476173401 seconds), -(Remote IP: 23.94.247.41, Remote port: 56861, Own port: 80, ConnectionDuration: 0.412239789963 seconds), -(Remote IP: 23.94.247.41, Remote port: 56885, Own port: 80, ConnectionDuration: 0.0850658416748 seconds), -(Remote IP: 23.94.247.41, Remote port: 56921, Own port: 80, ConnectionDuration: 0.168617010117 seconds), -(Remote IP: 23.94.247.41, Remote port: 56944, Own port: 80, ConnectionDuration: 0.11242890358 seconds), -(Remote IP: 23.94.247.41, Remote port: 56952, Own port: 80, ConnectionDuration: 0.219980955124 seconds), -(Remote IP: 23.94.247.41, Remote port: 56964, Own port: 80, ConnectionDuration: 0.307749986649 seconds), -(Remote IP: 23.94.247.41, Remote port: 56981, Own port: 80, ConnectionDuration: 0.0778629779816 seconds), -(Remote IP: 23.94.247.41, Remote port: 56990, Own port: 80, ConnectionDuration: 0.482189893723 seconds), -(Remote IP: 23.94.247.41, Remote port: 57004, Own port: 80, ConnectionDuration: 0.310089111328 seconds), -(Remote IP: 23.94.247.41, Remote port: 57049, Own port: 80, ConnectionDuration: 0.298664093018 seconds), -(Remote IP: 23.94.247.41, Remote port: 57058, Own port: 80, ConnectionDuration: 0.281553030014 seconds), -(Remote IP: 23.94.247.41, Remote port: 57073, Own port: 80, ConnectionDuration: 0.185553073883 seconds), -(Remote IP: 23.94.247.41, Remote port: 57083, Own port: 80, ConnectionDuration: 0.380439996719 seconds), -(Remote IP: 23.94.247.41, Remote port: 57090, Own port: 80, ConnectionDuration: 0.500932216644 seconds), -(Remote IP: 23.94.247.41, Remote port: 57101, Own port: 80, ConnectionDuration: 1.18183398247 seconds), -(Remote IP: 23.94.247.41, Remote port: 57154, Own port: 80, ConnectionDuration: 0.289598941803 seconds), -(Remote IP: 23.94.247.41, Remote port: 57167, Own port: 80, ConnectionDuration: 0.239496946335 seconds), -(Remote IP: 23.94.247.41, Remote port: 57186, Own port: 80, ConnectionDuration: 0.0953860282898 seconds), -(Remote IP: 23.94.247.41, Remote port: 57201, Own port: 80, ConnectionDuration: 0.197319984436 seconds), -(Remote IP: 23.94.247.41, Remote port: 57209, Own port: 80, ConnectionDuration: 0.298883914948 seconds), -(Remote IP: 23.94.247.41, Remote port: 57223, Own port: 80, ConnectionDuration: 0.326807022095 seconds), -(Remote IP: 23.94.247.41, Remote port: 57276, Own port: 80, ConnectionDuration: 0.310501098633 seconds), -(Remote IP: 23.94.247.41, Remote port: 57322, Own port: 80, ConnectionDuration: 0.613391876221 seconds), -(Remote IP: 23.94.247.41, Remote port: 57357, Own port: 80, ConnectionDuration: 0.230132102966 seconds), -(Remote IP: 23.94.247.41, Remote port: 57375, Own port: 80, ConnectionDuration: 0.478819131851 seconds), -(Remote IP: 23.94.247.41, Remote port: 57394, Own port: 80, ConnectionDuration: 0.0996129512787 seconds), -(Remote IP: 23.94.247.41, Remote port: 57401, Own port: 80, ConnectionDuration: 0.034688949585 seconds), -(Remote IP: 23.94.247.41, Remote port: 57406, Own port: 80, ConnectionDuration: 0.375841856003 seconds), -(Remote IP: 23.94.247.41, Remote port: 57413, Own port: 80, ConnectionDuration: 0.335397005081 seconds), -(Remote IP: 23.94.247.41, Remote port: 57428, Own port: 80, ConnectionDuration: 0.56112408638 seconds), -(Remote IP: 23.94.247.41, Remote port: 57470, Own port: 80, ConnectionDuration: 0.838559150696 seconds), -(Remote IP: 23.94.247.41, Remote port: 57533, Own port: 80, ConnectionDuration: 0.210102796555 seconds), -(Remote IP: 23.94.247.41, Remote port: 57576, Own port: 80, ConnectionDuration: 0.49760890007 seconds), -(Remote IP: 23.94.247.41, Remote port: 57606, Own port: 80, ConnectionDuration: 0.272523880005 seconds), -(Remote IP: 23.94.247.41, Remote port: 57615, Own port: 80, ConnectionDuration: 0.199321985245 seconds), -(Remote IP: 23.94.247.41, Remote port: 57624, Own port: 80, ConnectionDuration: 0.389641046524 seconds), -(Remote IP: 23.94.247.41, Remote port: 57633, Own port: 80, ConnectionDuration: 0.217534065247 seconds), -(Remote IP: 23.94.247.41, Remote port: 57649, Own port: 80, ConnectionDuration: 0.511571884155 seconds), -(Remote IP: 23.94.247.41, Remote port: 57690, Own port: 80, ConnectionDuration: 0.291424036026 seconds), -(Remote IP: 23.94.247.41, Remote port: 57700, Own port: 80, ConnectionDuration: 0.328637838364 seconds), -(Remote IP: 23.94.247.41, Remote port: 57727, Own port: 80, ConnectionDuration: 0.303996086121 seconds), -(Remote IP: 23.94.247.41, Remote port: 57745, Own port: 80, ConnectionDuration: 0.409245967865 seconds), -(Remote IP: 23.94.247.41, Remote port: 57787, Own port: 80, ConnectionDuration: 0.38809299469 seconds), -(Remote IP: 23.94.247.41, Remote port: 57803, Own port: 80, ConnectionDuration: 0.497848033905 seconds), -(Remote IP: 23.94.247.41, Remote port: 57819, Own port: 80, ConnectionDuration: 0.414734840393 seconds), -(Remote IP: 23.94.247.41, Remote port: 57836, Own port: 80, ConnectionDuration: 0.600129127502 seconds), -(Remote IP: 23.94.247.41, Remote port: 57897, Own port: 80, ConnectionDuration: 0.409925937653 seconds), -(Remote IP: 23.94.247.41, Remote port: 57912, Own port: 80, ConnectionDuration: 0.289374113083 seconds), -(Remote IP: 23.94.247.41, Remote port: 57928, Own port: 80, ConnectionDuration: 0.227418899536 seconds), -(Remote IP: 23.94.247.41, Remote port: 57944, Own port: 80, ConnectionDuration: 0.278030872345 seconds), -(Remote IP: 23.94.247.41, Remote port: 57953, Own port: 80, ConnectionDuration: 0.216868162155 seconds), -(Remote IP: 23.94.247.41, Remote port: 57992, Own port: 80, ConnectionDuration: 0.302141189575 seconds), -(Remote IP: 23.94.247.41, Remote port: 58004, Own port: 80, ConnectionDuration: 0.385780096054 seconds), -(Remote IP: 23.94.247.41, Remote port: 58019, Own port: 80, ConnectionDuration: 0.400012016296 seconds), -(Remote IP: 23.94.247.41, Remote port: 58035, Own port: 80, ConnectionDuration: 0.615770816803 seconds), -(Remote IP: 23.94.247.41, Remote port: 58074, Own port: 80, ConnectionDuration: 0.312788009644 seconds), -(Remote IP: 23.94.247.41, Remote port: 58094, Own port: 80, ConnectionDuration: 0.425815105438 seconds), -(Remote IP: 23.94.247.41, Remote port: 58113, Own port: 80, ConnectionDuration: 0.394920110703 seconds), -(Remote IP: 23.94.247.41, Remote port: 58136, Own port: 80, ConnectionDuration: 0.781207084656 seconds), -(Remote IP: 23.94.247.41, Remote port: 58177, Own port: 80, ConnectionDuration: 0.422091007233 seconds), -(Remote IP: 23.94.247.41, Remote port: 58202, Own port: 80, ConnectionDuration: 0.566432952881 seconds), -(Remote IP: 23.94.247.41, Remote port: 58211, Own port: 80, ConnectionDuration: 0.722146987915 seconds), -(Remote IP: 23.94.247.41, Remote port: 58254, Own port: 80, ConnectionDuration: 0.786353111267 seconds), -(Remote IP: 23.94.247.41, Remote port: 58271, Own port: 80, ConnectionDuration: 0.419591188431 seconds), -(Remote IP: 23.94.247.41, Remote port: 58290, Own port: 80, ConnectionDuration: 0.495162963867 seconds), -(Remote IP: 23.94.247.41, Remote port: 58318, Own port: 80, ConnectionDuration: 0.291126012802 seconds), -(Remote IP: 23.94.247.41, Remote port: 58376, Own port: 80, ConnectionDuration: 0.214147806168 seconds), -(Remote IP: 23.94.247.41, Remote port: 58387, Own port: 80, ConnectionDuration: 0.775918006897 seconds), -(Remote IP: 23.94.247.41, Remote port: 58406, Own port: 80, ConnectionDuration: 0.100785017014 seconds), -(Remote IP: 23.94.247.41, Remote port: 58428, Own port: 80, ConnectionDuration: 0.215963840485 seconds), -(Remote IP: 23.94.247.41, Remote port: 58454, Own port: 80, ConnectionDuration: 0.325706958771 seconds), -(Remote IP: 23.94.247.41, Remote port: 58486, Own port: 80, ConnectionDuration: 0.637557029724 seconds), -(Remote IP: 23.94.247.41, Remote port: 58499, Own port: 80, ConnectionDuration: 1.69120001793 seconds), -(Remote IP: 23.94.247.41, Remote port: 58552, Own port: 80, ConnectionDuration: 0.578168153763 seconds), -(Remote IP: 23.94.247.41, Remote port: 58566, Own port: 80, ConnectionDuration: 0.204478979111 seconds), -(Remote IP: 23.94.247.41, Remote port: 58581, Own port: 80, ConnectionDuration: 0.425819158554 seconds), -(Remote IP: 23.94.247.41, Remote port: 58598, Own port: 80, ConnectionDuration: 0.789615869522 seconds), -(Remote IP: 23.94.247.41, Remote port: 58674, Own port: 80, ConnectionDuration: 0.206256866455 seconds), -(Remote IP: 23.94.247.41, Remote port: 58681, Own port: 80, ConnectionDuration: 0.235709905624 seconds), -(Remote IP: 23.94.247.41, Remote port: 58686, Own port: 80, ConnectionDuration: 0.406991004944 seconds), -(Remote IP: 23.94.247.41, Remote port: 58704, Own port: 80, ConnectionDuration: 0.276178121567 seconds), -(Remote IP: 23.94.247.41, Remote port: 58742, Own port: 80, ConnectionDuration: 0.600000143051 seconds), -(Remote IP: 23.94.247.41, Remote port: 58769, Own port: 80, ConnectionDuration: 0.372956037521 seconds), -(Remote IP: 23.94.247.41, Remote port: 58788, Own port: 80, ConnectionDuration: 0.390684127808 seconds), -(Remote IP: 23.94.247.41, Remote port: 58800, Own port: 80, ConnectionDuration: 0.38386797905 seconds), -(Remote IP: 23.94.247.41, Remote port: 58817, Own port: 80, ConnectionDuration: 0.986836910248 seconds), -(Remote IP: 23.94.247.41, Remote port: 58857, Own port: 80, ConnectionDuration: 0.215862035751 seconds), -(Remote IP: 23.94.247.41, Remote port: 58868, Own port: 80, ConnectionDuration: 0.328915119171 seconds), -(Remote IP: 23.94.247.41, Remote port: 58885, Own port: 80, ConnectionDuration: 0.365794897079 seconds), -(Remote IP: 23.94.247.41, Remote port: 58903, Own port: 80, ConnectionDuration: 0.474308013916 seconds), -(Remote IP: 23.94.247.41, Remote port: 58941, Own port: 80, ConnectionDuration: 0.296506881714 seconds), -(Remote IP: 23.94.247.41, Remote port: 58959, Own port: 80, ConnectionDuration: 0.48383307457 seconds), -(Remote IP: 23.94.247.41, Remote port: 58976, Own port: 80, ConnectionDuration: 0.697875976562 seconds), -(Remote IP: 23.94.247.41, Remote port: 59033, Own port: 80, ConnectionDuration: 0.12882399559 seconds), -(Remote IP: 23.94.247.41, Remote port: 59053, Own port: 80, ConnectionDuration: 0.105064153671 seconds), -(Remote IP: 23.94.247.41, Remote port: 59066, Own port: 80, ConnectionDuration: 0.370670080185 seconds), -(Remote IP: 23.94.247.41, Remote port: 59079, Own port: 80, ConnectionDuration: 0.318114042282 seconds), -(Remote IP: 23.94.247.41, Remote port: 59101, Own port: 80, ConnectionDuration: 0.371449947357 seconds), -(Remote IP: 23.94.247.41, Remote port: 59144, Own port: 80, ConnectionDuration: 0.228497982025 seconds), -(Remote IP: 23.94.247.41, Remote port: 59151, Own port: 80, ConnectionDuration: 0.289812088013 seconds), -(Remote IP: 23.94.247.41, Remote port: 59163, Own port: 80, ConnectionDuration: 0.400564193726 seconds), -(Remote IP: 23.94.247.41, Remote port: 59181, Own port: 80, ConnectionDuration: 0.478221893311 seconds), -(Remote IP: 23.94.247.41, Remote port: 59195, Own port: 80, ConnectionDuration: 0.598927974701 seconds), -(Remote IP: 23.94.247.41, Remote port: 59243, Own port: 80, ConnectionDuration: 0.371059894562 seconds), -(Remote IP: 23.94.247.41, Remote port: 59256, Own port: 80, ConnectionDuration: 0.40393781662 seconds), -(Remote IP: 23.94.247.41, Remote port: 59275, Own port: 80, ConnectionDuration: 0.322867155075 seconds), -(Remote IP: 23.94.247.41, Remote port: 59289, Own port: 80, ConnectionDuration: 0.432580947876 seconds), -(Remote IP: 23.94.247.41, Remote port: 59328, Own port: 80, ConnectionDuration: 0.602205991745 seconds), -(Remote IP: 23.94.247.41, Remote port: 59338, Own port: 80, ConnectionDuration: 0.618870973587 seconds), -(Remote IP: 23.94.247.41, Remote port: 59351, Own port: 80, ConnectionDuration: 0.471752882004 seconds), -(Remote IP: 23.94.247.41, Remote port: 59391, Own port: 80, ConnectionDuration: 0.485944986343 seconds), -(Remote IP: 23.94.247.41, Remote port: 59429, Own port: 80, ConnectionDuration: 0.480164051056 seconds), -(Remote IP: 23.94.247.41, Remote port: 59451, Own port: 80, ConnectionDuration: 0.387382984161 seconds), -(Remote IP: 23.94.247.41, Remote port: 59466, Own port: 80, ConnectionDuration: 0.301743984222 seconds), -(Remote IP: 23.94.247.41, Remote port: 59515, Own port: 80, ConnectionDuration: 0.282301902771 seconds), -(Remote IP: 23.94.247.41, Remote port: 59530, Own port: 80, ConnectionDuration: 0.699184179306 seconds), -(Remote IP: 23.94.247.41, Remote port: 59547, Own port: 80, ConnectionDuration: 0.612482070923 seconds), -(Remote IP: 23.94.247.41, Remote port: 59592, Own port: 80, ConnectionDuration: 0.327486038208 seconds), -(Remote IP: 23.94.247.41, Remote port: 59610, Own port: 80, ConnectionDuration: 0.515114068985 seconds), -(Remote IP: 23.94.247.41, Remote port: 59626, Own port: 80, ConnectionDuration: 0.478544950485 seconds), -(Remote IP: 23.94.247.41, Remote port: 59643, Own port: 80, ConnectionDuration: 1.71473908424 seconds), -(Remote IP: 23.94.247.41, Remote port: 59748, Own port: 80, ConnectionDuration: 0.198824882507 seconds), -(Remote IP: 23.94.247.41, Remote port: 59779, Own port: 80, ConnectionDuration: 0.115859031677 seconds), -(Remote IP: 23.94.247.41, Remote port: 59797, Own port: 80, ConnectionDuration: 0.370042085648 seconds), -(Remote IP: 23.94.247.41, Remote port: 59808, Own port: 80, ConnectionDuration: 0.441392183304 seconds), -(Remote IP: 23.94.247.41, Remote port: 59829, Own port: 80, ConnectionDuration: 0.0852699279785 seconds), -(Remote IP: 23.94.247.41, Remote port: 59835, Own port: 80, ConnectionDuration: 0.100951194763 seconds), -(Remote IP: 23.94.247.41, Remote port: 59842, Own port: 80, ConnectionDuration: 0.607580900192 seconds), -(Remote IP: 23.94.247.41, Remote port: 59887, Own port: 80, ConnectionDuration: 0.38908290863 seconds), -(Remote IP: 23.94.247.41, Remote port: 59910, Own port: 80, ConnectionDuration: 0.457031011581 seconds), -(Remote IP: 162.243.138.56, Remote port: 57984, Own port: 9999, ConnectionDuration: 0.0274741649628 seconds), -(Remote IP: 23.94.247.41, Remote port: 59929, Own port: 80, ConnectionDuration: 0.563385009766 seconds), -(Remote IP: 23.94.247.41, Remote port: 59980, Own port: 80, ConnectionDuration: 0.90308713913 seconds), -(Remote IP: 23.94.247.41, Remote port: 59995, Own port: 80, ConnectionDuration: 0.90608716011 seconds), -(Remote IP: 23.94.247.41, Remote port: 60041, Own port: 80, ConnectionDuration: 0.861192941666 seconds), -(Remote IP: 23.94.247.41, Remote port: 60069, Own port: 80, ConnectionDuration: 7.90595197678 seconds), -(Remote IP: 23.94.247.41, Remote port: 60299, Own port: 80, ConnectionDuration: 0.398231983185 seconds), -(Remote IP: 162.142.125.9, Remote port: 57446, Own port: 7547, ConnectionDuration: 3.25461888313 seconds), -(Remote IP: 162.142.125.9, Remote port: 57446, Own port: 7547, ConnectionDuration: 3.25524497032 seconds), -(Remote IP: 162.142.125.9, Remote port: 48730, Own port: 7547, ConnectionDuration: 0.622452974319 seconds), -(Remote IP: 162.142.125.9, Remote port: 48730, Own port: 7547, ConnectionDuration: 0.623886108398 seconds), -(Remote IP: 23.94.247.41, Remote port: 60328, Own port: 80, ConnectionDuration: 1.08129501343 seconds), -(Remote IP: 23.94.247.41, Remote port: 60381, Own port: 80, ConnectionDuration: 0.902985811234 seconds), -(Remote IP: 23.94.247.41, Remote port: 60404, Own port: 80, ConnectionDuration: 0.610142946243 seconds), -(Remote IP: 162.142.125.9, Remote port: 33888, Own port: 7547, ConnectionDuration: 4.35141992569 seconds), -(Remote IP: 162.142.125.9, Remote port: 33888, Own port: 7547, ConnectionDuration: 4.35207414627 seconds), -(Remote IP: 23.94.247.41, Remote port: 60419, Own port: 80, ConnectionDuration: 0.578423023224 seconds), -(Remote IP: 23.94.247.41, Remote port: 60473, Own port: 80, ConnectionDuration: 0.498695850372 seconds), -(Remote IP: 23.94.247.41, Remote port: 60491, Own port: 80, ConnectionDuration: 0.0765690803528 seconds), -(Remote IP: 23.94.247.41, Remote port: 60506, Own port: 80, ConnectionDuration: 0.440543174744 seconds), -(Remote IP: 23.94.247.41, Remote port: 60522, Own port: 80, ConnectionDuration: 0.596077919006 seconds), -(Remote IP: 23.94.247.41, Remote port: 60577, Own port: 80, ConnectionDuration: 1.81317305565 seconds), -(Remote IP: 23.94.247.41, Remote port: 60636, Own port: 80, ConnectionDuration: 0.591500043869 seconds), -(Remote IP: 23.94.247.41, Remote port: 60651, Own port: 80, ConnectionDuration: 0.408349990845 seconds), -(Remote IP: 23.94.247.41, Remote port: 60674, Own port: 80, ConnectionDuration: 0.603516101837 seconds), -(Remote IP: 23.94.247.41, Remote port: 60683, Own port: 80, ConnectionDuration: 0.21660900116 seconds), -(Remote IP: 23.94.247.41, Remote port: 60728, Own port: 80, ConnectionDuration: 0.407706022263 seconds), -(Remote IP: 23.94.247.41, Remote port: 60741, Own port: 80, ConnectionDuration: 0.481969118118 seconds), -(Remote IP: 23.94.247.41, Remote port: 60759, Own port: 80, ConnectionDuration: 0.674021959305 seconds), -(Remote IP: 23.94.247.41, Remote port: 60814, Own port: 80, ConnectionDuration: 0.499711990356 seconds), -(Remote IP: 23.94.247.41, Remote port: 60841, Own port: 80, ConnectionDuration: 0.483824968338 seconds), -(Remote IP: 23.94.247.41, Remote port: 60888, Own port: 80, ConnectionDuration: 0.516311883926 seconds), -(Remote IP: 23.94.247.41, Remote port: 60908, Own port: 80, ConnectionDuration: 0.605931997299 seconds), -(Remote IP: 23.94.247.41, Remote port: 60970, Own port: 80, ConnectionDuration: 0.399159193039 seconds), -(Remote IP: 23.94.247.41, Remote port: 61008, Own port: 80, ConnectionDuration: 0.829627990723 seconds), -(Remote IP: 23.94.247.41, Remote port: 61034, Own port: 80, ConnectionDuration: 0.372641086578 seconds), -(Remote IP: 23.94.247.41, Remote port: 61074, Own port: 80, ConnectionDuration: 0.996329069138 seconds), -(Remote IP: 23.94.247.41, Remote port: 61097, Own port: 80, ConnectionDuration: 0.104763031006 seconds), -(Remote IP: 23.94.247.41, Remote port: 61112, Own port: 80, ConnectionDuration: 0.703707933426 seconds), -(Remote IP: 23.94.247.41, Remote port: 61157, Own port: 80, ConnectionDuration: 0.903576850891 seconds), -(Remote IP: 23.94.247.41, Remote port: 61186, Own port: 80, ConnectionDuration: 0.314893960953 seconds), -(Remote IP: 23.94.247.41, Remote port: 61222, Own port: 80, ConnectionDuration: 0.325037956238 seconds), -(Remote IP: 23.94.247.41, Remote port: 61292, Own port: 80, ConnectionDuration: 0.529812097549 seconds), -(Remote IP: 23.94.247.41, Remote port: 61315, Own port: 80, ConnectionDuration: 0.359228134155 seconds), -(Remote IP: 23.94.247.41, Remote port: 61336, Own port: 80, ConnectionDuration: 0.820767879486 seconds), -(Remote IP: 23.94.247.41, Remote port: 61383, Own port: 80, ConnectionDuration: 0.196312904358 seconds), -(Remote IP: 23.94.247.41, Remote port: 61399, Own port: 80, ConnectionDuration: 0.812297105789 seconds), -(Remote IP: 23.94.247.41, Remote port: 61450, Own port: 80, ConnectionDuration: 1.01591992378 seconds), -(Remote IP: 23.94.247.41, Remote port: 61475, Own port: 80, ConnectionDuration: 0.474220991135 seconds), -(Remote IP: 23.94.247.41, Remote port: 61520, Own port: 80, ConnectionDuration: 1.73271417618 seconds), -(Remote IP: 23.94.247.41, Remote port: 61566, Own port: 80, ConnectionDuration: 0.817210912704 seconds), -(Remote IP: 23.94.247.41, Remote port: 61634, Own port: 80, ConnectionDuration: 0.685992002487 seconds), -(Remote IP: 23.94.247.41, Remote port: 61654, Own port: 80, ConnectionDuration: 0.811783790588 seconds), -(Remote IP: 23.94.247.41, Remote port: 61715, Own port: 80, ConnectionDuration: 0.573234796524 seconds), -(Remote IP: 23.94.247.41, Remote port: 61761, Own port: 80, ConnectionDuration: 0.480592012405 seconds), -(Remote IP: 23.94.247.41, Remote port: 61797, Own port: 80, ConnectionDuration: 5.27103495598 seconds), -(Remote IP: 23.94.247.41, Remote port: 61929, Own port: 80, ConnectionDuration: 0.228723049164 seconds), -(Remote IP: 23.94.247.41, Remote port: 61978, Own port: 80, ConnectionDuration: 0.700176954269 seconds), -(Remote IP: 23.94.247.41, Remote port: 62000, Own port: 80, ConnectionDuration: 1.68934106827 seconds), -(Remote IP: 23.94.247.41, Remote port: 62052, Own port: 80, ConnectionDuration: 0.605943918228 seconds), -(Remote IP: 23.94.247.41, Remote port: 62086, Own port: 80, ConnectionDuration: 1.06095600128 seconds), -(Remote IP: 23.94.247.41, Remote port: 62138, Own port: 80, ConnectionDuration: 0.186972141266 seconds), -(Remote IP: 23.94.247.41, Remote port: 62158, Own port: 80, ConnectionDuration: 0.980474948883 seconds), -(Remote IP: 23.94.247.41, Remote port: 62183, Own port: 80, ConnectionDuration: 1.49282884598 seconds), -(Remote IP: 45.95.146.29, Remote port: 40410, Own port: 80, ConnectionDuration: 0.133316040039 seconds), -(Remote IP: 23.94.247.41, Remote port: 62232, Own port: 80, ConnectionDuration: 1.21184897423 seconds), -(Remote IP: 23.94.247.41, Remote port: 62267, Own port: 80, ConnectionDuration: 0.524760007858 seconds), -(Remote IP: 23.94.247.41, Remote port: 62317, Own port: 80, ConnectionDuration: 0.706208944321 seconds), -(Remote IP: 23.94.247.41, Remote port: 62348, Own port: 80, ConnectionDuration: 0.721403121948 seconds), -(Remote IP: 23.94.247.41, Remote port: 62406, Own port: 80, ConnectionDuration: 0.605540037155 seconds), -(Remote IP: 23.94.247.41, Remote port: 62435, Own port: 80, ConnectionDuration: 0.609400033951 seconds), -(Remote IP: 23.94.247.41, Remote port: 62447, Own port: 80, ConnectionDuration: 0.225363969803 seconds), -(Remote IP: 23.94.247.41, Remote port: 62481, Own port: 80, ConnectionDuration: 1.07609200478 seconds), -(Remote IP: 23.94.247.41, Remote port: 62515, Own port: 80, ConnectionDuration: 0.498162984848 seconds), -(Remote IP: 23.94.247.41, Remote port: 62566, Own port: 80, ConnectionDuration: 0.492645025253 seconds), -(Remote IP: 23.94.247.41, Remote port: 62582, Own port: 80, ConnectionDuration: 0.704587936401 seconds), -(Remote IP: 23.94.247.41, Remote port: 62608, Own port: 80, ConnectionDuration: 1.20871901512 seconds), -(Remote IP: 23.94.247.41, Remote port: 62679, Own port: 80, ConnectionDuration: 1.23076486588 seconds), -(Remote IP: 23.94.247.41, Remote port: 62738, Own port: 80, ConnectionDuration: 0.687890052795 seconds), -(Remote IP: 23.94.247.41, Remote port: 62764, Own port: 80, ConnectionDuration: 1.05996894836 seconds), -(Remote IP: 23.94.247.41, Remote port: 62818, Own port: 80, ConnectionDuration: 0.819928884506 seconds), -(Remote IP: 23.94.247.41, Remote port: 62863, Own port: 80, ConnectionDuration: 0.420685052872 seconds), -(Remote IP: 23.94.247.41, Remote port: 62933, Own port: 80, ConnectionDuration: 0.428010940552 seconds), -(Remote IP: 23.94.247.41, Remote port: 62962, Own port: 80, ConnectionDuration: 1.00114107132 seconds), -(Remote IP: 23.94.247.41, Remote port: 62999, Own port: 80, ConnectionDuration: 2.46879911423 seconds), -(Remote IP: 23.94.247.41, Remote port: 63066, Own port: 80, ConnectionDuration: 0.487928152084 seconds), -(Remote IP: 23.94.247.41, Remote port: 63093, Own port: 80, ConnectionDuration: 0.100185871124 seconds), -(Remote IP: 23.94.247.41, Remote port: 63131, Own port: 80, ConnectionDuration: 1.37381505966 seconds), -(Remote IP: 23.94.247.41, Remote port: 63180, Own port: 80, ConnectionDuration: 0.979496002197 seconds), -(Remote IP: 23.94.247.41, Remote port: 63196, Own port: 80, ConnectionDuration: 1.0908370018 seconds), -(Remote IP: 23.94.247.41, Remote port: 63238, Own port: 80, ConnectionDuration: 0.124611139297 seconds), -(Remote IP: 23.94.247.41, Remote port: 63259, Own port: 80, ConnectionDuration: 0.586802005768 seconds), -(Remote IP: 23.94.247.41, Remote port: 63276, Own port: 80, ConnectionDuration: 0.269331932068 seconds), -(Remote IP: 23.94.247.41, Remote port: 63303, Own port: 80, ConnectionDuration: 0.398905038834 seconds), -(Remote IP: 23.94.247.41, Remote port: 63346, Own port: 80, ConnectionDuration: 1.89621305466 seconds), -(Remote IP: 23.94.247.41, Remote port: 63415, Own port: 80, ConnectionDuration: 0.210093975067 seconds), -(Remote IP: 23.94.247.41, Remote port: 63440, Own port: 80, ConnectionDuration: 0.410607099533 seconds), -(Remote IP: 23.94.247.41, Remote port: 63470, Own port: 80, ConnectionDuration: 0.304914951324 seconds), -(Remote IP: 23.94.247.41, Remote port: 63525, Own port: 80, ConnectionDuration: 1.10955905914 seconds), -(Remote IP: 23.94.247.41, Remote port: 63544, Own port: 80, ConnectionDuration: 0.889899015427 seconds), -(Remote IP: 23.94.247.41, Remote port: 63591, Own port: 80, ConnectionDuration: 0.377716064453 seconds), -(Remote IP: 23.94.247.41, Remote port: 63622, Own port: 80, ConnectionDuration: 0.967082977295 seconds), -(Remote IP: 23.94.247.41, Remote port: 63651, Own port: 80, ConnectionDuration: 1.50038909912 seconds), -(Remote IP: 23.94.247.41, Remote port: 63698, Own port: 80, ConnectionDuration: 0.508665084839 seconds), -(Remote IP: 23.94.247.41, Remote port: 63717, Own port: 80, ConnectionDuration: 1.27624392509 seconds), -(Remote IP: 23.94.247.41, Remote port: 63775, Own port: 80, ConnectionDuration: 0.16867518425 seconds), -(Remote IP: 23.94.247.41, Remote port: 63810, Own port: 80, ConnectionDuration: 0.181164979935 seconds), -(Remote IP: 23.94.247.41, Remote port: 63828, Own port: 80, ConnectionDuration: 0.201713085175 seconds), -(Remote IP: 23.94.247.41, Remote port: 63843, Own port: 80, ConnectionDuration: 1.49968695641 seconds), -(Remote IP: 23.94.247.41, Remote port: 63915, Own port: 80, ConnectionDuration: 0.279528856277 seconds), -(Remote IP: 23.94.247.41, Remote port: 63928, Own port: 80, ConnectionDuration: 0.0974991321564 seconds), -(Remote IP: 23.94.247.41, Remote port: 63949, Own port: 80, ConnectionDuration: 0.107388019562 seconds), -(Remote IP: 23.94.247.41, Remote port: 63962, Own port: 80, ConnectionDuration: 0.219312906265 seconds), -(Remote IP: 23.94.247.41, Remote port: 63997, Own port: 80, ConnectionDuration: 0.516876935959 seconds), -(Remote IP: 23.94.247.41, Remote port: 64009, Own port: 80, ConnectionDuration: 0.291448831558 seconds), -(Remote IP: 23.94.247.41, Remote port: 64024, Own port: 80, ConnectionDuration: 0.0902559757233 seconds), -(Remote IP: 23.94.247.41, Remote port: 64070, Own port: 80, ConnectionDuration: 1.06970691681 seconds), -(Remote IP: 23.94.247.41, Remote port: 64098, Own port: 80, ConnectionDuration: 0.933049917221 seconds), -(Remote IP: 23.94.247.41, Remote port: 64134, Own port: 80, ConnectionDuration: 0.701073884964 seconds), -(Remote IP: 23.94.247.41, Remote port: 64173, Own port: 80, ConnectionDuration: 0.722331047058 seconds), -(Remote IP: 23.94.247.41, Remote port: 64195, Own port: 80, ConnectionDuration: 0.731529951096 seconds), -(Remote IP: 23.94.247.41, Remote port: 64254, Own port: 80, ConnectionDuration: 0.784663915634 seconds), -(Remote IP: 23.94.247.41, Remote port: 64273, Own port: 80, ConnectionDuration: 1.57379889488 seconds), -(Remote IP: 23.94.247.41, Remote port: 64348, Own port: 80, ConnectionDuration: 0.599536895752 seconds), -(Remote IP: 222.246.108.166, Remote port: 35625, Own port: 23, ConnectionDuration: 30.5163049698 seconds), -(Remote IP: 23.94.247.41, Remote port: 64373, Own port: 80, ConnectionDuration: 1.11283898354 seconds), -(Remote IP: 23.94.247.41, Remote port: 64430, Own port: 80, ConnectionDuration: 1.52135705948 seconds), -(Remote IP: 23.94.247.41, Remote port: 64478, Own port: 80, ConnectionDuration: 1.60203409195 seconds), -(Remote IP: 23.94.247.41, Remote port: 64507, Own port: 80, ConnectionDuration: 0.988163948059 seconds), -(Remote IP: 23.94.247.41, Remote port: 64563, Own port: 80, ConnectionDuration: 0.410512924194 seconds), -(Remote IP: 23.94.247.41, Remote port: 64586, Own port: 80, ConnectionDuration: 0.393889904022 seconds), -(Remote IP: 23.94.247.41, Remote port: 64617, Own port: 80, ConnectionDuration: 0.588709831238 seconds), -(Remote IP: 23.94.247.41, Remote port: 64671, Own port: 80, ConnectionDuration: 0.709486961365 seconds), -(Remote IP: 23.94.247.41, Remote port: 64705, Own port: 80, ConnectionDuration: 1.41638112068 seconds), -(Remote IP: 23.94.247.41, Remote port: 64764, Own port: 80, ConnectionDuration: 1.28519678116 seconds), -(Remote IP: 23.94.247.41, Remote port: 64779, Own port: 80, ConnectionDuration: 1.37097001076 seconds), -(Remote IP: 23.94.247.41, Remote port: 64836, Own port: 80, ConnectionDuration: 1.10997891426 seconds), -(Remote IP: 23.94.247.41, Remote port: 64905, Own port: 80, ConnectionDuration: 0.302645921707 seconds), -(Remote IP: 23.94.247.41, Remote port: 64925, Own port: 80, ConnectionDuration: 0.725461006165 seconds), -(Remote IP: 23.94.247.41, Remote port: 64989, Own port: 80, ConnectionDuration: 2.18791604042 seconds), -(Remote IP: 23.94.247.41, Remote port: 65053, Own port: 80, ConnectionDuration: 1.50165605545 seconds), -(Remote IP: 23.94.247.41, Remote port: 65080, Own port: 80, ConnectionDuration: 1.56466913223 seconds), -(Remote IP: 23.94.247.41, Remote port: 65171, Own port: 80, ConnectionDuration: 1.14348316193 seconds), -(Remote IP: 23.94.247.41, Remote port: 65212, Own port: 80, ConnectionDuration: 1.3844628334 seconds), -(Remote IP: 23.94.247.41, Remote port: 65269, Own port: 80, ConnectionDuration: 0.519185066223 seconds), -(Remote IP: 23.94.247.41, Remote port: 65294, Own port: 80, ConnectionDuration: 1.91449999809 seconds), -(Remote IP: 23.94.247.41, Remote port: 65349, Own port: 80, ConnectionDuration: 0.5050740242 seconds), -(Remote IP: 23.94.247.41, Remote port: 65399, Own port: 80, ConnectionDuration: 0.3029961586 seconds), -(Remote IP: 23.94.247.41, Remote port: 65425, Own port: 80, ConnectionDuration: 1.42729210854 seconds), -(Remote IP: 23.94.247.41, Remote port: 65485, Own port: 80, ConnectionDuration: 0.713257074356 seconds), -(Remote IP: 23.94.247.41, Remote port: 65508, Own port: 80, ConnectionDuration: 1.037514925 seconds), -(Remote IP: 23.94.247.41, Remote port: 49165, Own port: 80, ConnectionDuration: 1.68754601479 seconds), -(Remote IP: 23.94.247.41, Remote port: 49241, Own port: 80, ConnectionDuration: 1.80010199547 seconds), -(Remote IP: 23.94.247.41, Remote port: 49297, Own port: 80, ConnectionDuration: 0.880943059921 seconds), -(Remote IP: 23.94.247.41, Remote port: 49311, Own port: 80, ConnectionDuration: 0.715037822723 seconds), -(Remote IP: 23.94.247.41, Remote port: 49369, Own port: 80, ConnectionDuration: 0.406071901321 seconds), -(Remote IP: 23.94.247.41, Remote port: 49421, Own port: 80, ConnectionDuration: 1.31036901474 seconds), -(Remote IP: 23.94.247.41, Remote port: 49502, Own port: 80, ConnectionDuration: 0.99450802803 seconds), -(Remote IP: 23.94.247.41, Remote port: 49554, Own port: 80, ConnectionDuration: 1.23538398743 seconds), -(Remote IP: 23.94.247.41, Remote port: 49585, Own port: 80, ConnectionDuration: 0.496241092682 seconds), -(Remote IP: 23.94.247.41, Remote port: 49646, Own port: 80, ConnectionDuration: 0.828809022903 seconds), -(Remote IP: 23.94.247.41, Remote port: 49684, Own port: 80, ConnectionDuration: 1.8998041153 seconds), -(Remote IP: 23.94.247.41, Remote port: 49746, Own port: 80, ConnectionDuration: 1.10119318962 seconds), -(Remote IP: 23.94.247.41, Remote port: 49805, Own port: 80, ConnectionDuration: 1.19550895691 seconds), -(Remote IP: 23.94.247.41, Remote port: 49852, Own port: 80, ConnectionDuration: 3.47325801849 seconds), -(Remote IP: 23.94.247.41, Remote port: 49944, Own port: 80, ConnectionDuration: 0.801912069321 seconds), -(Remote IP: 23.94.247.41, Remote port: 50006, Own port: 80, ConnectionDuration: 1.28222203255 seconds), -(Remote IP: 23.94.247.41, Remote port: 50043, Own port: 80, ConnectionDuration: 0.588108062744 seconds), -(Remote IP: 23.94.247.41, Remote port: 50092, Own port: 80, ConnectionDuration: 1.08918404579 seconds), -(Remote IP: 23.94.247.41, Remote port: 50103, Own port: 80, ConnectionDuration: 1.21466302872 seconds), -(Remote IP: 23.94.247.41, Remote port: 50173, Own port: 80, ConnectionDuration: 0.884780883789 seconds), -(Remote IP: 23.94.247.41, Remote port: 50234, Own port: 80, ConnectionDuration: 0.21106004715 seconds), -(Remote IP: 23.94.247.41, Remote port: 50270, Own port: 80, ConnectionDuration: 0.88213801384 seconds), -(Remote IP: 23.94.247.41, Remote port: 50285, Own port: 80, ConnectionDuration: 1.36742806435 seconds), -(Remote IP: 23.94.247.41, Remote port: 50357, Own port: 80, ConnectionDuration: 0.618561983109 seconds), -(Remote IP: 23.94.247.41, Remote port: 50385, Own port: 80, ConnectionDuration: 0.811014890671 seconds), -(Remote IP: 23.94.247.41, Remote port: 50431, Own port: 80, ConnectionDuration: 0.706022024155 seconds), -(Remote IP: 23.94.247.41, Remote port: 50459, Own port: 80, ConnectionDuration: 0.969207048416 seconds), -(Remote IP: 23.94.247.41, Remote port: 50519, Own port: 80, ConnectionDuration: 1.20510601997 seconds), -(Remote IP: 23.94.247.41, Remote port: 50546, Own port: 80, ConnectionDuration: 0.985422849655 seconds), -(Remote IP: 23.94.247.41, Remote port: 50600, Own port: 80, ConnectionDuration: 0.216758966446 seconds), -(Remote IP: 23.94.247.41, Remote port: 50631, Own port: 80, ConnectionDuration: 0.507786035538 seconds), -(Remote IP: 23.94.247.41, Remote port: 50684, Own port: 80, ConnectionDuration: 1.52674508095 seconds), -(Remote IP: 23.94.247.41, Remote port: 50718, Own port: 80, ConnectionDuration: 0.704565048218 seconds), -(Remote IP: 23.94.247.41, Remote port: 50772, Own port: 80, ConnectionDuration: 1.56775903702 seconds), -(Remote IP: 167.94.138.54, Remote port: 56924, Own port: 9999, ConnectionDuration: 3.54884696007 seconds), -(Remote IP: 167.94.138.54, Remote port: 56924, Own port: 9999, ConnectionDuration: 3.54960179329 seconds), -(Remote IP: 167.94.138.54, Remote port: 42844, Own port: 9999, ConnectionDuration: 1.28094983101 seconds), -(Remote IP: 167.94.138.54, Remote port: 40884, Own port: 9999, ConnectionDuration: 1.08514904976 seconds), -(Remote IP: 23.94.247.41, Remote port: 50828, Own port: 80, ConnectionDuration: 0.781929969788 seconds), -(Remote IP: 23.94.247.41, Remote port: 50872, Own port: 80, ConnectionDuration: 1.29907393456 seconds), -(Remote IP: 23.94.247.41, Remote port: 50922, Own port: 80, ConnectionDuration: 1.1311070919 seconds), -(Remote IP: 162.142.125.116, Remote port: 59024, Own port: 9999, ConnectionDuration: 5.49528098106 seconds), -(Remote IP: 162.142.125.116, Remote port: 59024, Own port: 9999, ConnectionDuration: 5.49607801437 seconds), -(Remote IP: 162.142.125.116, Remote port: 60854, Own port: 9999, ConnectionDuration: 0.249579906464 seconds), -(Remote IP: 162.142.125.116, Remote port: 60854, Own port: 9999, ConnectionDuration: 0.251174926758 seconds), -(Remote IP: 23.94.247.41, Remote port: 51007, Own port: 80, ConnectionDuration: 1.09394192696 seconds), -(Remote IP: 162.142.125.116, Remote port: 48850, Own port: 9999, ConnectionDuration: 3.39992809296 seconds), -(Remote IP: 162.142.125.116, Remote port: 48850, Own port: 9999, ConnectionDuration: 3.40074706078 seconds), -(Remote IP: 23.94.247.41, Remote port: 51032, Own port: 80, ConnectionDuration: 2.61688494682 seconds), -(Remote IP: 23.94.247.41, Remote port: 51112, Own port: 80, ConnectionDuration: 0.480527162552 seconds), -(Remote IP: 23.94.247.41, Remote port: 51174, Own port: 80, ConnectionDuration: 1.08939194679 seconds), -(Remote IP: 23.94.247.41, Remote port: 51211, Own port: 80, ConnectionDuration: 0.208064079285 seconds), -(Remote IP: 23.94.247.41, Remote port: 51229, Own port: 80, ConnectionDuration: 2.27574586868 seconds), -(Remote IP: 23.94.247.41, Remote port: 51278, Own port: 80, ConnectionDuration: 0.201884031296 seconds), -(Remote IP: 23.94.247.41, Remote port: 51343, Own port: 80, ConnectionDuration: 0.424807071686 seconds), -(Remote IP: 23.94.247.41, Remote port: 51366, Own port: 80, ConnectionDuration: 0.991443157196 seconds), -(Remote IP: 23.94.247.41, Remote port: 51389, Own port: 80, ConnectionDuration: 1.40054488182 seconds), -(Remote IP: 23.94.247.41, Remote port: 51457, Own port: 80, ConnectionDuration: 0.82127404213 seconds), -(Remote IP: 23.94.247.41, Remote port: 51476, Own port: 80, ConnectionDuration: 0.820221185684 seconds), -(Remote IP: 23.94.247.41, Remote port: 51539, Own port: 80, ConnectionDuration: 0.677031993866 seconds), -(Remote IP: 23.94.247.41, Remote port: 51632, Own port: 80, ConnectionDuration: 1.47587203979 seconds), -(Remote IP: 23.94.247.41, Remote port: 51712, Own port: 80, ConnectionDuration: 1.08543992043 seconds), -(Remote IP: 23.94.247.41, Remote port: 51785, Own port: 80, ConnectionDuration: 1.4864180088 seconds), -(Remote IP: 23.94.247.41, Remote port: 51847, Own port: 80, ConnectionDuration: 0.791864156723 seconds), -(Remote IP: 23.94.247.41, Remote port: 51876, Own port: 80, ConnectionDuration: 1.21940994263 seconds), -(Remote IP: 23.94.247.41, Remote port: 51952, Own port: 80, ConnectionDuration: 0.788326978683 seconds), -(Remote IP: 23.94.247.41, Remote port: 51978, Own port: 80, ConnectionDuration: 0.682974815369 seconds), -(Remote IP: 23.94.247.41, Remote port: 52013, Own port: 80, ConnectionDuration: 0.28177189827 seconds), -(Remote IP: 23.94.247.41, Remote port: 52065, Own port: 80, ConnectionDuration: 0.305788040161 seconds), -(Remote IP: 23.94.247.41, Remote port: 52079, Own port: 80, ConnectionDuration: 0.962430953979 seconds), -(Remote IP: 23.94.247.41, Remote port: 52129, Own port: 80, ConnectionDuration: 2.46513986588 seconds), -(Remote IP: 23.94.247.41, Remote port: 52196, Own port: 80, ConnectionDuration: 0.989423036575 seconds), -(Remote IP: 23.94.247.41, Remote port: 52228, Own port: 80, ConnectionDuration: 0.382937908173 seconds), -(Remote IP: 23.94.247.41, Remote port: 52262, Own port: 80, ConnectionDuration: 0.590814113617 seconds), -(Remote IP: 23.94.247.41, Remote port: 52310, Own port: 80, ConnectionDuration: 1.35589385033 seconds), -(Remote IP: 23.94.247.41, Remote port: 52381, Own port: 80, ConnectionDuration: 1.19265007973 seconds), -(Remote IP: 23.94.247.41, Remote port: 52443, Own port: 80, ConnectionDuration: 0.60689997673 seconds), -(Remote IP: 23.94.247.41, Remote port: 52474, Own port: 80, ConnectionDuration: 0.186961889267 seconds), -(Remote IP: 23.94.247.41, Remote port: 52509, Own port: 80, ConnectionDuration: 0.595071077347 seconds), -(Remote IP: 23.94.247.41, Remote port: 52534, Own port: 80, ConnectionDuration: 1.27792286873 seconds), -(Remote IP: 23.94.247.41, Remote port: 52559, Own port: 80, ConnectionDuration: 0.746371030807 seconds), -(Remote IP: 23.94.247.41, Remote port: 52611, Own port: 80, ConnectionDuration: 0.884550094604 seconds), -(Remote IP: 23.94.247.41, Remote port: 52636, Own port: 80, ConnectionDuration: 1.40449905396 seconds), -(Remote IP: 23.94.247.41, Remote port: 52678, Own port: 80, ConnectionDuration: 0.78046298027 seconds), -(Remote IP: 23.94.247.41, Remote port: 52750, Own port: 80, ConnectionDuration: 10.5034461021 seconds), -(Remote IP: 23.94.247.41, Remote port: 52989, Own port: 80, ConnectionDuration: 0.695048093796 seconds), -(Remote IP: 23.94.247.41, Remote port: 53021, Own port: 80, ConnectionDuration: 2.17197084427 seconds), -(Remote IP: 23.94.247.41, Remote port: 53091, Own port: 80, ConnectionDuration: 0.867877006531 seconds), -(Remote IP: 23.94.247.41, Remote port: 53135, Own port: 80, ConnectionDuration: 1.27156591415 seconds), -(Remote IP: 23.94.247.41, Remote port: 53219, Own port: 80, ConnectionDuration: 1.106320858 seconds), -(Remote IP: 23.94.247.41, Remote port: 53256, Own port: 80, ConnectionDuration: 0.170167922974 seconds), -(Remote IP: 23.94.247.41, Remote port: 53279, Own port: 80, ConnectionDuration: 1.11902499199 seconds), -(Remote IP: 23.94.247.41, Remote port: 53339, Own port: 80, ConnectionDuration: 1.10645008087 seconds), -(Remote IP: 23.94.247.41, Remote port: 53397, Own port: 80, ConnectionDuration: 1.40558385849 seconds), -(Remote IP: 23.94.247.41, Remote port: 53441, Own port: 80, ConnectionDuration: 0.295807123184 seconds), -(Remote IP: 23.94.247.41, Remote port: 53487, Own port: 80, ConnectionDuration: 1.18852996826 seconds), -(Remote IP: 23.94.247.41, Remote port: 53547, Own port: 80, ConnectionDuration: 1.99861693382 seconds), -(Remote IP: 23.94.247.41, Remote port: 53600, Own port: 80, ConnectionDuration: 1.1298558712 seconds), -(Remote IP: 23.94.247.41, Remote port: 53673, Own port: 80, ConnectionDuration: 1.38981795311 seconds), -(Remote IP: 23.94.247.41, Remote port: 53759, Own port: 80, ConnectionDuration: 4.72113513947 seconds), -(Remote IP: 23.94.247.41, Remote port: 53910, Own port: 80, ConnectionDuration: 2.20050191879 seconds), -(Remote IP: 23.94.247.41, Remote port: 53995, Own port: 80, ConnectionDuration: 1.37579894066 seconds), -(Remote IP: 23.94.247.41, Remote port: 54050, Own port: 80, ConnectionDuration: 0.169774055481 seconds), -(Remote IP: 23.94.247.41, Remote port: 54070, Own port: 80, ConnectionDuration: 1.01547002792 seconds), -(Remote IP: 23.94.247.41, Remote port: 54137, Own port: 80, ConnectionDuration: 0.413548946381 seconds), -(Remote IP: 23.94.247.41, Remote port: 54198, Own port: 80, ConnectionDuration: 1.10911107063 seconds), -(Remote IP: 23.94.247.41, Remote port: 54227, Own port: 80, ConnectionDuration: 1.10788297653 seconds), -(Remote IP: 23.94.247.41, Remote port: 54279, Own port: 80, ConnectionDuration: 0.778648138046 seconds), -(Remote IP: 23.94.247.41, Remote port: 54342, Own port: 80, ConnectionDuration: 0.704601049423 seconds), -(Remote IP: 23.94.247.41, Remote port: 54371, Own port: 80, ConnectionDuration: 1.01588797569 seconds), -(Remote IP: 23.94.247.41, Remote port: 54408, Own port: 80, ConnectionDuration: 5.69428515434 seconds), -(Remote IP: 23.94.247.41, Remote port: 54554, Own port: 80, ConnectionDuration: 1.00839996338 seconds), -(Remote IP: 23.94.247.41, Remote port: 54614, Own port: 80, ConnectionDuration: 1.1874871254 seconds), -(Remote IP: 23.94.247.41, Remote port: 54636, Own port: 80, ConnectionDuration: 3.09433603287 seconds), -(Remote IP: 23.94.247.41, Remote port: 54743, Own port: 80, ConnectionDuration: 0.210956096649 seconds), -(Remote IP: 23.94.247.41, Remote port: 54781, Own port: 80, ConnectionDuration: 2.00395894051 seconds), -(Remote IP: 23.94.247.41, Remote port: 54835, Own port: 80, ConnectionDuration: 0.999535083771 seconds), -(Remote IP: 23.94.247.41, Remote port: 54875, Own port: 80, ConnectionDuration: 1.1879529953 seconds), -(Remote IP: 23.94.247.41, Remote port: 54949, Own port: 80, ConnectionDuration: 2.20344686508 seconds), -(Remote IP: 23.94.247.41, Remote port: 55022, Own port: 80, ConnectionDuration: 1.00286197662 seconds), -(Remote IP: 23.94.247.41, Remote port: 55095, Own port: 80, ConnectionDuration: 2.28282189369 seconds), -(Remote IP: 23.94.247.41, Remote port: 55169, Own port: 80, ConnectionDuration: 0.678120136261 seconds), -(Remote IP: 23.94.247.41, Remote port: 55196, Own port: 80, ConnectionDuration: 0.616021156311 seconds), -(Remote IP: 23.94.247.41, Remote port: 55251, Own port: 80, ConnectionDuration: 0.995806932449 seconds), -(Remote IP: 23.94.247.41, Remote port: 55285, Own port: 80, ConnectionDuration: 2.31331896782 seconds), -(Remote IP: 23.94.247.41, Remote port: 55373, Own port: 80, ConnectionDuration: 1.19938397408 seconds), -(Remote IP: 23.94.247.41, Remote port: 55424, Own port: 80, ConnectionDuration: 0.589740991592 seconds), -(Remote IP: 23.94.247.41, Remote port: 55475, Own port: 80, ConnectionDuration: 0.675245046616 seconds), -(Remote IP: 23.94.247.41, Remote port: 55521, Own port: 80, ConnectionDuration: 0.706145048141 seconds), -(Remote IP: 23.94.247.41, Remote port: 55555, Own port: 80, ConnectionDuration: 1.28921198845 seconds), -(Remote IP: 23.94.247.41, Remote port: 55616, Own port: 80, ConnectionDuration: 1.03010320663 seconds), -(Remote IP: 23.94.247.41, Remote port: 55680, Own port: 80, ConnectionDuration: 1.08955097198 seconds), -(Remote IP: 23.94.247.41, Remote port: 55720, Own port: 80, ConnectionDuration: 0.801304101944 seconds), -(Remote IP: 23.94.247.41, Remote port: 55774, Own port: 80, ConnectionDuration: 2.10151910782 seconds), -(Remote IP: 23.94.247.41, Remote port: 55837, Own port: 80, ConnectionDuration: 1.00125193596 seconds), -(Remote IP: 23.94.247.41, Remote port: 55895, Own port: 80, ConnectionDuration: 0.391083955765 seconds), -(Remote IP: 23.94.247.41, Remote port: 55949, Own port: 80, ConnectionDuration: 2.30738902092 seconds), -(Remote IP: 23.94.247.41, Remote port: 56010, Own port: 80, ConnectionDuration: 0.433399915695 seconds), -(Remote IP: 23.94.247.41, Remote port: 56036, Own port: 80, ConnectionDuration: 2.9146900177 seconds), -(Remote IP: 23.94.247.41, Remote port: 56131, Own port: 80, ConnectionDuration: 1.37678098679 seconds), -(Remote IP: 23.94.247.41, Remote port: 56181, Own port: 80, ConnectionDuration: 0.610280990601 seconds), -(Remote IP: 23.94.247.41, Remote port: 56239, Own port: 80, ConnectionDuration: 1.87083005905 seconds), -(Remote IP: 23.94.247.41, Remote port: 56297, Own port: 80, ConnectionDuration: 2.40177106857 seconds), -(Remote IP: 23.94.247.41, Remote port: 56403, Own port: 80, ConnectionDuration: 0.395732879639 seconds), -(Remote IP: 23.94.247.41, Remote port: 56433, Own port: 80, ConnectionDuration: 0.664620876312 seconds), -(Remote IP: 23.94.247.41, Remote port: 56495, Own port: 80, ConnectionDuration: 0.289875984192 seconds), -(Remote IP: 23.94.247.41, Remote port: 56516, Own port: 80, ConnectionDuration: 0.726287126541 seconds), -(Remote IP: 23.94.247.41, Remote port: 56548, Own port: 80, ConnectionDuration: 0.526338815689 seconds), -(Remote IP: 23.94.247.41, Remote port: 56589, Own port: 80, ConnectionDuration: 2.08313012123 seconds), -(Remote IP: 23.94.247.41, Remote port: 56611, Own port: 80, ConnectionDuration: 0.399002075195 seconds), -(Remote IP: 23.94.247.41, Remote port: 56653, Own port: 80, ConnectionDuration: 0.900933980942 seconds), -(Remote IP: 23.94.247.41, Remote port: 56688, Own port: 80, ConnectionDuration: 0.98167514801 seconds), -(Remote IP: 23.94.247.41, Remote port: 56768, Own port: 80, ConnectionDuration: 2.0904250145 seconds), -(Remote IP: 23.94.247.41, Remote port: 56858, Own port: 80, ConnectionDuration: 0.204833984375 seconds), -(Remote IP: 23.94.247.41, Remote port: 56886, Own port: 80, ConnectionDuration: 1.19145798683 seconds), -(Remote IP: 23.94.247.41, Remote port: 56907, Own port: 80, ConnectionDuration: 0.525523900986 seconds), -(Remote IP: 23.94.247.41, Remote port: 56948, Own port: 80, ConnectionDuration: 2.00536799431 seconds), -(Remote IP: 23.94.247.41, Remote port: 57010, Own port: 80, ConnectionDuration: 1.19369196892 seconds), -(Remote IP: 23.94.247.41, Remote port: 57075, Own port: 80, ConnectionDuration: 0.309417009354 seconds), -(Remote IP: 23.94.247.41, Remote port: 57126, Own port: 80, ConnectionDuration: 2.00568699837 seconds), -(Remote IP: 23.94.247.41, Remote port: 57206, Own port: 80, ConnectionDuration: 1.20934987068 seconds), -(Remote IP: 23.94.247.41, Remote port: 57243, Own port: 80, ConnectionDuration: 1.01069402695 seconds), -(Remote IP: 23.94.247.41, Remote port: 57274, Own port: 80, ConnectionDuration: 1.08908104897 seconds), -(Remote IP: 23.94.247.41, Remote port: 57332, Own port: 80, ConnectionDuration: 1.08950376511 seconds), -(Remote IP: 23.94.247.41, Remote port: 57362, Own port: 80, ConnectionDuration: 0.468348026276 seconds), -(Remote IP: 23.94.247.41, Remote port: 57392, Own port: 80, ConnectionDuration: 1.09528207779 seconds), -(Remote IP: 23.94.247.41, Remote port: 57461, Own port: 80, ConnectionDuration: 2.21434617043 seconds), -(Remote IP: 23.94.247.41, Remote port: 57576, Own port: 80, ConnectionDuration: 1.69584107399 seconds), -(Remote IP: 23.94.247.41, Remote port: 57622, Own port: 80, ConnectionDuration: 1.60758495331 seconds), -(Remote IP: 23.94.247.41, Remote port: 57695, Own port: 80, ConnectionDuration: 0.574421882629 seconds), -(Remote IP: 23.94.247.41, Remote port: 57759, Own port: 80, ConnectionDuration: 0.394108057022 seconds), -(Remote IP: 23.94.247.41, Remote port: 57794, Own port: 80, ConnectionDuration: 2.10119915009 seconds), -(Remote IP: 23.94.247.41, Remote port: 57849, Own port: 80, ConnectionDuration: 2.06691813469 seconds), -(Remote IP: 23.94.247.41, Remote port: 57909, Own port: 80, ConnectionDuration: 0.295295000076 seconds), -(Remote IP: 23.94.247.41, Remote port: 57945, Own port: 80, ConnectionDuration: 5.99717903137 seconds), -(Remote IP: 23.94.247.41, Remote port: 58097, Own port: 80, ConnectionDuration: 1.50169301033 seconds), -(Remote IP: 23.94.247.41, Remote port: 58155, Own port: 80, ConnectionDuration: 0.593780994415 seconds), -(Remote IP: 23.94.247.41, Remote port: 58197, Own port: 80, ConnectionDuration: 2.4018599987 seconds), -(Remote IP: 23.94.247.41, Remote port: 58233, Own port: 80, ConnectionDuration: 2.62338614464 seconds), -(Remote IP: 23.94.247.41, Remote port: 58317, Own port: 80, ConnectionDuration: 1.03636002541 seconds), -(Remote IP: 23.94.247.41, Remote port: 58404, Own port: 80, ConnectionDuration: 0.935997962952 seconds), -(Remote IP: 23.94.247.41, Remote port: 58469, Own port: 80, ConnectionDuration: 1.3589849472 seconds), -(Remote IP: 23.94.247.41, Remote port: 58516, Own port: 80, ConnectionDuration: 2.03147697449 seconds), -(Remote IP: 23.94.247.41, Remote port: 58593, Own port: 80, ConnectionDuration: 1.13954496384 seconds), -(Remote IP: 23.94.247.41, Remote port: 58632, Own port: 80, ConnectionDuration: 0.696979999542 seconds), -(Remote IP: 23.94.247.41, Remote port: 58703, Own port: 80, ConnectionDuration: 1.37140893936 seconds), -(Remote IP: 23.94.247.41, Remote port: 58729, Own port: 80, ConnectionDuration: 1.49177718163 seconds), -(Remote IP: 23.94.247.41, Remote port: 58789, Own port: 80, ConnectionDuration: 0.502516031265 seconds), -(Remote IP: 23.94.247.41, Remote port: 58836, Own port: 80, ConnectionDuration: 0.505637168884 seconds), -(Remote IP: 23.94.247.41, Remote port: 58858, Own port: 80, ConnectionDuration: 0.102415084839 seconds), -(Remote IP: 23.94.247.41, Remote port: 58890, Own port: 80, ConnectionDuration: 1.49703383446 seconds), -(Remote IP: 23.94.247.41, Remote port: 58956, Own port: 80, ConnectionDuration: 0.90133190155 seconds), -(Remote IP: 23.94.247.41, Remote port: 58977, Own port: 80, ConnectionDuration: 1.19550704956 seconds), -(Remote IP: 23.94.247.41, Remote port: 59026, Own port: 80, ConnectionDuration: 0.426405191422 seconds), -(Remote IP: 23.94.247.41, Remote port: 59093, Own port: 80, ConnectionDuration: 0.806963920593 seconds), -(Remote IP: 23.94.247.41, Remote port: 59125, Own port: 80, ConnectionDuration: 0.193293094635 seconds), -(Remote IP: 23.94.247.41, Remote port: 59158, Own port: 80, ConnectionDuration: 1.67829108238 seconds), -(Remote IP: 23.94.247.41, Remote port: 59205, Own port: 80, ConnectionDuration: 0.106340885162 seconds), -(Remote IP: 23.94.247.41, Remote port: 59244, Own port: 80, ConnectionDuration: 2.20677399635 seconds), -(Remote IP: 23.94.247.41, Remote port: 59326, Own port: 80, ConnectionDuration: 0.719483852386 seconds), -(Remote IP: 23.94.247.41, Remote port: 59360, Own port: 80, ConnectionDuration: 1.67912697792 seconds), -(Remote IP: 23.94.247.41, Remote port: 59429, Own port: 80, ConnectionDuration: 1.08930897713 seconds), -(Remote IP: 23.94.247.41, Remote port: 59474, Own port: 80, ConnectionDuration: 0.592451095581 seconds), -(Remote IP: 23.94.247.41, Remote port: 59524, Own port: 80, ConnectionDuration: 1.30697703362 seconds), -(Remote IP: 23.94.247.41, Remote port: 59582, Own port: 80, ConnectionDuration: 2.79660701752 seconds), -(Remote IP: 23.94.247.41, Remote port: 59632, Own port: 80, ConnectionDuration: 0.736979961395 seconds), -(Remote IP: 23.94.247.41, Remote port: 59678, Own port: 80, ConnectionDuration: 0.981396198273 seconds), -(Remote IP: 23.94.247.41, Remote port: 59738, Own port: 80, ConnectionDuration: 0.984881877899 seconds), -(Remote IP: 23.94.247.41, Remote port: 59771, Own port: 80, ConnectionDuration: 1.29029607773 seconds), -(Remote IP: 23.94.247.41, Remote port: 59819, Own port: 80, ConnectionDuration: 0.395143032074 seconds), -(Remote IP: 23.94.247.41, Remote port: 59890, Own port: 80, ConnectionDuration: 1.12384295464 seconds), -(Remote IP: 23.94.247.41, Remote port: 59912, Own port: 80, ConnectionDuration: 0.278427124023 seconds), -(Remote IP: 23.94.247.41, Remote port: 59938, Own port: 80, ConnectionDuration: 0.400176048279 seconds), -(Remote IP: 23.94.247.41, Remote port: 59987, Own port: 80, ConnectionDuration: 0.407428979874 seconds), -(Remote IP: 23.94.247.41, Remote port: 60010, Own port: 80, ConnectionDuration: 0.896902799606 seconds), -(Remote IP: 23.94.247.41, Remote port: 60042, Own port: 80, ConnectionDuration: 1.23192310333 seconds), -(Remote IP: 23.94.247.41, Remote port: 60095, Own port: 80, ConnectionDuration: 1.8150498867 seconds), -(Remote IP: 23.94.247.41, Remote port: 60153, Own port: 80, ConnectionDuration: 0.421150922775 seconds), -(Remote IP: 23.94.247.41, Remote port: 60183, Own port: 80, ConnectionDuration: 1.11406993866 seconds), -(Remote IP: 23.94.247.41, Remote port: 60253, Own port: 80, ConnectionDuration: 0.921731948853 seconds), -(Remote IP: 23.94.247.41, Remote port: 60283, Own port: 80, ConnectionDuration: 1.41563916206 seconds), -(Remote IP: 23.94.247.41, Remote port: 60339, Own port: 80, ConnectionDuration: 1.71007180214 seconds), -(Remote IP: 23.94.247.41, Remote port: 60366, Own port: 80, ConnectionDuration: 1.41346597672 seconds), -(Remote IP: 23.94.247.41, Remote port: 60452, Own port: 80, ConnectionDuration: 0.11990404129 seconds), -(Remote IP: 23.94.247.41, Remote port: 60489, Own port: 80, ConnectionDuration: 0.715252161026 seconds), -(Remote IP: 23.94.247.41, Remote port: 60536, Own port: 80, ConnectionDuration: 0.478657007217 seconds), -(Remote IP: 23.94.247.41, Remote port: 60550, Own port: 80, ConnectionDuration: 2.87996697426 seconds), -(Remote IP: 23.94.247.41, Remote port: 60614, Own port: 80, ConnectionDuration: 0.809954166412 seconds), -(Remote IP: 23.94.247.41, Remote port: 60656, Own port: 80, ConnectionDuration: 1.82892799377 seconds), -(Remote IP: 23.94.247.41, Remote port: 60707, Own port: 80, ConnectionDuration: 1.80609512329 seconds), -(Remote IP: 23.94.247.41, Remote port: 60790, Own port: 80, ConnectionDuration: 0.104861021042 seconds), -(Remote IP: 23.94.247.41, Remote port: 60801, Own port: 80, ConnectionDuration: 0.0851168632507 seconds), -(Remote IP: 23.94.247.41, Remote port: 60814, Own port: 80, ConnectionDuration: 0.416944026947 seconds), -(Remote IP: 23.94.247.41, Remote port: 60836, Own port: 80, ConnectionDuration: 0.510615825653 seconds), -(Remote IP: 23.94.247.41, Remote port: 60852, Own port: 80, ConnectionDuration: 0.275593042374 seconds), -(Remote IP: 23.94.247.41, Remote port: 60883, Own port: 80, ConnectionDuration: 0.498102903366 seconds), -(Remote IP: 23.94.247.41, Remote port: 60927, Own port: 80, ConnectionDuration: 0.478179931641 seconds), -(Remote IP: 23.94.247.41, Remote port: 60940, Own port: 80, ConnectionDuration: 0.885104894638 seconds), -(Remote IP: 23.94.247.41, Remote port: 61002, Own port: 80, ConnectionDuration: 1.5140068531 seconds), -(Remote IP: 23.94.247.41, Remote port: 61042, Own port: 80, ConnectionDuration: 0.916687011719 seconds), -(Remote IP: 23.94.247.41, Remote port: 61095, Own port: 80, ConnectionDuration: 1.05702805519 seconds), -(Remote IP: 23.94.247.41, Remote port: 61152, Own port: 80, ConnectionDuration: 1.18880796432 seconds), -(Remote IP: 23.94.247.41, Remote port: 61221, Own port: 80, ConnectionDuration: 0.688467025757 seconds), -(Remote IP: 23.94.247.41, Remote port: 61278, Own port: 80, ConnectionDuration: 0.999111890793 seconds), -(Remote IP: 23.94.247.41, Remote port: 61329, Own port: 80, ConnectionDuration: 0.916197061539 seconds), -(Remote IP: 23.94.247.41, Remote port: 61356, Own port: 80, ConnectionDuration: 0.274711847305 seconds), -(Remote IP: 23.94.247.41, Remote port: 61372, Own port: 80, ConnectionDuration: 2.13152599335 seconds), -(Remote IP: 23.94.247.41, Remote port: 61445, Own port: 80, ConnectionDuration: 1.0198969841 seconds), -(Remote IP: 23.94.247.41, Remote port: 61495, Own port: 80, ConnectionDuration: 0.575811862946 seconds), -(Remote IP: 23.94.247.41, Remote port: 61534, Own port: 80, ConnectionDuration: 0.885267972946 seconds), -(Remote IP: 23.94.247.41, Remote port: 61583, Own port: 80, ConnectionDuration: 0.803681850433 seconds), -(Remote IP: 23.94.247.41, Remote port: 61599, Own port: 80, ConnectionDuration: 2.06626796722 seconds), -(Remote IP: 23.94.247.41, Remote port: 61652, Own port: 80, ConnectionDuration: 1.49084806442 seconds), -(Remote IP: 23.94.247.41, Remote port: 61713, Own port: 80, ConnectionDuration: 0.503809928894 seconds), -(Remote IP: 23.94.247.41, Remote port: 61777, Own port: 80, ConnectionDuration: 2.1801199913 seconds), -(Remote IP: 23.94.247.41, Remote port: 61853, Own port: 80, ConnectionDuration: 1.19872879982 seconds), -(Remote IP: 23.94.247.41, Remote port: 61904, Own port: 80, ConnectionDuration: 2.02711510658 seconds), -(Remote IP: 23.94.247.41, Remote port: 61978, Own port: 80, ConnectionDuration: 2.21698784828 seconds), -(Remote IP: 23.94.247.41, Remote port: 62028, Own port: 80, ConnectionDuration: 2.70534086227 seconds), -(Remote IP: 23.94.247.41, Remote port: 62107, Own port: 80, ConnectionDuration: 0.359715938568 seconds), -(Remote IP: 23.94.247.41, Remote port: 62171, Own port: 80, ConnectionDuration: 0.318676948547 seconds), -(Remote IP: 23.94.247.41, Remote port: 62202, Own port: 80, ConnectionDuration: 0.405696153641 seconds), -(Remote IP: 23.94.247.41, Remote port: 62218, Own port: 80, ConnectionDuration: 0.504573106766 seconds), -(Remote IP: 23.94.247.41, Remote port: 62263, Own port: 80, ConnectionDuration: 0.599025011063 seconds), -(Remote IP: 23.94.247.41, Remote port: 62277, Own port: 80, ConnectionDuration: 0.794682025909 seconds), -(Remote IP: 23.94.247.41, Remote port: 62316, Own port: 80, ConnectionDuration: 1.61021709442 seconds), -(Remote IP: 23.94.247.41, Remote port: 62336, Own port: 80, ConnectionDuration: 1.40769600868 seconds), -(Remote IP: 23.94.247.41, Remote port: 62414, Own port: 80, ConnectionDuration: 0.603729963303 seconds), -(Remote IP: 23.94.247.41, Remote port: 62496, Own port: 80, ConnectionDuration: 4.78842282295 seconds), -(Remote IP: 23.94.247.41, Remote port: 62576, Own port: 80, ConnectionDuration: 0.936878919601 seconds), -(Remote IP: 23.94.247.41, Remote port: 62614, Own port: 80, ConnectionDuration: 1.01571512222 seconds), -(Remote IP: 23.94.247.41, Remote port: 62685, Own port: 80, ConnectionDuration: 1.99503803253 seconds), -(Remote IP: 23.94.247.41, Remote port: 62740, Own port: 80, ConnectionDuration: 0.386191129684 seconds), -(Remote IP: 23.94.247.41, Remote port: 62792, Own port: 80, ConnectionDuration: 1.09012103081 seconds), -(Remote IP: 23.94.247.41, Remote port: 62869, Own port: 80, ConnectionDuration: 2.59543299675 seconds), -(Remote IP: 23.94.247.41, Remote port: 62916, Own port: 80, ConnectionDuration: 0.705657958984 seconds), -(Remote IP: 23.94.247.41, Remote port: 62981, Own port: 80, ConnectionDuration: 2.59654307365 seconds), -(Remote IP: 23.94.247.41, Remote port: 63056, Own port: 80, ConnectionDuration: 1.24155592918 seconds), -(Remote IP: 23.94.247.41, Remote port: 63099, Own port: 80, ConnectionDuration: 2.06695818901 seconds), -(Remote IP: 23.94.247.41, Remote port: 63187, Own port: 80, ConnectionDuration: 0.515411138535 seconds), -(Remote IP: 23.94.247.41, Remote port: 63250, Own port: 80, ConnectionDuration: 3.2874250412 seconds), -(Remote IP: 23.94.247.41, Remote port: 63309, Own port: 80, ConnectionDuration: 0.361451864243 seconds), -(Remote IP: 23.94.247.41, Remote port: 63402, Own port: 80, ConnectionDuration: 0.515161991119 seconds), -(Remote IP: 23.94.247.41, Remote port: 63428, Own port: 80, ConnectionDuration: 0.911193847656 seconds), -(Remote IP: 23.94.247.41, Remote port: 63473, Own port: 80, ConnectionDuration: 2.02167105675 seconds), -(Remote IP: 23.94.247.41, Remote port: 63537, Own port: 80, ConnectionDuration: 1.30191612244 seconds), -(Remote IP: 23.94.247.41, Remote port: 63570, Own port: 80, ConnectionDuration: 2.01744008064 seconds), -(Remote IP: 23.94.247.41, Remote port: 63652, Own port: 80, ConnectionDuration: 0.485559940338 seconds), -(Remote IP: 23.94.247.41, Remote port: 63718, Own port: 80, ConnectionDuration: 3.41080594063 seconds), -(Remote IP: 23.94.247.41, Remote port: 63787, Own port: 80, ConnectionDuration: 0.678607940674 seconds), -(Remote IP: 23.94.247.41, Remote port: 63859, Own port: 80, ConnectionDuration: 1.8201508522 seconds), -(Remote IP: 23.94.247.41, Remote port: 63931, Own port: 80, ConnectionDuration: 1.30638217926 seconds), -(Remote IP: 23.94.247.41, Remote port: 64066, Own port: 80, ConnectionDuration: 0.314805030823 seconds), -(Remote IP: 23.94.247.41, Remote port: 64125, Own port: 80, ConnectionDuration: 0.426887989044 seconds), -(Remote IP: 23.94.247.41, Remote port: 64198, Own port: 80, ConnectionDuration: 0.574396133423 seconds), -(Remote IP: 23.94.247.41, Remote port: 64232, Own port: 80, ConnectionDuration: 0.175514936447 seconds), -(Remote IP: 23.94.247.41, Remote port: 64246, Own port: 80, ConnectionDuration: 0.704081773758 seconds), -(Remote IP: 23.94.247.41, Remote port: 64271, Own port: 80, ConnectionDuration: 1.79922008514 seconds), -(Remote IP: 23.94.247.41, Remote port: 64307, Own port: 80, ConnectionDuration: 2.09581184387 seconds), -(Remote IP: 23.94.247.41, Remote port: 64389, Own port: 80, ConnectionDuration: 1.40314912796 seconds), -(Remote IP: 23.94.247.41, Remote port: 64425, Own port: 80, ConnectionDuration: 0.433842182159 seconds), -(Remote IP: 23.94.247.41, Remote port: 64501, Own port: 80, ConnectionDuration: 1.02470898628 seconds), -(Remote IP: 23.94.247.41, Remote port: 64521, Own port: 80, ConnectionDuration: 0.40483880043 seconds), -(Remote IP: 23.94.247.41, Remote port: 64582, Own port: 80, ConnectionDuration: 1.4896569252 seconds), -(Remote IP: 23.94.247.41, Remote port: 64642, Own port: 80, ConnectionDuration: 1.31128001213 seconds), -(Remote IP: 23.94.247.41, Remote port: 64690, Own port: 80, ConnectionDuration: 2.00053310394 seconds), -(Remote IP: 23.94.247.41, Remote port: 64778, Own port: 80, ConnectionDuration: 2.41571187973 seconds), -(Remote IP: 23.94.247.41, Remote port: 64852, Own port: 80, ConnectionDuration: 0.304487943649 seconds), -(Remote IP: 23.94.247.41, Remote port: 64900, Own port: 80, ConnectionDuration: 2.99867677689 seconds), -(Remote IP: 23.94.247.41, Remote port: 65008, Own port: 80, ConnectionDuration: 1.31704902649 seconds), -(Remote IP: 23.94.247.41, Remote port: 65048, Own port: 80, ConnectionDuration: 0.492495059967 seconds), -(Remote IP: 23.94.247.41, Remote port: 65117, Own port: 80, ConnectionDuration: 1.72157597542 seconds), -(Remote IP: 23.94.247.41, Remote port: 65171, Own port: 80, ConnectionDuration: 0.742157936096 seconds), -(Remote IP: 23.94.247.41, Remote port: 65239, Own port: 80, ConnectionDuration: 1.58298397064 seconds), -(Remote IP: 23.94.247.41, Remote port: 65282, Own port: 80, ConnectionDuration: 1.08004403114 seconds), -(Remote IP: 167.94.138.58, Remote port: 37248, Own port: 9999, ConnectionDuration: 4.56331586838 seconds), -(Remote IP: 167.94.138.58, Remote port: 37248, Own port: 9999, ConnectionDuration: 4.56407094002 seconds), -(Remote IP: 167.94.138.58, Remote port: 51032, Own port: 9999, ConnectionDuration: 1.68584012985 seconds), -(Remote IP: 167.94.138.58, Remote port: 51032, Own port: 9999, ConnectionDuration: 1.68781304359 seconds), -(Remote IP: 23.94.247.41, Remote port: 65351, Own port: 80, ConnectionDuration: 0.39496922493 seconds), -(Remote IP: 23.94.247.41, Remote port: 65430, Own port: 80, ConnectionDuration: 0.709373950958 seconds), -(Remote IP: 23.94.247.41, Remote port: 65456, Own port: 80, ConnectionDuration: 1.90770697594 seconds), -(Remote IP: 167.94.138.58, Remote port: 58066, Own port: 9999, ConnectionDuration: 6.36339116096 seconds), -(Remote IP: 167.94.138.58, Remote port: 58066, Own port: 9999, ConnectionDuration: 6.36425900459 seconds), -(Remote IP: 23.94.247.41, Remote port: 65490, Own port: 80, ConnectionDuration: 0.222012996674 seconds), -(Remote IP: 23.94.247.41, Remote port: 65510, Own port: 80, ConnectionDuration: 0.29683804512 seconds), -(Remote IP: 23.94.247.41, Remote port: 49176, Own port: 80, ConnectionDuration: 0.402846813202 seconds), -(Remote IP: 23.94.247.41, Remote port: 49221, Own port: 80, ConnectionDuration: 1.18860888481 seconds), -(Remote IP: 23.94.247.41, Remote port: 49262, Own port: 80, ConnectionDuration: 1.43457889557 seconds), -(Remote IP: 23.94.247.41, Remote port: 49355, Own port: 80, ConnectionDuration: 1.27469301224 seconds), -(Remote IP: 23.94.247.41, Remote port: 49398, Own port: 80, ConnectionDuration: 0.917278051376 seconds), -(Remote IP: 23.94.247.41, Remote port: 49435, Own port: 80, ConnectionDuration: 0.506726026535 seconds), -(Remote IP: 23.94.247.41, Remote port: 49483, Own port: 80, ConnectionDuration: 0.620436906815 seconds), -(Remote IP: 23.94.247.41, Remote port: 49530, Own port: 80, ConnectionDuration: 1.9905591011 seconds), -(Remote IP: 23.94.247.41, Remote port: 49592, Own port: 80, ConnectionDuration: 2.2143239975 seconds), -(Remote IP: 23.94.247.41, Remote port: 49652, Own port: 80, ConnectionDuration: 1.41102290154 seconds), -(Remote IP: 23.94.247.41, Remote port: 49732, Own port: 80, ConnectionDuration: 2.31812500954 seconds), -(Remote IP: 23.94.247.41, Remote port: 49790, Own port: 80, ConnectionDuration: 1.33712601662 seconds), -(Remote IP: 23.94.247.41, Remote port: 49848, Own port: 80, ConnectionDuration: 3.18307089806 seconds), -(Remote IP: 23.94.247.41, Remote port: 49909, Own port: 80, ConnectionDuration: 1.01625204086 seconds), -(Remote IP: 23.94.247.41, Remote port: 49930, Own port: 80, ConnectionDuration: 1.21089482307 seconds), -(Remote IP: 23.94.247.41, Remote port: 50007, Own port: 80, ConnectionDuration: 1.41392302513 seconds), -(Remote IP: 23.94.247.41, Remote port: 50058, Own port: 80, ConnectionDuration: 2.2017428875 seconds), -(Remote IP: 23.94.247.41, Remote port: 50141, Own port: 80, ConnectionDuration: 1.06580090523 seconds), -(Remote IP: 23.94.247.41, Remote port: 50220, Own port: 80, ConnectionDuration: 2.78365492821 seconds), -(Remote IP: 23.94.247.41, Remote port: 50312, Own port: 80, ConnectionDuration: 1.07092308998 seconds), -(Remote IP: 23.94.247.41, Remote port: 50368, Own port: 80, ConnectionDuration: 8.60702610016 seconds), -(Remote IP: 23.94.247.41, Remote port: 50556, Own port: 80, ConnectionDuration: 1.88749194145 seconds), -(Remote IP: 23.94.247.41, Remote port: 50613, Own port: 80, ConnectionDuration: 1.01454687119 seconds), -(Remote IP: 23.94.247.41, Remote port: 50678, Own port: 80, ConnectionDuration: 0.995844841003 seconds), -(Remote IP: 23.94.247.41, Remote port: 50716, Own port: 80, ConnectionDuration: 0.941936016083 seconds), -(Remote IP: 23.94.247.41, Remote port: 50754, Own port: 80, ConnectionDuration: 1.11225008965 seconds), -(Remote IP: 23.94.247.41, Remote port: 50839, Own port: 80, ConnectionDuration: 2.79510998726 seconds), -(Remote IP: 23.94.247.41, Remote port: 50915, Own port: 80, ConnectionDuration: 1.29925203323 seconds), -(Remote IP: 23.94.247.41, Remote port: 50964, Own port: 80, ConnectionDuration: 7.88291597366 seconds), -(Remote IP: 23.94.247.41, Remote port: 51161, Own port: 80, ConnectionDuration: 1.07675004005 seconds), -(Remote IP: 23.94.247.41, Remote port: 51204, Own port: 80, ConnectionDuration: 0.981492996216 seconds), -(Remote IP: 23.94.247.41, Remote port: 51260, Own port: 80, ConnectionDuration: 1.40143895149 seconds), -(Remote IP: 23.94.247.41, Remote port: 51276, Own port: 80, ConnectionDuration: 2.31254410744 seconds), -(Remote IP: 23.94.247.41, Remote port: 51365, Own port: 80, ConnectionDuration: 0.776932001114 seconds), -(Remote IP: 23.94.247.41, Remote port: 51437, Own port: 80, ConnectionDuration: 1.1772608757 seconds), -(Remote IP: 23.94.247.41, Remote port: 51493, Own port: 80, ConnectionDuration: 0.798514842987 seconds), -(Remote IP: 23.94.247.41, Remote port: 51519, Own port: 80, ConnectionDuration: 2.08068585396 seconds), -(Remote IP: 23.94.247.41, Remote port: 51572, Own port: 80, ConnectionDuration: 0.596738100052 seconds), -(Remote IP: 23.94.247.41, Remote port: 51629, Own port: 80, ConnectionDuration: 11.6953589916 seconds), -(Remote IP: 23.94.247.41, Remote port: 51860, Own port: 80, ConnectionDuration: 1.79063606262 seconds), -(Remote IP: 23.94.247.41, Remote port: 51935, Own port: 80, ConnectionDuration: 0.990962028503 seconds), -(Remote IP: 23.94.247.41, Remote port: 51973, Own port: 80, ConnectionDuration: 0.718737125397 seconds), -(Remote IP: 23.94.247.41, Remote port: 52042, Own port: 80, ConnectionDuration: 19.5979368687 seconds), -(Remote IP: 23.94.247.41, Remote port: 52042, Own port: 80, ConnectionDuration: 19.5985090733 seconds), -(Remote IP: 23.94.247.41, Remote port: 52466, Own port: 80, ConnectionDuration: 0.0966980457306 seconds), -(Remote IP: 23.94.247.41, Remote port: 52501, Own port: 80, ConnectionDuration: 2.55724287033 seconds), -(Remote IP: 23.94.247.41, Remote port: 52556, Own port: 80, ConnectionDuration: 2.20614004135 seconds), -(Remote IP: 23.94.247.41, Remote port: 52608, Own port: 80, ConnectionDuration: 0.670824050903 seconds), -(Remote IP: 23.94.247.41, Remote port: 52652, Own port: 80, ConnectionDuration: 1.11736083031 seconds), -(Remote IP: 23.94.247.41, Remote port: 52720, Own port: 80, ConnectionDuration: 2.4853720665 seconds), -(Remote IP: 23.94.247.41, Remote port: 52801, Own port: 80, ConnectionDuration: 1.21859383583 seconds), -(Remote IP: 23.94.247.41, Remote port: 52849, Own port: 80, ConnectionDuration: 0.0766530036926 seconds), -(Remote IP: 23.94.247.41, Remote port: 52880, Own port: 80, ConnectionDuration: 0.781433105469 seconds), -(Remote IP: 23.94.247.41, Remote port: 52921, Own port: 80, ConnectionDuration: 3.11518597603 seconds), -(Remote IP: 23.94.247.41, Remote port: 52991, Own port: 80, ConnectionDuration: 0.983237981796 seconds), -(Remote IP: 23.94.247.41, Remote port: 53053, Own port: 80, ConnectionDuration: 1.40423893929 seconds), -(Remote IP: 23.94.247.41, Remote port: 53137, Own port: 80, ConnectionDuration: 1.9862279892 seconds), -(Remote IP: 23.94.247.41, Remote port: 53186, Own port: 80, ConnectionDuration: 0.67510509491 seconds), -(Remote IP: 23.94.247.41, Remote port: 53235, Own port: 80, ConnectionDuration: 2.01392602921 seconds), -(Remote IP: 23.94.247.41, Remote port: 53309, Own port: 80, ConnectionDuration: 1.67417001724 seconds), -(Remote IP: 23.94.247.41, Remote port: 53378, Own port: 80, ConnectionDuration: 1.70130491257 seconds), -(Remote IP: 23.94.247.41, Remote port: 53432, Own port: 80, ConnectionDuration: 1.90166187286 seconds), -(Remote IP: 23.94.247.41, Remote port: 53503, Own port: 80, ConnectionDuration: 1.66827988625 seconds), -(Remote IP: 23.94.247.41, Remote port: 53585, Own port: 80, ConnectionDuration: 0.202898025513 seconds), -(Remote IP: 23.94.247.41, Remote port: 53639, Own port: 80, ConnectionDuration: 1.80896401405 seconds), -(Remote IP: 23.94.247.41, Remote port: 53681, Own port: 80, ConnectionDuration: 0.398461103439 seconds), -(Remote IP: 23.94.247.41, Remote port: 53699, Own port: 80, ConnectionDuration: 1.32233500481 seconds), -(Remote IP: 23.94.247.41, Remote port: 53751, Own port: 80, ConnectionDuration: 2.08426713943 seconds), -(Remote IP: 23.94.247.41, Remote port: 53841, Own port: 80, ConnectionDuration: 1.31326293945 seconds), -(Remote IP: 23.94.247.41, Remote port: 53891, Own port: 80, ConnectionDuration: 2.08207702637 seconds), -(Remote IP: 23.94.247.41, Remote port: 53941, Own port: 80, ConnectionDuration: 1.48774790764 seconds), -(Remote IP: 23.94.247.41, Remote port: 53986, Own port: 80, ConnectionDuration: 0.102741003036 seconds), -(Remote IP: 45.79.148.75, Remote port: 57838, Own port: 443, ConnectionDuration: 0.0658161640167 seconds), -(Remote IP: 23.94.247.41, Remote port: 54099, Own port: 80, ConnectionDuration: 0.0836169719696 seconds), -(Remote IP: 23.94.247.41, Remote port: 54133, Own port: 80, ConnectionDuration: 1.70635700226 seconds), -(Remote IP: 23.94.247.41, Remote port: 54175, Own port: 80, ConnectionDuration: 0.0684897899628 seconds), -(Remote IP: 23.94.247.41, Remote port: 54182, Own port: 80, ConnectionDuration: 2.05062103271 seconds), -(Remote IP: 23.94.247.41, Remote port: 54276, Own port: 80, ConnectionDuration: 0.704766988754 seconds), -(Remote IP: 23.94.247.41, Remote port: 54309, Own port: 80, ConnectionDuration: 0.603575944901 seconds), -(Remote IP: 23.94.247.41, Remote port: 54337, Own port: 80, ConnectionDuration: 1.22321414948 seconds), -(Remote IP: 23.94.247.41, Remote port: 54388, Own port: 80, ConnectionDuration: 0.895015001297 seconds), -(Remote IP: 23.94.247.41, Remote port: 54459, Own port: 80, ConnectionDuration: 0.772970199585 seconds), -(Remote IP: 23.94.247.41, Remote port: 54488, Own port: 80, ConnectionDuration: 1.70864796638 seconds), -(Remote IP: 23.94.247.41, Remote port: 54560, Own port: 80, ConnectionDuration: 1.52884793282 seconds), -(Remote IP: 23.94.247.41, Remote port: 54598, Own port: 80, ConnectionDuration: 1.2178709507 seconds), -(Remote IP: 23.94.247.41, Remote port: 54640, Own port: 80, ConnectionDuration: 1.31983613968 seconds), -(Remote IP: 23.94.247.41, Remote port: 54693, Own port: 80, ConnectionDuration: 2.04786515236 seconds), -(Remote IP: 23.94.247.41, Remote port: 54779, Own port: 80, ConnectionDuration: 2.00209307671 seconds), -(Remote IP: 23.94.247.41, Remote port: 54834, Own port: 80, ConnectionDuration: 1.30795001984 seconds), -(Remote IP: 23.94.247.41, Remote port: 54891, Own port: 80, ConnectionDuration: 1.4965569973 seconds), -(Remote IP: 23.94.247.41, Remote port: 54963, Own port: 80, ConnectionDuration: 1.62605404854 seconds), -(Remote IP: 23.94.247.41, Remote port: 55034, Own port: 80, ConnectionDuration: 0.474941015244 seconds), -(Remote IP: 23.94.247.41, Remote port: 55059, Own port: 80, ConnectionDuration: 1.40089201927 seconds), -(Remote IP: 23.94.247.41, Remote port: 55114, Own port: 80, ConnectionDuration: 0.914326906204 seconds), -(Remote IP: 23.94.247.41, Remote port: 55182, Own port: 80, ConnectionDuration: 1.10676312447 seconds), -(Remote IP: 23.94.247.41, Remote port: 55223, Own port: 80, ConnectionDuration: 1.47220683098 seconds), -(Remote IP: 23.94.247.41, Remote port: 55288, Own port: 80, ConnectionDuration: 3.08927297592 seconds), -(Remote IP: 23.94.247.41, Remote port: 55365, Own port: 80, ConnectionDuration: 1.06347298622 seconds), -(Remote IP: 23.94.247.41, Remote port: 55403, Own port: 80, ConnectionDuration: 0.380383014679 seconds), -(Remote IP: 23.94.247.41, Remote port: 55458, Own port: 80, ConnectionDuration: 1.11495494843 seconds), -(Remote IP: 23.94.247.41, Remote port: 55502, Own port: 80, ConnectionDuration: 1.86782503128 seconds), -(Remote IP: 23.94.247.41, Remote port: 55569, Own port: 80, ConnectionDuration: 1.48244404793 seconds), -(Remote IP: 23.94.247.41, Remote port: 55622, Own port: 80, ConnectionDuration: 0.806667804718 seconds), -(Remote IP: 23.94.247.41, Remote port: 55722, Own port: 80, ConnectionDuration: 1.50476193428 seconds), -(Remote IP: 23.94.247.41, Remote port: 55755, Own port: 80, ConnectionDuration: 2.80457806587 seconds), -(Remote IP: 23.94.247.41, Remote port: 55852, Own port: 80, ConnectionDuration: 0.51259303093 seconds), -(Remote IP: 23.94.247.41, Remote port: 55872, Own port: 80, ConnectionDuration: 0.709732055664 seconds), -(Remote IP: 23.94.247.41, Remote port: 55934, Own port: 80, ConnectionDuration: 1.5156788826 seconds), -(Remote IP: 23.94.247.41, Remote port: 55998, Own port: 80, ConnectionDuration: 2.39159679413 seconds), -(Remote IP: 23.94.247.41, Remote port: 56068, Own port: 80, ConnectionDuration: 1.02792096138 seconds), -(Remote IP: 23.94.247.41, Remote port: 56103, Own port: 80, ConnectionDuration: 1.9896941185 seconds), -(Remote IP: 23.94.247.41, Remote port: 56172, Own port: 80, ConnectionDuration: 1.40660190582 seconds), -(Remote IP: 23.94.247.41, Remote port: 56227, Own port: 80, ConnectionDuration: 1.91792201996 seconds), -(Remote IP: 23.94.247.41, Remote port: 56294, Own port: 80, ConnectionDuration: 2.06211996078 seconds), -(Remote IP: 23.94.247.41, Remote port: 56346, Own port: 80, ConnectionDuration: 6.59434008598 seconds), -(Remote IP: 23.94.247.41, Remote port: 56488, Own port: 80, ConnectionDuration: 1.07436013222 seconds), -(Remote IP: 23.94.247.41, Remote port: 56551, Own port: 80, ConnectionDuration: 0.962900161743 seconds), -(Remote IP: 23.94.247.41, Remote port: 56625, Own port: 80, ConnectionDuration: 1.19880604744 seconds), -(Remote IP: 23.94.247.41, Remote port: 56669, Own port: 80, ConnectionDuration: 3.40300989151 seconds), -(Remote IP: 23.94.247.41, Remote port: 56723, Own port: 80, ConnectionDuration: 1.02651691437 seconds), -(Remote IP: 23.94.247.41, Remote port: 56796, Own port: 80, ConnectionDuration: 0.890733003616 seconds), -(Remote IP: 23.94.247.41, Remote port: 56847, Own port: 80, ConnectionDuration: 2.00734901428 seconds), -(Remote IP: 23.94.247.41, Remote port: 56901, Own port: 80, ConnectionDuration: 1.38878202438 seconds), -(Remote IP: 23.94.247.41, Remote port: 56962, Own port: 80, ConnectionDuration: 1.89558291435 seconds), -(Remote IP: 23.94.247.41, Remote port: 57029, Own port: 80, ConnectionDuration: 0.783561944962 seconds), -(Remote IP: 23.94.247.41, Remote port: 57055, Own port: 80, ConnectionDuration: 2.01821184158 seconds), -(Remote IP: 23.94.247.41, Remote port: 57099, Own port: 80, ConnectionDuration: 4.59147810936 seconds), -(Remote IP: 23.94.247.41, Remote port: 57183, Own port: 80, ConnectionDuration: 0.714246988297 seconds), -(Remote IP: 23.94.247.41, Remote port: 57216, Own port: 80, ConnectionDuration: 1.8993499279 seconds), -(Remote IP: 23.94.247.41, Remote port: 57312, Own port: 80, ConnectionDuration: 0.786087989807 seconds), -(Remote IP: 23.94.247.41, Remote port: 57352, Own port: 80, ConnectionDuration: 0.566727161407 seconds), -(Remote IP: 23.94.247.41, Remote port: 57392, Own port: 80, ConnectionDuration: 0.301211833954 seconds), -(Remote IP: 23.94.247.41, Remote port: 57411, Own port: 80, ConnectionDuration: 0.513547897339 seconds), -(Remote IP: 23.94.247.41, Remote port: 57458, Own port: 80, ConnectionDuration: 0.0715131759644 seconds), -(Remote IP: 23.94.247.41, Remote port: 57473, Own port: 80, ConnectionDuration: 0.679349899292 seconds), -(Remote IP: 23.94.247.41, Remote port: 57490, Own port: 80, ConnectionDuration: 0.289380073547 seconds), -(Remote IP: 23.94.247.41, Remote port: 57501, Own port: 80, ConnectionDuration: 0.413873910904 seconds), -(Remote IP: 23.94.247.41, Remote port: 57533, Own port: 80, ConnectionDuration: 0.607241153717 seconds), -(Remote IP: 23.94.247.41, Remote port: 57552, Own port: 80, ConnectionDuration: 0.48863196373 seconds), -(Remote IP: 23.94.247.41, Remote port: 57559, Own port: 80, ConnectionDuration: 0.779172897339 seconds), -(Remote IP: 23.94.247.41, Remote port: 57611, Own port: 80, ConnectionDuration: 0.388841152191 seconds), -(Remote IP: 23.94.247.41, Remote port: 57636, Own port: 80, ConnectionDuration: 0.800259828568 seconds), -(Remote IP: 23.94.247.41, Remote port: 57658, Own port: 80, ConnectionDuration: 0.199163913727 seconds), -(Remote IP: 23.94.247.41, Remote port: 57693, Own port: 80, ConnectionDuration: 0.5265147686 seconds), -(Remote IP: 23.94.247.41, Remote port: 57705, Own port: 80, ConnectionDuration: 0.788654088974 seconds), -(Remote IP: 23.94.247.41, Remote port: 57720, Own port: 80, ConnectionDuration: 0.71577501297 seconds), -(Remote IP: 23.94.247.41, Remote port: 57758, Own port: 80, ConnectionDuration: 0.380270957947 seconds), -(Remote IP: 23.94.247.41, Remote port: 57777, Own port: 80, ConnectionDuration: 0.973865032196 seconds), -(Remote IP: 23.94.247.41, Remote port: 57806, Own port: 80, ConnectionDuration: 0.418484926224 seconds), -(Remote IP: 23.94.247.41, Remote port: 57848, Own port: 80, ConnectionDuration: 1.11115098 seconds), -(Remote IP: 23.94.247.41, Remote port: 57872, Own port: 80, ConnectionDuration: 0.806064844131 seconds), -(Remote IP: 23.94.247.41, Remote port: 57919, Own port: 80, ConnectionDuration: 0.903352975845 seconds), -(Remote IP: 23.94.247.41, Remote port: 57935, Own port: 80, ConnectionDuration: 1.08617901802 seconds), -(Remote IP: 23.94.247.41, Remote port: 58003, Own port: 80, ConnectionDuration: 0.169591903687 seconds), -(Remote IP: 23.94.247.41, Remote port: 58031, Own port: 80, ConnectionDuration: 3.00280594826 seconds), -(Remote IP: 23.94.247.41, Remote port: 58112, Own port: 80, ConnectionDuration: 1.08704018593 seconds), -(Remote IP: 23.94.247.41, Remote port: 58148, Own port: 80, ConnectionDuration: 2.09729003906 seconds), -(Remote IP: 23.94.247.41, Remote port: 58241, Own port: 80, ConnectionDuration: 1.10554480553 seconds), -(Remote IP: 23.94.247.41, Remote port: 58301, Own port: 80, ConnectionDuration: 0.99516415596 seconds), -(Remote IP: 23.94.247.41, Remote port: 58349, Own port: 80, ConnectionDuration: 2.31850194931 seconds), -(Remote IP: 23.94.247.41, Remote port: 58405, Own port: 80, ConnectionDuration: 3.08620786667 seconds), -(Remote IP: 23.94.247.41, Remote port: 58497, Own port: 80, ConnectionDuration: 1.96430420876 seconds), -(Remote IP: 23.94.247.41, Remote port: 58561, Own port: 80, ConnectionDuration: 0.920298099518 seconds), -(Remote IP: 23.94.247.41, Remote port: 58581, Own port: 80, ConnectionDuration: 1.10058689117 seconds), -(Remote IP: 23.94.247.41, Remote port: 58642, Own port: 80, ConnectionDuration: 2.70543599129 seconds), -(Remote IP: 23.94.247.41, Remote port: 58710, Own port: 80, ConnectionDuration: 1.80334591866 seconds), -(Remote IP: 23.94.247.41, Remote port: 58768, Own port: 80, ConnectionDuration: 3.60651803017 seconds), -(Remote IP: 23.94.247.41, Remote port: 58884, Own port: 80, ConnectionDuration: 0.62095284462 seconds), -(Remote IP: 23.94.247.41, Remote port: 58930, Own port: 80, ConnectionDuration: 0.409516096115 seconds), -(Remote IP: 23.94.247.41, Remote port: 58999, Own port: 80, ConnectionDuration: 1.99357199669 seconds), -(Remote IP: 63.250.114.178, Remote port: 49483, Own port: 23, ConnectionDuration: 31.3249878883 seconds), -(Remote IP: 152.230.33.28, Remote port: 39513, Own port: 23, ConnectionDuration: 30.7329599857 seconds), -(Remote IP: 23.94.247.41, Remote port: 59028, Own port: 80, ConnectionDuration: 18.8068380356 seconds), -(Remote IP: 23.94.247.41, Remote port: 59028, Own port: 80, ConnectionDuration: 18.8074471951 seconds), -(Remote IP: 23.94.247.41, Remote port: 59391, Own port: 80, ConnectionDuration: 0.607259988785 seconds), -(Remote IP: 23.94.247.41, Remote port: 59429, Own port: 80, ConnectionDuration: 3.06105995178 seconds), -(Remote IP: 23.94.247.41, Remote port: 59518, Own port: 80, ConnectionDuration: 1.59836196899 seconds), -(Remote IP: 23.94.247.41, Remote port: 59568, Own port: 80, ConnectionDuration: 3.42212319374 seconds), -(Remote IP: 23.94.247.41, Remote port: 59671, Own port: 80, ConnectionDuration: 0.80956196785 seconds), -(Remote IP: 23.94.247.41, Remote port: 59736, Own port: 80, ConnectionDuration: 2.38150811195 seconds), -(Remote IP: 23.94.247.41, Remote port: 59832, Own port: 80, ConnectionDuration: 2.01613593102 seconds), -(Remote IP: 23.94.247.41, Remote port: 59864, Own port: 80, ConnectionDuration: 3.38264203072 seconds), -(Remote IP: 23.94.247.41, Remote port: 59997, Own port: 80, ConnectionDuration: 0.811464071274 seconds), -(Remote IP: 23.94.247.41, Remote port: 60058, Own port: 80, ConnectionDuration: 3.06896495819 seconds), -(Remote IP: 23.94.247.41, Remote port: 60136, Own port: 80, ConnectionDuration: 1.98877501488 seconds), -(Remote IP: 23.94.247.41, Remote port: 60199, Own port: 80, ConnectionDuration: 1.40749979019 seconds), -(Remote IP: 23.94.247.41, Remote port: 60267, Own port: 80, ConnectionDuration: 0.437304973602 seconds), -(Remote IP: 23.94.247.41, Remote port: 60304, Own port: 80, ConnectionDuration: 0.0792269706726 seconds), -(Remote IP: 23.94.247.41, Remote port: 60326, Own port: 80, ConnectionDuration: 0.670105934143 seconds), -(Remote IP: 23.94.247.41, Remote port: 60363, Own port: 80, ConnectionDuration: 0.892805099487 seconds), -(Remote IP: 23.94.247.41, Remote port: 60387, Own port: 80, ConnectionDuration: 0.510025978088 seconds), -(Remote IP: 23.94.247.41, Remote port: 60428, Own port: 80, ConnectionDuration: 1.48832917213 seconds), -(Remote IP: 23.94.247.41, Remote port: 60462, Own port: 80, ConnectionDuration: 0.937539100647 seconds), -(Remote IP: 23.94.247.41, Remote port: 60501, Own port: 80, ConnectionDuration: 1.03474497795 seconds), -(Remote IP: 23.94.247.41, Remote port: 60531, Own port: 80, ConnectionDuration: 1.82519102097 seconds), -(Remote IP: 23.94.247.41, Remote port: 60585, Own port: 80, ConnectionDuration: 2.21184301376 seconds), -(Remote IP: 23.94.247.41, Remote port: 60658, Own port: 80, ConnectionDuration: 0.313687801361 seconds), -(Remote IP: 23.94.247.41, Remote port: 60724, Own port: 80, ConnectionDuration: 1.5220041275 seconds), -(Remote IP: 23.94.247.41, Remote port: 60768, Own port: 80, ConnectionDuration: 2.19876599312 seconds), -(Remote IP: 23.94.247.41, Remote port: 60812, Own port: 80, ConnectionDuration: 1.0274169445 seconds), -(Remote IP: 23.94.247.41, Remote port: 60905, Own port: 80, ConnectionDuration: 1.09389090538 seconds), -(Remote IP: 23.94.247.41, Remote port: 60950, Own port: 80, ConnectionDuration: 1.09006309509 seconds), -(Remote IP: 23.94.247.41, Remote port: 61015, Own port: 80, ConnectionDuration: 0.522958993912 seconds), -(Remote IP: 23.94.247.41, Remote port: 61051, Own port: 80, ConnectionDuration: 0.491769075394 seconds), -(Remote IP: 23.94.247.41, Remote port: 61103, Own port: 80, ConnectionDuration: 0.702632188797 seconds), -(Remote IP: 23.94.247.41, Remote port: 61119, Own port: 80, ConnectionDuration: 0.617348909378 seconds), -(Remote IP: 23.94.247.41, Remote port: 61137, Own port: 80, ConnectionDuration: 1.3039059639 seconds), -(Remote IP: 23.94.247.41, Remote port: 61186, Own port: 80, ConnectionDuration: 2.81056308746 seconds), -(Remote IP: 23.94.247.41, Remote port: 61242, Own port: 80, ConnectionDuration: 0.689313173294 seconds), -(Remote IP: 23.94.247.41, Remote port: 61270, Own port: 80, ConnectionDuration: 0.793306112289 seconds), -(Remote IP: 23.94.247.41, Remote port: 61336, Own port: 80, ConnectionDuration: 1.48215985298 seconds), -(Remote IP: 23.94.247.41, Remote port: 61408, Own port: 80, ConnectionDuration: 2.08881616592 seconds), -(Remote IP: 23.94.247.41, Remote port: 61464, Own port: 80, ConnectionDuration: 0.775408029556 seconds), -(Remote IP: 23.94.247.41, Remote port: 61528, Own port: 80, ConnectionDuration: 1.02722907066 seconds), -(Remote IP: 23.94.247.41, Remote port: 61555, Own port: 80, ConnectionDuration: 2.2811870575 seconds), -(Remote IP: 23.94.247.41, Remote port: 61620, Own port: 80, ConnectionDuration: 4.20235109329 seconds), -(Remote IP: 23.94.247.41, Remote port: 61730, Own port: 80, ConnectionDuration: 1.01018691063 seconds), -(Remote IP: 23.94.247.41, Remote port: 61766, Own port: 80, ConnectionDuration: 0.689311027527 seconds), -(Remote IP: 23.94.247.41, Remote port: 61808, Own port: 80, ConnectionDuration: 0.800090074539 seconds), -(Remote IP: 23.94.247.41, Remote port: 61866, Own port: 80, ConnectionDuration: 1.20234417915 seconds), -(Remote IP: 23.94.247.41, Remote port: 61909, Own port: 80, ConnectionDuration: 0.737565040588 seconds), -(Remote IP: 23.94.247.41, Remote port: 61912, Own port: 80, ConnectionDuration: 0.310662031174 seconds), -(Remote IP: 23.94.247.41, Remote port: 61961, Own port: 80, ConnectionDuration: 1.17025494576 seconds), -(Remote IP: 23.94.247.41, Remote port: 62016, Own port: 80, ConnectionDuration: 2.02363586426 seconds), -(Remote IP: 23.94.247.41, Remote port: 62054, Own port: 80, ConnectionDuration: 1.68932986259 seconds), -(Remote IP: 23.94.247.41, Remote port: 62172, Own port: 80, ConnectionDuration: 2.81294393539 seconds), -(Remote IP: 23.94.247.41, Remote port: 62247, Own port: 80, ConnectionDuration: 1.00823307037 seconds), -(Remote IP: 23.94.247.41, Remote port: 62285, Own port: 80, ConnectionDuration: 2.59333395958 seconds), -(Remote IP: 23.94.247.41, Remote port: 62394, Own port: 80, ConnectionDuration: 1.87393212318 seconds), -(Remote IP: 23.94.247.41, Remote port: 62442, Own port: 80, ConnectionDuration: 2.16636395454 seconds), -(Remote IP: 23.94.247.41, Remote port: 62526, Own port: 80, ConnectionDuration: 1.00690507889 seconds), -(Remote IP: 23.94.247.41, Remote port: 62585, Own port: 80, ConnectionDuration: 1.1668419838 seconds), -(Remote IP: 23.94.247.41, Remote port: 62656, Own port: 80, ConnectionDuration: 1.49003601074 seconds), -(Remote IP: 23.94.247.41, Remote port: 62689, Own port: 80, ConnectionDuration: 1.99713301659 seconds), -(Remote IP: 23.94.247.41, Remote port: 62755, Own port: 80, ConnectionDuration: 1.73604917526 seconds), -(Remote IP: 23.94.247.41, Remote port: 62819, Own port: 80, ConnectionDuration: 0.328934907913 seconds), -(Remote IP: 23.94.247.41, Remote port: 62886, Own port: 80, ConnectionDuration: 0.998782157898 seconds), -(Remote IP: 23.94.247.41, Remote port: 62955, Own port: 80, ConnectionDuration: 2.21749615669 seconds), -(Remote IP: 23.94.247.41, Remote port: 63015, Own port: 80, ConnectionDuration: 1.47911906242 seconds), -(Remote IP: 23.94.247.41, Remote port: 63077, Own port: 80, ConnectionDuration: 0.689810991287 seconds), -(Remote IP: 23.94.247.41, Remote port: 63146, Own port: 80, ConnectionDuration: 1.08908581734 seconds), -(Remote IP: 23.94.247.41, Remote port: 63219, Own port: 80, ConnectionDuration: 1.71490097046 seconds), -(Remote IP: 23.94.247.41, Remote port: 63270, Own port: 80, ConnectionDuration: 1.03583621979 seconds), -(Remote IP: 146.190.231.213, Remote port: 28435, Own port: 21, ConnectionDuration: 0.22108912468 seconds), -(Remote IP: 146.190.231.213, Remote port: 28435, Own port: 21, ConnectionDuration: 0.221563100815 seconds), -(Remote IP: 23.94.247.41, Remote port: 63315, Own port: 80, ConnectionDuration: 3.41147589684 seconds), -(Remote IP: 23.94.247.41, Remote port: 63426, Own port: 80, ConnectionDuration: 1.12834692001 seconds), -(Remote IP: 23.94.247.41, Remote port: 63488, Own port: 80, ConnectionDuration: 0.921291828156 seconds), -(Remote IP: 23.94.247.41, Remote port: 63540, Own port: 80, ConnectionDuration: 1.015832901 seconds), -(Remote IP: 23.94.247.41, Remote port: 63585, Own port: 80, ConnectionDuration: 1.39720797539 seconds), -(Remote IP: 23.94.247.41, Remote port: 63651, Own port: 80, ConnectionDuration: 0.724009990692 seconds), -(Remote IP: 23.94.247.41, Remote port: 63708, Own port: 80, ConnectionDuration: 5.7765750885 seconds), -(Remote IP: 23.94.247.41, Remote port: 63874, Own port: 80, ConnectionDuration: 2.98827004433 seconds), -(Remote IP: 23.94.247.41, Remote port: 63922, Own port: 80, ConnectionDuration: 0.917593002319 seconds), -(Remote IP: 23.94.247.41, Remote port: 63962, Own port: 80, ConnectionDuration: 1.79293608665 seconds), -(Remote IP: 23.94.247.41, Remote port: 64003, Own port: 80, ConnectionDuration: 0.696912050247 seconds), -(Remote IP: 23.94.247.41, Remote port: 64058, Own port: 80, ConnectionDuration: 1.79329895973 seconds), -(Remote IP: 23.94.247.41, Remote port: 64118, Own port: 80, ConnectionDuration: 0.769349813461 seconds), -(Remote IP: 23.94.247.41, Remote port: 64164, Own port: 80, ConnectionDuration: 1.18728518486 seconds), -(Remote IP: 23.94.247.41, Remote port: 64213, Own port: 80, ConnectionDuration: 1.59990715981 seconds), -(Remote IP: 23.94.247.41, Remote port: 64257, Own port: 80, ConnectionDuration: 0.996022939682 seconds), -(Remote IP: 23.94.247.41, Remote port: 64318, Own port: 80, ConnectionDuration: 2.08683800697 seconds), -(Remote IP: 23.94.247.41, Remote port: 64420, Own port: 80, ConnectionDuration: 1.06714487076 seconds), -(Remote IP: 23.94.247.41, Remote port: 64472, Own port: 80, ConnectionDuration: 0.788110971451 seconds), -(Remote IP: 23.94.247.41, Remote port: 64531, Own port: 80, ConnectionDuration: 0.864753007889 seconds), -(Remote IP: 23.94.247.41, Remote port: 64580, Own port: 80, ConnectionDuration: 3.02233409882 seconds), -(Remote IP: 23.94.247.41, Remote port: 64653, Own port: 80, ConnectionDuration: 0.671911001205 seconds), -(Remote IP: 23.94.247.41, Remote port: 64720, Own port: 80, ConnectionDuration: 0.69002199173 seconds), -(Remote IP: 23.94.247.41, Remote port: 64757, Own port: 80, ConnectionDuration: 0.187777042389 seconds), -(Remote IP: 23.94.247.41, Remote port: 64830, Own port: 80, ConnectionDuration: 1.73998498917 seconds), -(Remote IP: 23.94.247.41, Remote port: 64869, Own port: 80, ConnectionDuration: 1.71409392357 seconds), -(Remote IP: 23.94.247.41, Remote port: 64904, Own port: 80, ConnectionDuration: 3.07205891609 seconds), -(Remote IP: 23.94.247.41, Remote port: 65002, Own port: 80, ConnectionDuration: 1.67497992516 seconds), -(Remote IP: 23.94.247.41, Remote port: 65083, Own port: 80, ConnectionDuration: 1.90134501457 seconds), -(Remote IP: 23.94.247.41, Remote port: 65148, Own port: 80, ConnectionDuration: 0.91228890419 seconds), -(Remote IP: 23.94.247.41, Remote port: 65184, Own port: 80, ConnectionDuration: 2.70908999443 seconds), -(Remote IP: 23.94.247.41, Remote port: 65266, Own port: 80, ConnectionDuration: 1.81283807755 seconds), -(Remote IP: 23.94.247.41, Remote port: 65324, Own port: 80, ConnectionDuration: 2.39647603035 seconds), -(Remote IP: 23.94.247.41, Remote port: 65363, Own port: 80, ConnectionDuration: 1.28212499619 seconds), -(Remote IP: 23.94.247.41, Remote port: 65422, Own port: 80, ConnectionDuration: 3.03184485435 seconds), -(Remote IP: 23.94.247.41, Remote port: 65499, Own port: 80, ConnectionDuration: 1.5774679184 seconds), -(Remote IP: 23.94.247.41, Remote port: 49168, Own port: 80, ConnectionDuration: 1.23926997185 seconds), -(Remote IP: 23.94.247.41, Remote port: 49227, Own port: 80, ConnectionDuration: 0.805490970612 seconds), -(Remote IP: 23.94.247.41, Remote port: 49275, Own port: 80, ConnectionDuration: 2.59390711784 seconds), -(Remote IP: 23.94.247.41, Remote port: 49339, Own port: 80, ConnectionDuration: 1.77115011215 seconds), -(Remote IP: 23.94.247.41, Remote port: 49426, Own port: 80, ConnectionDuration: 5.23284506798 seconds), -(Remote IP: 23.94.247.41, Remote port: 49566, Own port: 80, ConnectionDuration: 1.18949317932 seconds), -(Remote IP: 23.94.247.41, Remote port: 49634, Own port: 80, ConnectionDuration: 2.61099910736 seconds), -(Remote IP: 23.94.247.41, Remote port: 49713, Own port: 80, ConnectionDuration: 1.03886699677 seconds), -(Remote IP: 23.94.247.41, Remote port: 49786, Own port: 80, ConnectionDuration: 1.5888979435 seconds), -(Remote IP: 23.94.247.41, Remote port: 49889, Own port: 80, ConnectionDuration: 1.50558900833 seconds), -(Remote IP: 23.94.247.41, Remote port: 49923, Own port: 80, ConnectionDuration: 1.77657985687 seconds), -(Remote IP: 23.94.247.41, Remote port: 49989, Own port: 80, ConnectionDuration: 1.60202908516 seconds), -(Remote IP: 23.94.247.41, Remote port: 50023, Own port: 80, ConnectionDuration: 1.90497112274 seconds), -(Remote IP: 23.94.247.41, Remote port: 50110, Own port: 80, ConnectionDuration: 0.7935359478 seconds), -(Remote IP: 23.94.247.41, Remote port: 50205, Own port: 80, ConnectionDuration: 0.783069849014 seconds), -(Remote IP: 23.94.247.41, Remote port: 50239, Own port: 80, ConnectionDuration: 1.4228348732 seconds), -(Remote IP: 23.94.247.41, Remote port: 50256, Own port: 80, ConnectionDuration: 0.615108013153 seconds), -(Remote IP: 23.94.247.41, Remote port: 50299, Own port: 80, ConnectionDuration: 1.60113096237 seconds), -(Remote IP: 23.94.247.41, Remote port: 50346, Own port: 80, ConnectionDuration: 1.09964704514 seconds), -(Remote IP: 23.94.247.41, Remote port: 50433, Own port: 80, ConnectionDuration: 2.31595993042 seconds), -(Remote IP: 23.94.247.41, Remote port: 50505, Own port: 80, ConnectionDuration: 1.91263318062 seconds), -(Remote IP: 23.94.247.41, Remote port: 50586, Own port: 80, ConnectionDuration: 1.70380711555 seconds), -(Remote IP: 23.94.247.41, Remote port: 50639, Own port: 80, ConnectionDuration: 2.92302703857 seconds), -(Remote IP: 23.94.247.41, Remote port: 50717, Own port: 80, ConnectionDuration: 1.79637885094 seconds), -(Remote IP: 23.94.247.41, Remote port: 50776, Own port: 80, ConnectionDuration: 1.90973901749 seconds), -(Remote IP: 23.94.247.41, Remote port: 50845, Own port: 80, ConnectionDuration: 1.82491397858 seconds), -(Remote IP: 23.94.247.41, Remote port: 50925, Own port: 80, ConnectionDuration: 2.12064599991 seconds), -(Remote IP: 23.94.247.41, Remote port: 51005, Own port: 80, ConnectionDuration: 1.37347698212 seconds), -(Remote IP: 23.94.247.41, Remote port: 51059, Own port: 80, ConnectionDuration: 1.60564208031 seconds), -(Remote IP: 23.94.247.41, Remote port: 51154, Own port: 80, ConnectionDuration: 0.589504003525 seconds), -(Remote IP: 23.94.247.41, Remote port: 51184, Own port: 80, ConnectionDuration: 1.63268208504 seconds), -(Remote IP: 23.94.247.41, Remote port: 51228, Own port: 80, ConnectionDuration: 1.69076085091 seconds), -(Remote IP: 23.94.247.41, Remote port: 51267, Own port: 80, ConnectionDuration: 2.68393802643 seconds), -(Remote IP: 23.94.247.41, Remote port: 51347, Own port: 80, ConnectionDuration: 1.08885288239 seconds), -(Remote IP: 23.94.247.41, Remote port: 51413, Own port: 80, ConnectionDuration: 2.3087990284 seconds), -(Remote IP: 23.94.247.41, Remote port: 51487, Own port: 80, ConnectionDuration: 1.59790301323 seconds), -(Remote IP: 23.94.247.41, Remote port: 51552, Own port: 80, ConnectionDuration: 2.82356119156 seconds), -(Remote IP: 23.94.247.41, Remote port: 51619, Own port: 80, ConnectionDuration: 2.28909015656 seconds), -(Remote IP: 23.94.247.41, Remote port: 51692, Own port: 80, ConnectionDuration: 0.505419969559 seconds), -(Remote IP: 23.94.247.41, Remote port: 51752, Own port: 80, ConnectionDuration: 1.7376730442 seconds), -(Remote IP: 23.94.247.41, Remote port: 51805, Own port: 80, ConnectionDuration: 3.37675189972 seconds), -(Remote IP: 23.94.247.41, Remote port: 51882, Own port: 80, ConnectionDuration: 0.90239405632 seconds), -(Remote IP: 23.94.247.41, Remote port: 51898, Own port: 80, ConnectionDuration: 2.68008708954 seconds), -(Remote IP: 23.94.247.41, Remote port: 51986, Own port: 80, ConnectionDuration: 1.91217708588 seconds), -(Remote IP: 23.94.247.41, Remote port: 52041, Own port: 80, ConnectionDuration: 2.92596888542 seconds), -(Remote IP: 23.94.247.41, Remote port: 52106, Own port: 80, ConnectionDuration: 1.001308918 seconds), -(Remote IP: 23.94.247.41, Remote port: 52184, Own port: 80, ConnectionDuration: 2.29519104958 seconds), -(Remote IP: 23.94.247.41, Remote port: 52265, Own port: 80, ConnectionDuration: 2.03297996521 seconds), -(Remote IP: 23.94.247.41, Remote port: 52316, Own port: 80, ConnectionDuration: 1.36508798599 seconds), -(Remote IP: 23.94.247.41, Remote port: 52389, Own port: 80, ConnectionDuration: 0.741294145584 seconds), -(Remote IP: 23.94.247.41, Remote port: 52443, Own port: 80, ConnectionDuration: 2.70142602921 seconds), -(Remote IP: 23.94.247.41, Remote port: 52506, Own port: 80, ConnectionDuration: 2.0245320797 seconds), -(Remote IP: 23.94.247.41, Remote port: 52583, Own port: 80, ConnectionDuration: 2.27850103378 seconds), -(Remote IP: 23.94.247.41, Remote port: 52673, Own port: 80, ConnectionDuration: 1.06818509102 seconds), -(Remote IP: 23.94.247.41, Remote port: 52720, Own port: 80, ConnectionDuration: 0.879810094833 seconds), -(Remote IP: 23.94.247.41, Remote port: 52782, Own port: 80, ConnectionDuration: 1.00475096703 seconds), -(Remote IP: 23.94.247.41, Remote port: 52849, Own port: 80, ConnectionDuration: 9.65855312347 seconds), -(Remote IP: 23.94.247.41, Remote port: 53042, Own port: 80, ConnectionDuration: 1.88524794579 seconds), -(Remote IP: 23.94.247.41, Remote port: 53110, Own port: 80, ConnectionDuration: 0.590116024017 seconds), -(Remote IP: 23.94.247.41, Remote port: 53156, Own port: 80, ConnectionDuration: 2.01990890503 seconds), -(Remote IP: 23.94.247.41, Remote port: 53228, Own port: 80, ConnectionDuration: 2.48448395729 seconds), -(Remote IP: 23.94.247.41, Remote port: 53356, Own port: 80, ConnectionDuration: 1.62462806702 seconds), -(Remote IP: 23.94.247.41, Remote port: 53409, Own port: 80, ConnectionDuration: 1.80915403366 seconds), -(Remote IP: 23.94.247.41, Remote port: 53481, Own port: 80, ConnectionDuration: 0.504067897797 seconds), -(Remote IP: 23.94.247.41, Remote port: 53530, Own port: 80, ConnectionDuration: 2.5378139019 seconds), -(Remote IP: 23.94.247.41, Remote port: 53607, Own port: 80, ConnectionDuration: 2.00214910507 seconds), -(Remote IP: 23.94.247.41, Remote port: 53665, Own port: 80, ConnectionDuration: 2.5821428299 seconds), -(Remote IP: 23.94.247.41, Remote port: 53747, Own port: 80, ConnectionDuration: 1.58760809898 seconds), -(Remote IP: 23.94.247.41, Remote port: 53791, Own port: 80, ConnectionDuration: 2.30040311813 seconds), -(Remote IP: 23.94.247.41, Remote port: 53855, Own port: 80, ConnectionDuration: 1.57179689407 seconds), -(Remote IP: 23.94.247.41, Remote port: 53910, Own port: 80, ConnectionDuration: 1.42553400993 seconds), -(Remote IP: 23.94.247.41, Remote port: 53987, Own port: 80, ConnectionDuration: 1.52214193344 seconds), -(Remote IP: 23.94.247.41, Remote port: 54070, Own port: 80, ConnectionDuration: 3.03121209145 seconds), -(Remote IP: 23.94.247.41, Remote port: 54195, Own port: 80, ConnectionDuration: 2.0893599987 seconds), -(Remote IP: 23.94.247.41, Remote port: 54253, Own port: 80, ConnectionDuration: 2.43237304688 seconds), -(Remote IP: 23.94.247.41, Remote port: 54328, Own port: 80, ConnectionDuration: 1.60348296165 seconds), -(Remote IP: 23.94.247.41, Remote port: 54394, Own port: 80, ConnectionDuration: 3.59903001785 seconds), -(Remote IP: 23.94.247.41, Remote port: 54482, Own port: 80, ConnectionDuration: 0.895195007324 seconds), -(Remote IP: 23.94.247.41, Remote port: 54539, Own port: 80, ConnectionDuration: 2.19392085075 seconds), -(Remote IP: 23.94.247.41, Remote port: 54604, Own port: 80, ConnectionDuration: 0.703623056412 seconds), -(Remote IP: 23.94.247.41, Remote port: 54662, Own port: 80, ConnectionDuration: 0.124962091446 seconds), -(Remote IP: 23.94.247.41, Remote port: 54696, Own port: 80, ConnectionDuration: 1.01485109329 seconds), -(Remote IP: 23.94.247.41, Remote port: 54759, Own port: 80, ConnectionDuration: 1.20051598549 seconds), -(Remote IP: 23.94.247.41, Remote port: 54823, Own port: 80, ConnectionDuration: 0.822742938995 seconds), -(Remote IP: 23.94.247.41, Remote port: 54837, Own port: 80, ConnectionDuration: 0.516928911209 seconds), -(Remote IP: 23.94.247.41, Remote port: 54868, Own port: 80, ConnectionDuration: 0.585854053497 seconds), -(Remote IP: 23.94.247.41, Remote port: 54913, Own port: 80, ConnectionDuration: 0.671830892563 seconds), -(Remote IP: 23.94.247.41, Remote port: 54945, Own port: 80, ConnectionDuration: 0.0690171718597 seconds), -(Remote IP: 23.94.247.41, Remote port: 54955, Own port: 80, ConnectionDuration: 3.01785492897 seconds), -(Remote IP: 23.94.247.41, Remote port: 55030, Own port: 80, ConnectionDuration: 1.00705003738 seconds), -(Remote IP: 23.94.247.41, Remote port: 55054, Own port: 80, ConnectionDuration: 1.01482892036 seconds), -(Remote IP: 23.94.247.41, Remote port: 55135, Own port: 80, ConnectionDuration: 1.0972340107 seconds), -(Remote IP: 23.94.247.41, Remote port: 55204, Own port: 80, ConnectionDuration: 2.33284401894 seconds), -(Remote IP: 23.94.247.41, Remote port: 55257, Own port: 80, ConnectionDuration: 0.0983059406281 seconds), -(Remote IP: 23.94.247.41, Remote port: 55278, Own port: 80, ConnectionDuration: 9.50153112411 seconds), -(Remote IP: 23.94.247.41, Remote port: 55468, Own port: 80, ConnectionDuration: 1.60053992271 seconds), -(Remote IP: 23.94.247.41, Remote port: 55518, Own port: 80, ConnectionDuration: 2.89711809158 seconds), -(Remote IP: 23.94.247.41, Remote port: 55597, Own port: 80, ConnectionDuration: 1.29954314232 seconds), -(Remote IP: 23.94.247.41, Remote port: 55664, Own port: 80, ConnectionDuration: 0.377938985825 seconds), -(Remote IP: 23.94.247.41, Remote port: 55714, Own port: 80, ConnectionDuration: 1.02640008926 seconds), -(Remote IP: 23.94.247.41, Remote port: 55768, Own port: 80, ConnectionDuration: 2.98230004311 seconds), -(Remote IP: 23.94.247.41, Remote port: 55821, Own port: 80, ConnectionDuration: 1.63209295273 seconds), -(Remote IP: 23.94.247.41, Remote port: 55870, Own port: 80, ConnectionDuration: 3.68866086006 seconds), -(Remote IP: 23.94.247.41, Remote port: 55991, Own port: 80, ConnectionDuration: 1.29848504066 seconds), -(Remote IP: 23.94.247.41, Remote port: 56079, Own port: 80, ConnectionDuration: 4.02137708664 seconds), -(Remote IP: 123.190.202.32, Remote port: 27112, Own port: 23, ConnectionDuration: 31.0971059799 seconds), -(Remote IP: 23.94.247.41, Remote port: 56158, Own port: 80, ConnectionDuration: 1.79664111137 seconds), -(Remote IP: 23.94.247.41, Remote port: 56246, Own port: 80, ConnectionDuration: 2.03645801544 seconds), -(Remote IP: 23.94.247.41, Remote port: 56302, Own port: 80, ConnectionDuration: 2.28731989861 seconds), -(Remote IP: 23.94.247.41, Remote port: 56357, Own port: 80, ConnectionDuration: 2.03259921074 seconds), -(Remote IP: 23.94.247.41, Remote port: 56453, Own port: 80, ConnectionDuration: 1.80477595329 seconds), -(Remote IP: 23.94.247.41, Remote port: 56513, Own port: 80, ConnectionDuration: 3.52778196335 seconds), -(Remote IP: 123.190.202.32, Remote port: 27212, Own port: 23, ConnectionDuration: 30.4254989624 seconds), -(Remote IP: 23.94.247.41, Remote port: 56612, Own port: 80, ConnectionDuration: 1.2811050415 seconds), -(Remote IP: 23.94.247.41, Remote port: 56681, Own port: 80, ConnectionDuration: 2.66952300072 seconds), -(Remote IP: 23.94.247.41, Remote port: 56736, Own port: 80, ConnectionDuration: 2.07114100456 seconds), -(Remote IP: 23.94.247.41, Remote port: 56805, Own port: 80, ConnectionDuration: 0.307806015015 seconds), -(Remote IP: 23.94.247.41, Remote port: 56836, Own port: 80, ConnectionDuration: 1.20205402374 seconds), -(Remote IP: 23.94.247.41, Remote port: 56897, Own port: 80, ConnectionDuration: 2.94556689262 seconds), -(Remote IP: 23.94.247.41, Remote port: 57005, Own port: 80, ConnectionDuration: 1.01900005341 seconds), -(Remote IP: 23.94.247.41, Remote port: 57075, Own port: 80, ConnectionDuration: 2.60813999176 seconds), -(Remote IP: 23.94.247.41, Remote port: 57146, Own port: 80, ConnectionDuration: 1.0852060318 seconds), -(Remote IP: 23.94.247.41, Remote port: 57179, Own port: 80, ConnectionDuration: 2.45158314705 seconds), -(Remote IP: 23.94.247.41, Remote port: 57253, Own port: 80, ConnectionDuration: 0.929336071014 seconds), -(Remote IP: 23.94.247.41, Remote port: 57296, Own port: 80, ConnectionDuration: 0.936957120895 seconds), -(Remote IP: 23.94.247.41, Remote port: 57365, Own port: 80, ConnectionDuration: 1.11965084076 seconds), -(Remote IP: 23.94.247.41, Remote port: 57396, Own port: 80, ConnectionDuration: 3.02277803421 seconds), -(Remote IP: 23.94.247.41, Remote port: 57490, Own port: 80, ConnectionDuration: 1.31151103973 seconds), -(Remote IP: 23.94.247.41, Remote port: 57558, Own port: 80, ConnectionDuration: 1.40095996857 seconds), -(Remote IP: 23.94.247.41, Remote port: 57610, Own port: 80, ConnectionDuration: 1.21283006668 seconds), -(Remote IP: 23.94.247.41, Remote port: 57670, Own port: 80, ConnectionDuration: 2.07996106148 seconds), -(Remote IP: 23.94.247.41, Remote port: 57737, Own port: 80, ConnectionDuration: 2.47245788574 seconds), -(Remote IP: 23.94.247.41, Remote port: 57800, Own port: 80, ConnectionDuration: 2.20000910759 seconds), -(Remote IP: 23.94.247.41, Remote port: 57901, Own port: 80, ConnectionDuration: 2.03229904175 seconds), -(Remote IP: 23.94.247.41, Remote port: 57956, Own port: 80, ConnectionDuration: 1.80654287338 seconds), -(Remote IP: 23.94.247.41, Remote port: 58051, Own port: 80, ConnectionDuration: 2.33526611328 seconds), -(Remote IP: 23.94.247.41, Remote port: 58102, Own port: 80, ConnectionDuration: 6.09887981415 seconds), -(Remote IP: 23.94.247.41, Remote port: 58261, Own port: 80, ConnectionDuration: 2.58071613312 seconds), -(Remote IP: 23.94.247.41, Remote port: 58348, Own port: 80, ConnectionDuration: 2.67939710617 seconds), -(Remote IP: 23.94.247.41, Remote port: 58417, Own port: 80, ConnectionDuration: 1.78869509697 seconds), -(Remote IP: 23.94.247.41, Remote port: 58492, Own port: 80, ConnectionDuration: 1.60899305344 seconds), -(Remote IP: 23.94.247.41, Remote port: 58542, Own port: 80, ConnectionDuration: 1.98244285583 seconds), -(Remote IP: 60.178.88.19, Remote port: 44722, Own port: 23, ConnectionDuration: 10.3563520908 seconds), -(Remote IP: 23.94.247.41, Remote port: 58609, Own port: 80, ConnectionDuration: 3.13596391678 seconds), -(Remote IP: 23.94.247.41, Remote port: 58686, Own port: 80, ConnectionDuration: 1.58732914925 seconds), -(Remote IP: 23.94.247.41, Remote port: 58744, Own port: 80, ConnectionDuration: 0.318703889847 seconds), -(Remote IP: 23.94.247.41, Remote port: 58765, Own port: 80, ConnectionDuration: 1.00239300728 seconds), -(Remote IP: 23.94.247.41, Remote port: 58828, Own port: 80, ConnectionDuration: 0.0319509506226 seconds), -(Remote IP: 23.94.247.41, Remote port: 58909, Own port: 80, ConnectionDuration: 1.91197299957 seconds), -(Remote IP: 23.94.247.41, Remote port: 58974, Own port: 80, ConnectionDuration: 1.13049721718 seconds), -(Remote IP: 23.94.247.41, Remote port: 59043, Own port: 80, ConnectionDuration: 1.3011071682 seconds), -(Remote IP: 23.94.247.41, Remote port: 59075, Own port: 80, ConnectionDuration: 0.899597883224 seconds), -(Remote IP: 23.94.247.41, Remote port: 59134, Own port: 80, ConnectionDuration: 1.98729705811 seconds), -(Remote IP: 23.94.247.41, Remote port: 59190, Own port: 80, ConnectionDuration: 2.51707196236 seconds), -(Remote IP: 23.94.247.41, Remote port: 59283, Own port: 80, ConnectionDuration: 0.290932178497 seconds), -(Remote IP: 23.94.247.41, Remote port: 59350, Own port: 80, ConnectionDuration: 2.53660297394 seconds), -(Remote IP: 23.94.247.41, Remote port: 59451, Own port: 80, ConnectionDuration: 0.310012102127 seconds), -(Remote IP: 23.94.247.41, Remote port: 59475, Own port: 80, ConnectionDuration: 3.1269030571 seconds), -(Remote IP: 23.94.247.41, Remote port: 59536, Own port: 80, ConnectionDuration: 1.39414310455 seconds), -(Remote IP: 23.94.247.41, Remote port: 59581, Own port: 80, ConnectionDuration: 1.42778396606 seconds), -(Remote IP: 23.94.247.41, Remote port: 59723, Own port: 80, ConnectionDuration: 2.11151194572 seconds), -(Remote IP: 23.94.247.41, Remote port: 59783, Own port: 80, ConnectionDuration: 0.769247055054 seconds), -(Remote IP: 23.94.247.41, Remote port: 59817, Own port: 80, ConnectionDuration: 0.305217027664 seconds), -(Remote IP: 203.63.67.52, Remote port: 42640, Own port: 23, ConnectionDuration: 30.7813880444 seconds), -(Remote IP: 23.94.247.41, Remote port: 59873, Own port: 80, ConnectionDuration: 12.2270450592 seconds), -(Remote IP: 23.94.247.41, Remote port: 60091, Own port: 80, ConnectionDuration: 2.20859313011 seconds), -(Remote IP: 23.94.247.41, Remote port: 60156, Own port: 80, ConnectionDuration: 2.50116491318 seconds), -(Remote IP: 23.94.247.41, Remote port: 60245, Own port: 80, ConnectionDuration: 0.121034145355 seconds), -(Remote IP: 23.94.247.41, Remote port: 60303, Own port: 80, ConnectionDuration: 1.99670386314 seconds), -(Remote IP: 23.94.247.41, Remote port: 60358, Own port: 80, ConnectionDuration: 1.89596199989 seconds), -(Remote IP: 23.94.247.41, Remote port: 60400, Own port: 80, ConnectionDuration: 2.06826305389 seconds), -(Remote IP: 23.94.247.41, Remote port: 60508, Own port: 80, ConnectionDuration: 1.11221385002 seconds), -(Remote IP: 23.94.247.41, Remote port: 60571, Own port: 80, ConnectionDuration: 0.407461166382 seconds), -(Remote IP: 23.94.247.41, Remote port: 60616, Own port: 80, ConnectionDuration: 0.584406852722 seconds), -(Remote IP: 23.94.247.41, Remote port: 60670, Own port: 80, ConnectionDuration: 1.6050491333 seconds), -(Remote IP: 23.94.247.41, Remote port: 60722, Own port: 80, ConnectionDuration: 1.32115483284 seconds), -(Remote IP: 23.94.247.41, Remote port: 60790, Own port: 80, ConnectionDuration: 5.80404281616 seconds), -(Remote IP: 185.224.128.43, Remote port: 46562, Own port: 80, ConnectionDuration: 10.0011770725 seconds), -(Remote IP: 23.94.247.41, Remote port: 60944, Own port: 80, ConnectionDuration: 1.08311510086 seconds), -(Remote IP: 23.94.247.41, Remote port: 61010, Own port: 80, ConnectionDuration: 0.720987796783 seconds), -(Remote IP: 23.94.247.41, Remote port: 61060, Own port: 80, ConnectionDuration: 2.6092710495 seconds), -(Remote IP: 23.94.247.41, Remote port: 61129, Own port: 80, ConnectionDuration: 2.50268697739 seconds), -(Remote IP: 23.94.247.41, Remote port: 61205, Own port: 80, ConnectionDuration: 0.595891952515 seconds), -(Remote IP: 23.94.247.41, Remote port: 61263, Own port: 80, ConnectionDuration: 3.09581279755 seconds), -(Remote IP: 23.94.247.41, Remote port: 61327, Own port: 80, ConnectionDuration: 1.60742092133 seconds), -(Remote IP: 167.94.138.115, Remote port: 60062, Own port: 2380, ConnectionDuration: 3.03935813904 seconds), -(Remote IP: 167.94.138.115, Remote port: 60062, Own port: 2380, ConnectionDuration: 3.04000997543 seconds), -(Remote IP: 167.94.138.115, Remote port: 55888, Own port: 2380, ConnectionDuration: 0.23152089119 seconds), -(Remote IP: 167.94.138.115, Remote port: 55888, Own port: 2380, ConnectionDuration: 0.232889890671 seconds), -(Remote IP: 23.94.247.41, Remote port: 61388, Own port: 80, ConnectionDuration: 1.70704984665 seconds), -(Remote IP: 23.94.247.41, Remote port: 61471, Own port: 80, ConnectionDuration: 1.3134598732 seconds), -(Remote IP: 167.94.138.115, Remote port: 44590, Own port: 2380, ConnectionDuration: 4.23546791077 seconds), -(Remote IP: 167.94.138.115, Remote port: 44590, Own port: 2380, ConnectionDuration: 4.2361497879 seconds), -(Remote IP: 167.94.138.115, Remote port: 33876, Own port: 2380, ConnectionDuration: 0.135013103485 seconds), -(Remote IP: 167.94.138.115, Remote port: 33876, Own port: 2380, ConnectionDuration: 0.135610103607 seconds), -(Remote IP: 23.94.247.41, Remote port: 61532, Own port: 80, ConnectionDuration: 3.00033307076 seconds), -(Remote IP: 23.94.247.41, Remote port: 61589, Own port: 80, ConnectionDuration: 1.50152993202 seconds), -(Remote IP: 23.94.247.41, Remote port: 61663, Own port: 80, ConnectionDuration: 4.00329995155 seconds), -(Remote IP: 23.94.247.41, Remote port: 61789, Own port: 80, ConnectionDuration: 1.30864906311 seconds), -(Remote IP: 23.94.247.41, Remote port: 61854, Own port: 80, ConnectionDuration: 3.09189796448 seconds), -(Remote IP: 23.94.247.41, Remote port: 61928, Own port: 80, ConnectionDuration: 0.502404928207 seconds), -(Remote IP: 23.94.247.41, Remote port: 61964, Own port: 80, ConnectionDuration: 2.08734607697 seconds), -(Remote IP: 23.94.247.41, Remote port: 62022, Own port: 80, ConnectionDuration: 0.618311882019 seconds), -(Remote IP: 23.94.247.41, Remote port: 62053, Own port: 80, ConnectionDuration: 2.0166990757 seconds), -(Remote IP: 23.94.247.41, Remote port: 62096, Own port: 80, ConnectionDuration: 1.0154531002 seconds), -(Remote IP: 23.94.247.41, Remote port: 62160, Own port: 80, ConnectionDuration: 2.38098096848 seconds), -(Remote IP: 23.94.247.41, Remote port: 62250, Own port: 80, ConnectionDuration: 2.0115749836 seconds), -(Remote IP: 23.94.247.41, Remote port: 62310, Own port: 80, ConnectionDuration: 3.02856707573 seconds), -(Remote IP: 23.94.247.41, Remote port: 62429, Own port: 80, ConnectionDuration: 2.0781788826 seconds), -(Remote IP: 23.94.247.41, Remote port: 62478, Own port: 80, ConnectionDuration: 2.08467102051 seconds), -(Remote IP: 23.94.247.41, Remote port: 62548, Own port: 80, ConnectionDuration: 1.89803695679 seconds), -(Remote IP: 23.94.247.41, Remote port: 62610, Own port: 80, ConnectionDuration: 2.56610012054 seconds), -(Remote IP: 23.94.247.41, Remote port: 62744, Own port: 80, ConnectionDuration: 2.0098490715 seconds), -(Remote IP: 23.94.247.41, Remote port: 62800, Own port: 80, ConnectionDuration: 3.08056998253 seconds), -(Remote IP: 23.94.247.41, Remote port: 62878, Own port: 80, ConnectionDuration: 1.6157040596 seconds), -(Remote IP: 23.94.247.41, Remote port: 62923, Own port: 80, ConnectionDuration: 1.07462382317 seconds), -(Remote IP: 23.94.247.41, Remote port: 62984, Own port: 80, ConnectionDuration: 0.620424985886 seconds), -(Remote IP: 23.94.247.41, Remote port: 63031, Own port: 80, ConnectionDuration: 4.61124300957 seconds), -(Remote IP: 23.94.247.41, Remote port: 63137, Own port: 80, ConnectionDuration: 1.18379092216 seconds), -(Remote IP: 23.94.247.41, Remote port: 63232, Own port: 80, ConnectionDuration: 2.73461389542 seconds), -(Remote IP: 23.94.247.41, Remote port: 63287, Own port: 80, ConnectionDuration: 1.09585189819 seconds), -(Remote IP: 23.94.247.41, Remote port: 63317, Own port: 80, ConnectionDuration: 1.79687309265 seconds), -(Remote IP: 23.94.247.41, Remote port: 63369, Own port: 80, ConnectionDuration: 1.98214006424 seconds), -(Remote IP: 71.26.200.126, Remote port: 58586, Own port: 23, ConnectionDuration: 30.7708930969 seconds), -(Remote IP: 23.94.247.41, Remote port: 63501, Own port: 80, ConnectionDuration: 2.07116794586 seconds), -(Remote IP: 23.94.247.41, Remote port: 63588, Own port: 80, ConnectionDuration: 1.2727701664 seconds), -(Remote IP: 23.94.247.41, Remote port: 63659, Own port: 80, ConnectionDuration: 2.19277310371 seconds), -(Remote IP: 23.94.247.41, Remote port: 63744, Own port: 80, ConnectionDuration: 1.21134591103 seconds), -(Remote IP: 23.94.247.41, Remote port: 63786, Own port: 80, ConnectionDuration: 1.0052549839 seconds), -(Remote IP: 23.94.247.41, Remote port: 63838, Own port: 80, ConnectionDuration: 2.4149081707 seconds), -(Remote IP: 23.94.247.41, Remote port: 63901, Own port: 80, ConnectionDuration: 2.71747303009 seconds), -(Remote IP: 23.94.247.41, Remote port: 63997, Own port: 80, ConnectionDuration: 1.69727683067 seconds), -(Remote IP: 23.94.247.41, Remote port: 64066, Own port: 80, ConnectionDuration: 0.763641834259 seconds), -(Remote IP: 23.94.247.41, Remote port: 64133, Own port: 80, ConnectionDuration: 1.81505799294 seconds), -(Remote IP: 23.94.247.41, Remote port: 64175, Own port: 80, ConnectionDuration: 2.50023698807 seconds), -(Remote IP: 23.94.247.41, Remote port: 64257, Own port: 80, ConnectionDuration: 0.809308052063 seconds), -(Remote IP: 23.94.247.41, Remote port: 64338, Own port: 80, ConnectionDuration: 1.69532513618 seconds), -(Remote IP: 23.94.247.41, Remote port: 64406, Own port: 80, ConnectionDuration: 1.93396615982 seconds), -(Remote IP: 23.94.247.41, Remote port: 64475, Own port: 80, ConnectionDuration: 2.50278186798 seconds), -(Remote IP: 103.41.144.165, Remote port: 53706, Own port: 23, ConnectionDuration: 11.0632550716 seconds), -(Remote IP: 178.25.82.152, Remote port: 44756, Own port: 23, ConnectionDuration: 10.7780249119 seconds), -(Remote IP: 45.240.176.23, Remote port: 52270, Own port: 23, ConnectionDuration: 30.7508728504 seconds), -(Remote IP: 205.210.31.111, Remote port: 55807, Own port: 443, ConnectionDuration: 32.0377919674 seconds), -(Remote IP: 205.210.31.111, Remote port: 55807, Own port: 443, ConnectionDuration: 32.0387458801 seconds), -(Remote IP: 167.94.138.55, Remote port: 44102, Own port: 110, ConnectionDuration: 1.18519997597 seconds), -(Remote IP: 167.94.138.55, Remote port: 35842, Own port: 110, ConnectionDuration: 0.710521936417 seconds), -(Remote IP: 167.94.138.55, Remote port: 35842, Own port: 110, ConnectionDuration: 0.711726903915 seconds), -(Remote IP: 58.59.155.130, Remote port: 33780, Own port: 23, ConnectionDuration: 13.3080611229 seconds), -(Remote IP: 20.118.71.95, Remote port: 38170, Own port: 21, ConnectionDuration: 0.180341959 seconds), -(Remote IP: 175.9.247.9, Remote port: 41893, Own port: 23, ConnectionDuration: 10.3812468052 seconds), -(Remote IP: 91.210.197.4, Remote port: 56342, Own port: 80, ConnectionDuration: 0.211493015289 seconds), -(Remote IP: 162.142.125.10, Remote port: 38610, Own port: 554, ConnectionDuration: 3.83570194244 seconds), -(Remote IP: 162.142.125.10, Remote port: 38610, Own port: 554, ConnectionDuration: 3.83669710159 seconds), -(Remote IP: 167.250.157.201, Remote port: 60562, Own port: 23, ConnectionDuration: 10.2910740376 seconds), -(Remote IP: 112.102.171.81, Remote port: 37783, Own port: 23, ConnectionDuration: 10.5040669441 seconds), -(Remote IP: 76.153.35.162, Remote port: 50054, Own port: 23, ConnectionDuration: 30.9312560558 seconds), -(Remote IP: 198.235.24.178, Remote port: 57718, Own port: 3389, ConnectionDuration: 0.251848936081 seconds), -(Remote IP: 198.235.24.178, Remote port: 57722, Own port: 3389, ConnectionDuration: 0.250095844269 seconds), -(Remote IP: 198.235.24.178, Remote port: 57726, Own port: 3389, ConnectionDuration: 0.250998020172 seconds), -(Remote IP: 198.235.24.178, Remote port: 57736, Own port: 3389, ConnectionDuration: 0.251724004745 seconds), -(Remote IP: 198.235.24.178, Remote port: 57738, Own port: 3389, ConnectionDuration: 3.77919816971 seconds), -(Remote IP: 190.211.255.106, Remote port: 33372, Own port: 23, ConnectionDuration: 119.517673016 seconds), -(Remote IP: 190.211.255.106, Remote port: 33372, Own port: 23, ConnectionDuration: 119.518279076 seconds), -(Remote IP: 104.191.31.34, Remote port: 33253, Own port: 23, ConnectionDuration: 120.086922884 seconds), -(Remote IP: 104.191.31.34, Remote port: 33253, Own port: 23, ConnectionDuration: 120.087522984 seconds), -(Remote IP: 110.181.238.40, Remote port: 34711, Own port: 23, ConnectionDuration: 30.6232130527 seconds), -(Remote IP: 91.211.110.51, Remote port: 39409, Own port: 23, ConnectionDuration: 30.3773620129 seconds), -(Remote IP: 167.94.138.120, Remote port: 35734, Own port: 5000, ConnectionDuration: 3.06794691086 seconds), -(Remote IP: 167.94.138.120, Remote port: 35734, Own port: 5000, ConnectionDuration: 3.06881785393 seconds), -(Remote IP: 167.94.138.120, Remote port: 34666, Own port: 5000, ConnectionDuration: 0.199196815491 seconds), -(Remote IP: 167.94.138.120, Remote port: 34666, Own port: 5000, ConnectionDuration: 0.200908899307 seconds), -(Remote IP: 167.94.138.120, Remote port: 52512, Own port: 5000, ConnectionDuration: 3.8605029583 seconds), -(Remote IP: 167.94.138.120, Remote port: 52512, Own port: 5000, ConnectionDuration: 3.86136603355 seconds), -(Remote IP: 167.94.138.42, Remote port: 60648, Own port: 23, ConnectionDuration: 15.5406560898 seconds), -(Remote IP: 167.94.138.42, Remote port: 59294, Own port: 23, ConnectionDuration: 3.96615409851 seconds), -(Remote IP: 167.94.138.42, Remote port: 59294, Own port: 23, ConnectionDuration: 3.96665692329 seconds), -(Remote IP: 167.94.138.42, Remote port: 43060, Own port: 23, ConnectionDuration: 1.14147400856 seconds), -(Remote IP: 167.94.138.42, Remote port: 43060, Own port: 23, ConnectionDuration: 1.14192914963 seconds), -(Remote IP: 167.94.138.42, Remote port: 57056, Own port: 23, ConnectionDuration: 4.64156603813 seconds), -(Remote IP: 167.94.138.42, Remote port: 57056, Own port: 23, ConnectionDuration: 4.64205002785 seconds), -(Remote IP: 116.140.196.215, Remote port: 47037, Own port: 3389, ConnectionDuration: 0.000952005386353 seconds), -(Remote IP: 124.235.58.234, Remote port: 33157, Own port: 23, ConnectionDuration: 10.3866078854 seconds), -(Remote IP: 113.26.193.27, Remote port: 48146, Own port: 23, ConnectionDuration: 30.7539329529 seconds), -(Remote IP: 51.211.8.222, Remote port: 63772, Own port: 445, ConnectionDuration: 0.0097770690918 seconds), -(Remote IP: 210.4.123.20, Remote port: 59216, Own port: 445, ConnectionDuration: 76.2313220501 seconds), -(Remote IP: 210.4.123.20, Remote port: 59216, Own port: 445, ConnectionDuration: 76.2320640087 seconds), -(Remote IP: 210.4.123.20, Remote port: 59262, Own port: 445, ConnectionDuration: 76.1968410015 seconds), -(Remote IP: 210.4.123.20, Remote port: 59262, Own port: 445, ConnectionDuration: 76.19728899 seconds), -(Remote IP: 59.3.44.142, Remote port: 45839, Own port: 23, ConnectionDuration: 29.4532721043 seconds), -(Remote IP: 59.3.44.142, Remote port: 46754, Own port: 23, ConnectionDuration: 119.943395853 seconds), -(Remote IP: 59.3.44.142, Remote port: 46754, Own port: 23, ConnectionDuration: 119.943969011 seconds), -(Remote IP: 87.236.176.163, Remote port: 45455, Own port: 23, ConnectionDuration: 5.00054883957 seconds), -(Remote IP: 87.236.176.163, Remote port: 54195, Own port: 23, ConnectionDuration: 1.99949002266 seconds), -(Remote IP: 87.236.176.176, Remote port: 49999, Own port: 23, ConnectionDuration: 3.37603092194 seconds), -(Remote IP: 87.236.176.152, Remote port: 48371, Own port: 23, ConnectionDuration: 6.0009200573 seconds), -(Remote IP: 87.236.176.164, Remote port: 44165, Own port: 23, ConnectionDuration: 5.01970601082 seconds), -(Remote IP: 87.236.176.155, Remote port: 56585, Own port: 23, ConnectionDuration: 5.00094890594 seconds), -(Remote IP: 87.236.176.162, Remote port: 50519, Own port: 23, ConnectionDuration: 5.06008887291 seconds), -(Remote IP: 87.236.176.180, Remote port: 56649, Own port: 23, ConnectionDuration: 5.00143408775 seconds), -(Remote IP: 87.236.176.148, Remote port: 55881, Own port: 23, ConnectionDuration: 5.05971002579 seconds), -(Remote IP: 87.236.176.179, Remote port: 39105, Own port: 23, ConnectionDuration: 5.00041890144 seconds), -(Remote IP: 87.236.176.151, Remote port: 38181, Own port: 23, ConnectionDuration: 5.00312805176 seconds), -(Remote IP: 185.16.38.111, Remote port: 48536, Own port: 80, ConnectionDuration: 19.9861779213 seconds), -(Remote IP: 87.236.176.151, Remote port: 40495, Own port: 23, ConnectionDuration: 4.99994707108 seconds), -(Remote IP: 87.236.176.165, Remote port: 53979, Own port: 23, ConnectionDuration: 4.99990200996 seconds), -(Remote IP: 152.32.235.69, Remote port: 15286, Own port: 1111, ConnectionDuration: 5.99974489212 seconds), -(Remote IP: 87.236.176.165, Remote port: 50061, Own port: 23, ConnectionDuration: 2.00020813942 seconds), -(Remote IP: 87.236.176.151, Remote port: 44715, Own port: 23, ConnectionDuration: 3.1199400425 seconds), -(Remote IP: 112.103.129.12, Remote port: 52046, Own port: 23, ConnectionDuration: 11.4669630527 seconds), -(Remote IP: 47.107.74.197, Remote port: 57832, Own port: 23, ConnectionDuration: 31.7802159786 seconds), -(Remote IP: 80.75.212.75, Remote port: 34350, Own port: 9999, ConnectionDuration: 0.140905857086 seconds), -(Remote IP: 3.8.114.105, Remote port: 21239, Own port: 80, ConnectionDuration: 120.184335947 seconds), -(Remote IP: 3.8.114.105, Remote port: 21239, Own port: 80, ConnectionDuration: 120.18494606 seconds), -(Remote IP: 101.36.118.248, Remote port: 36992, Own port: 135, ConnectionDuration: 0.1669049263 seconds), -(Remote IP: 101.36.118.248, Remote port: 36998, Own port: 135, ConnectionDuration: 9.99974393845 seconds), -(Remote IP: 101.36.118.248, Remote port: 55486, Own port: 135, ConnectionDuration: 18.1644229889 seconds), -(Remote IP: 101.36.118.248, Remote port: 56388, Own port: 135, ConnectionDuration: 18.1886670589 seconds), -(Remote IP: 101.36.118.248, Remote port: 41982, Own port: 135, ConnectionDuration: 18.16654706 seconds), -(Remote IP: 101.36.118.248, Remote port: 55096, Own port: 135, ConnectionDuration: 18.1693899632 seconds), -(Remote IP: 101.36.118.248, Remote port: 49120, Own port: 135, ConnectionDuration: 18.1676380634 seconds), -(Remote IP: 101.36.118.248, Remote port: 44054, Own port: 135, ConnectionDuration: 18.1956748962 seconds), -(Remote IP: 101.36.118.248, Remote port: 45704, Own port: 135, ConnectionDuration: 18.1887161732 seconds), -(Remote IP: 124.57.206.22, Remote port: 39028, Own port: 23, ConnectionDuration: 11.3037209511 seconds), -(Remote IP: 162.216.150.181, Remote port: 60246, Own port: 80, ConnectionDuration: 3.24285507202 seconds), -(Remote IP: 101.36.118.248, Remote port: 45150, Own port: 135, ConnectionDuration: 48.9717969894 seconds), -(Remote IP: 144.0.23.107, Remote port: 38963, Own port: 23, ConnectionDuration: 11.4197108746 seconds), -(Remote IP: 36.91.222.100, Remote port: 46201, Own port: 3389, ConnectionDuration: 0.000953912734985 seconds), -(Remote IP: 120.211.137.183, Remote port: 45682, Own port: 23, ConnectionDuration: 11.1778898239 seconds), -(Remote IP: 27.205.101.249, Remote port: 43251, Own port: 23, ConnectionDuration: 11.6816859245 seconds), -(Remote IP: 59.152.149.84, Remote port: 55800, Own port: 23, ConnectionDuration: 30.614700079 seconds), -(Remote IP: 167.94.145.102, Remote port: 53524, Own port: 443, ConnectionDuration: 4.12344408035 seconds), -(Remote IP: 167.94.145.102, Remote port: 53524, Own port: 443, ConnectionDuration: 4.12414813042 seconds), -(Remote IP: 167.94.145.102, Remote port: 53558, Own port: 443, ConnectionDuration: 5.15319705009 seconds), -(Remote IP: 167.94.145.102, Remote port: 53558, Own port: 443, ConnectionDuration: 5.15476489067 seconds), -(Remote IP: 185.142.236.38, Remote port: 60180, Own port: 139, ConnectionDuration: 1.00050997734 seconds), -(Remote IP: 185.142.236.38, Remote port: 60812, Own port: 139, ConnectionDuration: 5.00042796135 seconds), -(Remote IP: 205.210.31.252, Remote port: 58892, Own port: 80, ConnectionDuration: 1.10399198532 seconds), -(Remote IP: 205.210.31.252, Remote port: 58892, Own port: 80, ConnectionDuration: 1.10455203056 seconds), -(Remote IP: 205.210.31.252, Remote port: 58880, Own port: 80, ConnectionDuration: 1.42615413666 seconds), -(Remote IP: 187.45.107.113, Remote port: 38033, Own port: 23, ConnectionDuration: 30.8116571903 seconds), -(Remote IP: 175.11.134.64, Remote port: 33935, Own port: 23, ConnectionDuration: 10.3533859253 seconds), -(Remote IP: 113.25.227.33, Remote port: 54130, Own port: 23, ConnectionDuration: 30.6492400169 seconds), -(Remote IP: 123.175.100.28, Remote port: 60442, Own port: 23, ConnectionDuration: 30.6335968971 seconds), -(Remote IP: 102.40.3.249, Remote port: 44510, Own port: 23, ConnectionDuration: 29.9403970242 seconds), -(Remote IP: 190.153.131.246, Remote port: 57547, Own port: 23, ConnectionDuration: 30.7671649456 seconds), -(Remote IP: 45.156.128.45, Remote port: 48484, Own port: 443, ConnectionDuration: 0.132011175156 seconds), -(Remote IP: 124.244.203.6, Remote port: 59100, Own port: 23, ConnectionDuration: 30.7032730579 seconds), -(Remote IP: 45.156.128.45, Remote port: 47896, Own port: 443, ConnectionDuration: 0.131330966949 seconds), -(Remote IP: 119.194.90.138, Remote port: 52038, Own port: 23, ConnectionDuration: 30.7116458416 seconds), -(Remote IP: 221.160.75.224, Remote port: 56779, Own port: 23, ConnectionDuration: 11.1192770004 seconds), -(Remote IP: 51.211.8.222, Remote port: 61451, Own port: 445, ConnectionDuration: 0.391247034073 seconds), -(Remote IP: 51.211.8.222, Remote port: 51358, Own port: 445, ConnectionDuration: 0.39341211319 seconds), -(Remote IP: 51.211.8.222, Remote port: 50550, Own port: 445, ConnectionDuration: 0.395197153091 seconds), -(Remote IP: 51.211.8.222, Remote port: 54188, Own port: 445, ConnectionDuration: 0.391817808151 seconds), -(Remote IP: 51.211.8.222, Remote port: 53650, Own port: 445, ConnectionDuration: 0.390514135361 seconds), -(Remote IP: 51.211.8.222, Remote port: 56725, Own port: 445, ConnectionDuration: 0.391014099121 seconds), -(Remote IP: 51.211.8.222, Remote port: 57497, Own port: 445, ConnectionDuration: 0.392205953598 seconds), -(Remote IP: 51.211.8.222, Remote port: 59692, Own port: 445, ConnectionDuration: 0.386835098267 seconds), -(Remote IP: 64.62.197.210, Remote port: 16877, Own port: 80, ConnectionDuration: 0.0279359817505 seconds), -(Remote IP: 51.211.8.222, Remote port: 59745, Own port: 445, ConnectionDuration: 0.390575170517 seconds), -(Remote IP: 51.211.8.222, Remote port: 62663, Own port: 445, ConnectionDuration: 0.386260032654 seconds), -(Remote IP: 51.211.8.222, Remote port: 62606, Own port: 445, ConnectionDuration: 0.386930942535 seconds), -(Remote IP: 51.211.8.222, Remote port: 49298, Own port: 445, ConnectionDuration: 0.390267133713 seconds), -(Remote IP: 51.211.8.222, Remote port: 64570, Own port: 445, ConnectionDuration: 0.403268814087 seconds), -(Remote IP: 51.211.8.222, Remote port: 51532, Own port: 445, ConnectionDuration: 0.389024972916 seconds), -(Remote IP: 51.211.8.222, Remote port: 50662, Own port: 445, ConnectionDuration: 0.39279794693 seconds), -(Remote IP: 51.211.8.222, Remote port: 54113, Own port: 445, ConnectionDuration: 0.400134086609 seconds), -(Remote IP: 51.211.8.222, Remote port: 51989, Own port: 445, ConnectionDuration: 0.387638092041 seconds), -(Remote IP: 51.211.8.222, Remote port: 57052, Own port: 445, ConnectionDuration: 0.391880989075 seconds), -(Remote IP: 51.211.8.222, Remote port: 53970, Own port: 445, ConnectionDuration: 0.3880879879 seconds), -(Remote IP: 51.211.8.222, Remote port: 58429, Own port: 445, ConnectionDuration: 0.387141942978 seconds), -(Remote IP: 113.26.49.196, Remote port: 58293, Own port: 23, ConnectionDuration: 30.1049098969 seconds), -(Remote IP: 113.26.49.196, Remote port: 58287, Own port: 23, ConnectionDuration: 30.6178019047 seconds), -(Remote IP: 51.211.8.222, Remote port: 54994, Own port: 445, ConnectionDuration: 0.384794950485 seconds), -(Remote IP: 51.211.8.222, Remote port: 60071, Own port: 445, ConnectionDuration: 0.38568520546 seconds), -(Remote IP: 51.211.8.222, Remote port: 55762, Own port: 445, ConnectionDuration: 0.393461227417 seconds), -(Remote IP: 51.211.8.222, Remote port: 61828, Own port: 445, ConnectionDuration: 0.393790006638 seconds), -(Remote IP: 51.211.8.222, Remote port: 57118, Own port: 445, ConnectionDuration: 0.3983938694 seconds), -(Remote IP: 51.211.8.222, Remote port: 62739, Own port: 445, ConnectionDuration: 0.388520002365 seconds), -(Remote IP: 51.211.8.222, Remote port: 57094, Own port: 445, ConnectionDuration: 0.393776893616 seconds), -(Remote IP: 51.211.8.222, Remote port: 64541, Own port: 445, ConnectionDuration: 0.391911029816 seconds), -(Remote IP: 51.211.8.222, Remote port: 57410, Own port: 445, ConnectionDuration: 0.415620088577 seconds), -(Remote IP: 51.211.8.222, Remote port: 49466, Own port: 445, ConnectionDuration: 0.385152101517 seconds), -(Remote IP: 51.211.8.222, Remote port: 57116, Own port: 445, ConnectionDuration: 0.397091150284 seconds), -(Remote IP: 51.211.8.222, Remote port: 50472, Own port: 445, ConnectionDuration: 0.407493829727 seconds), -(Remote IP: 51.211.8.222, Remote port: 57905, Own port: 445, ConnectionDuration: 0.391199827194 seconds), -(Remote IP: 51.211.8.222, Remote port: 51003, Own port: 445, ConnectionDuration: 0.391533851624 seconds), -(Remote IP: 58.101.210.7, Remote port: 57873, Own port: 23, ConnectionDuration: 30.8431329727 seconds), -(Remote IP: 51.211.8.222, Remote port: 58372, Own port: 445, ConnectionDuration: 0.393557071686 seconds), -(Remote IP: 51.211.8.222, Remote port: 50155, Own port: 445, ConnectionDuration: 0.399410963058 seconds), -(Remote IP: 91.92.133.21, Remote port: 59803, Own port: 23, ConnectionDuration: 11.5546751022 seconds), -(Remote IP: 198.235.24.34, Remote port: 65130, Own port: 5000, ConnectionDuration: 0.140399932861 seconds), -(Remote IP: 51.211.8.222, Remote port: 59524, Own port: 445, ConnectionDuration: 0.396143913269 seconds), -(Remote IP: 51.211.8.222, Remote port: 49506, Own port: 445, ConnectionDuration: 0.389647960663 seconds), -(Remote IP: 51.211.8.222, Remote port: 59306, Own port: 445, ConnectionDuration: 0.402508974075 seconds), -(Remote IP: 51.211.8.222, Remote port: 49264, Own port: 445, ConnectionDuration: 0.384989023209 seconds), -(Remote IP: 51.211.8.222, Remote port: 59369, Own port: 445, ConnectionDuration: 0.38983798027 seconds), -(Remote IP: 51.211.8.222, Remote port: 64706, Own port: 445, ConnectionDuration: 0.393854856491 seconds), -(Remote IP: 51.211.8.222, Remote port: 58185, Own port: 445, ConnectionDuration: 0.398753166199 seconds), -(Remote IP: 51.211.8.222, Remote port: 63663, Own port: 445, ConnectionDuration: 0.394968986511 seconds), -(Remote IP: 51.211.8.222, Remote port: 57427, Own port: 445, ConnectionDuration: 0.393551111221 seconds), -(Remote IP: 51.211.8.222, Remote port: 63568, Own port: 445, ConnectionDuration: 0.388804912567 seconds), -(Remote IP: 51.211.8.222, Remote port: 55713, Own port: 445, ConnectionDuration: 0.395915031433 seconds), -(Remote IP: 51.211.8.222, Remote port: 61381, Own port: 445, ConnectionDuration: 0.561474084854 seconds), -(Remote IP: 113.26.49.196, Remote port: 60005, Own port: 23, ConnectionDuration: 31.0653579235 seconds), -(Remote IP: 113.26.49.196, Remote port: 60004, Own port: 23, ConnectionDuration: 31.0583930016 seconds), -(Remote IP: 51.211.8.222, Remote port: 54292, Own port: 445, ConnectionDuration: 0.39554309845 seconds), -(Remote IP: 51.211.8.222, Remote port: 60239, Own port: 445, ConnectionDuration: 0.389290094376 seconds), -(Remote IP: 51.211.8.222, Remote port: 52148, Own port: 445, ConnectionDuration: 0.389553070068 seconds), -(Remote IP: 51.211.8.222, Remote port: 58892, Own port: 445, ConnectionDuration: 0.399523019791 seconds), -(Remote IP: 51.211.8.222, Remote port: 50031, Own port: 445, ConnectionDuration: 0.406898021698 seconds), -(Remote IP: 51.211.8.222, Remote port: 56732, Own port: 445, ConnectionDuration: 0.399327039719 seconds), -(Remote IP: 51.211.8.222, Remote port: 63849, Own port: 445, ConnectionDuration: 0.393146038055 seconds), -(Remote IP: 51.211.8.222, Remote port: 53943, Own port: 445, ConnectionDuration: 0.427034854889 seconds), -(Remote IP: 51.211.8.222, Remote port: 60586, Own port: 445, ConnectionDuration: 0.387724161148 seconds), -(Remote IP: 185.242.226.7, Remote port: 47468, Own port: 443, ConnectionDuration: 0.981091022491 seconds), -(Remote IP: 185.242.226.7, Remote port: 47468, Own port: 443, ConnectionDuration: 0.982712984085 seconds), -(Remote IP: 51.211.8.222, Remote port: 51207, Own port: 445, ConnectionDuration: 0.389168024063 seconds), -(Remote IP: 51.211.8.222, Remote port: 56730, Own port: 445, ConnectionDuration: 0.402443170547 seconds), -(Remote IP: 51.211.8.222, Remote port: 63880, Own port: 445, ConnectionDuration: 0.390352964401 seconds), -(Remote IP: 51.211.8.222, Remote port: 53264, Own port: 445, ConnectionDuration: 0.397287845612 seconds), -(Remote IP: 51.211.8.222, Remote port: 60705, Own port: 445, ConnectionDuration: 0.394397974014 seconds), -(Remote IP: 51.211.8.222, Remote port: 49523, Own port: 445, ConnectionDuration: 0.390722036362 seconds), -(Remote IP: 184.105.139.68, Remote port: 19914, Own port: 2101, ConnectionDuration: 0.0911149978638 seconds), -(Remote IP: 199.45.154.67, Remote port: 50544, Own port: 110, ConnectionDuration: 0.453088998795 seconds), -(Remote IP: 51.211.8.222, Remote port: 56706, Own port: 445, ConnectionDuration: 0.388885974884 seconds), -(Remote IP: 199.45.154.67, Remote port: 50550, Own port: 110, ConnectionDuration: 0.219604969025 seconds), -(Remote IP: 199.45.154.67, Remote port: 50550, Own port: 110, ConnectionDuration: 0.220811128616 seconds), -(Remote IP: 51.211.8.222, Remote port: 63052, Own port: 445, ConnectionDuration: 0.395541191101 seconds), -(Remote IP: 51.211.8.222, Remote port: 52089, Own port: 445, ConnectionDuration: 0.389792919159 seconds), -(Remote IP: 65.49.1.50, Remote port: 33949, Own port: 80, ConnectionDuration: 0.0272829532623 seconds), -(Remote IP: 113.26.49.196, Remote port: 54530, Own port: 23, ConnectionDuration: 30.857309103 seconds), -(Remote IP: 65.49.1.47, Remote port: 42463, Own port: 80, ConnectionDuration: 0.025890827179 seconds), -(Remote IP: 65.49.1.46, Remote port: 11813, Own port: 80, ConnectionDuration: 0.0259039402008 seconds), -(Remote IP: 113.26.49.196, Remote port: 57772, Own port: 23, ConnectionDuration: 30.3281080723 seconds), -(Remote IP: 219.102.68.15, Remote port: 46252, Own port: 23, ConnectionDuration: 30.7267551422 seconds), -(Remote IP: 117.241.232.228, Remote port: 53603, Own port: 23, ConnectionDuration: 10.1050240993 seconds), -(Remote IP: 37.37.228.22, Remote port: 33490, Own port: 23, ConnectionDuration: 11.0107989311 seconds), -(Remote IP: 178.116.246.142, Remote port: 46492, Own port: 23, ConnectionDuration: 120.891488075 seconds), -(Remote IP: 178.116.246.142, Remote port: 46492, Own port: 23, ConnectionDuration: 120.892061949 seconds), -(Remote IP: 223.8.39.95, Remote port: 50638, Own port: 23, ConnectionDuration: 31.8071091175 seconds), -(Remote IP: 59.173.81.64, Remote port: 33211, Own port: 23, ConnectionDuration: 10.3629720211 seconds), -(Remote IP: 165.154.48.24, Remote port: 33744, Own port: 8080, ConnectionDuration: 10.001707077 seconds), -(Remote IP: 44.220.185.101, Remote port: 34050, Own port: 1900, ConnectionDuration: 10.0014181137 seconds), -(Remote IP: 44.220.185.101, Remote port: 39896, Own port: 1900, ConnectionDuration: 5.00167107582 seconds), -(Remote IP: 113.26.49.196, Remote port: 34404, Own port: 23, ConnectionDuration: 30.7160308361 seconds), -(Remote IP: 111.61.191.213, Remote port: 44334, Own port: 23, ConnectionDuration: 11.4790251255 seconds), -(Remote IP: 146.19.24.28, Remote port: 51572, Own port: 80, ConnectionDuration: 9.99897313118 seconds), -(Remote IP: 167.62.61.58, Remote port: 2944, Own port: 445, ConnectionDuration: 21.3365809917 seconds), -(Remote IP: 167.62.61.58, Remote port: 2944, Own port: 445, ConnectionDuration: 21.3373219967 seconds), -(Remote IP: 167.62.61.58, Remote port: 2991, Own port: 445, ConnectionDuration: 21.2525920868 seconds), -(Remote IP: 167.62.61.58, Remote port: 2991, Own port: 445, ConnectionDuration: 21.2531900406 seconds), -(Remote IP: 36.97.162.129, Remote port: 51294, Own port: 23, ConnectionDuration: 30.6497249603 seconds), -(Remote IP: 80.75.212.75, Remote port: 34316, Own port: 9999, ConnectionDuration: 0.136332035065 seconds), -(Remote IP: 190.211.255.106, Remote port: 37822, Own port: 23, ConnectionDuration: 119.762928009 seconds), -(Remote IP: 190.211.255.106, Remote port: 37822, Own port: 23, ConnectionDuration: 119.763424158 seconds), -(Remote IP: 87.236.176.199, Remote port: 56663, Own port: 139, ConnectionDuration: 9.14374303818 seconds), -(Remote IP: 87.236.176.199, Remote port: 39091, Own port: 139, ConnectionDuration: 3.0582549572 seconds), -(Remote IP: 123.20.26.162, Remote port: 52628, Own port: 445, ConnectionDuration: 0.194989919662 seconds), -(Remote IP: 123.20.26.162, Remote port: 52632, Own port: 445, ConnectionDuration: 0.426693916321 seconds), -(Remote IP: 123.20.26.162, Remote port: 52690, Own port: 445, ConnectionDuration: 32.974118948 seconds), -(Remote IP: 123.20.26.162, Remote port: 53250, Own port: 445, ConnectionDuration: 0.00109100341797 seconds), -(Remote IP: 123.20.26.162, Remote port: 53250, Own port: 445, ConnectionDuration: 0.00181889533997 seconds), -(Remote IP: 123.20.26.162, Remote port: 64199, Own port: 445, ConnectionDuration: 33.2773170471 seconds), -(Remote IP: 113.26.49.196, Remote port: 40650, Own port: 23, ConnectionDuration: 30.9237520695 seconds), -(Remote IP: 198.235.24.195, Remote port: 49772, Own port: 80, ConnectionDuration: 32.1573030949 seconds), -(Remote IP: 198.235.24.195, Remote port: 49772, Own port: 80, ConnectionDuration: 32.1579170227 seconds), -(Remote IP: 118.193.72.187, Remote port: 50696, Own port: 139, ConnectionDuration: 18.0000269413 seconds), -(Remote IP: 118.193.72.187, Remote port: 49550, Own port: 139, ConnectionDuration: 10.0005509853 seconds), -(Remote IP: 118.193.72.187, Remote port: 37718, Own port: 139, ConnectionDuration: 20.0005190372 seconds), -(Remote IP: 118.193.72.187, Remote port: 46234, Own port: 139, ConnectionDuration: 18.1778080463 seconds), -(Remote IP: 118.193.72.187, Remote port: 45578, Own port: 139, ConnectionDuration: 17.9997010231 seconds), -(Remote IP: 118.193.72.187, Remote port: 53652, Own port: 139, ConnectionDuration: 18.000248909 seconds), -(Remote IP: 118.193.72.187, Remote port: 44054, Own port: 139, ConnectionDuration: 17.9995558262 seconds), -(Remote IP: 3.8.114.105, Remote port: 54270, Own port: 80, ConnectionDuration: 0.13290309906 seconds), -(Remote IP: 113.26.49.196, Remote port: 43491, Own port: 23, ConnectionDuration: 31.5562701225 seconds), -(Remote IP: 118.193.72.187, Remote port: 57240, Own port: 139, ConnectionDuration: 27.5982561111 seconds), -(Remote IP: 118.193.72.187, Remote port: 41920, Own port: 139, ConnectionDuration: 8.88260006905 seconds), -(Remote IP: 118.193.72.187, Remote port: 33836, Own port: 139, ConnectionDuration: 18.2392241955 seconds), From 9c99c878b558fdb180fcc742a376274bba8e2376 Mon Sep 17 00:00:00 2001 From: aichimzh <167626664+aichimzh@users.noreply.github.com> Date: Thu, 2 May 2024 17:39:48 +0800 Subject: [PATCH 06/27] Update shellcode_mgr_core.py --- core/shellcode_mgr_core.py | 95 +++++++++++++++++++++++++------------- 1 file changed, 63 insertions(+), 32 deletions(-) diff --git a/core/shellcode_mgr_core.py b/core/shellcode_mgr_core.py index f3bcf22..6631ee2 100644 --- a/core/shellcode_mgr_core.py +++ b/core/shellcode_mgr_core.py @@ -1784,40 +1784,71 @@ def handle_lichtenfels(self, key, dec_shellcode): return True return False - def write_hexdump(self, shellcode=None, extension=None, ownPort="None"): - """Write unknown/undetected shellcode as a hexdump to disc for later analysis + import os +import requests + + + + def __init__(self, hexdump_dir="hexdumps", api_key="YOUR_VIRUSTOTAL_API_KEY"): + self.hexdump_dir = hexdump_dir + self.api_key = api_key + + def write_hexdump(self, shellcode=None, extension=None, ownPort="None"): + if not shellcode: + file_data = "".join(self.shellcode) + else: + file_data = "".join(shellcode) + + if len(file_data) == 0 or (extension == "MS03049" and ( + file_data.count('PIPE') >= 2 or file_data.count('\x50\x00\x49\x00\x50\x00\x45') >= 2)) or len( + file_data) < 100: + return + + hash = md5(file_data.encode()) + digest = hash.hexdigest() + + if extension != None: + filename = f"{self.hexdump_dir}/{extension.strip()}-{digest}-{ownPort}.hex" + else: + filename = f"{self.hexdump_dir}/{digest}-{ownPort}.hex" + + if os.path.exists(filename): + print(f"Hexdump {filename} already exists. Skipping...") + return True + + # Query VirusTotal + response = self.query_virustotal(file_data) + if response: + print("Recorded by VirusTotal") + # Add recorded (VT) to the filename + filename = filename.replace(".hex", "_recorded(VT).hex") + else: + print("Failed to query VirusTotal API") + + try: + # Write hexdump to file + with open(filename, 'a+') as fp: + fp.write(file_data) + print(f"Hexdump written to {filename}") + + except IOError as e: + print(f"Failed to write hexdump: {e}") + return False + + return True + + def query_virustotal(self, file_data): + url = 'https://www.virustotal.com/api/v3/files' + headers = {'x-apikey': self.api_key} + data = {'content': file_data} + response = requests.post(url, headers=headers, data=data) + if response.status_code == 200: + result = response.json() + return result + else: + return None - Keyword arguments: - shellcode -- specific shellcode that was not detected (default None, i.e. use global self.shellcode) - extension -- use specifial extension on stored hexdump (default None) - ownPort -- attach the network port of the vulnerability that was exploited to filename (default "None") - """ - if not shellcode: - file_data = "".join(self.shellcode) - else: - file_data = "".join(shellcode) - ### ignore zero size hexdumps - if len(file_data)==0 or (extension=="MS03049" and (file_data.count('PIPE')>=2 or file_data.count('\x50\x00\x49\x00\x50\x00\x45')>=2)) or len(file_data)<100: - return - ### generate md5 fingerprint of shellcode - hash = md5(file_data) - digest = hash.hexdigest() - if extension!=None: - filename = "hexdumps/%s-%s-%s.hex" % (extension.strip(), digest, ownPort) - else: - filename = "hexdumps/%s-%s.hex" % (digest, ownPort) - ### write hexdump to disc - if not ospath.exists(filename): - try: - fp = open(filename, 'a+') - fp.write(file_data) - fp.close() - self.log_obj.log("(%s) no match, writing hexdump (%s :%s) - %s" % (self.attIP, digest, len(file_data), self.resultSet['vulnname']), 9, "warn", True, True) - except IOError, e: - self.log_obj.log("(%s) failed writing hexdump (%s) (%s :%s) - %s" % (self.attIP, e, digest, len(file_data), self.resultSet['vulnname']), 9, "crit", True, True) - return False - return True def match_direct_file(self, dec_shellcode=None): """Check if given shellcode is an executable file From 61c7087c0499a934d91aeb3e710d25b6b0e46bff Mon Sep 17 00:00:00 2001 From: aichimzh <167626664+aichimzh@users.noreply.github.com> Date: Thu, 2 May 2024 17:58:16 +0800 Subject: [PATCH 07/27] Update shellcode_mgr_core.py --- core/shellcode_mgr_core.py | 101 ++++++++++++++++++------------------- 1 file changed, 49 insertions(+), 52 deletions(-) diff --git a/core/shellcode_mgr_core.py b/core/shellcode_mgr_core.py index 6631ee2..1510012 100644 --- a/core/shellcode_mgr_core.py +++ b/core/shellcode_mgr_core.py @@ -12,6 +12,8 @@ try: import psyco ; psyco.full() from psyco.classes import * + import os + import requests except ImportError: pass @@ -31,7 +33,8 @@ from amun_logging import amun_logging class shell_mgr: - def __init__(self, decodersDict, shLogger, config_dict): + def __init__(self, decodersDict, shLogger, config_dict, self, hexdump_dir="hexdumps", api_key="YOUR_VIRUSTOTAL_API_KEY"): + """initialize shellcode decoder class Keyword arguments: @@ -53,6 +56,8 @@ def __init__(self, decodersDict, shLogger, config_dict): self.log_obj = amun_logging("shellcode_manager", shLogger) ### load shellcodes self.decodersDict = decodersDict + self.hexdump_dir = hexdump_dir + self.api_key = api_key def getNewResultSet(self, vulnName, attIP, ownIP): """Return a new empty result set to be used for detected shellcode @@ -1784,70 +1789,62 @@ def handle_lichtenfels(self, key, dec_shellcode): return True return False - import os -import requests - - - - def __init__(self, hexdump_dir="hexdumps", api_key="YOUR_VIRUSTOTAL_API_KEY"): - self.hexdump_dir = hexdump_dir - self.api_key = api_key - def write_hexdump(self, shellcode=None, extension=None, ownPort="None"): - if not shellcode: - file_data = "".join(self.shellcode) - else: - file_data = "".join(shellcode) + + def write_hexdump(self, shellcode=None, extension=None, ownPort="None"): + if not shellcode: + file_data = "".join(self.shellcode) + else: + file_data = "".join(shellcode) - if len(file_data) == 0 or (extension == "MS03049" and ( + if len(file_data) == 0 or (extension == "MS03049" and ( file_data.count('PIPE') >= 2 or file_data.count('\x50\x00\x49\x00\x50\x00\x45') >= 2)) or len( file_data) < 100: - return + return - hash = md5(file_data.encode()) - digest = hash.hexdigest() + hash = md5(file_data.encode()) + digest = hash.hexdigest() - if extension != None: - filename = f"{self.hexdump_dir}/{extension.strip()}-{digest}-{ownPort}.hex" - else: - filename = f"{self.hexdump_dir}/{digest}-{ownPort}.hex" + if extension != None: + filename = f"{self.hexdump_dir}/{extension.strip()}-{digest}-{ownPort}.hex" + else: + filename = f"{self.hexdump_dir}/{digest}-{ownPort}.hex" - if os.path.exists(filename): - print(f"Hexdump {filename} already exists. Skipping...") - return True + if os.path.exists(filename): + print(f"Hexdump {filename} already exists. Skipping...") + return True # Query VirusTotal - response = self.query_virustotal(file_data) - if response: - print("Recorded by VirusTotal") + response = self.query_virustotal(file_data) + if response: + print("Recorded by VirusTotal") # Add recorded (VT) to the filename - filename = filename.replace(".hex", "_recorded(VT).hex") - else: - print("Failed to query VirusTotal API") + filename = filename.replace(".hex", "_recorded(VT).hex") + else: + print("Failed to query VirusTotal API") - try: + try: # Write hexdump to file - with open(filename, 'a+') as fp: - fp.write(file_data) - print(f"Hexdump written to {filename}") - - except IOError as e: - print(f"Failed to write hexdump: {e}") - return False - - return True - - def query_virustotal(self, file_data): - url = 'https://www.virustotal.com/api/v3/files' - headers = {'x-apikey': self.api_key} - data = {'content': file_data} - response = requests.post(url, headers=headers, data=data) - if response.status_code == 200: - result = response.json() - return result - else: - return None + with open(filename, 'a+') as fp: + fp.write(file_data) + print(f"Hexdump written to {filename}") + + except IOError as e: + print(f"Failed to write hexdump: {e}") + return False + + return True + def query_virustotal(self, file_data): + url = 'https://www.virustotal.com/api/v3/files' + headers = {'x-apikey': self.api_key} + data = {'content': file_data} + response = requests.post(url, headers=headers, data=data) + if response.status_code == 200: + result = response.json() + return result + else: + return None def match_direct_file(self, dec_shellcode=None): From cfeb51c5fb2ea5a911e04e81f3d5badd2641a815 Mon Sep 17 00:00:00 2001 From: aichimzh <167626664+aichimzh@users.noreply.github.com> Date: Thu, 2 May 2024 18:18:41 +0800 Subject: [PATCH 08/27] Update shellcode_mgr_core.py --- core/shellcode_mgr_core.py | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/core/shellcode_mgr_core.py b/core/shellcode_mgr_core.py index 1510012..98c6db9 100644 --- a/core/shellcode_mgr_core.py +++ b/core/shellcode_mgr_core.py @@ -1806,12 +1806,12 @@ def write_hexdump(self, shellcode=None, extension=None, ownPort="None"): digest = hash.hexdigest() if extension != None: - filename = f"{self.hexdump_dir}/{extension.strip()}-{digest}-{ownPort}.hex" + filename = "{}/{}-{}-{}.hex".format(self.hexdump_dir, extension.strip(), digest, ownPort) else: - filename = f"{self.hexdump_dir}/{digest}-{ownPort}.hex" + filename = "{}/{}-{}.hex".format(self.hexdump_dir, digest, ownPort) if os.path.exists(filename): - print(f"Hexdump {filename} already exists. Skipping...") + print("Hexdump {} already exists. Skipping...".format(filename)) return True # Query VirusTotal @@ -1826,11 +1826,15 @@ def write_hexdump(self, shellcode=None, extension=None, ownPort="None"): try: # Write hexdump to file with open(filename, 'a+') as fp: - fp.write(file_data) - print(f"Hexdump written to {filename}") + + + fp.write(file_data) + print("Hexdump written to {}".format(filename)) except IOError as e: - print(f"Failed to write hexdump: {e}") + print("Failed to write hexdump: {}".format(e)) + + return False return True From 9b4e98cdec00805ad85eb5153b849fc9fda47d9f Mon Sep 17 00:00:00 2001 From: aichimzh <167626664+aichimzh@users.noreply.github.com> Date: Thu, 2 May 2024 21:24:48 +0800 Subject: [PATCH 09/27] Update shellcode_mgr_core.py --- core/shellcode_mgr_core.py | 87 +++++++++++++++++++------------------- 1 file changed, 43 insertions(+), 44 deletions(-) diff --git a/core/shellcode_mgr_core.py b/core/shellcode_mgr_core.py index 98c6db9..10d9f8d 100644 --- a/core/shellcode_mgr_core.py +++ b/core/shellcode_mgr_core.py @@ -1790,54 +1790,53 @@ def handle_lichtenfels(self, key, dec_shellcode): return False + def write_hexdump(self, shellcode=None, extension=None, ownPort="None"): if not shellcode: - file_data = "".join(self.shellcode) - else: - file_data = "".join(shellcode) - - if len(file_data) == 0 or (extension == "MS03049" and ( - file_data.count('PIPE') >= 2 or file_data.count('\x50\x00\x49\x00\x50\x00\x45') >= 2)) or len( - file_data) < 100: - return - - hash = md5(file_data.encode()) - digest = hash.hexdigest() - - if extension != None: - filename = "{}/{}-{}-{}.hex".format(self.hexdump_dir, extension.strip(), digest, ownPort) - else: - filename = "{}/{}-{}.hex".format(self.hexdump_dir, digest, ownPort) - - if os.path.exists(filename): - print("Hexdump {} already exists. Skipping...".format(filename)) - return True - - # Query VirusTotal - response = self.query_virustotal(file_data) - if response: - print("Recorded by VirusTotal") - # Add recorded (VT) to the filename - filename = filename.replace(".hex", "_recorded(VT).hex") - else: - print("Failed to query VirusTotal API") - - try: - # Write hexdump to file - with open(filename, 'a+') as fp: - - - fp.write(file_data) - print("Hexdump written to {}".format(filename)) - - except IOError as e: - print("Failed to write hexdump: {}".format(e)) - - - return False + file_data = "".join(self.shellcode) + else: + file_data = "".join(shellcode) + ### ignore zero size hexdumps + if len(file_data)==0 or (extension=="MS03049" and (file_data.count('PIPE')>=2 or file_data.count('\x50\x00\x49\x00\x50\x00\x45')>=2)) or len(file_data)<100: + return + ### generate md5 fingerprint of shellcode + hash = md5(file_data) + digest = hash.hexdigest() + if extension!=None: + filename = "hexdumps/%s-%s-%s.hex" % (extension.strip(), digest, ownPort) + else: + filename = "hexdumps/%s-%s.hex" % (digest, ownPort) + + + + if not ospath.exists(filename): + response = self.query_virustotal(digest) + if response: + #print(filename + "Recorded by VirusTotal") + + try: + fp = open(filename, 'a+') + fp.write(file_data) + fp.close() + filename = filename.replace(".hex", "_recorded(VT).hex") + self.log_obj.log("(%s) no match, writing hexdump (%s :%s) - %s Recorded by VT" % (self.attIP, digest, len(file_data), self.resultSet['vulnname']), 9, "warn", True, True) + except IOError, e: + self.log_obj.log("(%s) failed writing hexdump (%s) (%s :%s) - %s" % (self.attIP, e, digest, len(file_data), self.resultSet['vulnname']), 9, "crit", True, True) + return False - return True + else: + try: + fp = open(filename, 'a+') + fp.write(file_data) + fp.close() + self.log_obj.log("(%s) no match, writing hexdump (%s :%s) - %s" % (self.attIP, digest, len(file_data), self.resultSet['vulnname']), 9, "warn", True, True) + except IOError, e: + + self.log_obj.log("(%s) failed writing hexdump (%s) (%s :%s) - %s" % (self.attIP, e, digest, len(file_data), self.resultSet['vulnname']), 9, "crit", True, True) + return False + return True + def query_virustotal(self, file_data): url = 'https://www.virustotal.com/api/v3/files' From c8b7d299f531caf19d288640b84f6f799232dfda Mon Sep 17 00:00:00 2001 From: aichimzh <167626664+aichimzh@users.noreply.github.com> Date: Thu, 2 May 2024 21:31:03 +0800 Subject: [PATCH 10/27] Update shellcode_mgr_core.py --- core/shellcode_mgr_core.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/shellcode_mgr_core.py b/core/shellcode_mgr_core.py index 10d9f8d..13eeb5b 100644 --- a/core/shellcode_mgr_core.py +++ b/core/shellcode_mgr_core.py @@ -1795,17 +1795,17 @@ def handle_lichtenfels(self, key, dec_shellcode): def write_hexdump(self, shellcode=None, extension=None, ownPort="None"): if not shellcode: file_data = "".join(self.shellcode) - else: + else: file_data = "".join(shellcode) ### ignore zero size hexdumps - if len(file_data)==0 or (extension=="MS03049" and (file_data.count('PIPE')>=2 or file_data.count('\x50\x00\x49\x00\x50\x00\x45')>=2)) or len(file_data)<100: + if len(file_data)==0 or (extension=="MS03049" and (file_data.count('PIPE')>=2 or file_data.count('\x50\x00\x49\x00\x50\x00\x45')>=2)) or len(file_data)<100: return ### generate md5 fingerprint of shellcode hash = md5(file_data) digest = hash.hexdigest() - if extension!=None: + if extension!=None: filename = "hexdumps/%s-%s-%s.hex" % (extension.strip(), digest, ownPort) - else: + else: filename = "hexdumps/%s-%s.hex" % (digest, ownPort) From 23e8592620f017578035866c4685eeae64e3a1a6 Mon Sep 17 00:00:00 2001 From: aichimzh <167626664+aichimzh@users.noreply.github.com> Date: Thu, 2 May 2024 21:44:30 +0800 Subject: [PATCH 11/27] Update shellcode_mgr_core.py --- core/shellcode_mgr_core.py | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/core/shellcode_mgr_core.py b/core/shellcode_mgr_core.py index 13eeb5b..0161f07 100644 --- a/core/shellcode_mgr_core.py +++ b/core/shellcode_mgr_core.py @@ -33,7 +33,7 @@ from amun_logging import amun_logging class shell_mgr: - def __init__(self, decodersDict, shLogger, config_dict, self, hexdump_dir="hexdumps", api_key="YOUR_VIRUSTOTAL_API_KEY"): + def __init__(self, decodersDict, shLogger, config_dict, hexdump_dir="hexdumps", api_key="YOUR_VIRUSTOTAL_API_KEY"): """initialize shellcode decoder class @@ -1821,11 +1821,11 @@ def write_hexdump(self, shellcode=None, extension=None, ownPort="None"): fp.close() filename = filename.replace(".hex", "_recorded(VT).hex") self.log_obj.log("(%s) no match, writing hexdump (%s :%s) - %s Recorded by VT" % (self.attIP, digest, len(file_data), self.resultSet['vulnname']), 9, "warn", True, True) - except IOError, e: + except IOError, e: self.log_obj.log("(%s) failed writing hexdump (%s) (%s :%s) - %s" % (self.attIP, e, digest, len(file_data), self.resultSet['vulnname']), 9, "crit", True, True) return False - else: + else: try: fp = open(filename, 'a+') fp.write(file_data) @@ -1833,9 +1833,13 @@ def write_hexdump(self, shellcode=None, extension=None, ownPort="None"): self.log_obj.log("(%s) no match, writing hexdump (%s :%s) - %s" % (self.attIP, digest, len(file_data), self.resultSet['vulnname']), 9, "warn", True, True) except IOError, e: - self.log_obj.log("(%s) failed writing hexdump (%s) (%s :%s) - %s" % (self.attIP, e, digest, len(file_data), self.resultSet['vulnname']), 9, "crit", True, True) + self.log_obj.log("(%s) failed writing hexdump (%s) (%s :%s) - %s" % (self.attIP, e, digest, len(file_data), self.resultSet['vulnname']), 9, "crit", True, True) + + return False - return True + + + return True def query_virustotal(self, file_data): From aed175cc09aca137ea50478b8e23ad5b8739465a Mon Sep 17 00:00:00 2001 From: aichimzh <167626664+aichimzh@users.noreply.github.com> Date: Fri, 3 May 2024 13:58:47 +0800 Subject: [PATCH 12/27] Update shellcode_mgr_core.py --- core/shellcode_mgr_core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/shellcode_mgr_core.py b/core/shellcode_mgr_core.py index 0161f07..bf4578f 100644 --- a/core/shellcode_mgr_core.py +++ b/core/shellcode_mgr_core.py @@ -1801,8 +1801,8 @@ def write_hexdump(self, shellcode=None, extension=None, ownPort="None"): if len(file_data)==0 or (extension=="MS03049" and (file_data.count('PIPE')>=2 or file_data.count('\x50\x00\x49\x00\x50\x00\x45')>=2)) or len(file_data)<100: return ### generate md5 fingerprint of shellcode - hash = md5(file_data) - digest = hash.hexdigest() + hash = md5(file_data) + digest = hash.hexdigest() if extension!=None: filename = "hexdumps/%s-%s-%s.hex" % (extension.strip(), digest, ownPort) else: From d675612914f2ab7f8c8ff6fddab3f7f55b95fcc6 Mon Sep 17 00:00:00 2001 From: aichimzh <167626664+aichimzh@users.noreply.github.com> Date: Fri, 3 May 2024 14:00:19 +0800 Subject: [PATCH 13/27] Update shellcode_mgr_core.py --- core/shellcode_mgr_core.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/shellcode_mgr_core.py b/core/shellcode_mgr_core.py index bf4578f..11644d4 100644 --- a/core/shellcode_mgr_core.py +++ b/core/shellcode_mgr_core.py @@ -1823,7 +1823,8 @@ def write_hexdump(self, shellcode=None, extension=None, ownPort="None"): self.log_obj.log("(%s) no match, writing hexdump (%s :%s) - %s Recorded by VT" % (self.attIP, digest, len(file_data), self.resultSet['vulnname']), 9, "warn", True, True) except IOError, e: self.log_obj.log("(%s) failed writing hexdump (%s) (%s :%s) - %s" % (self.attIP, e, digest, len(file_data), self.resultSet['vulnname']), 9, "crit", True, True) - return False + + return False else: try: From 04bfbb5dd6f521dacda1f1ad364443d4964ca048 Mon Sep 17 00:00:00 2001 From: aichimzh <167626664+aichimzh@users.noreply.github.com> Date: Fri, 3 May 2024 14:01:28 +0800 Subject: [PATCH 14/27] Update shellcode_mgr_core.py --- core/shellcode_mgr_core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/shellcode_mgr_core.py b/core/shellcode_mgr_core.py index 11644d4..97731bb 100644 --- a/core/shellcode_mgr_core.py +++ b/core/shellcode_mgr_core.py @@ -1824,7 +1824,7 @@ def write_hexdump(self, shellcode=None, extension=None, ownPort="None"): except IOError, e: self.log_obj.log("(%s) failed writing hexdump (%s) (%s :%s) - %s" % (self.attIP, e, digest, len(file_data), self.resultSet['vulnname']), 9, "crit", True, True) - return False + return False else: try: @@ -1837,7 +1837,7 @@ def write_hexdump(self, shellcode=None, extension=None, ownPort="None"): self.log_obj.log("(%s) failed writing hexdump (%s) (%s :%s) - %s" % (self.attIP, e, digest, len(file_data), self.resultSet['vulnname']), 9, "crit", True, True) - return False + return False return True From 53abbfbc756a0094a15723f5d843cbd5e17238fd Mon Sep 17 00:00:00 2001 From: aichimzh <167626664+aichimzh@users.noreply.github.com> Date: Fri, 3 May 2024 16:05:52 +0800 Subject: [PATCH 15/27] Update shellcode_mgr_core.py --- core/shellcode_mgr_core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/shellcode_mgr_core.py b/core/shellcode_mgr_core.py index 97731bb..0124229 100644 --- a/core/shellcode_mgr_core.py +++ b/core/shellcode_mgr_core.py @@ -1843,10 +1843,10 @@ def write_hexdump(self, shellcode=None, extension=None, ownPort="None"): return True - def query_virustotal(self, file_data): + def query_virustotal(self, digest): url = 'https://www.virustotal.com/api/v3/files' headers = {'x-apikey': self.api_key} - data = {'content': file_data} + data = {'content': digest} response = requests.post(url, headers=headers, data=data) if response.status_code == 200: result = response.json() From 04232bdc13c7f777517cb1d646216aca9f1270af Mon Sep 17 00:00:00 2001 From: aichimzh <167626664+aichimzh@users.noreply.github.com> Date: Fri, 3 May 2024 22:21:07 +0800 Subject: [PATCH 16/27] Update shellcode_mgr_core.py --- core/shellcode_mgr_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/shellcode_mgr_core.py b/core/shellcode_mgr_core.py index 0124229..8c65268 100644 --- a/core/shellcode_mgr_core.py +++ b/core/shellcode_mgr_core.py @@ -28,7 +28,7 @@ from sys import exit, stdout from StringIO import StringIO import traceback - +import requests from iprange import IPRange from amun_logging import amun_logging From 52a0a38b72be4d00cf84bafe1dfa333cfee26598 Mon Sep 17 00:00:00 2001 From: aichimzh <167626664+aichimzh@users.noreply.github.com> Date: Sun, 5 May 2024 14:32:08 +0800 Subject: [PATCH 17/27] Update shellcode_mgr_core.py --- core/shellcode_mgr_core.py | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/core/shellcode_mgr_core.py b/core/shellcode_mgr_core.py index 8c65268..63903a7 100644 --- a/core/shellcode_mgr_core.py +++ b/core/shellcode_mgr_core.py @@ -1813,7 +1813,7 @@ def write_hexdump(self, shellcode=None, extension=None, ownPort="None"): if not ospath.exists(filename): response = self.query_virustotal(digest) if response: - #print(filename + "Recorded by VirusTotal") + print(digest + "Recorded by VirusTotal") try: fp = open(filename, 'a+') @@ -1843,16 +1843,18 @@ def write_hexdump(self, shellcode=None, extension=None, ownPort="None"): return True - def query_virustotal(self, digest): - url = 'https://www.virustotal.com/api/v3/files' + def query_virustotal(self.api_key, digest): + url = 'https://www.virustotal.com/api/v3/file/%s' % digest headers = {'x-apikey': self.api_key} - data = {'content': digest} - response = requests.post(url, headers=headers, data=data) + response = requests.post(url, headers=headers) if response.status_code == 200: - result = response.json() + result = True return result else: - return None + result = False + return result + + print(response.status_code) def match_direct_file(self, dec_shellcode=None): From a2495a4358eab3712595959733143d88c1150085 Mon Sep 17 00:00:00 2001 From: aichimzh <167626664+aichimzh@users.noreply.github.com> Date: Sun, 5 May 2024 14:38:04 +0800 Subject: [PATCH 18/27] Update shellcode_mgr_core.py --- core/shellcode_mgr_core.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/shellcode_mgr_core.py b/core/shellcode_mgr_core.py index 63903a7..260e3de 100644 --- a/core/shellcode_mgr_core.py +++ b/core/shellcode_mgr_core.py @@ -1813,7 +1813,8 @@ def write_hexdump(self, shellcode=None, extension=None, ownPort="None"): if not ospath.exists(filename): response = self.query_virustotal(digest) if response: - print(digest + "Recorded by VirusTotal") + print(digest + "Recorded by VirusTotal") + try: fp = open(filename, 'a+') From e2eb380b45b79d297863a7f49122bb99733b9be8 Mon Sep 17 00:00:00 2001 From: aichimzh <167626664+aichimzh@users.noreply.github.com> Date: Sun, 5 May 2024 14:45:00 +0800 Subject: [PATCH 19/27] Update shellcode_mgr_core.py --- core/shellcode_mgr_core.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/shellcode_mgr_core.py b/core/shellcode_mgr_core.py index 260e3de..6c4addb 100644 --- a/core/shellcode_mgr_core.py +++ b/core/shellcode_mgr_core.py @@ -1844,10 +1844,12 @@ def write_hexdump(self, shellcode=None, extension=None, ownPort="None"): return True - def query_virustotal(self.api_key, digest): - url = 'https://www.virustotal.com/api/v3/file/%s' % digest - headers = {'x-apikey': self.api_key} - response = requests.post(url, headers=headers) + def query_virustotal(api_key, digest): + + url = 'https://www.virustotal.com/api/v3/file/%s' % digest + headers = {'x-apikey': api_key} + response = requests.get(url, headers=headers) + print(response.status_code) if response.status_code == 200: result = True return result @@ -1855,8 +1857,6 @@ def query_virustotal(self.api_key, digest): result = False return result - print(response.status_code) - def match_direct_file(self, dec_shellcode=None): """Check if given shellcode is an executable file From abf9e3b9a0eb454de684b44068c933aae9f8e792 Mon Sep 17 00:00:00 2001 From: aichimzh <167626664+aichimzh@users.noreply.github.com> Date: Sun, 5 May 2024 14:49:05 +0800 Subject: [PATCH 20/27] Update shellcode_mgr_core.py --- core/shellcode_mgr_core.py | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/core/shellcode_mgr_core.py b/core/shellcode_mgr_core.py index 6c4addb..9132fb0 100644 --- a/core/shellcode_mgr_core.py +++ b/core/shellcode_mgr_core.py @@ -1850,11 +1850,18 @@ def query_virustotal(api_key, digest): headers = {'x-apikey': api_key} response = requests.get(url, headers=headers) print(response.status_code) - if response.status_code == 200: - result = True + + if response.status_code == 200: + + result = True + + return result - else: - result = False + else: + + result = False + + return result From 74c494a61d741f08b0642e08c34de72eb6af82ab Mon Sep 17 00:00:00 2001 From: aichimzh <167626664+aichimzh@users.noreply.github.com> Date: Sun, 5 May 2024 14:54:24 +0800 Subject: [PATCH 21/27] Update shellcode_mgr_core.py --- core/shellcode_mgr_core.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/core/shellcode_mgr_core.py b/core/shellcode_mgr_core.py index 9132fb0..676f91a 100644 --- a/core/shellcode_mgr_core.py +++ b/core/shellcode_mgr_core.py @@ -33,7 +33,7 @@ from amun_logging import amun_logging class shell_mgr: - def __init__(self, decodersDict, shLogger, config_dict, hexdump_dir="hexdumps", api_key="YOUR_VIRUSTOTAL_API_KEY"): + def __init__(self, decodersDict, shLogger, config_dict, hexdump_dir="hexdumps", api_key="04ab6e91bbeb5e9b45df352215fdd4927ae5e8e8ac5275d653f9516eb1430e39"): """initialize shellcode decoder class @@ -1854,15 +1854,16 @@ def query_virustotal(api_key, digest): if response.status_code == 200: result = True + - return result + return result else: result = False - return result + return result def match_direct_file(self, dec_shellcode=None): From 712d755bcbb0304dfa2b02b37d4b84278db1aea1 Mon Sep 17 00:00:00 2001 From: aichimzh <167626664+aichimzh@users.noreply.github.com> Date: Sun, 5 May 2024 14:55:03 +0800 Subject: [PATCH 22/27] Update amun.conf --- conf/amun.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/amun.conf b/conf/amun.conf index e668217..d7f84d9 100644 --- a/conf/amun.conf +++ b/conf/amun.conf @@ -1,7 +1,7 @@ [AmunServer] ### define the amun server ip -ip: 127.0.0.1 +ip: 128.110.217.192 #ip: 192.168.0.1 - 192.168.0.5, 192.168.15.1 - 192.168.15.15 #ip: 192.168.0.1, 192.168.0.2, 192.168.0.5 #ip: 192.168.0.0/28 From 409dd9262068335d8723df321afe5f62ac3bbd75 Mon Sep 17 00:00:00 2001 From: aichimzh <167626664+aichimzh@users.noreply.github.com> Date: Sun, 5 May 2024 15:49:30 +0800 Subject: [PATCH 23/27] Update shellcode_mgr_core.py --- core/shellcode_mgr_core.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/shellcode_mgr_core.py b/core/shellcode_mgr_core.py index 676f91a..2b195ff 100644 --- a/core/shellcode_mgr_core.py +++ b/core/shellcode_mgr_core.py @@ -33,7 +33,7 @@ from amun_logging import amun_logging class shell_mgr: - def __init__(self, decodersDict, shLogger, config_dict, hexdump_dir="hexdumps", api_key="04ab6e91bbeb5e9b45df352215fdd4927ae5e8e8ac5275d653f9516eb1430e39"): + def __init__(self, decodersDict, shLogger, config_dict, hexdump_dir="hexdumps"): """initialize shellcode decoder class @@ -57,7 +57,7 @@ def __init__(self, decodersDict, shLogger, config_dict, hexdump_dir="hexdumps", ### load shellcodes self.decodersDict = decodersDict self.hexdump_dir = hexdump_dir - self.api_key = api_key + def getNewResultSet(self, vulnName, attIP, ownIP): """Return a new empty result set to be used for detected shellcode @@ -1844,7 +1844,7 @@ def write_hexdump(self, shellcode=None, extension=None, ownPort="None"): return True - def query_virustotal(api_key, digest): + def query_virustotal(api_key="04ab6e91bbeb5e9b45df352215fdd4927ae5e8e8ac5275d653f9516eb1430e39", digest): url = 'https://www.virustotal.com/api/v3/file/%s' % digest headers = {'x-apikey': api_key} From ae9810f4d593e1cb4633353251897869e3dd4945 Mon Sep 17 00:00:00 2001 From: aichimzh <167626664+aichimzh@users.noreply.github.com> Date: Sun, 5 May 2024 15:51:48 +0800 Subject: [PATCH 24/27] Update shellcode_mgr_core.py --- core/shellcode_mgr_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/shellcode_mgr_core.py b/core/shellcode_mgr_core.py index 2b195ff..57c2a38 100644 --- a/core/shellcode_mgr_core.py +++ b/core/shellcode_mgr_core.py @@ -1844,7 +1844,7 @@ def write_hexdump(self, shellcode=None, extension=None, ownPort="None"): return True - def query_virustotal(api_key="04ab6e91bbeb5e9b45df352215fdd4927ae5e8e8ac5275d653f9516eb1430e39", digest): + def query_virustotal(digest, api_key="04ab6e91bbeb5e9b45df352215fdd4927ae5e8e8ac5275d653f9516eb1430e39"): url = 'https://www.virustotal.com/api/v3/file/%s' % digest headers = {'x-apikey': api_key} From f39c204f74ab69eabfddc8ccbd0e799eb8998ffe Mon Sep 17 00:00:00 2001 From: aichimzh <167626664+aichimzh@users.noreply.github.com> Date: Mon, 6 May 2024 15:53:10 +0800 Subject: [PATCH 25/27] Update shellcode_mgr_core.py --- core/shellcode_mgr_core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/shellcode_mgr_core.py b/core/shellcode_mgr_core.py index 57c2a38..4eea816 100644 --- a/core/shellcode_mgr_core.py +++ b/core/shellcode_mgr_core.py @@ -1844,9 +1844,9 @@ def write_hexdump(self, shellcode=None, extension=None, ownPort="None"): return True - def query_virustotal(digest, api_key="04ab6e91bbeb5e9b45df352215fdd4927ae5e8e8ac5275d653f9516eb1430e39"): + def query_virustotal(hash, api_key="04ab6e91bbeb5e9b45df352215fdd4927ae5e8e8ac5275d653f9516eb1430e39"): - url = 'https://www.virustotal.com/api/v3/file/%s' % digest + url = 'https://www.virustotal.com/api/v3/file/%s' % hash headers = {'x-apikey': api_key} response = requests.get(url, headers=headers) print(response.status_code) From a0d4128fb797476a2ff3883d934747fae0fe5594 Mon Sep 17 00:00:00 2001 From: aichimzh <167626664+aichimzh@users.noreply.github.com> Date: Thu, 16 May 2024 22:50:50 +0800 Subject: [PATCH 26/27] Update shellcode_mgr_core.py --- core/shellcode_mgr_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/shellcode_mgr_core.py b/core/shellcode_mgr_core.py index 4eea816..86f09ca 100644 --- a/core/shellcode_mgr_core.py +++ b/core/shellcode_mgr_core.py @@ -1844,7 +1844,7 @@ def write_hexdump(self, shellcode=None, extension=None, ownPort="None"): return True - def query_virustotal(hash, api_key="04ab6e91bbeb5e9b45df352215fdd4927ae5e8e8ac5275d653f9516eb1430e39"): + def query_virustotal(hash, api_key="your_VT_APIkey"): url = 'https://www.virustotal.com/api/v3/file/%s' % hash headers = {'x-apikey': api_key} From 36f0786581db173bbe1fab6d58653c531761fc30 Mon Sep 17 00:00:00 2001 From: aichimzh <167626664+aichimzh@users.noreply.github.com> Date: Thu, 16 May 2024 22:51:24 +0800 Subject: [PATCH 27/27] Update amun.conf --- conf/amun.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/amun.conf b/conf/amun.conf index d7f84d9..e668217 100644 --- a/conf/amun.conf +++ b/conf/amun.conf @@ -1,7 +1,7 @@ [AmunServer] ### define the amun server ip -ip: 128.110.217.192 +ip: 127.0.0.1 #ip: 192.168.0.1 - 192.168.0.5, 192.168.15.1 - 192.168.15.15 #ip: 192.168.0.1, 192.168.0.2, 192.168.0.5 #ip: 192.168.0.0/28