diff --git a/README.md b/README.md index 9818cbb..f133f56 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # hackManthan - Explanation: - Criminology is an area where the scientific study of crime and criminal behavior focuses. As part of criminology, crime analysis is tasked with exploring and discovering crime and @@ -23,6 +22,8 @@ Version 1.0.0 - 19 June 2022 ### Add Firebase creditialsby making a folder ```backend/config``` and check config.py once +#### Python 3.7 + ``` cd backend ``` diff --git a/backend/app.py b/backend/app.py index 13aa83e..a0e2725 100644 --- a/backend/app.py +++ b/backend/app.py @@ -11,6 +11,7 @@ from werkzeug.datastructures import FileStorage from functions import pandas_profiling,predict_crime,kmeans_centers,delete_collection from config import * +from corpus import * import json #constant functions diff --git a/backend/config.py b/backend/config.py index f4a4786..95e312a 100644 --- a/backend/config.py +++ b/backend/config.py @@ -24,26 +24,5 @@ graph7 = os.path.join(basepath2,"data","graphs","007_scatter_plot_peek_time_crime.json") graph8 = os.path.join(basepath2,"data","graphs","008_no_of_cases_in_important_event_type.json") -event_type = ['Information Against Police', 'Threat In Person', 'Dispute', - 'Gambling', 'Missing', 'Theft', 'Domestic Violence', - 'Property Disputes', 'Illegal Mining', 'Suicide', 'Corona', - 'Cyber Crimes', 'Female Sexual Harrassment', - 'Unclaimed Information', 'Encroachment', - 'Crime On Phone Mobile Social Media Internet', 'Animals Related', - 'Unknown', 'Robbery', 'Pollution', - 'Information Against Other Government Departments', 'Medium Fire', - 'Child Crime(Sexual Abuse)', 'Found Deadbody', - 'Suspicious Object Information', - 'Threat On Phone Email Social Media', 'Dacoity', - 'Attempted Murder', 'Suspicious Person Information', 'Forgery', - 'Female Harrassment', 'Kidnap', 'Excise Act Offenses', 'Accident', - 'Ndps Act Offenses', 'Police Help Required By 108', - 'Escort For Safety', 'Traffic Jam', 'Differently Abled People', - 'Sos', 'Murder', 'Assault/Riot/Commotion', 'Major Fire', - 'Child Crime', 'Dowry Related Crime', 'Small Fire', 'Pick Pocket', - 'Election Offences-Violation Of Model Code Of Conduct', - 'Animals Smugling', 'Accident Explosive', 'Personally Threat', - 'Human Trafficking', 'Police Help Required By 1090', - 'Suicide Attempt'] event_type_test = ["Suspicious Object Information","Threat In Person","Attempted Murder","Domestic Violence","Female Harrassment"] \ No newline at end of file diff --git a/backend/functions.py b/backend/functions.py index bb1cff0..43fedd3 100644 --- a/backend/functions.py +++ b/backend/functions.py @@ -15,6 +15,9 @@ import csv import pandas as pd from upload import * +from corpus import * + +#some functions where used to make custom report & others are working def translator(text): @@ -24,10 +27,10 @@ def translator(text): def pandas_profiling(file_path): data1 = pd.read_csv(file_path).head(100) - data1 = add_date_time(data1) + data2 = add_date_time(data1) file_name = os.path.splitext(file_path)[0] print(file_name) - profile = ProfileReport (data1, title='Report - Crime Analysis', explorative=True) + profile = ProfileReport (data2, title='Report - Crime Analysis', explorative=True) path_of_file = basepath+"/static/"+f'{file_name}_anylasis.html' print(path_of_file) profile.to_widgets() diff --git a/backend/graphs.py b/backend/graphs.py deleted file mode 100644 index d82ca52..0000000 --- a/backend/graphs.py +++ /dev/null @@ -1,2 +0,0 @@ -import json - diff --git a/backend/nohup.out b/backend/nohup.out deleted file mode 100644 index 1b1ec2f..0000000 --- a/backend/nohup.out +++ /dev/null @@ -1,781 +0,0 @@ ----------------------------> IN <-------------------------- - * Serving Flask app "app" (lazy loading) - * Environment: production - WARNING: This is a development server. Do not use it in a production deployment. - Use a production WSGI server instead. - * Debug mode: on -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:499: UserWarning: The value of the smallest subnormal for type is zero. - setattr(self, word, getattr(machar, word).flat[0]) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for type is zero. - return self._float_to_str(self.smallest_subnormal) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:499: UserWarning: The value of the smallest subnormal for type is zero. - setattr(self, word, getattr(machar, word).flat[0]) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for type is zero. - return self._float_to_str(self.smallest_subnormal) -Traceback (most recent call last): - File "app.py", line 150, in - app.run(host='0.0.0.0',threaded=True,port=port,debug=True) - File "/usr/lib/python3/dist-packages/flask/app.py", line 990, in run - run_simple(host, port, self, **options) - File "/home/azureuser/.local/lib/python3.8/site-packages/werkzeug/serving.py", line 991, in run_simple - s.bind(server_address) -OSError: [Errno 98] Address already in use ----------------------------> IN <-------------------------- - * Serving Flask app "app" (lazy loading) - * Environment: production - WARNING: This is a development server. Do not use it in a production deployment. - Use a production WSGI server instead. - * Debug mode: on -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:499: UserWarning: The value of the smallest subnormal for type is zero. - setattr(self, word, getattr(machar, word).flat[0]) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for type is zero. - return self._float_to_str(self.smallest_subnormal) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:499: UserWarning: The value of the smallest subnormal for type is zero. - setattr(self, word, getattr(machar, word).flat[0]) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for type is zero. - return self._float_to_str(self.smallest_subnormal) - * Running on all addresses. - WARNING: This is a development server. Do not use it in a production deployment. - * Running on http://10.0.0.4:8888/ (Press CTRL+C to quit) - * Restarting with watchdog (inotify) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:499: UserWarning: The value of the smallest subnormal for type is zero. - setattr(self, word, getattr(machar, word).flat[0]) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for type is zero. - return self._float_to_str(self.smallest_subnormal) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:499: UserWarning: The value of the smallest subnormal for type is zero. - setattr(self, word, getattr(machar, word).flat[0]) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for type is zero. - return self._float_to_str(self.smallest_subnormal) - * Debugger is active! - * Debugger PIN: 139-300-899 ----------------------------> IN <-------------------------- ----------------------------> IN <-------------------------- - * Serving Flask app "app" (lazy loading) - * Environment: production - WARNING: This is a development server. Do not use it in a production deployment. - Use a production WSGI server instead. - * Debug mode: on -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:499: UserWarning: The value of the smallest subnormal for type is zero. - setattr(self, word, getattr(machar, word).flat[0]) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for type is zero. - return self._float_to_str(self.smallest_subnormal) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:499: UserWarning: The value of the smallest subnormal for type is zero. - setattr(self, word, getattr(machar, word).flat[0]) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for type is zero. - return self._float_to_str(self.smallest_subnormal) -Traceback (most recent call last): - File "app.py", line 204, in - app.run(host='0.0.0.0',threaded=True,port=port,debug=True) - File "/usr/lib/python3/dist-packages/flask/app.py", line 990, in run - run_simple(host, port, self, **options) - File "/home/azureuser/.local/lib/python3.8/site-packages/werkzeug/serving.py", line 991, in run_simple - s.bind(server_address) -OSError: [Errno 98] Address already in use ----------------------------> IN <-------------------------- - * Serving Flask app "app" (lazy loading) - * Environment: production - WARNING: This is a development server. Do not use it in a production deployment. - Use a production WSGI server instead. - * Debug mode: on -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:499: UserWarning: The value of the smallest subnormal for type is zero. - setattr(self, word, getattr(machar, word).flat[0]) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for type is zero. - return self._float_to_str(self.smallest_subnormal) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:499: UserWarning: The value of the smallest subnormal for type is zero. - setattr(self, word, getattr(machar, word).flat[0]) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for type is zero. - return self._float_to_str(self.smallest_subnormal) -Traceback (most recent call last): - File "app.py", line 204, in - app.run(host='0.0.0.0',threaded=True,port=port,debug=True) - File "/usr/lib/python3/dist-packages/flask/app.py", line 990, in run - run_simple(host, port, self, **options) - File "/home/azureuser/.local/lib/python3.8/site-packages/werkzeug/serving.py", line 991, in run_simple - s.bind(server_address) -OSError: [Errno 98] Address already in use ----------------------------> IN <-------------------------- - * Serving Flask app "app" (lazy loading) - * Environment: production - WARNING: This is a development server. Do not use it in a production deployment. - Use a production WSGI server instead. - * Debug mode: on -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:499: UserWarning: The value of the smallest subnormal for type is zero. - setattr(self, word, getattr(machar, word).flat[0]) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for type is zero. - return self._float_to_str(self.smallest_subnormal) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:499: UserWarning: The value of the smallest subnormal for type is zero. - setattr(self, word, getattr(machar, word).flat[0]) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for type is zero. - return self._float_to_str(self.smallest_subnormal) -Traceback (most recent call last): - File "app.py", line 204, in - app.run(host='0.0.0.0',threaded=True,port=port,debug=True) - File "/usr/lib/python3/dist-packages/flask/app.py", line 990, in run - run_simple(host, port, self, **options) - File "/home/azureuser/.local/lib/python3.8/site-packages/werkzeug/serving.py", line 991, in run_simple - s.bind(server_address) -OSError: [Errno 98] Address already in use ----------------------------> IN <-------------------------- - * Serving Flask app "app" (lazy loading) - * Environment: production - WARNING: This is a development server. Do not use it in a production deployment. - Use a production WSGI server instead. - * Debug mode: on -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:499: UserWarning: The value of the smallest subnormal for type is zero. - setattr(self, word, getattr(machar, word).flat[0]) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for type is zero. - return self._float_to_str(self.smallest_subnormal) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:499: UserWarning: The value of the smallest subnormal for type is zero. - setattr(self, word, getattr(machar, word).flat[0]) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for type is zero. - return self._float_to_str(self.smallest_subnormal) -Traceback (most recent call last): - File "app.py", line 203, in - app.run(host='0.0.0.0',threaded=True,port=port,debug=True) - File "/usr/lib/python3/dist-packages/flask/app.py", line 990, in run - run_simple(host, port, self, **options) - File "/home/azureuser/.local/lib/python3.8/site-packages/werkzeug/serving.py", line 991, in run_simple - s.bind(server_address) -OSError: [Errno 98] Address already in use ----------------------------> IN <-------------------------- - * Serving Flask app "app" (lazy loading) - * Environment: production - WARNING: This is a development server. Do not use it in a production deployment. - Use a production WSGI server instead. - * Debug mode: on -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:499: UserWarning: The value of the smallest subnormal for type is zero. - setattr(self, word, getattr(machar, word).flat[0]) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for type is zero. - return self._float_to_str(self.smallest_subnormal) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:499: UserWarning: The value of the smallest subnormal for type is zero. - setattr(self, word, getattr(machar, word).flat[0]) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for type is zero. - return self._float_to_str(self.smallest_subnormal) - * Running on all addresses. - WARNING: This is a development server. Do not use it in a production deployment. - * Running on http://10.0.0.4:8888/ (Press CTRL+C to quit) - * Restarting with watchdog (inotify) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:499: UserWarning: The value of the smallest subnormal for type is zero. - setattr(self, word, getattr(machar, word).flat[0]) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for type is zero. - return self._float_to_str(self.smallest_subnormal) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:499: UserWarning: The value of the smallest subnormal for type is zero. - setattr(self, word, getattr(machar, word).flat[0]) -/home/azureuser/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for type is zero. - return self._float_to_str(self.smallest_subnormal) - * Debugger is active! - * Debugger PIN: 139-300-899 -152.57.21.80 - - [19/Jun/2022 05:47:53] "GET /001 HTTP/1.1" 200 - -152.57.21.80 - - [19/Jun/2022 05:48:00] "GET /001 HTTP/1.1" 200 - -152.57.21.80 - - [19/Jun/2022 05:48:02] "GET /001 HTTP/1.1" 200 - -152.57.21.80 - - [19/Jun/2022 05:48:03] "GET /001 HTTP/1.1" 200 - -152.57.21.80 - - [19/Jun/2022 05:48:05] "GET /001 HTTP/1.1" 200 - -152.57.21.80 - - [19/Jun/2022 05:48:07] "GET /001 HTTP/1.1" 200 - -128.199.128.178 - - [19/Jun/2022 05:48:16] "GET /script HTTP/1.1" 404 - -128.199.128.178 - - [19/Jun/2022 05:48:16] "GET /login HTTP/1.1" 404 - -128.199.128.178 - - [19/Jun/2022 05:48:17] "GET /jenkins/login HTTP/1.1" 404 - -128.199.128.178 - - [19/Jun/2022 05:48:17] "GET / HTTP/1.1" 404 - -128.199.128.178 - - [19/Jun/2022 05:48:17] "GET /manager/html HTTP/1.1" 404 - -152.57.154.87 - - [19/Jun/2022 06:03:59] "GET /001 HTTP/1.1" 200 - -104.248.147.192 - - [19/Jun/2022 06:25:23] "GET / HTTP/1.0" 404 - -20.84.76.198 - - [19/Jun/2022 07:11:23] "GET / HTTP/1.0" 404 - -124.40.246.235 - - [19/Jun/2022 08:24:36] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:26:49] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:26:50] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:26:56] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:26:56] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:27:55] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:27:56] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:28:14] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:28:15] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:28:23] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:28:24] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:28:31] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:28:32] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:28:45] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:28:46] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:28:55] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:28:56] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:29:00] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:29:19] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:29:20] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:29:27] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:29:27] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:29:34] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:29:34] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:30:07] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:30:08] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:32:29] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:32:30] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:32:54] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:32:55] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:33:03] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:33:03] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:33:31] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:33:32] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:33:35] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:33:40] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:33:40] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:33:45] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:33:46] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:34:16] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:34:17] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:34:26] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:34:26] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:34:52] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:34:52] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:35:14] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:35:15] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:35:30] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:37:46] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:37:47] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:38:25] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:38:25] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:41:26] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:41:26] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:41:32] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:41:32] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:42:36] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:42:36] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:43:02] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:43:03] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:43:03] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:43:04] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:43:08] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:43:09] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:43:24] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:43:24] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:43:58] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:44:01] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:44:01] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:44:04] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:44:07] "OPTIONS /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:44:08] "GET /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:44:09] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:44:09] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:44:10] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:44:11] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:44:24] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:44:25] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:44:37] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:44:38] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:44:44] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:44:44] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:45:44] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:45:44] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:46:33] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:46:34] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:46:39] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:46:40] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:47:04] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:47:04] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:47:08] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:47:08] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:47:12] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:47:12] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:47:16] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:47:16] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:49:03] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:49:04] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:49:06] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:49:06] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:49:09] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:49:09] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:49:22] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:49:22] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:49:24] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:49:25] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:49:34] "GET /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:52:11] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:52:12] "GET /003 HTTP/1.1" 200 - -118.123.105.87 - - [19/Jun/2022 08:52:14] code 400, message Bad request version ('cof\x91À\x80sJ5Ò\x80æ\x9a~¹Ç\x83^\x96îN\x16\x96\x96&æ\x03ê¼\x81\x02=¬\x10ú?7\x03Ãß÷ä\x98`pæ\x8dÁ©\x8dÆ\x06Û¯\x91ç\x82s÷\x14HÔáW\x9a\x93C\x9e]¤\x01#\x03#\x03]\x03c]CC\x05C\x03+S\x03bô\x00\x00/\x9e\x16E') -118.123.105.87 - - [19/Jun/2022 08:52:14] " ¿ˆ‡NIMABIJIAN{™CaigœÇeBÅ Áa‘ cof‘À€sJ5Ҁæš~¹Çƒ^–îN––&æ꼁=¬ú?7Ãß÷ä˜`pæÁ©ÆÛ¯‘ç‚s÷HÔáWš“Cž]¤##]c]CCC+Sbô/žE" HTTPStatus.BAD_REQUEST - -124.40.246.235 - - [19/Jun/2022 08:52:23] "OPTIONS /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:52:24] "GET /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:53:01] "OPTIONS /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:53:02] "GET /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:53:06] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:53:07] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:53:09] "OPTIONS /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:53:10] "GET /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:54:09] "OPTIONS /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:54:09] "GET /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:54:38] "OPTIONS /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:54:39] "GET /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:55:00] "OPTIONS /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:55:01] "GET /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:55:14] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:55:14] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:55:16] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:55:16] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:55:19] "OPTIONS /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:55:19] "GET /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:55:55] "OPTIONS /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:55:55] "GET /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:56:03] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:56:04] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:56:46] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:56:47] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:57:36] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:57:36] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:59:20] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:59:20] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:59:33] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 08:59:33] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 09:00:04] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 09:00:05] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 09:00:11] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 09:00:12] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 09:00:14] "OPTIONS /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 09:00:14] "GET /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 09:00:16] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 09:00:17] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 09:46:45] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:08:39] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:08:39] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:12:50] "OPTIONS /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:12:50] "GET /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:12:52] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:12:52] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:13:41] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:13:41] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:13:43] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:13:44] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:14:46] "OPTIONS /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:14:47] "GET /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:14:48] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:14:48] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:15:12] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:15:13] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:15:15] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:15:16] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:15:20] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:15:23] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:15:23] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:15:24] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:15:24] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:15:26] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:15:26] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:16:35] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:16:37] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:16:45] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:16:46] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:17:39] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:17:39] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:21:17] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:21:18] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:23:59] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:23:59] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:30:54] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:30:54] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:32:31] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:32:31] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:32:49] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:32:49] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:32:56] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:32:56] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:35:03] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:35:03] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:35:09] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:35:09] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:35:46] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:35:46] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:36:30] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:36:30] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:36:46] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:36:46] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:36:52] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:36:52] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:36:58] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:36:59] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:37:11] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:37:11] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:37:22] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:37:22] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:37:39] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:37:40] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:38:01] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:38:01] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:38:13] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:38:14] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:38:24] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:38:25] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:38:54] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:38:55] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:39:46] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:39:47] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:40:12] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:40:12] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:40:27] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:40:27] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:40:48] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:40:49] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:41:16] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:41:17] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:42:22] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:42:22] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:42:33] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:42:33] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:42:48] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:42:48] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:43:14] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:56:38] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 10:56:38] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:01:03] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:01:03] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:01:07] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:01:07] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:01:09] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:01:09] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:01:11] "OPTIONS /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:01:11] "GET /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:01:14] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:01:14] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:01:25] "OPTIONS /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:01:25] "GET /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:01:27] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:01:27] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:01:32] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:01:32] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:01:35] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:01:35] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:02:48] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:02:49] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:03:14] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:03:14] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:03:18] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:03:18] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:03:20] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:03:20] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:03:49] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:03:49] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:04:00] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:04:00] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:04:06] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:04:06] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:04:08] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:04:08] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:04:18] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:04:19] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:04:22] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:04:23] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:04:25] "OPTIONS /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:04:25] "GET /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:04:27] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:04:27] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:04:29] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:04:31] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:04:36] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:04:36] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:04:37] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:04:38] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:04:40] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:04:41] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:04:44] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:04:44] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:04:58] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:04:59] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:05:02] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:05:02] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:05:04] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:05:05] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:05:08] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:05:09] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:05:11] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:05:11] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:05:15] "OPTIONS /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:05:16] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:05:39] "OPTIONS /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:05:39] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:05:44] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:05:45] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:05:46] "OPTIONS /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:05:47] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:05:50] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:05:50] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:05:53] "OPTIONS /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:05:53] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:05:56] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:05:57] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:05:58] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:05:59] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:06:01] "OPTIONS /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:06:02] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:06:38] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:06:39] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:06:42] "OPTIONS /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:06:43] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:07:18] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:08:11] "OPTIONS /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:08:13] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:08:19] "OPTIONS /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:08:20] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:08:26] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:08:26] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:08:31] "OPTIONS /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:08:31] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:12:41] "OPTIONS /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:12:42] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:12:47] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:12:47] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:12:50] "OPTIONS /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:12:50] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:13:04] "OPTIONS /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:13:04] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:13:07] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:13:07] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:13:09] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:13:15] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:13:16] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:13:18] "OPTIONS /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:13:18] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:13:38] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:15:03] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:25:36] "OPTIONS /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:25:36] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:25:44] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:25:45] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:25:47] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:25:47] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:26:10] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:26:10] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:26:12] "OPTIONS /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:26:12] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:26:16] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:26:16] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:26:18] "OPTIONS /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:26:18] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:26:23] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:26:23] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:26:25] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:26:26] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:26:56] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:26:56] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:26:58] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:26:59] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:27:01] "OPTIONS /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:27:01] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:27:04] "OPTIONS /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:27:04] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:28:27] "OPTIONS /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:28:28] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:28:40] "OPTIONS /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:28:41] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:29:41] "OPTIONS /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:29:41] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:30:21] "OPTIONS /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:30:22] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:30:44] "OPTIONS /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:30:45] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:31:14] "OPTIONS /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:31:14] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:31:34] "OPTIONS /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:31:34] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:31:58] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:31:59] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:32:03] "OPTIONS /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:32:03] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:32:05] "OPTIONS /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:32:06] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:32:20] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:32:20] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:32:23] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:32:24] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:32:28] "OPTIONS /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:32:29] "GET /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:32:32] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:32:32] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:32:34] "OPTIONS /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:32:35] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:32:37] "OPTIONS /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:32:37] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:33:06] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:33:07] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:33:15] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:33:16] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:33:18] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:33:36] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:33:37] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:35:04] "OPTIONS /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:35:05] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:36:41] "OPTIONS /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:36:41] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:36:51] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:36:51] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:36:54] "OPTIONS /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:36:54] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:37:40] "OPTIONS /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:37:40] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:42:43] "GET /008 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:42:45] "GET /001 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:42:59] "GET /008 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:48:37] "OPTIONS /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:48:38] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:48:47] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:48:47] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:48:52] "OPTIONS /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:48:52] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:49:53] "OPTIONS /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:49:53] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:50:53] "OPTIONS /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:50:53] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:52:22] "OPTIONS /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:52:22] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:52:35] "OPTIONS /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:52:35] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:53:44] "GET /001 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:53:48] "GET /008 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:55:35] "OPTIONS /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:55:35] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:55:42] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:55:43] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:55:46] "OPTIONS /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:55:46] "GET /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:56:43] "OPTIONS /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:56:43] "GET /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:57:52] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:57:52] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:58:20] "OPTIONS /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:58:21] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:58:33] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:58:34] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:58:35] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:58:37] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:58:40] "OPTIONS /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:58:40] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:58:46] "OPTIONS /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:58:46] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:59:51] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 11:59:53] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 12:00:38] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 12:00:38] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 12:01:06] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 12:01:07] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 12:01:12] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 12:01:12] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 12:01:14] "OPTIONS /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 12:01:15] "GET /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 12:01:18] "OPTIONS /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 12:01:18] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 12:01:21] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 12:01:22] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 12:01:24] "OPTIONS /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 12:01:24] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 12:01:28] "OPTIONS /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 12:01:28] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 12:01:52] "OPTIONS /008 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 12:01:52] "GET /008 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 12:02:04] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 12:02:05] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 12:02:07] "OPTIONS /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 12:02:07] "GET /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 12:02:10] "OPTIONS /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 12:02:10] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 12:02:12] "OPTIONS /008 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 12:02:12] "GET /008 HTTP/1.1" 200 - -20.188.24.63 - - [19/Jun/2022 12:35:51] "GET /druid/index.html HTTP/1.1" 404 - -89.248.165.52 - - [19/Jun/2022 12:44:44] code 400, message Bad request syntax ('\x04\x01\x00\x19h/9!\x00') -89.248.165.52 - - [19/Jun/2022 12:44:44] "h/9!" HTTPStatus.BAD_REQUEST - -89.248.165.52 - - [19/Jun/2022 12:45:10] code 400, message Bad request syntax ('\x05\x01\x00') -89.248.165.52 - - [19/Jun/2022 12:45:10] "" HTTPStatus.BAD_REQUEST - -89.248.165.52 - - [19/Jun/2022 12:46:18] code 400, message Bad request syntax ('\x04\x01\x00\x19h/3!\x00') -89.248.165.52 - - [19/Jun/2022 12:46:18] "h/3!" HTTPStatus.BAD_REQUEST - -89.248.165.52 - - [19/Jun/2022 12:47:18] code 400, message Bad request syntax ('\x05\x01\x00') -89.248.165.52 - - [19/Jun/2022 12:47:18] "" HTTPStatus.BAD_REQUEST - -89.248.165.52 - - [19/Jun/2022 12:47:18] "CONNECT hotmail-com.olc.protection.outlook.com:25 HTTP/1.1" 404 - -124.40.246.235 - - [19/Jun/2022 13:01:49] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 13:01:49] "GET /002 HTTP/1.1" 200 - -89.248.165.52 - - [19/Jun/2022 13:58:33] code 400, message Bad HTTP/0.9 request type ('\x04\x01\x00PUÎ') -89.248.165.52 - - [19/Jun/2022 13:58:33] "PUΠs" HTTPStatus.BAD_REQUEST - -89.248.165.52 - - [19/Jun/2022 13:59:33] code 400, message Bad request syntax ('\x05\x01\x00') -89.248.165.52 - - [19/Jun/2022 13:59:33] "" HTTPStatus.BAD_REQUEST - -89.248.165.52 - - [19/Jun/2022 13:59:33] "CONNECT 85.206.160.115:80 HTTP/1.1" 404 - -45.118.145.219 - - [19/Jun/2022 14:10:33] code 400, message Bad request syntax ('\x03\x00\x00\x13\x0eà\x00\x00\x00\x00\x00\x01\x00\x08\x00\x03\x00\x00\x00') -45.118.145.219 - - [19/Jun/2022 14:10:33] "à" HTTPStatus.BAD_REQUEST - -45.118.145.219 - - [19/Jun/2022 14:15:03] code 400, message Bad request syntax ('\x03\x00\x00\x13\x0eà\x00\x00\x00\x00\x00\x01\x00\x08\x00\x03\x00\x00\x00') -45.118.145.219 - - [19/Jun/2022 14:15:03] "à" HTTPStatus.BAD_REQUEST - -124.40.246.235 - - [19/Jun/2022 14:32:35] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 14:32:35] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 14:32:38] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 14:32:39] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 14:32:41] "OPTIONS /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 14:32:41] "GET /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 14:32:44] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 14:32:44] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 14:32:47] "OPTIONS /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 14:32:48] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 14:32:56] "OPTIONS /008 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 14:32:56] "GET /008 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 14:33:00] "OPTIONS /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 14:33:00] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 14:58:25] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 14:58:25] "GET /002 HTTP/1.1" 200 - -167.57.238.59 - - [19/Jun/2022 15:34:42] "GET /script HTTP/1.1" 404 - -167.57.238.59 - - [19/Jun/2022 15:34:43] "GET /login HTTP/1.1" 404 - -167.57.238.59 - - [19/Jun/2022 15:34:43] "GET /jenkins/login HTTP/1.1" 404 - -167.57.238.59 - - [19/Jun/2022 15:34:44] "GET / HTTP/1.1" 404 - -167.57.238.59 - - [19/Jun/2022 15:34:44] "GET /manager/html HTTP/1.1" 404 - -94.102.61.20 - - [19/Jun/2022 16:10:20] code 400, message Bad HTTP/0.9 request type ('\x16\x03\x01\x00\x8b\x01\x00\x00\x87\x03\x032\x05') -94.102.61.20 - - [19/Jun/2022 16:10:20] "‹‡2 Ã,ÈVm\×*h" HTTPStatus.BAD_REQUEST - -124.40.246.235 - - [19/Jun/2022 16:55:17] "GET /get-clusters HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 16:55:51] "GET /get-clusters HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 16:57:47] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 16:57:47] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 16:57:50] "OPTIONS /008 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 16:57:50] "GET /008 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 16:57:55] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 16:57:56] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 17:40:24] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 17:40:24] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 17:40:32] "OPTIONS /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 17:40:32] "GET /003 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 17:40:35] "OPTIONS /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 17:40:36] "GET /004 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 17:40:40] "OPTIONS /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 17:40:40] "GET /005 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 17:40:48] "OPTIONS /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 17:40:48] "GET /006 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 17:40:55] "OPTIONS /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 17:40:56] "GET /007 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 17:40:59] "OPTIONS /008 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 17:40:59] "GET /008 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 17:48:42] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 17:48:42] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 17:52:34] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 17:52:34] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 17:52:40] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 17:52:40] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 18:03:23] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 18:03:23] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 18:03:45] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 18:03:46] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 18:12:44] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 18:12:45] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 18:13:13] "OPTIONS /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 18:13:13] "GET /002 HTTP/1.1" 200 - -124.40.246.235 - - [19/Jun/2022 18:13:18] "GET /002 HTTP/1.1" 200 - -198.235.24.20 - - [19/Jun/2022 20:36:06] "GET / HTTP/1.1" 404 - -198.235.24.21 - - [19/Jun/2022 21:09:46] code 400, message Bad request version ('À(À$À\x14À') -198.235.24.21 - - [19/Jun/2022 21:09:46] "ÊÆÁɐ‡Aè‰^?(ŠúÃT>•ôØÝYÀ—Oˆ™hÌÌÀ/À+À0À,ÀÀÀ'À#ÀÀ À(À$ÀÀ" HTTPStatus.BAD_REQUEST - -194.195.246.164 - - [19/Jun/2022 22:28:33] "GET / HTTP/1.0" 404 - -192.241.215.124 - - [20/Jun/2022 01:31:18] "GET / HTTP/1.1" 404 - -164.92.196.44 - - [20/Jun/2022 01:37:09] code 400, message Bad request version ('À\x13À') -164.92.196.44 - - [20/Jun/2022 01:37:09] "ôðôy\k5ÐC©£¬ï]Ô~”À0z·ÞiÈ?×êìiÍ[í ÷'>„ó,þ’>iàè¤Å LCÒ˔!hU—"[)ˆÅM&À+À/À,À0̨̩À ÀÀ" HTTPStatus.BAD_REQUEST - -164.92.196.44 - - [20/Jun/2022 01:37:09] code 400, message Bad request syntax ('EHLO') -164.92.196.44 - - [20/Jun/2022 01:37:09] "EHLO" HTTPStatus.BAD_REQUEST - -20.188.24.63 - - [20/Jun/2022 02:32:11] "GET /druid/index.html HTTP/1.1" 404 - -20.188.24.63 - - [20/Jun/2022 02:32:22] "GET /druid/index.html HTTP/1.1" 404 - -20.188.24.63 - - [20/Jun/2022 02:35:43] "GET /druid/index.html HTTP/1.1" 404 - -20.188.24.63 - - [20/Jun/2022 02:58:18] "GET /druid/index.html HTTP/1.1" 404 - -20.188.24.63 - - [20/Jun/2022 03:01:59] "GET /druid/index.html HTTP/1.1" 404 - -172.96.171.109 - - [20/Jun/2022 03:25:42] code 400, message Bad request syntax ('\x00\x00\x007And') -172.96.171.109 - - [20/Jun/2022 03:25:42] "7And" HTTPStatus.BAD_REQUEST - -172.96.171.109 - - [20/Jun/2022 03:26:13] code 400, message Bad request syntax ('\x00\x00\x000dvr-video\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00') -172.96.171.109 - - [20/Jun/2022 03:26:13] "0dvr-video" HTTPStatus.BAD_REQUEST - -205.210.31.137 - - [20/Jun/2022 03:41:17] "GET / HTTP/1.0" 404 - -167.94.138.45 - - [20/Jun/2022 03:58:03] code 400, message Bad request syntax ('\x16\x03\x01\x00î\x01\x00\x00ê\x03\x03K}\x8cÔ£ÿ\x92£[½ÍìÑlD·\x14 ') -167.94.138.45 - - [20/Jun/2022 03:58:03] "îêK}ŒÔ£ÿ’£[½ÍìÑlD· " HTTPStatus.BAD_REQUEST - -167.94.138.45 - - [20/Jun/2022 03:58:04] "GET / HTTP/1.1" 404 - -167.94.138.45 - - [20/Jun/2022 03:58:05] "GET / HTTP/1.1" 404 - -167.94.138.45 - - [20/Jun/2022 03:58:05] code 505, message Invalid HTTP version (2.0) -167.94.138.45 - - [20/Jun/2022 03:58:05] "PRI * HTTP/2.0" HTTPStatus.HTTP_VERSION_NOT_SUPPORTED - diff --git a/data/event_types_with_priority.json b/data/Events/event_types_with_priority.json similarity index 100% rename from data/event_types_with_priority.json rename to data/Events/event_types_with_priority.json diff --git a/data/event_types_with_severity.json b/data/Events/event_types_with_severity.json similarity index 100% rename from data/event_types_with_severity.json rename to data/Events/event_types_with_severity.json diff --git a/data/a.txt b/data/a.txt deleted file mode 100644 index c26bfb7..0000000 --- a/data/a.txt +++ /dev/null @@ -1,2 +0,0 @@ -10.1.2.1 - car [01/Mar/2022:13:05:05 +0900] "GET /python HTTP/1.0" 200 2222 -10.1.1.9 - bike [01/Mar/2022:13:05:10 +0900] "GET /python HTTP/1.0" 200 2222 \ No newline at end of file diff --git a/python/crime2.csv b/data/crime.csv similarity index 100% rename from python/crime2.csv rename to data/crime.csv diff --git a/python/data.csv b/data/data.csv similarity index 100% rename from python/data.csv rename to data/data.csv diff --git a/data/features.png b/data/features.png deleted file mode 100644 index 6b6976e..0000000 Binary files a/data/features.png and /dev/null differ diff --git a/python/README.md b/python/README.md index fd1771a..795132e 100644 --- a/python/README.md +++ b/python/README.md @@ -1,7 +1,7 @@ # hackManthan -## Completed +## Graphs - Most Frequents Event Types - Bar - No. of Events Updated by Date - Line @@ -19,6 +19,6 @@ - per 15 day data - Line -## Not Completed +## K Means - Prominent Point - Clustering \ No newline at end of file diff --git a/python/DA.html b/python/Sample Report.html similarity index 100% rename from python/DA.html rename to python/Sample Report.html diff --git a/backend/app_firebase.py b/python/app_firebase_test.py similarity index 100% rename from backend/app_firebase.py rename to python/app_firebase_test.py