mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-21 18:33:03 +00:00
Add files via upload
This commit is contained in:
parent
a1aff93941
commit
207feb192f
6 changed files with 9958 additions and 0 deletions
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,591 @@
|
|||
{
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 1,
|
||||
"metadata": {
|
||||
"collapsed": true
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"import json\n",
|
||||
"from datetime import datetime, timedelta\n",
|
||||
"import matplotlib.pylab as plot\n",
|
||||
"import numpy as np"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 2,
|
||||
"metadata": {
|
||||
"collapsed": true
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# Read data from http Zeek (formerly known as Bro) logs\n",
|
||||
"with open(\"http.log\",'r') as infile:\n",
|
||||
" file_data = infile.read()\n",
|
||||
" \n",
|
||||
"# Split file by newlines\n",
|
||||
"file_data = file_data.split('\\n')\n",
|
||||
"\n",
|
||||
"# Remove comment lines\n",
|
||||
"http_data = []\n",
|
||||
"for line in file_data:\n",
|
||||
" if line[0] is not None and line[0] != \"#\":\n",
|
||||
" http_data.append(line)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 3,
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"{\n",
|
||||
" \"/ftv2lastnode.gif\": 2, \n",
|
||||
" \"/ftv2mnode.gif\": 2, \n",
|
||||
" \"/pics/play_button_27x27px.gif\": 4, \n",
|
||||
" \"/led.asp\": 2, \n",
|
||||
" \"/pics/gray_corner_rt_5x50px.gif\": 4, \n",
|
||||
" \"/img/device.gif\": 4, \n",
|
||||
" \"/ RTSP/1.\": 5, \n",
|
||||
" \"/pics/gray_corner_lt_5x50px.gif\": 4, \n",
|
||||
" \"/webserverconfig.asp\": 1, \n",
|
||||
" \"/auth/logo2_516.gif\": 5, \n",
|
||||
" \"/index.htm\": 1, \n",
|
||||
" \"/syslogserverconfig.asp\": 2, \n",
|
||||
" \"/logo2_516.gif\": 1, \n",
|
||||
" \"/neighbor_cache_table.asp\": 2, \n",
|
||||
" \"/generalinst.htm\": 1, \n",
|
||||
" \"/view/temp.shtml\": 2, \n",
|
||||
" \"/img/checkbox_nchk.gif\": 1, \n",
|
||||
" \"/jscript/sysstatus.js\": 1, \n",
|
||||
" \"/SetModSerial.html\": 1, \n",
|
||||
" \"/logo3.gif\": 2, \n",
|
||||
" \"/status.jsp\": 1, \n",
|
||||
" \"/port_setting.asp\": 1, \n",
|
||||
" \"/syslog_message.asp\": 1, \n",
|
||||
" \"/logo2_EDS-508A.gif\": 1, \n",
|
||||
" \"/port_setting_show.asp\": 1, \n",
|
||||
" \"/jscript/statistics.js\": 3, \n",
|
||||
" \"/images/off.gif\": 3, \n",
|
||||
" \"/pics/line_corner_rb_5x5px.gif\": 4, \n",
|
||||
" \"/sysstatus.asp\": 1, \n",
|
||||
" \"/overview.asp\": 4, \n",
|
||||
" \"/jscript/powerconfig.js\": 1, \n",
|
||||
" \"/jscript/login.js\": 4, \n",
|
||||
" \"/mac_address_table_setting.asp\": 4, \n",
|
||||
" \"/.git/HEAD\": 11, \n",
|
||||
" \"/setid.html\": 1, \n",
|
||||
" \"/network_setting_ipv6.asp\": 1, \n",
|
||||
" \"/activate_button.gif\": 10, \n",
|
||||
" \"/goform/svLogin\": 3, \n",
|
||||
" \"/ftv2plastnode.gif\": 1, \n",
|
||||
" \"/ftv2folderopen.gif\": 2, \n",
|
||||
" \"/tasktracker.jsp\": 1, \n",
|
||||
" \"/spconfig.asp\": 4, \n",
|
||||
" \"/pics/line_corner_lt_5x5px.gif\": 4, \n",
|
||||
" \"/pdmonitor.htm\": 1, \n",
|
||||
" \"/settable.html\": 1, \n",
|
||||
" \"/spconnect.asp\": 2, \n",
|
||||
" \"/setdesc.html\": 1, \n",
|
||||
" \"/jscript/ipconfig.js\": 3, \n",
|
||||
" \"/syslogging.asp\": 1, \n",
|
||||
" \"/images/connect.gif\": 2, \n",
|
||||
" \"/jobtracker.jsp\": 1, \n",
|
||||
" \"/ftv2pnode.gif\": 1, \n",
|
||||
" \"/eip_setting.asp\": 1, \n",
|
||||
" \"/ftv2mlastnode.gif\": 2, \n",
|
||||
" \"/garp_timer_setting.asp\": 1, \n",
|
||||
" \"/auth/md5.js\": 13, \n",
|
||||
" \"/incl/activeX.js\": 4, \n",
|
||||
" \"/pics/line_corner_lb_5x5px.gif\": 4, \n",
|
||||
" \"/css/win_ns.css\": 6, \n",
|
||||
" \"/browseDirectory.jsp\": 1, \n",
|
||||
" \"/jscript/spconnect.js\": 2, \n",
|
||||
" \"/modbus_setting.asp\": 1, \n",
|
||||
" \"/master.jsp\": 1, \n",
|
||||
" \"/hwinstall.htm\": 1, \n",
|
||||
" \"/md5.js\": 3, \n",
|
||||
" \"/snmpconfig.asp\": 3, \n",
|
||||
" \"/bg.gif\": 2, \n",
|
||||
" \"/url/ups1.scc\": 1, \n",
|
||||
" \"/\": 187, \n",
|
||||
" \"/rs-status\": 1, \n",
|
||||
" \"/home.asp\": 10, \n",
|
||||
" \"/bus_configuration.htm\": 1, \n",
|
||||
" \"/pics/line_t_100x5px.gif\": 4, \n",
|
||||
" \"/jscript/nfsserverconfig.js\": 1, \n",
|
||||
" \"/setip.html\": 1, \n",
|
||||
" \"/img/pxclogo.gif\": 20, \n",
|
||||
" \"/robots.txt\": 11, \n",
|
||||
" \"/port_setting726.asp\": 2, \n",
|
||||
" \"/name.asp\": 2, \n",
|
||||
" \"/dip_switch_setting.asp\": 1, \n",
|
||||
" \"/jscript/powerunitmanage.js\": 1, \n",
|
||||
" \"/jscript/syslogserverconfig.js\": 2, \n",
|
||||
" \"/local_diagnostics.htm\": 1, \n",
|
||||
" \"/jscript/slidemenu.js\": 6, \n",
|
||||
" \"/powermanage.asp\": 1, \n",
|
||||
" \"/ipconfig.asp\": 3, \n",
|
||||
" \"/jscript/util.js\": 4, \n",
|
||||
" \"/deviceinfo.htm\": 2, \n",
|
||||
" \"/auth/led_auth.asp\": 13, \n",
|
||||
" \"/images/ws_button3.gif\": 4, \n",
|
||||
" \"/flumemaster.jsp\": 1, \n",
|
||||
" \"/goform/EventLogList\": 2, \n",
|
||||
" \"/settimeouts.html\": 1, \n",
|
||||
" \"/tagbase_vlan_setting_show.asp\": 1, \n",
|
||||
" \"12.1.2\": 2, \n",
|
||||
" \"/img/device_s.gif\": 20, \n",
|
||||
" \"/ftv2folderclosed.gif\": 2, \n",
|
||||
" \"/favicon.ico\": 81, \n",
|
||||
" \"/showstatus.html\": 1, \n",
|
||||
" \"/techdata.htm\": 2, \n",
|
||||
" \"/pics/blank.gif\": 4, \n",
|
||||
" \"/dfshealth.jsp\": 1, \n",
|
||||
" \"/images/block.gif\": 3, \n",
|
||||
" \"/css/common.css\": 6, \n",
|
||||
" \"/ftv2vertline.gif\": 2, \n",
|
||||
" \"/stserial.asp\": 80, \n",
|
||||
" \"/nice ports,/Trinity.txt.bak\": 8, \n",
|
||||
" \"/port_setting_show726.asp\": 2, \n",
|
||||
" \"/userloggedonlist.asp\": 1, \n",
|
||||
" \"/reset_button.gif\": 2, \n",
|
||||
" \"/login.asp\": 5, \n",
|
||||
" \"/monitor_statistic_cnt_show.asp\": 2, \n",
|
||||
" \"/getstatus.html\": 4737, \n",
|
||||
" \"/ups1.scc\": 1, \n",
|
||||
" \"/auth/topplan_auth.asp\": 15, \n",
|
||||
" \"/pics/logo_70x29px.gif\": 4, \n",
|
||||
" \"/view\": 1, \n",
|
||||
" \"/ws_button3.gif\": 2, \n",
|
||||
" \"sip:nm SIP/2.\": 4, \n",
|
||||
" \"/pics/space.gif\": 4, \n",
|
||||
" \"/jscript/rhostaccessctrl.js\": 2, \n",
|
||||
" \"/powerconfig.asp\": 1, \n",
|
||||
" \"/tagbase_vlan_setting.asp\": 1, \n",
|
||||
" \"/ftv2node.gif\": 2, \n",
|
||||
" \"/remote_diagnostics.htm\": 1, \n",
|
||||
" \"/images/on.gif\": 2, \n",
|
||||
" \"/jscript/webserverconfig.js\": 1, \n",
|
||||
" \"/auth/loginin.gif\": 13, \n",
|
||||
" \"/left_down_logo.asp\": 2, \n",
|
||||
" \"/auth/accountpassword.asp\": 13, \n",
|
||||
" \"/ftv2blank.gif\": 2, \n",
|
||||
" \"/logo1.gif\": 2, \n",
|
||||
" \"/images/logo.gif\": 4, \n",
|
||||
" \"/rhostaccessctrl.asp\": 2, \n",
|
||||
" \"/ipconfig.htm\": 2, \n",
|
||||
" \"/auth/logo1.gif\": 13, \n",
|
||||
" \"/view/index.shtml\": 7, \n",
|
||||
" \"/ddnsconfig.asp\": 2, \n",
|
||||
" \"/tcpserviceconfig.asp\": 1, \n",
|
||||
" \"/auth/logo2_EDS-508A.gif\": 8, \n",
|
||||
" \"/auth/name_auth.asp\": 13, \n",
|
||||
" \"/monitor_port.asp\": 2, \n",
|
||||
" \"/css/digistyle.css\": 4, \n",
|
||||
" \"/pics/stop_button_27x27px.gif\": 4, \n",
|
||||
" \"/pcp_configuration.htm\": 1, \n",
|
||||
" \"/pics/line_b_100x5px.gif\": 4, \n",
|
||||
" \"-\": 45, \n",
|
||||
" \"/img/checkbox_chk.gif\": 1, \n",
|
||||
" \"/view/view.shtml\": 4, \n",
|
||||
" \"/img/hw_installation.gif\": 1, \n",
|
||||
" \"/jscript/spconfig.js\": 3, \n",
|
||||
" \"/jscript/snmpconfig.js\": 3, \n",
|
||||
" \"/view/\": 9, \n",
|
||||
" \"/vlan_set.asp\": 1, \n",
|
||||
" \"/mjpg/video.mjpg\": 7, \n",
|
||||
" \"/log_setting.asp\": 2, \n",
|
||||
" \"/smtpconfig.asp\": 1, \n",
|
||||
" \"/jscript/validation.js\": 4, \n",
|
||||
" \"/clear_button.gif\": 2, \n",
|
||||
" \"/phoenix_fl.js\": 20, \n",
|
||||
" \"/jscript/smtpconfig.js\": 1, \n",
|
||||
" \"/services.htm\": 3, \n",
|
||||
" \"/pics/line_corner_rt_5x5px.gif\": 4, \n",
|
||||
" \"/phoenix_fl.css\": 20, \n",
|
||||
" \"/nfsserverconfig.asp\": 1, \n",
|
||||
" \"/jscript/syslogging.js\": 1, \n",
|
||||
" \"/auth/logo3.gif\": 13, \n",
|
||||
" \"/stnetwork.asp\": 1, \n",
|
||||
" \"/pics/gray_t_5x50px.gif\": 4, \n",
|
||||
" \"/auth/auth.asp\": 23, \n",
|
||||
" \"/jscript/default.js\": 4, \n",
|
||||
" \"/d4-43.js\": 2, \n",
|
||||
" \"/left.asp\": 2, \n",
|
||||
" \"/jscript/ddnsconfig.js\": 2, \n",
|
||||
" \"/img/sel.gif\": 16, \n",
|
||||
" \"/ethernetconfig.asp\": 1\n",
|
||||
"}\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"# Let's stack uris\n",
|
||||
"uris = {}\n",
|
||||
"for line in http_data:\n",
|
||||
" if len(line.split('\\t')) > 9:\n",
|
||||
" uri = line.split('\\t')[9].split('?')[0].split('&')[0]\n",
|
||||
" if uri not in uris.keys():\n",
|
||||
" uris[uri] = 1\n",
|
||||
" else:\n",
|
||||
" uris[uri] += 1\n",
|
||||
"\n",
|
||||
"print(json.dumps(uris,indent=2))"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 4,
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"{\n",
|
||||
" \"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:39.0) Gecko/20100101 Firefox/39.0\": 327, \n",
|
||||
" \"Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)\": 171, \n",
|
||||
" \"-\": 103, \n",
|
||||
" \"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36\": 5045, \n",
|
||||
" \"Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0\": 12, \n",
|
||||
" \"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0\": 99, \n",
|
||||
" \"Wget/1.16.1 (linux-gnu)\": 1\n",
|
||||
"}\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"# Let's stack user agents\n",
|
||||
"user_agents = {}\n",
|
||||
"for line in http_data:\n",
|
||||
" if len(line.split('\\t')) > 12:\n",
|
||||
" user_agent = line.split('\\t')[11]\n",
|
||||
" if user_agent not in user_agents.keys():\n",
|
||||
" user_agents[user_agent] = 1\n",
|
||||
" else:\n",
|
||||
" user_agents[user_agent] += 1\n",
|
||||
"\n",
|
||||
"print(json.dumps(user_agents,indent=2))"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 5,
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"{\n",
|
||||
" \"192.168.2.42\": {\n",
|
||||
" \"192.168.88.115\": {\n",
|
||||
" \"1445425464.684730\": 1, \n",
|
||||
" \"1445425489.066291\": 1, \n",
|
||||
" \"1445425456.492019\": 1, \n",
|
||||
" \"1445425472.897110\": 1, \n",
|
||||
" \"1445425505.330748\": 1, \n",
|
||||
" \"1445425497.221008\": 1, \n",
|
||||
" \"1445425472.798104\": 1, \n",
|
||||
" \"1445425464.734434\": 1, \n",
|
||||
" \"1445425489.264708\": 1, \n",
|
||||
" \"1445425481.058994\": 1, \n",
|
||||
" \"1445425456.491738\": 1, \n",
|
||||
" \"1445425456.492152\": 1, \n",
|
||||
" \"1445425464.684854\": 1, \n",
|
||||
" \"1445425521.550031\": 1, \n",
|
||||
" \"1445425456.491596\": 1, \n",
|
||||
" \"1445425456.492557\": 1, \n",
|
||||
" \"1445425513.438493\": 1, \n",
|
||||
" \"1445425480.908743\": 1\n",
|
||||
" }\n",
|
||||
" }, \n",
|
||||
" \"192.168.2.64\": {\n",
|
||||
" \"192.168.88.25\": {\n",
|
||||
" \"1445422296.875484\": 1, \n",
|
||||
" \"1445422290.967679\": 1, \n",
|
||||
" \"1445422289.381463\": 1, \n",
|
||||
" \"1445422289.591706\": 1, \n",
|
||||
" \"1445422290.459930\": 1, \n",
|
||||
" \"1445422323.002866\": 1, \n",
|
||||
" \"1445422289.808332\": 1, \n",
|
||||
" \"1445422291.185004\": 1, \n",
|
||||
" \"1445422290.239258\": 1, \n",
|
||||
" \"1445422296.668006\": 1, \n",
|
||||
" \"1445422290.239120\": 1, \n",
|
||||
" \"1445422292.854650\": 1, \n",
|
||||
" \"1445422290.678547\": 1, \n",
|
||||
" \"1445422290.020238\": 1, \n",
|
||||
" \"1445422314.053171\": 1, \n",
|
||||
" \"1445422313.799369\": 1, \n",
|
||||
" \"1445422291.184861\": 1, \n",
|
||||
" \"1445422300.715145\": 1\n",
|
||||
" }, \n",
|
||||
" \"192.168.88.115\": {\n",
|
||||
" \"1445422321.290313\": 1, \n",
|
||||
" \"1445422300.766784\": 1, \n",
|
||||
" \"1445422320.650723\": 1, \n",
|
||||
" \"1445422321.503861\": 1, \n",
|
||||
" \"1445422300.184951\": 1, \n",
|
||||
" \"1445422321.928420\": 1, \n",
|
||||
" \"1445422320.867814\": 1, \n",
|
||||
" \"1445422291.938518\": 1, \n",
|
||||
" \"1445422322.355297\": 1, \n",
|
||||
" \"1445422292.693354\": 1, \n",
|
||||
" \"1445422321.713691\": 1, \n",
|
||||
" \"1445422316.046787\": 1, \n",
|
||||
" \"1445422322.142027\": 1, \n",
|
||||
" \"1445422321.077807\": 1, \n",
|
||||
" \"1445422291.454377\": 1\n",
|
||||
" }, \n",
|
||||
" \"192.168.88.20\": {\n",
|
||||
" \"1445422298.992223\": 1, \n",
|
||||
" \"1445422291.885333\": 1, \n",
|
||||
" \"1445422302.855427\": 1, \n",
|
||||
" \"1445422300.497165\": 1, \n",
|
||||
" \"1445422299.414991\": 1, \n",
|
||||
" \"1445422315.698055\": 1, \n",
|
||||
" \"1445422300.287326\": 1, \n",
|
||||
" \"1445422290.968135\": 1, \n",
|
||||
" \"1445422299.207919\": 1, \n",
|
||||
" \"1445422299.839276\": 1, \n",
|
||||
" \"1445422298.777344\": 1, \n",
|
||||
" \"1445422300.078390\": 1, \n",
|
||||
" \"1445422313.532961\": 1, \n",
|
||||
" \"1445422299.628075\": 1\n",
|
||||
" }, \n",
|
||||
" \"192.168.88.100\": {\n",
|
||||
" \"1445422308.102295\": 1, \n",
|
||||
" \"1445422289.380025\": 1, \n",
|
||||
" \"1445422290.915620\": 1, \n",
|
||||
" \"1445422297.138751\": 1, \n",
|
||||
" \"1445422290.513640\": 1\n",
|
||||
" }, \n",
|
||||
" \"192.168.88.51\": {\n",
|
||||
" \"1445422295.870961\": 1, \n",
|
||||
" \"1445422300.023159\": 1, \n",
|
||||
" \"1445422320.920019\": 1, \n",
|
||||
" \"1445422303.707740\": 1, \n",
|
||||
" \"1445422296.667868\": 1, \n",
|
||||
" \"1445422289.754808\": 1, \n",
|
||||
" \"1445422299.364282\": 1, \n",
|
||||
" \"1445422297.667609\": 1, \n",
|
||||
" \"1445422292.639583\": 1, \n",
|
||||
" \"1445422298.789861\": 1, \n",
|
||||
" \"1445422289.381938\": 1, \n",
|
||||
" \"1445422290.520664\": 1, \n",
|
||||
" \"1445422296.027733\": 1, \n",
|
||||
" \"1445422300.212852\": 1, \n",
|
||||
" \"1445422292.587508\": 1, \n",
|
||||
" \"1445422300.341810\": 1, \n",
|
||||
" \"1445422295.554722\": 1, \n",
|
||||
" \"1445422299.694729\": 1, \n",
|
||||
" \"1445422295.714594\": 1, \n",
|
||||
" \"1445422300.498336\": 1, \n",
|
||||
" \"1445422293.066879\": 1, \n",
|
||||
" \"1445422292.476080\": 1, \n",
|
||||
" \"1445422299.696478\": 1, \n",
|
||||
" \"1445422289.592098\": 1, \n",
|
||||
" \"1445422303.873797\": 1, \n",
|
||||
" \"1445422300.660455\": 1, \n",
|
||||
" \"1445422290.349694\": 1, \n",
|
||||
" \"1445422299.260279\": 1, \n",
|
||||
" \"1445422299.840329\": 1, \n",
|
||||
" \"1445422289.385586\": 1, \n",
|
||||
" \"1445422296.188602\": 1, \n",
|
||||
" \"1445422299.518622\": 1, \n",
|
||||
" \"1445422298.727806\": 1, \n",
|
||||
" \"1445422320.466621\": 1, \n",
|
||||
" \"1445422296.506938\": 1, \n",
|
||||
" \"1445422296.349914\": 1, \n",
|
||||
" \"1445422323.263679\": 1, \n",
|
||||
" \"1445422296.824060\": 1, \n",
|
||||
" \"1445422303.927905\": 1\n",
|
||||
" }, \n",
|
||||
" \"192.168.88.49\": {\n",
|
||||
" \"1445422302.534936\": 1, \n",
|
||||
" \"1445422292.047762\": 1, \n",
|
||||
" \"1445422289.380561\": 1, \n",
|
||||
" \"1445422302.965697\": 1, \n",
|
||||
" \"1445422302.746772\": 1, \n",
|
||||
" \"1445422291.619375\": 1, \n",
|
||||
" \"1445422303.183484\": 1, \n",
|
||||
" \"1445422307.565998\": 1, \n",
|
||||
" \"1445422301.635377\": 1, \n",
|
||||
" \"1445422313.849169\": 1, \n",
|
||||
" \"1445422302.111056\": 1, \n",
|
||||
" \"1445422303.397388\": 1, \n",
|
||||
" \"1445422302.325429\": 1, \n",
|
||||
" \"1445422301.899644\": 1\n",
|
||||
" }, \n",
|
||||
" \"192.168.88.60\": {\n",
|
||||
" \"1445422289.865632\": 1, \n",
|
||||
" \"1445422289.591967\": 1, \n",
|
||||
" \"1445422291.235170\": 1, \n",
|
||||
" \"1445422291.885204\": 1, \n",
|
||||
" \"1445422289.381938\": 1, \n",
|
||||
" \"1445422291.018922\": 1, \n",
|
||||
" \"1445422306.307627\": 1, \n",
|
||||
" \"1445422290.565864\": 1, \n",
|
||||
" \"1445422292.319808\": 1, \n",
|
||||
" \"1445422299.890418\": 1, \n",
|
||||
" \"1445422292.100843\": 1, \n",
|
||||
" \"1445422289.381132\": 1, \n",
|
||||
" \"1445422298.992366\": 1, \n",
|
||||
" \"1445422291.454248\": 1, \n",
|
||||
" \"1445422289.379891\": 1, \n",
|
||||
" \"1445422289.865921\": 1, \n",
|
||||
" \"1445422298.777468\": 1\n",
|
||||
" }, \n",
|
||||
" \"192.168.88.61\": {\n",
|
||||
" \"1445422300.131605\": 1, \n",
|
||||
" \"1445422289.591833\": 1, \n",
|
||||
" \"1445422300.988103\": 1, \n",
|
||||
" \"1445422292.798306\": 1, \n",
|
||||
" \"1445422289.866199\": 1, \n",
|
||||
" \"1445422290.915767\": 1, \n",
|
||||
" \"1445422299.679622\": 1, \n",
|
||||
" \"1445422297.244478\": 1, \n",
|
||||
" \"1445422300.766659\": 1, \n",
|
||||
" \"1445422301.201058\": 1, \n",
|
||||
" \"1445422299.466633\": 1, \n",
|
||||
" \"1445422293.119720\": 1, \n",
|
||||
" \"1445422300.548608\": 1, \n",
|
||||
" \"1445422299.890145\": 1, \n",
|
||||
" \"1445422300.339324\": 1\n",
|
||||
" }, \n",
|
||||
" \"192.168.88.95\": {\n",
|
||||
" \"1445422289.380290\": 1, \n",
|
||||
" \"1445422344.783066\": 1, \n",
|
||||
" \"1445422352.905377\": 1, \n",
|
||||
" \"1445422317.744378\": 1, \n",
|
||||
" \"1445422321.022581\": 1, \n",
|
||||
" \"1445422320.387407\": 1, \n",
|
||||
" \"1445422295.370559\": 1, \n",
|
||||
" \"1445422309.529967\": 1, \n",
|
||||
" \"1445422336.568033\": 1, \n",
|
||||
" \"1445422320.490386\": 1, \n",
|
||||
" \"1445422301.580724\": 1, \n",
|
||||
" \"1445422337.822249\": 1, \n",
|
||||
" \"1445422305.513430\": 1, \n",
|
||||
" \"1445422348.751232\": 1, \n",
|
||||
" \"1445422290.347162\": 1, \n",
|
||||
" \"1445422289.380169\": 1\n",
|
||||
" }\n",
|
||||
" }\n",
|
||||
"}\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"# Let's search for the nmap user agent\n",
|
||||
"suspicious_user_agents = ['Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)']\n",
|
||||
"nmap_scanned_hosts = {}\n",
|
||||
"for line in http_data:\n",
|
||||
" if len(line.split('\\t')) > 12:\n",
|
||||
" timestamp = line.split('\\t')[0]\n",
|
||||
" client = line.split('\\t')[2]\n",
|
||||
" server = line.split('\\t')[4]\n",
|
||||
" user_agent = line.split('\\t')[11]\n",
|
||||
" if user_agent in suspicious_user_agents:\n",
|
||||
" if client not in nmap_scanned_hosts.keys():\n",
|
||||
" nmap_scanned_hosts[client] = {server:{timestamp:1}}\n",
|
||||
" elif server not in nmap_scanned_hosts[client].keys():\n",
|
||||
" nmap_scanned_hosts[client][server] = {timestamp: 1}\n",
|
||||
" elif timestamp not in nmap_scanned_hosts[client][server].keys():\n",
|
||||
" nmap_scanned_hosts[client][server][timestamp] = 1\n",
|
||||
" else:\n",
|
||||
" nmap_scanned_hosts[client][server][timestamp] += 1\n",
|
||||
"\n",
|
||||
"print(json.dumps(nmap_scanned_hosts,indent=2))"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 6,
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"client ip,server ip,num requests\n",
|
||||
"192.168.2.42,192.168.88.115,18\n",
|
||||
"192.168.2.64,192.168.88.100,5\n",
|
||||
"192.168.2.64,192.168.88.115,15\n",
|
||||
"192.168.2.64,192.168.88.20,14\n",
|
||||
"192.168.2.64,192.168.88.25,18\n",
|
||||
"192.168.2.64,192.168.88.49,14\n",
|
||||
"192.168.2.64,192.168.88.51,39\n",
|
||||
"192.168.2.64,192.168.88.60,17\n",
|
||||
"192.168.2.64,192.168.88.61,15\n",
|
||||
"192.168.2.64,192.168.88.95,16\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"# Add up the number of requests the client made to the server\n",
|
||||
"print(\"client ip,server ip,num requests\")\n",
|
||||
"suspicious_hosts = {}\n",
|
||||
"for client in sorted(nmap_scanned_hosts.keys()):\n",
|
||||
" for server in sorted(nmap_scanned_hosts[client].keys()):\n",
|
||||
" print(client + \",\" + server + \",\" + str(len(nmap_scanned_hosts[client][server])))\n",
|
||||
" if client not in suspicious_hosts.keys():\n",
|
||||
" suspicious_hosts[client] = [server]\n",
|
||||
" else:\n",
|
||||
" suspicious_hosts[client].append(server)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 7,
|
||||
"metadata": {
|
||||
"collapsed": true
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# Write CSV file out for display/distribution in excel\n",
|
||||
"with open('suspicious_http_records.csv','w') as outfile:\n",
|
||||
" outfile.write(\"ts,uid,id.orig_h,id.orig_p,id.resp_h,id.resp_p,trans_depth,method,host,uri,referrer,user_agent,request_body_len,response_body_len,status_code,status_msg,info_code,info_msg,filename,tags,username,password,proxied,orig_fuids,orig_mime_types,resp_fuids,resp_mime_types\\n\")\n",
|
||||
" for line in http_data:\n",
|
||||
" if len(line.split('\\t')) > 12:\n",
|
||||
" timestamp = line.split('\\t')[0]\n",
|
||||
" client = line.split('\\t')[2]\n",
|
||||
" server = line.split('\\t')[4]\n",
|
||||
" user_agent = line.split('\\t')[11]\n",
|
||||
" uri = line.split('\\t')[9]\n",
|
||||
" if client in suspicious_hosts.keys():\n",
|
||||
" if server in suspicious_hosts[client]:\n",
|
||||
" outfile.write(\"\\\"\" + line.replace(\"\\t\",\"\\\",\\\"\") + \"\\\"\\n\")\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"display_name": "Python 2",
|
||||
"language": "python",
|
||||
"name": "python2"
|
||||
},
|
||||
"language_info": {
|
||||
"codemirror_mode": {
|
||||
"name": "ipython",
|
||||
"version": 2
|
||||
},
|
||||
"file_extension": ".py",
|
||||
"mimetype": "text/x-python",
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython2",
|
||||
"version": "2.7.13"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 2
|
||||
}
|
29
dfir/threat-hunting-analysis-main/LICENSE
Normal file
29
dfir/threat-hunting-analysis-main/LICENSE
Normal file
|
@ -0,0 +1,29 @@
|
|||
BSD 3-Clause License
|
||||
|
||||
Copyright (c) 2021, Omar Santos
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright notice, this
|
||||
list of conditions and the following disclaimer.
|
||||
|
||||
2. Redistributions in binary form must reproduce the above copyright notice,
|
||||
this list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
|
||||
3. Neither the name of the copyright holder nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
2
dfir/threat-hunting-analysis-main/README.md
Normal file
2
dfir/threat-hunting-analysis-main/README.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
# threat-hunting-analysis
|
||||
Threat Hunting Analysis labs
|
5767
dfir/threat-hunting-analysis-main/http.log
Normal file
5767
dfir/threat-hunting-analysis-main/http.log
Normal file
File diff suppressed because it is too large
Load diff
300
dfir/threat-hunting-analysis-main/suspicious_http_records.csv
Normal file
300
dfir/threat-hunting-analysis-main/suspicious_http_records.csv
Normal file
|
@ -0,0 +1,300 @@
|
|||
ts,uid,id.orig_h,id.orig_p,id.resp_h,id.resp_p,trans_depth,method,host,uri,referrer,user_agent,request_body_len,response_body_len,status_code,status_msg,info_code,info_msg,filename,tags,username,password,proxied,orig_fuids,orig_mime_types,resp_fuids,resp_mime_types
|
||||
"1445422160.958470","CTLRyA2VZnI0G0Ioda","192.168.2.64","51827","192.168.88.51","80","1","GET","-","/","-","-","0","2467","200","OK","-","-","-","(empty)","-","-","-","-","-","F0tNl28XAlwChFpvc","text/html"
|
||||
"1445422160.959613","CojNPR3SMW53I6b9c7","192.168.2.64","51834","192.168.88.60","80","1","GET","-","/","-","-","0","254","302","Redirect","-","-","-","(empty)","-","-","-","-","-","F4g28g4KbIf9S4C3D8","text/html"
|
||||
"1445422160.958110","CERnSV1KTUPoSLBT2k","192.168.2.64","51824","192.168.88.49","80","1","GET","-","/","-","-","0","714","200","OK","-","-","-","(empty)","-","-","-","-","-","FeYOGC1mLh5bUFVblb","text/html"
|
||||
"1445422160.962326","CJgX1z3hG0NWfniAxh","192.168.2.64","51821","192.168.88.25","80","1","GET","-","/","-","-","0","0","401","Not authorized","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422161.005907","C5bfS73u3gyLjp2H","192.168.2.64","51866","192.168.88.49","80","1","OPTIONS","-","/","-","-","0","148","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","FXcukj3ZXni7wrKBQk","text/html"
|
||||
"1445422161.015944","CeKyDY1iLVxpo0H3lk","192.168.2.64","51865","192.168.88.25","80","1","OPTIONS","-","/","-","-","0","0","501","Not implemented","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422161.048046","Cig0dO2RyXlM1auQb2","192.168.2.64","51868","192.168.88.25","80","1","OPTIONS","-","/ RTSP/1.","-","-","0","0","501","Not implemented","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422161.067541","CpDtFi452cbzBwnm79","192.168.2.64","51848","192.168.88.95","80","1","GET","-","/","-","-","0","0","302","Redirect","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422161.971021","CmkQf92ndfptNIRv0g","192.168.2.64","51840","192.168.88.61","80","1","GET","-","/","-","-","0","254","302","Redirect","-","-","-","(empty)","-","-","-","-","-","FbLKi63AJKuVuwNpX4","text/html"
|
||||
"1445422165.973755","CwmdH63TccpEdTOxme","192.168.2.64","51884","192.168.88.51","5120","1","GET","-","/","-","-","0","2467","200","OK","-","-","-","(empty)","-","-","-","-","-","FE1wg53KDcftda4L1","text/html"
|
||||
"1445422166.094773","CyzaFd4LnRv0T4H2r1","192.168.2.64","51890","192.168.88.25","80","1","GET","-","/nice ports,/Trinity.txt.bak","-","-","0","0","401","Not authorized","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422166.330199","CZQrRD26NjVCsNhBCd","192.168.2.64","51892","192.168.88.25","80","1","-","-","-","-","-","0","0","501","Not implemented","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422166.350697","C1DfHtw6cwDmzbZhd","192.168.2.64","51855","192.168.88.115","80","1","GET","-","/","-","-","0","0","302","Redirect","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422164.185046","C1CBxM1wcplvqY1lnj","192.168.2.64","51852","192.168.88.100","80","1","GET","-","/","-","-","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422169.190304","Cn0A1j4Aiq9gIQ5hyk","192.168.2.64","51904","192.168.88.100","80","1","OPTIONS","-","/","-","-","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422180.762038","CXscW3dzDXXsOoU91","192.168.2.64","51825","192.168.88.49","49152","1","GET","-","/nice ports,/Trinity.txt.bak","-","-","0","48","404","Not Found","-","-","-","(empty)","-","-","-","-","-","FKKNDO3x3PISKu5Ml","text/html"
|
||||
"1445422180.767008","Cljxky2x7iBkD79KZ","192.168.2.64","51912","192.168.88.49","49152","1","GET","-","/","-","-","0","48","404","Not Found","-","-","-","(empty)","-","-","-","-","-","FFTwot1gPTSWhZ9yvk","text/html"
|
||||
"1445422180.769318","CmOMIj19go2r58DE5h","192.168.2.64","51928","192.168.88.49","49152","1","OPTIONS","-","/","-","-","0","54","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","FuoT4G3J8ps3b2S5Xd","text/html"
|
||||
"1445422181.406742","CObEoL3P7KJu1GiqMg","192.168.2.64","51950","192.168.88.25","80","1","-","-","-","-","-","0","0","501","Not implemented","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422181.439820","CfaK3LpJhGWdAxLye","192.168.2.64","51951","192.168.88.25","80","1","-","-","-","-","-","0","0","501","Not implemented","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422181.472541","CGOZLe1bBAG4TEs9zf","192.168.2.64","51952","192.168.88.25","80","1","-","-","-","-","-","0","0","501","Not implemented","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422174.196862","C0Yyks2bOudLBgNXz","192.168.2.64","51927","192.168.88.100","80","1","OPTIONS","-","/ RTSP/1.","-","-","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422186.529325","CN8OZt3x1cJUfc8WH9","192.168.2.64","51966","192.168.88.25","80","1","-","-","-","-","-","0","0","501","Not implemented","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422184.208638","CUTe7d4rHNYiV7KZF8","192.168.2.64","51959","192.168.88.100","80","1","GET","-","/nice ports,/Trinity.txt.bak","-","-","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422191.567402","Co3pRC4aYpMbYBP4Ok","192.168.2.64","51978","192.168.88.25","80","1","OPTIONS","-","sip:nm SIP/2.","-","-","0","0","501","Not implemented","-","-","-","(empty)","-","-","VIA -> SIP/2.0/TCP nm;branch=foo","-","-","-","-"
|
||||
"1445422236.756478","C7UzSW1y9y0aCxJQ8k","192.168.2.64","52073","192.168.88.100","80","1","OPTIONS","-","sip:nm SIP/2.","-","-","0","0","-","-","-","-","-","(empty)","-","-","VIA -> SIP/2.0/TCP nm;branch=foo","-","-","-","-"
|
||||
"1445422289.381938","CsJfa63Tm2AjMmm2pe","192.168.2.64","52159","192.168.88.51","5120","1","GET","192.168.88.51","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","149","401","Unauthorized","-","-","-","(empty)","-","-","-","-","-","F8717y1CteE1yorTXe","text/html"
|
||||
"1445422289.385586","CJqYWywK4tywLkXGj","192.168.2.64","52169","192.168.88.51","5120","1","GET","192.168.88.51","/master.jsp","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","95","404","Object Not Found","-","-","-","(empty)","-","-","-","-","-","F4VKsG41cnBixMYdn4","text/html"
|
||||
"1445422289.380561","CQ62S72onQ858yc71l","192.168.2.64","52168","192.168.88.49","80","1","GET","192.168.88.49","/robots.txt","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","26","200","OK","-","-","-","(empty)","-","-","-","-","-","FWkDAp3u3X8V7n0eK4","text/plain"
|
||||
"1445422289.381463","CUmIvM3effTpOUucJ6","192.168.2.64","52174","192.168.88.25","80","1","OPTIONS","192.168.88.25","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","501","Not implemented","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422289.591706","CaYzfG4bWqvzDlnxVa","192.168.2.64","52182","192.168.88.25","80","1","OPTIONS","192.168.88.25","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","501","Not implemented","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422289.379891","CzZOhq1dAOLfrMH4Ch","192.168.2.64","52160","192.168.88.60","80","1","OPTIONS","192.168.88.60","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FfJxyy47XPJ4JQRwHc","text/html"
|
||||
"1445422289.592098","CbEN9L1Jy6KQy3k3w9","192.168.2.64","52187","192.168.88.51","80","1","GET","192.168.88.51","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","2467","200","OK","-","-","-","(empty)","-","-","-","-","-","FRopbF3EY0eKVKsvQe","text/html"
|
||||
"1445422289.381132","CAI5Nm2NPJooC3NH8","192.168.2.64","52172","192.168.88.60","80","1","GET","192.168.88.60","/.git/HEAD","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","203","302","Redirect","-","-","-","(empty)","-","-","-","-","-","FbDNUp41VybgAG01Ka","text/html"
|
||||
"1445422289.591833","CPKqwJ22XGqgY8kOmd","192.168.2.64","52183","192.168.88.61","80","1","GET","192.168.88.61","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","203","302","Redirect","-","-","-","(empty)","-","-","-","-","-","FTslGf4WdCa10QdMTj","text/html"
|
||||
"1445422289.381938","CCuSlb17rm9pK90nwg","192.168.2.64","52176","192.168.88.60","80","1","OPTIONS","192.168.88.60","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FE2P1v3ox5kLWAFNF9","text/html"
|
||||
"1445422289.591967","CUc2652gzOYZzFlGIk","192.168.2.64","52184","192.168.88.60","80","1","GET","192.168.88.60","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","203","302","Redirect","-","-","-","(empty)","-","-","-","-","-","FTgjHp4G4vHZ0ipmR5","text/html"
|
||||
"1445422289.754808","CtsGRX2b6EgImMFJ1f","192.168.2.64","52191","192.168.88.51","80","1","GET","192.168.88.51","/favicon.ico","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","95","404","Object Not Found","-","-","-","(empty)","-","-","-","-","-","F6D8mC3pc661RDRTO3","text/html"
|
||||
"1445422289.808332","CvgE5WjdvdOhWwQqf","192.168.2.64","52194","192.168.88.25","80","1","OPTIONS","192.168.88.25","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","501","Not implemented","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422289.866199","CyRpGM28WbOwiPAmXc","192.168.2.64","52199","192.168.88.61","80","1","GET","192.168.88.61","/auth/auth.asp","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","806","200","OK","-","-","-","(empty)","-","-","-","-","-","FbJDG7WucDDK5jPFg","text/html"
|
||||
"1445422290.020238","Cee8da4E7JwBtGWBN3","192.168.2.64","52206","192.168.88.25","80","1","OPTIONS","192.168.88.25","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","501","Not implemented","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422289.865632","CfVfQs3c6AX2T8z6j5","192.168.2.64","52196","192.168.88.60","80","1","GET","192.168.88.60","/auth/auth.asp","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","817","200","OK","-","-","-","(empty)","-","-","-","-","-","Fslv0R2EfhIQhqkuod","text/html"
|
||||
"1445422290.239120","CVBP5B2AwMUu0lytJ5","192.168.2.64","52214","192.168.88.25","80","1","OPTIONS","192.168.88.25","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","501","Not implemented","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422290.239258","CusqF5328WpN3x6Gr3","192.168.2.64","52215","192.168.88.25","80","1","GET","192.168.88.25","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","401","Not authorized","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422290.349694","CjYhN016rhA3R2L9X4","192.168.2.64","52220","192.168.88.51","5120","1","GET","192.168.88.51","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","2467","200","OK","-","-","-","(empty)","-","-","-","-","-","F6qph21efu9KjBlSG2","text/html"
|
||||
"1445422289.865921","ClKzSr4XmFARZTHbN9","192.168.2.64","52198","192.168.88.60","80","1","OPTIONS","192.168.88.60","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FofJ2e47wnZqYwl0p2","text/html"
|
||||
"1445422290.459930","CD9rto31HlI0fXdzaa","192.168.2.64","52221","192.168.88.25","80","1","OPTIONS","192.168.88.25","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","501","Not implemented","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422290.520664","CWQKRkQkcwpwXi3Ac","192.168.2.64","52223","192.168.88.51","5120","1","GET","192.168.88.51","/favicon.ico","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","95","404","Object Not Found","-","-","-","(empty)","-","-","-","-","-","FVhbIi3Arlh18Sg3eb","text/html"
|
||||
"1445422290.513640","Cp32Sc2mSJwO7LRfdc","192.168.2.64","52224","192.168.88.100","80","1","GET","192.168.88.100","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","1461","200","OK","-","-","-","(empty)","-","-","-","-","-","FOkqwTOmmIVhjOg37","text/html"
|
||||
"1445422290.678547","C3UUpNR9sgFgfqvIe","192.168.2.64","52232","192.168.88.25","80","1","OPTIONS","192.168.88.25","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","501","Not implemented","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422290.565864","CkFVDg5XVhwGCNI1","192.168.2.64","52227","192.168.88.60","80","1","OPTIONS","192.168.88.60","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FjJul7ou510OYgerh","text/html"
|
||||
"1445422290.915767","CjkROE2rNDVGUr2xw1","192.168.2.64","52238","192.168.88.61","80","1","GET","192.168.88.61","/favicon.ico","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","203","302","Redirect","-","-","-","(empty)","-","-","-","-","-","FHbLNd1NRureDK2Qd7","text/html"
|
||||
"1445422290.967679","CZzD654aCsfMr0Wm48","192.168.2.64","52236","192.168.88.25","80","1","OPTIONS","192.168.88.25","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","501","Not implemented","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422291.018922","C321aq4iM16fG7ohWl","192.168.2.64","52243","192.168.88.60","80","1","OPTIONS","192.168.88.60","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","F5zo0310yykTl2zMP1","text/html"
|
||||
"1445422291.184861","CJOBEk2ntg4JOtCt8f","192.168.2.64","52245","192.168.88.25","80","1","OPTIONS","192.168.88.25","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","501","Not implemented","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422291.185004","CMORvE1hZpiUzlgMLi","192.168.2.64","52246","192.168.88.25","80","1","GET","192.168.88.25","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","401","Not authorized","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422291.235170","CfnoeTuNfkacQn0m5","192.168.2.64","52247","192.168.88.60","80","1","OPTIONS","192.168.88.60","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FIQd2P1JsMWpLcHvJk","text/html"
|
||||
"1445422290.968135","CbjFrzoGhgvdbOKId","192.168.2.64","52240","192.168.88.20","80","1","GET","192.168.88.20","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","3817","200","OK","-","-","-","(empty)","-","-","-","-","-","FG1kq43bhmHIpzrvl9","text/html"
|
||||
"1445422291.619375","Cdp2F4jirPEIdSUV","192.168.2.64","52255","192.168.88.49","80","1","GET","192.168.88.49","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","714","200","OK","-","-","-","(empty)","-","-","-","-","-","FRxmtbsykbcg2Inlg","text/html"
|
||||
"1445422291.454248","CYMbRc32m6oD5Shv64","192.168.2.64","52250","192.168.88.60","80","1","OPTIONS","192.168.88.60","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","F3mfGC3GErWZGJP6Wi","text/html"
|
||||
"1445422291.454377","CHl8zC3D9UDxMxoCrh","192.168.2.64","52251","192.168.88.115","80","1","GET","192.168.88.115","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","200","302","Redirect","-","-","-","(empty)","-","-","-","-","-","FyVPeA4JegK7jSKzNk","text/html"
|
||||
"1445422291.885204","CFHDbscCnXAbJTg4d","192.168.2.64","52260","192.168.88.60","80","1","OPTIONS","192.168.88.60","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FgCGgF3Eq2iF8BLF3b","text/html"
|
||||
"1445422291.885333","CMjFI52HlUdMZYnveg","192.168.2.64","52261","192.168.88.20","80","1","GET","192.168.88.20","/favicon.ico","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","2998","200","OK","-","-","-","(empty)","-","-","-","-","-","FUR55m2te2ZJIFLUOl","image/x-icon"
|
||||
"1445422291.832760","C3BxJw2F16tIo2F9Ia","192.168.2.64","52257","192.168.88.100","80","1","GET","-","/","-","-","0","1461","200","OK","-","-","-","(empty)","-","-","-","-","-","FwY8a72RfDHu9wDvV2","text/html"
|
||||
"1445422292.047762","CWSHIF3DtJZU1g1a2h","192.168.2.64","52266","192.168.88.49","80","1","GET","192.168.88.49","/favicon.ico","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","153","404","Not Found","-","-","-","(empty)","-","-","-","-","-","FyrTgAhYbCrAqNmwg","text/html"
|
||||
"1445422292.100843","CPfsrOZ7cCBXYemOe","192.168.2.64","52267","192.168.88.60","80","1","OPTIONS","192.168.88.60","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FOdKc34eTT6ncEcFl6","text/html"
|
||||
"1445422291.938518","CoRXn81s8q5GYL1Dn4","192.168.2.64","52262","192.168.88.115","80","1","GET","192.168.88.115","/login.asp","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","2325","200","OK","-","-","-","(empty)","-","-","-","-","-","F2U4s5gTWsgvHQn6h","text/html"
|
||||
"1445422292.319808","CbA7Wl4L9NUzgkvYn9","192.168.2.64","52272","192.168.88.60","80","1","OPTIONS","192.168.88.60","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","Fbi1GL3XDRsCrgM53h","text/html"
|
||||
"1445422292.476080","CUm5VeacXeBZO6Rac","192.168.2.64","52279","192.168.88.51","80","1","GET","192.168.88.51","/.git/HEAD","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","95","404","Object Not Found","-","-","-","(empty)","-","-","-","-","-","F5lO0lp133V6482K6","text/html"
|
||||
"1445422292.423562","C2JpXd1zR7s5f5dWEg","192.168.2.64","52277","192.168.88.100","80","1","GET","-","/","-","-","0","1461","200","OK","-","-","-","(empty)","-","-","-","-","-","F8uclz2Ai6Wp80Jv7","text/html"
|
||||
"1445422292.587508","CmboUx49TQCD0cl8ma","192.168.2.64","52282","192.168.88.51","5120","1","GET","192.168.88.51","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","2467","200","OK","-","-","-","(empty)","-","-","-","-","-","FSAUO43HtvjLR5Bk2h","text/html"
|
||||
"1445422292.581789","CVXVvh4pkFlOl2esz1","192.168.2.64","52281","192.168.88.25","80","1","GET","-","/","-","-","0","0","401","Not authorized","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422292.639583","CGURma28H3QMAEHbbl","192.168.2.64","52284","192.168.88.51","5120","1","GET","192.168.88.51","/flumemaster.jsp","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","95","404","Object Not Found","-","-","-","(empty)","-","-","-","-","-","FVLJBY2xpqeHcbm4Jb","text/html"
|
||||
"1445422292.798306","ChSOn34MTcuMsSInK3","192.168.2.64","52289","192.168.88.61","80","1","OPTIONS","192.168.88.61","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","F3Wl1r34evSYDCN0Tg","text/html"
|
||||
"1445422292.803389","Ckmes831b36fCdy9ee","192.168.2.64","52291","192.168.88.115","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422292.812979","CkJjnGMWAuPE4q98k","192.168.2.64","52293","192.168.88.115","80","1","-","-","-","-","-","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","Fmo3ks4DnpPJKyCeRf","text/html"
|
||||
"1445422292.854650","CTKJxs1JERWntl4DNh","192.168.2.64","52292","192.168.88.25","80","1","GET","192.168.88.25","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","401","Not authorized","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422293.066879","CTszfu4j8dNZqB408a","192.168.2.64","52300","192.168.88.51","80","1","GET","192.168.88.51","/robots.txt","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","95","404","Object Not Found","-","-","-","(empty)","-","-","-","-","-","F3Beww35vpwy6uQSdg","text/html"
|
||||
"1445422293.119720","CeuCEV2ynqIfjEOZrc","192.168.2.64","52301","192.168.88.61","80","1","GET","192.168.88.61","/.git/HEAD","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","203","302","Redirect","-","-","-","(empty)","-","-","-","-","-","FUxPXi1Vo5VtVC96Wj","text/html"
|
||||
"1445422289.380025","C8SduIJlPpV7Ucc1i","192.168.2.64","52161","192.168.88.100","80","1","GET","192.168.88.100","/.git/HEAD","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422295.554722","CXDAs242ypSjNWPiW7","192.168.2.64","52344","192.168.88.51","80","1","OPTIONS","192.168.88.51","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","31","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","FJxfLkcNXyiiIlNY6","text/plain"
|
||||
"1445422295.714594","CRxGE43QvL4f6hNBl3","192.168.2.64","52346","192.168.88.51","80","1","OPTIONS","192.168.88.51","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","31","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","FRUKbk4cVt5imNIEpf","text/plain"
|
||||
"1445422295.870961","CqlDae183gdV3fSx2c","192.168.2.64","52349","192.168.88.51","80","1","OPTIONS","192.168.88.51","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","31","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","FaxiGw3vw4EIiRpU47","text/plain"
|
||||
"1445422296.027733","Cqf7zeXimG03gzBb","192.168.2.64","52350","192.168.88.51","80","1","OPTIONS","192.168.88.51","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","31","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","FwDK7D3Pgpa9rfNOs3","text/plain"
|
||||
"1445422290.915620","Ceucpi3H8WBhumxHza","192.168.2.64","52237","192.168.88.100","80","1","GET","192.168.88.100","/favicon.ico","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422296.188602","COGKto2fqqJFaZPGX9","192.168.2.64","52352","192.168.88.51","80","1","OPTIONS","192.168.88.51","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","31","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","FVkHFdqkBNEvt8e41","text/plain"
|
||||
"1445422296.349914","C1fu2u42WAImaCXitl","192.168.2.64","52354","192.168.88.51","80","1","OPTIONS","192.168.88.51","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","31","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","FaGmza4zPUHSL79BBa","text/plain"
|
||||
"1445422296.506938","CS7GQK1NXMXGZ1w8aj","192.168.2.64","52356","192.168.88.51","80","1","OPTIONS","192.168.88.51","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","31","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","F3nXOi0jxydDCPGvb","text/plain"
|
||||
"1445422296.667868","CyOOdQ3kfW9C7VPUX6","192.168.2.64","52359","192.168.88.51","80","1","OPTIONS","192.168.88.51","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","31","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","FpjKNW1dtdTDkg2BX9","text/plain"
|
||||
"1445422296.668006","CZ7Itq3AQv5IOBMqy5","192.168.2.64","52360","192.168.88.25","80","1","GET","192.168.88.25","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","401","Not authorized","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422296.824060","CAEFO7381QEwu97pD3","192.168.2.64","52361","192.168.88.51","80","1","OPTIONS","192.168.88.51","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","31","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","FxgUrV1fo1lTM5f81g","text/plain"
|
||||
"1445422296.875484","CsJNAFroMb9SrYu6e","192.168.2.64","52363","192.168.88.25","80","1","GET","192.168.88.25","/favicon.ico","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","401","Not authorized","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422297.244478","CSpSvc47la7YhMxPI8","192.168.2.64","52367","192.168.88.61","80","1","GET","192.168.88.61","/robots.txt","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","203","302","Redirect","-","-","-","(empty)","-","-","-","-","-","FoWhpa17uI3Ira5PMc","text/html"
|
||||
"1445422297.667609","CIq4En1AFQXm2QBkth","192.168.2.64","52374","192.168.88.51","5120","1","OPTIONS","192.168.88.51","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","31","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","Fto0jE3wL4B9Mx1zKb","text/plain"
|
||||
"1445422297.666576","Cdc8b12YwuX9mVecRd","192.168.2.64","52373","192.168.88.20","80","1","GET","-","/","-","-","0","3817","200","OK","-","-","-","(empty)","-","-","-","-","-","Fgwf5h2axMYZR6IxB1","text/html"
|
||||
"1445422292.693354","CRFJAwTyuTpjBRpai","192.168.2.64","52285","192.168.88.115","80","1","GET","192.168.88.115","/favicon.ico","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422298.565114","C6A8ASyk6bNFpm1cf","192.168.2.64","52380","192.168.88.95","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422298.594799","Cmrvuq4eXjO9kAUnI9","192.168.2.64","52383","192.168.88.95","80","1","-","-","-","-","-","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","F10u834dW0zOxa9Li4","text/html"
|
||||
"1445422298.693449","Cxr4H64RdfyHVL9ruk","192.168.2.64","52371","192.168.88.95","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422298.727806","CZDKibJgqe8KswULb","192.168.2.64","52387","192.168.88.51","5120","1","GET","192.168.88.51","/rs-status","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","95","404","Object Not Found","-","-","-","(empty)","-","-","-","-","-","Fibgua3wqMWq1Z2ut2","text/html"
|
||||
"1445422298.777344","CuUzVO3TARFMj1FV2","192.168.2.64","52390","192.168.88.20","80","1","OPTIONS","192.168.88.20","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","405","Method Not Allowed","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422298.777468","CN4ZfF3ljtJXP6Vuf6","192.168.2.64","52391","192.168.88.60","80","1","GET","192.168.88.60","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","203","302","Redirect","-","-","-","(empty)","-","-","-","-","-","FCpNxp34DRTIHvY79l","text/html"
|
||||
"1445422298.789861","CEaUPY27VOCa43wFF7","192.168.2.64","52392","192.168.88.51","5120","1","GET","192.168.88.51","/.git/HEAD","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","95","404","Object Not Found","-","-","-","(empty)","-","-","-","-","-","FueQrC2aJmaozXxPwd","text/html"
|
||||
"1445422298.992366","COZeHreyLi6xqToW1","192.168.2.64","52398","192.168.88.60","80","1","GET","192.168.88.60","/auth/auth.asp","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","817","200","OK","-","-","-","(empty)","-","-","-","-","-","FYUm8cOXsrxqggUIh","text/html"
|
||||
"1445422298.992223","CFCB262BwiZ69oyeOk","192.168.2.64","52397","192.168.88.20","80","1","OPTIONS","192.168.88.20","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","405","Method Not Allowed","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422299.207919","CYJOQ3435UxiCeYg08","192.168.2.64","52401","192.168.88.20","80","1","OPTIONS","192.168.88.20","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","405","Method Not Allowed","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422299.208030","COPU5x12jgXgeA928i","192.168.2.64","52403","192.168.88.25","80","1","GET","-","/","-","-","0","0","401","Not authorized","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422299.260279","CO9UNvxh447L6Odtd","192.168.2.64","52405","192.168.88.51","5120","1","GET","192.168.88.51","/browseDirectory.jsp","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","95","404","Object Not Found","-","-","-","(empty)","-","-","-","-","-","FvkvU141snp8wwuaU9","text/html"
|
||||
"1445422299.364282","CdGy2b2yXuHEWBedja","192.168.2.64","52406","192.168.88.51","5120","1","OPTIONS","192.168.88.51","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","31","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","Fx4LxwKfqEIoephK1","text/plain"
|
||||
"1445422299.414991","CGIVQF2kdsYcqZXZC1","192.168.2.64","52407","192.168.88.20","80","1","OPTIONS","192.168.88.20","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","405","Method Not Allowed","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422299.466633","C23F2h403mvb0KmG39","192.168.2.64","52409","192.168.88.61","80","1","OPTIONS","192.168.88.61","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FBv3D04HE81jJL3nW2","text/html"
|
||||
"1445422299.518622","C1WFjp2R01ex5pa29c","192.168.2.64","52410","192.168.88.51","5120","1","OPTIONS","192.168.88.51","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","31","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","FUaLhBK5epOgGe4ng","text/plain"
|
||||
"1445422299.628075","Ch7LpfSiqxpunEwIg","192.168.2.64","52412","192.168.88.20","80","1","OPTIONS","192.168.88.20","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","405","Method Not Allowed","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422299.679622","Cv6yid1ZFFfC2fl7A6","192.168.2.64","52415","192.168.88.61","80","1","OPTIONS","192.168.88.61","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","Fp6xJp2uwOOyYnO1cl","text/html"
|
||||
"1445422299.694729","CU1RfKCz1mPpkH3se","192.168.2.64","52414","192.168.88.51","5120","1","OPTIONS","192.168.88.51","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","31","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","F0wTUBA2CA9fZpI3g","text/plain"
|
||||
"1445422299.696478","CyRbf33VAMcewkTKh3","192.168.2.64","52416","192.168.88.51","5120","1","GET","192.168.88.51","/status.jsp","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","95","404","Object Not Found","-","-","-","(empty)","-","-","-","-","-","FZjH9w3rTaXOF3fDf9","text/html"
|
||||
"1445422299.840329","CUUcDp3kZ1FivIfrvf","192.168.2.64","52419","192.168.88.51","5120","1","OPTIONS","192.168.88.51","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","31","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","FCgXgG2oqcBNJGrZl1","text/plain"
|
||||
"1445422299.890145","CdTspJ1GDFO4vN256j","192.168.2.64","52420","192.168.88.61","80","1","OPTIONS","192.168.88.61","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FdIEIlnBhBWWV7SNi","text/html"
|
||||
"1445422299.890418","CF5ZHjDwhuriMYuvc","192.168.2.64","52422","192.168.88.60","80","1","GET","192.168.88.60","/favicon.ico","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","203","302","Redirect","-","-","-","(empty)","-","-","-","-","-","Fzup3B2gwlJK2Dgqsa","text/html"
|
||||
"1445422299.839276","CtaGLO3ZmPJHATpUT6","192.168.2.64","52418","192.168.88.20","80","1","OPTIONS","192.168.88.20","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","405","Method Not Allowed","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422300.023159","CI8IUu4AAb2es2wxd1","192.168.2.64","52424","192.168.88.51","5120","1","OPTIONS","192.168.88.51","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","31","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","FTybKD2lUQzhehnPe8","text/plain"
|
||||
"1445422300.078390","C7m47b4aWyUIq68UE8","192.168.2.64","52425","192.168.88.20","80","1","OPTIONS","192.168.88.20","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","405","Method Not Allowed","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422300.131605","ChyUwW1niYhHPx3P9k","192.168.2.64","52426","192.168.88.61","80","1","OPTIONS","192.168.88.61","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FObUhEX1zeI9mBog8","text/html"
|
||||
"1445422300.184951","C1AQ1HYiU1iOjwAae","192.168.2.64","52428","192.168.88.115","80","1","OPTIONS","192.168.88.115","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FB4lj11baW65JoNfea","text/html"
|
||||
"1445422300.212852","CkgWTMZ2tUgSszQh","192.168.2.64","52427","192.168.88.51","5120","1","OPTIONS","192.168.88.51","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","31","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","FcOtgIwUtX73ko2I3","text/plain"
|
||||
"1445422300.287326","CoIQJr132LptzHX2F5","192.168.2.64","52429","192.168.88.20","80","1","OPTIONS","192.168.88.20","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","405","Method Not Allowed","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422300.339324","Cwt6fx3rSZ7oLLrRp5","192.168.2.64","52431","192.168.88.61","80","1","OPTIONS","192.168.88.61","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FPjMWW1m2LM5hkk3Yd","text/html"
|
||||
"1445422300.341810","CBPMe93RUaDBdtJxH3","192.168.2.64","52430","192.168.88.51","5120","1","OPTIONS","192.168.88.51","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","31","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","FL3KGi1jcDmjDa1iw5","text/plain"
|
||||
"1445422300.498336","CSoKDU5ODVL70wgSl","192.168.2.64","52435","192.168.88.51","5120","1","OPTIONS","192.168.88.51","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","31","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","FkGRI2TImNjVcIfmf","text/plain"
|
||||
"1445422300.497165","CFVUnF1CJ7sXahSvSi","192.168.2.64","52434","192.168.88.20","80","1","OPTIONS","192.168.88.20","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","405","Method Not Allowed","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422300.548608","CkdQcj2YMhU5STDIG9","192.168.2.64","52436","192.168.88.61","80","1","OPTIONS","192.168.88.61","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","Fjv1Cw4A2QuuRTMtYa","text/html"
|
||||
"1445422300.660455","C3urb84WAjDbGwURl8","192.168.2.64","52439","192.168.88.51","5120","1","OPTIONS","192.168.88.51","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","31","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","FXwUuX1YkdzsM834D5","text/plain"
|
||||
"1445422300.715145","CsBcay2loAMX1lDLtb","192.168.2.64","52440","192.168.88.25","80","1","GET","192.168.88.25","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","401","Not authorized","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422300.766659","CH7qO22BNkUJHda6yk","192.168.2.64","52441","192.168.88.61","80","1","OPTIONS","192.168.88.61","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FsTPbTYXeyEvZz3kc","text/html"
|
||||
"1445422300.939967","CA7SaB35tZsogtfuj4","192.168.2.64","52447","192.168.88.115","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422300.949409","CDUDRg36s7Myl60qag","192.168.2.64","52449","192.168.88.115","80","1","-","-","-","-","-","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","F0ByVZ1cXnwzwcB7Ha","text/html"
|
||||
"1445422300.988103","CoQYIm1Zh4g6Cyl3S5","192.168.2.64","52445","192.168.88.61","80","1","OPTIONS","192.168.88.61","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FCWr5c3Erxjsn6Xo78","text/html"
|
||||
"1445422301.201058","CEdo2M2ILpIFUyyJ02","192.168.2.64","52454","192.168.88.61","80","1","OPTIONS","192.168.88.61","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FY7eQI27JJADAV3zjk","text/html"
|
||||
"1445422301.420675","CjgCIh18hA3Qda1z4h","192.168.2.64","52389","192.168.88.95","80","1","-","-","-","-","-","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","F8Ztqc2ylBYrQnVBd7","text/html"
|
||||
"1445422301.452115","CI9Ewx2oobWei0j2T","192.168.2.64","52370","192.168.88.95","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422301.635377","C1Pyuj1JN3BzeJxPh6","192.168.2.64","52461","192.168.88.49","80","1","OPTIONS","192.168.88.49","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","148","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","FR0ZKD1bwracs62vdb","text/html"
|
||||
"1445422301.899644","C7FSaH3SE4X6RqC1Y8","192.168.2.64","52463","192.168.88.49","80","1","OPTIONS","192.168.88.49","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","148","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","FD2Dpi2uPgOXNvzXZ1","text/html"
|
||||
"1445422302.111056","CnAc4elatJWuKj34c","192.168.2.64","52465","192.168.88.49","80","1","OPTIONS","192.168.88.49","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","148","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","FMQ7E73MadtZvDxiei","text/html"
|
||||
"1445422297.138751","CBP3L1xPSTdwrIjk1","192.168.2.64","52366","192.168.88.100","80","1","GET","192.168.88.100","/robots.txt","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422302.325429","C4lJrS1AMVLEFgi3ze","192.168.2.64","52466","192.168.88.49","80","1","OPTIONS","192.168.88.49","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","148","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","F3wxFI2RAwC8eK2BU7","text/html"
|
||||
"1445422302.534936","CEJtTKfBO3lBlapp3","192.168.2.64","52469","192.168.88.49","80","1","OPTIONS","192.168.88.49","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","148","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","FaIVw292ZZsGOv2hg","text/html"
|
||||
"1445422302.746772","CSNu143d0Ep4Ux3WX7","192.168.2.64","52470","192.168.88.49","80","1","OPTIONS","192.168.88.49","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","148","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","F25G8U2rT77kkzurPd","text/html"
|
||||
"1445422302.965697","CC0ZV140WxKRhWcn6i","192.168.2.64","52474","192.168.88.49","80","1","OPTIONS","192.168.88.49","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","148","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","FB2J8028gX1jFpbYOl","text/html"
|
||||
"1445422302.855427","C9L8yl3D2yrN2zigE4","192.168.2.64","52473","192.168.88.20","80","1","GET","192.168.88.20","/robots.txt","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","4088","200","OK","-","-","-","(empty)","-","-","-","-","-","F5go6K1zR7ZlEzeOU2","text/html"
|
||||
"1445422303.183484","CAo2kv11hhbUdFUdud","192.168.2.64","52476","192.168.88.49","80","1","OPTIONS","192.168.88.49","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","148","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","Fc0W142chCV13ttXIc","text/html"
|
||||
"1445422303.397388","CI0p0yCg6scxx6kD1","192.168.2.64","52478","192.168.88.49","80","1","OPTIONS","192.168.88.49","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","148","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","FJ22o426ikGfsmA821","text/html"
|
||||
"1445422303.707740","CRb5Tc4XA9rEI7m9ck","192.168.2.64","52482","192.168.88.51","5120","1","GET","192.168.88.51","/tasktracker.jsp","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","95","404","Object Not Found","-","-","-","(empty)","-","-","-","-","-","FHeS2W2xfC4znbjgff","text/html"
|
||||
"1445422303.873797","CguCo1d8NjJg8e09b","192.168.2.64","52483","192.168.88.51","80","1","GET","192.168.88.51","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","2467","200","OK","-","-","-","(empty)","-","-","-","-","-","FlQFCDjZZNVgQ1ORc","text/html"
|
||||
"1445422303.927905","CH5aYEbdIyo1uhyG3","192.168.2.64","52486","192.168.88.51","5120","1","GET","192.168.88.51","/dfshealth.jsp","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","95","404","Object Not Found","-","-","-","(empty)","-","-","-","-","-","FCiCnjlZMUx9iAkYg","text/html"
|
||||
"1445422300.766784","CiTw56Er7QVYwbGnh","192.168.2.64","52442","192.168.88.115","80","1","GET","192.168.88.115","/.git/HEAD","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422306.307627","CtjVL91IxOPzjQLhtg","192.168.2.64","52503","192.168.88.60","80","1","GET","192.168.88.60","/robots.txt","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","203","302","Redirect","-","-","-","(empty)","-","-","-","-","-","FOGZAm3HUEho0lZk07","text/html"
|
||||
"1445422307.565998","Cq0r1s3dFoq4Gwrsc5","192.168.2.64","52517","192.168.88.49","80","1","OPTIONS","192.168.88.49","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","148","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","FrU4Jg3B5vXmLR0rm7","text/html"
|
||||
"1445422305.513430","CxJwf42nH8iyPe8aCk","192.168.2.64","52496","192.168.88.95","80","1","OPTIONS","192.168.88.95","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FYKLyp3wgDPEyZOqh9","text/html"
|
||||
"1445422309.388416","CYhtUH2yyRrJ3mJzG8","192.168.2.64","52480","192.168.88.95","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422309.420075","Cvdbub3muRzOqPkMt8","192.168.2.64","52526","192.168.88.95","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422309.530080","CRBsTY1msFab352vEh","192.168.2.64","52530","192.168.88.25","80","1","t3","-","12.1.2","-","-","0","0","501","Not implemented","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422313.532961","CliaTbdAKhhk1tOLk","192.168.2.64","52572","192.168.88.20","80","1","OPTIONS","192.168.88.20","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","405","Method Not Allowed","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422313.799369","CmnAhK2cNrwu0hQ9O1","192.168.2.64","52575","192.168.88.25","80","1","GET","192.168.88.25","/robots.txt","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","401","Not authorized","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422313.849169","CXlGCF47WOEVfnhL84","192.168.2.64","52576","192.168.88.49","80","1","GET","192.168.88.49","/.git/HEAD","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","151","404","Not Found","-","-","-","(empty)","-","-","-","-","-","FHVpbiCRaXphKbqb7","text/html"
|
||||
"1445422314.053171","CRmLMe3aM5km4R3jkg","192.168.2.64","52577","192.168.88.25","80","1","GET","192.168.88.25","/.git/HEAD","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","401","Not authorized","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422304.087898","CHmq273rB2lkG8we07","192.168.2.64","52487","192.168.88.100","80","1","t3","-","12.1.2","-","-","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422315.698055","CsdDKk13QNOPL9a716","192.168.2.64","52582","192.168.88.20","80","1","GET","192.168.88.20","/.git/HEAD","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","4088","200","OK","-","-","-","(empty)","-","-","-","-","-","FnV2dX17tyY9b3qbYe","text/html"
|
||||
"1445422316.122139","CgXLWp1LaRhfXQ9DN5","192.168.2.64","52532","192.168.88.95","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422316.152958","CaZRLv2vz4jUmBRPEb","192.168.2.64","52585","192.168.88.115","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422316.161058","CDIlF02v8mYVe3lmmk","192.168.2.64","52586","192.168.88.115","80","1","-","-","-","-","-","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FXjzfF3xV2mvyfGQT6","text/html"
|
||||
"1445422317.744378","CJiKyD1GnGBHWsDgGi","192.168.2.64","52594","192.168.88.95","80","1","GET","192.168.88.95","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","206","302","Redirect","-","-","-","(empty)","-","-","-","-","-","FTMPkj1mN8HC1sgH0i","text/html"
|
||||
"1445422320.280825","CJjmyW37lfm17VwWv7","192.168.2.64","52592","192.168.88.95","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422320.313182","CnbEGH1Qc77jBHFkie","192.168.2.64","52600","192.168.88.95","80","1","-","-","-","-","-","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","F8Tu8sKl83KFp2XTc","text/html"
|
||||
"1445422320.466621","CwouVy3VNDmyQP1YH5","192.168.2.64","52603","192.168.88.51","5120","1","GET","192.168.88.51","/jobtracker.jsp","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","95","404","Object Not Found","-","-","-","(empty)","-","-","-","-","-","FUC9dm2zY2dpGVd6d6","text/html"
|
||||
"1445422320.650723","CraFYV1v0KroWX2rGd","192.168.2.64","52608","192.168.88.115","80","1","OPTIONS","192.168.88.115","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","Fo74HNMZ3VG8nCrDf","text/html"
|
||||
"1445422320.867814","CiRbt44iBDsylnoDUh","192.168.2.64","52613","192.168.88.115","80","1","OPTIONS","192.168.88.115","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FfIqpf4PTPiYYicMPg","text/html"
|
||||
"1445422320.920019","CTCez41orciMwRLCZf","192.168.2.64","52614","192.168.88.51","5120","1","GET","192.168.88.51","/robots.txt","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","95","404","Object Not Found","-","-","-","(empty)","-","-","-","-","-","FjCMkqfU8Pg6lEw61","text/html"
|
||||
"1445422321.077807","CDLxMc141Opm7C2tAg","192.168.2.64","52617","192.168.88.115","80","1","OPTIONS","192.168.88.115","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FELfQz2L7VbuPP0Ub8","text/html"
|
||||
"1445422316.046787","CbZCq9310wNcbEUiR3","192.168.2.64","52583","192.168.88.115","80","1","GET","192.168.88.115","/robots.txt","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422308.102295","CRmMuC1gwGMYq0s50e","192.168.2.64","52521","192.168.88.100","80","1","OPTIONS","192.168.88.100","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422321.290313","Ct7dWN3hdG9G6ECkN6","192.168.2.64","52620","192.168.88.115","80","1","OPTIONS","192.168.88.115","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FKVKK61TmSN4zPONWe","text/html"
|
||||
"1445422321.503861","CAPbu1341kzlITjr69","192.168.2.64","52621","192.168.88.115","80","1","OPTIONS","192.168.88.115","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FPkop33ye7ljg2Hfzf","text/html"
|
||||
"1445422321.713691","CTuJol2gm0vGeNyL4","192.168.2.64","52622","192.168.88.115","80","1","OPTIONS","192.168.88.115","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FGw3xt4BD5rS2WhAQi","text/html"
|
||||
"1445422321.928420","CkVNGi4VB2d17vy8Aj","192.168.2.64","52623","192.168.88.115","80","1","OPTIONS","192.168.88.115","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","F2E0hB3EAyiHASMFyf","text/html"
|
||||
"1445422322.142027","CEQyCQ1MvM24xEXRS1","192.168.2.64","52624","192.168.88.115","80","1","OPTIONS","192.168.88.115","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FN52ouOm2pUsRgGN7","text/html"
|
||||
"1445422322.355297","CCbQBG44Kx37AegwUa","192.168.2.64","52625","192.168.88.115","80","1","OPTIONS","192.168.88.115","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","Fi7s6x4QrfcvsnMS1c","text/html"
|
||||
"1445422323.002866","C0ee3e3HCKf2q6w2c4","192.168.2.64","52630","192.168.88.25","80","1","OPTIONS","192.168.88.25","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","501","Not implemented","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422323.263679","CZs0v04LjuPhiFUcR2","192.168.2.64","52631","192.168.88.51","80","1","OPTIONS","192.168.88.51","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","31","501","Not Implemented","-","-","-","(empty)","-","-","-","-","-","FDHGdO1ggFYX1NJFJj","text/plain"
|
||||
"1445422321.022581","C0RXat1IYAajdFjLKe","192.168.2.64","52616","192.168.88.95","80","1","GET","192.168.88.95","/.git/HEAD","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","179","405","Access Denied","-","-","-","(empty)","-","-","-","-","-","FGRXi325lp6E9QHgpe","text/html"
|
||||
"1445422333.558153","CwnSTM2DQpwyLHdoWc","192.168.2.64","52637","192.168.88.95","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422336.568033","C5nzdw4LNp53BfHejl","192.168.2.64","52642","192.168.88.95","80","1","OPTIONS","192.168.88.95","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FL0S9r4qXYGv5J5PJ4","text/html"
|
||||
"1445422337.822249","C3XnA015XwZtdTEaY4","192.168.2.64","52645","192.168.88.95","80","1","OPTIONS","192.168.88.95","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FZffz21Nj3hryqOJj","text/html"
|
||||
"1445422344.783066","CNBHAt18QEAfRYkwSh","192.168.2.64","52646","192.168.88.95","80","1","OPTIONS","192.168.88.95","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FFYpzm1In1QdZSlMji","text/html"
|
||||
"1445422348.579372","CGrg0a4TkMLuVI1vI5","192.168.2.64","52640","192.168.88.95","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422348.604246","Cz0Owr4kCcXb4RvaO9","192.168.2.64","52636","192.168.88.95","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422320.490386","CpoCh532uoF4uxYWR8","192.168.2.64","52604","192.168.88.95","80","1","GET","192.168.88.95","/favicon.ico","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","405","Access Denied","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422320.387407","CopSSo1CyrPc7Zdbyh","192.168.2.64","52601","192.168.88.95","80","1","OPTIONS","192.168.88.95","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422348.751232","CGjxpE433SWqQJGHGk","192.168.2.64","52649","192.168.88.95","80","1","OPTIONS","192.168.88.95","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FYLWk33NH5NaseU0n8","text/html"
|
||||
"1445422352.728655","CdcEIa4amNg2NCd7w8","192.168.2.64","52584","192.168.88.95","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422309.529967","C0PGJ7let7VCylwwb","192.168.2.64","52529","192.168.88.95","80","1","OPTIONS","192.168.88.95","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422301.580724","CBVj69kFALXpuEd6h","192.168.2.64","52459","192.168.88.95","80","1","GET","192.168.88.95","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","302","Redirect","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422352.814638","CkNJiO1RlTeCgby3pj","192.168.2.64","52458","192.168.88.95","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422352.905377","Csn1xO2m8J7kAvfZa2","192.168.2.64","52652","192.168.88.95","80","1","OPTIONS","192.168.88.95","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FNkNML2n9JuUEL7r69","text/html"
|
||||
"1445422295.370559","CldwHv1TAGu5kz664i","192.168.2.64","52343","192.168.88.95","80","1","OPTIONS","192.168.88.95","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422290.347162","CP9Wvo19SblBKLlyLf","192.168.2.64","52218","192.168.88.95","80","1","GET","192.168.88.95","/robots.txt","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","405","Access Denied","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422289.380290","CXXU0u1K8tIP1sPFe8","192.168.2.64","52163","192.168.88.95","80","1","GET","192.168.88.95","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","302","Redirect","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422289.380169","CQaP061hSl7jOJLF3g","192.168.2.64","52162","192.168.88.95","80","1","OPTIONS","192.168.88.95","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422160.969315","CwFOwH1Rfku1KZxje","192.168.2.64","51822","192.168.88.25","81","1","GET","-","/","-","-","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422165.988980","CeATwU1HNqHtAgXeO8","192.168.2.64","51888","192.168.88.25","81","1","OPTIONS","-","/","-","-","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422176.011575","CzkCMX39S5OQRg6702","192.168.2.64","51933","192.168.88.25","81","1","GET","-","/nice ports,/Trinity.txt.bak","-","-","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422186.032051","CGF2DT3QBKJKFk2ne7","192.168.2.64","51965","192.168.88.25","81","1","OPTIONS","-","/ RTSP/1.","-","-","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445422238.667670","CGBCtvGhOKTgrKMkd","192.168.2.64","52081","192.168.88.25","81","1","OPTIONS","-","sip:nm SIP/2.","-","-","0","0","-","-","-","-","-","(empty)","-","-","VIA -> SIP/2.0/TCP nm;branch=foo","-","-","-","-"
|
||||
"1445425434.728235","CHE9LZ3HvLdTELGrO1","192.168.2.42","46212","192.168.88.115","80","1","GET","-","/","-","-","0","0","302","Redirect","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425456.491738","CWLWPI2rfFrdVMSAR7","192.168.2.42","46222","192.168.88.115","80","1","GET","192.168.88.115","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","302","Redirect","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425456.491857","CGbR9140yyP4hrsHki","192.168.2.42","46224","192.168.88.115","80","1","GET","-","/","-","-","0","0","302","Redirect","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425456.492152","C4GYlQVabxN9xB7P2","192.168.2.42","46228","192.168.88.115","80","1","OPTIONS","192.168.88.115","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425456.491596","Czcear2Qg8wpiaRMu","192.168.2.42","46231","192.168.88.115","80","1","OPTIONS","192.168.88.115","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425529.439130","CpIt6A4XQCbbQ9Ity4","192.168.2.42","46255","192.168.88.115","80","1","-","-","-","-","-","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FCZaE6T5UTiOhiuJh","text/html"
|
||||
"1445425529.451068","Cqdki54DZMX7cXKXe8","192.168.2.42","46256","192.168.88.115","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425529.461727","CHByCk3M5g6MY9xp3g","192.168.2.42","46257","192.168.88.115","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425529.472601","CQp70u1IIRtbKGxp1i","192.168.2.42","46258","192.168.88.115","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425529.483017","CN1Y161iSGiUTaSvZg","192.168.2.42","46259","192.168.88.115","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425529.494217","CseypScYFqN1s0G1f","192.168.2.42","46260","192.168.88.115","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425464.684730","CA5Ivm4klpH2CSlWv9","192.168.2.42","46263","192.168.88.115","80","1","OPTIONS","192.168.88.115","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425464.734434","CM4FcL11LiheBnfsij","192.168.2.42","46265","192.168.88.115","80","1","GET","192.168.88.115","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","302","Redirect","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425529.555304","CkhNRr4x3ZCyyRYjj5","192.168.2.42","46268","192.168.88.115","80","1","-","-","-","-","-","0","156","400","Page not found","-","-","-","(empty)","-","-","-","-","-","FvzDg92OWlOLL7OBJd","text/html"
|
||||
"1445425529.567841","Cb2J4X3x6h82iRo9u7","192.168.2.42","46269","192.168.88.115","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425529.579684","CsrtPs3qmJb8uqn8rf","192.168.2.42","46270","192.168.88.115","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425472.798104","Cxi9VkQjUE1MsNbs2","192.168.2.42","46273","192.168.88.115","80","1","OPTIONS","192.168.88.115","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425472.897110","CSU0Xv4EaBSq75rGaa","192.168.2.42","46274","192.168.88.115","80","1","GET","192.168.88.115","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","302","Redirect","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425529.629987","CYlPVt1gopceVJseIe","192.168.2.42","46277","192.168.88.115","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425529.640933","CNM6gc1QdQDPsFugCg","192.168.2.42","46278","192.168.88.115","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425480.908743","Cu6M4i4J578Ehi01Dj","192.168.2.42","46281","192.168.88.115","80","1","OPTIONS","192.168.88.115","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425481.058994","CtE0Dg1EmI7mpdvdc","192.168.2.42","46282","192.168.88.115","80","1","GET","192.168.88.115","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","302","Redirect","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425529.690820","CE9CFk2btG7RBo53Wl","192.168.2.42","46286","192.168.88.115","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425529.701559","Cx9eroUHwqF1TIim2","192.168.2.42","46287","192.168.88.115","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425489.066291","COr4Tl43sIxZpdGPvj","192.168.2.42","46290","192.168.88.115","80","1","OPTIONS","192.168.88.115","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425489.264708","CpB3zat6DdUTwQGOb","192.168.2.42","46291","192.168.88.115","80","1","GET","192.168.88.115","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","302","Redirect","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425529.756283","CRjgnm3Mpbf7YgLkVf","192.168.2.42","46298","192.168.88.115","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425529.767047","CX3lo31LtL5TRqrpbl","192.168.2.42","46299","192.168.88.115","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425497.221008","CVJPSx4MUDUnrbXmk","192.168.2.42","46303","192.168.88.115","80","1","OPTIONS","192.168.88.115","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425529.794598","CyMwXXd02LTGNkRCl","192.168.2.42","46307","192.168.88.115","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425505.330748","CurQiu44YjI4gN7qf1","192.168.2.42","46310","192.168.88.115","80","1","OPTIONS","192.168.88.115","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425529.829005","C9VoenzaluvaeP4Lc","192.168.2.42","46314","192.168.88.115","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425513.438493","C3dujP2qAdk7yStjh2","192.168.2.42","46316","192.168.88.115","80","1","OPTIONS","192.168.88.115","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425529.850655","CRNgcE4UecP7zY2mx","192.168.2.42","46324","192.168.88.115","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425521.550031","CBPtV9ui8y0wwGq8h","192.168.2.42","46328","192.168.88.115","80","1","OPTIONS","192.168.88.115","/","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425529.876606","CYzaELdC5OMeU6Sl3","192.168.2.42","46330","192.168.88.115","80","1","-","-","-","-","-","0","0","400","Page not found","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425456.492019","CTf2er24tvmEGI592","192.168.2.42","46236","192.168.88.115","80","1","GET","192.168.88.115","/robots.txt","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425456.492557","CTm2aV30s6jtWvq9Ci","192.168.2.42","46239","192.168.88.115","80","1","GET","192.168.88.115","/.git/HEAD","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425464.684854","CF9lOq2Jg6S5DLgqRb","192.168.2.42","46264","192.168.88.115","80","1","GET","192.168.88.115","/favicon.ico","-","Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425795.438999","CgQt8ZXtCQIuuqL45","192.168.2.42","51071","192.168.88.115","80","1","GET","192.168.88.115","/","-","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","200","302","Redirect","-","-","-","(empty)","-","-","-","-","-","FNI1Ap2KOKVQ41Wf09","text/html"
|
||||
"1445425795.456744","Cv0TsP3XYtbeESds17","192.168.2.42","51072","192.168.88.115","80","1","GET","192.168.88.115","/login.asp","-","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","2325","200","OK","-","-","-","(empty)","-","-","-","-","-","F4qHdJ3QAlpwO5T9ki","text/html"
|
||||
"1445425795.640414","CYwQNw3AGpLJWO5cIh","192.168.2.42","51074","192.168.88.115","80","1","GET","192.168.88.115","/jscript/default.js","http://192.168.88.115/login.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","1566","200","OK","-","-","-","(empty)","-","-","-","-","-","F4T67H04AJwKuKuf7","text/plain"
|
||||
"1445425795.641020","CphfcF4P32nadKm8e","192.168.2.42","51075","192.168.88.115","80","1","GET","192.168.88.115","/jscript/slidemenu.js","http://192.168.88.115/login.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","10307","200","OK","-","-","-","(empty)","-","-","-","-","-","FyHzHCtkHzZkBbaih","text/plain"
|
||||
"1445425795.641598","CIB2ir19DLEEe2cC7b","192.168.2.42","51076","192.168.88.115","80","1","GET","192.168.88.115","/jscript/login.js","http://192.168.88.115/login.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","592","200","OK","-","-","-","(empty)","-","-","-","-","-","FbbEW94V3uOM1vjQI6","text/plain"
|
||||
"1445425795.642218","CPKu6Y11AyKEHBiVck","192.168.2.42","51077","192.168.88.115","80","1","GET","192.168.88.115","/jscript/util.js","http://192.168.88.115/login.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","1959","200","OK","-","-","-","(empty)","-","-","-","-","-","Fuhk6e4xLkFxkB3uZd","text/plain"
|
||||
"1445425795.642995","CyKwA1YDJcooED5l1","192.168.2.42","51078","192.168.88.115","80","1","GET","192.168.88.115","/jscript/validation.js","http://192.168.88.115/login.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","3390","200","OK","-","-","-","(empty)","-","-","-","-","-","FBMti11JNwha5aylgl","text/plain"
|
||||
"1445425795.643725","CNIcHc4iZdNSnCNXH8","192.168.2.42","51079","192.168.88.115","80","1","GET","192.168.88.115","/images/logo.gif","http://192.168.88.115/login.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","2560","200","OK","-","-","-","(empty)","-","-","-","-","-","FakvZa48LJlPbpC7za","image/gif"
|
||||
"1445425795.683077","CajrTC24HKwdpceVra","192.168.2.42","51080","192.168.88.115","80","1","GET","192.168.88.115","/css/digistyle.css","http://192.168.88.115/login.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","1858","200","OK","-","-","-","(empty)","-","-","-","-","-","FC5o9l1dEI1MJNYDZ5","text/plain"
|
||||
"1445425795.879966","CWRVKH2SB9k85z7TE1","192.168.2.42","51081","192.168.88.115","80","1","GET","192.168.88.115","/images/ws_button3.gif","http://192.168.88.115/login.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","1359","200","OK","-","-","-","(empty)","-","-","-","-","-","FWgB1AQShJrZ7Yo6e","image/gif"
|
||||
"1445425800.648304","C6VDCKuufs2eNAOAe","192.168.2.42","51083","192.168.88.115","80","1","POST","192.168.88.115","/goform/svLogin","http://192.168.88.115/login.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","37","83","302","Redirect","-","-","-","(empty)","-","-","-","FqFTVkD4Ln1XgU536","text/plain","FsQCch1HvtBMi0Cdu2","text/html"
|
||||
"1445425795.963523","C7rp5z4DiciQClYhgl","192.168.2.42","51082","192.168.88.115","80","1","GET","192.168.88.115","/favicon.ico","http://192.168.88.115/login.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425800.866364","CVSVbf1JzhhYUYbE5c","192.168.2.42","51084","192.168.88.115","80","1","GET","192.168.88.115","/ipconfig.asp","http://192.168.88.115/login.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","13992","200","OK","-","-","-","(empty)","-","-","-","-","-","FwfLbx18Y9ud6PWcxi","text/html"
|
||||
"1445425801.074757","C4o6KS1RmZpBRv3uLj","192.168.2.42","51085","192.168.88.115","80","1","GET","192.168.88.115","/jscript/ipconfig.js","http://192.168.88.115/ipconfig.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","7665","200","OK","-","-","-","(empty)","-","-","-","-","-","FLusnh2iVi0XwZ4Qnl","text/plain"
|
||||
"1445425801.112154","CjhXTdmIKciXzYJe","192.168.2.42","51086","192.168.88.115","80","1","GET","192.168.88.115","/images/block.gif","http://192.168.88.115/ipconfig.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","812","200","OK","-","-","-","(empty)","-","-","-","-","-","F4QyJf2FpjnKOXlrs8","image/gif"
|
||||
"1445425801.328958","CCwBhg4e5hjwzKBqW8","192.168.2.42","51087","192.168.88.115","80","1","GET","192.168.88.115","/favicon.ico","http://192.168.88.115/ipconfig.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425817.496460","COc29u37zCBWKUJtZ5","192.168.2.42","51088","192.168.88.115","80","1","GET","192.168.88.115","/snmpconfig.asp","http://192.168.88.115/ipconfig.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","16018","200","OK","-","-","-","(empty)","-","-","-","-","-","FOzdas1bWm3ZZwjFWf","text/html"
|
||||
"1445425817.621523","CVk1Cd374yasNk5X24","192.168.2.42","51089","192.168.88.115","80","1","GET","192.168.88.115","/jscript/snmpconfig.js","http://192.168.88.115/snmpconfig.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","1915","200","OK","-","-","-","(empty)","-","-","-","-","-","FgpKNl3kBbPvPU1SKd","text/plain"
|
||||
"1445425817.898593","CtnrsC8PW3ttAe6Qd","192.168.2.42","51090","192.168.88.115","80","1","GET","192.168.88.115","/favicon.ico","http://192.168.88.115/snmpconfig.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425829.252158","CznHlb4OLfq7hIUgK2","192.168.2.42","51091","192.168.88.115","80","1","GET","192.168.88.115","/syslogserverconfig.asp","http://192.168.88.115/snmpconfig.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","12751","200","OK","-","-","-","(empty)","-","-","-","-","-","FTz3ik3EEEGqpSuuk7","text/html"
|
||||
"1445425829.380840","C0J8iv42yK6nVZ083a","192.168.2.42","51092","192.168.88.115","80","1","GET","192.168.88.115","/jscript/syslogserverconfig.js","http://192.168.88.115/syslogserverconfig.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","1761","200","OK","-","-","-","(empty)","-","-","-","-","-","FB6pQk3vGSuYndf0Xg","text/plain"
|
||||
"1445425829.620543","CYYZGg25zrxWbzp6yl","192.168.2.42","51093","192.168.88.115","80","1","GET","192.168.88.115","/favicon.ico","http://192.168.88.115/syslogserverconfig.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425836.662205","CqvxpKZOeKztkSNTj","192.168.2.42","51094","192.168.88.115","80","1","GET","192.168.88.115","/spconfig.asp","http://192.168.88.115/syslogserverconfig.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","18663","200","OK","-","-","-","(empty)","-","-","-","-","-","FXUDZV20J8XwOwwe3a","text/html"
|
||||
"1445425836.849637","CRq3GfvMET1Ohyj7c","192.168.2.42","51095","192.168.88.115","80","1","GET","192.168.88.115","/jscript/spconfig.js","http://192.168.88.115/spconfig.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","3763","200","OK","-","-","-","(empty)","-","-","-","-","-","FHzSLEKvjsqRr0a87","text/plain"
|
||||
"1445425836.850246","CIGb6T18I3fMqG6p59","192.168.2.42","51096","192.168.88.115","80","1","GET","192.168.88.115","/jscript/slidemenu.js","http://192.168.88.115/spconfig.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","10307","200","OK","-","-","-","(empty)","-","-","-","-","-","FpCs9l2PApplt7xTt1","text/plain"
|
||||
"1445425837.508889","CNfaJp2wnaFXEdS3h","192.168.2.42","51097","192.168.88.115","80","1","GET","192.168.88.115","/favicon.ico","http://192.168.88.115/spconfig.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425851.539156","CKbev8ZJnYSrDQJDb","192.168.2.42","51098","192.168.88.115","80","1","GET","192.168.88.115","/spconnect.asp","http://192.168.88.115/spconfig.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","16705","200","OK","-","-","-","(empty)","-","-","-","-","-","FL5Usa3ejsVrIvsNG3","text/html"
|
||||
"1445425851.694066","CT7cp02mRoS983ddx8","192.168.2.42","51099","192.168.88.115","80","1","GET","192.168.88.115","/jscript/spconnect.js","http://192.168.88.115/spconnect.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","22943","200","OK","-","-","-","(empty)","-","-","-","-","-","FBpXVw3tt9DeJ0A3yb","text/plain"
|
||||
"1445425852.363404","CvyZia4HSYzqPtQJP3","192.168.2.42","51100","192.168.88.115","80","1","GET","192.168.88.115","/images/connect.gif","http://192.168.88.115/spconnect.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","105","200","OK","-","-","-","(empty)","-","-","-","-","-","FrHCpGwjM13dn6q8l","image/gif"
|
||||
"1445425852.410213","C6YjAD3ZQtXUphT226","192.168.2.42","51101","192.168.88.115","80","1","GET","192.168.88.115","/favicon.ico","http://192.168.88.115/spconnect.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425863.128021","CGSfTL1QIjWSob5Bs9","192.168.2.42","51102","192.168.88.115","80","1","GET","192.168.88.115","/stserial.asp","http://192.168.88.115/spconnect.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","24638","200","OK","-","-","-","(empty)","-","-","-","-","-","F9BFY83pkqh1o55K43","text/html"
|
||||
"1445425863.264406","CvBA6q2GuAeP6oKWp","192.168.2.42","51103","192.168.88.115","80","1","GET","192.168.88.115","/jscript/statistics.js","http://192.168.88.115/stserial.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","1556","200","OK","-","-","-","(empty)","-","-","-","-","-","FuUYlo4SuXraM2KES1","text/plain"
|
||||
"1445425863.398933","CONJbn4JxQtzsd2GU2","192.168.2.42","51104","192.168.88.115","80","1","GET","192.168.88.115","/images/on.gif","http://192.168.88.115/stserial.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","1007","200","OK","-","-","-","(empty)","-","-","-","-","-","FVyPsa2FLeyIFWO9Sj","image/gif"
|
||||
"1445425863.540461","Chc0AJ3nTvwoV3sQr6","192.168.2.42","51105","192.168.88.115","80","1","GET","192.168.88.115","/images/off.gif","http://192.168.88.115/stserial.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","946","200","OK","-","-","-","(empty)","-","-","-","-","-","FEy8Mz4PVGDuwqhUC8","image/gif"
|
||||
"1445425863.625032","C0O3VW2cXu55y6Yb6f","192.168.2.42","51106","192.168.88.115","80","1","GET","192.168.88.115","/favicon.ico","http://192.168.88.115/stserial.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425873.612586","CZmkY41H9UoMmPhVs4","192.168.2.42","51107","192.168.88.115","80","1","GET","192.168.88.115","/stserial.asp?refresh_rate=10","http://192.168.88.115/stserial.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","24638","200","OK","-","-","-","(empty)","-","-","-","-","-","FReZXY2PyhhILJaEOc","text/html"
|
||||
"1445425873.739737","C4b6444vuLcqFTQe98","192.168.2.42","51108","192.168.88.115","80","1","GET","192.168.88.115","/jscript/statistics.js","http://192.168.88.115/stserial.asp?refresh_rate=10","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","1556","200","OK","-","-","-","(empty)","-","-","-","-","-","FkHTOC2Z9zNUHl9ji8","text/plain"
|
||||
"1445425873.876434","CBTuqj3YPdLZDJRNCa","192.168.2.42","51109","192.168.88.115","80","1","GET","192.168.88.115","/images/off.gif","http://192.168.88.115/stserial.asp?refresh_rate=10","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","946","200","OK","-","-","-","(empty)","-","-","-","-","-","FDs5HU1dB57koiIXi8","image/gif"
|
||||
"1445425874.041130","CnQlcB4neRrk40Sz6l","192.168.2.42","51110","192.168.88.115","80","1","GET","192.168.88.115","/favicon.ico","http://192.168.88.115/stserial.asp?refresh_rate=10","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425879.902605","CO32Ro3Ab07yzBgnba","192.168.2.42","51111","192.168.88.115","80","1","GET","192.168.88.115","/sysstatus.asp","http://192.168.88.115/stserial.asp?refresh_rate=10","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","13130","200","OK","-","-","-","(empty)","-","-","-","-","-","FZtzqUu2JWrIvqp9g","text/html"
|
||||
"1445425880.051873","C806Qv4BTbCHwa22ll","192.168.2.42","51112","192.168.88.115","80","1","GET","192.168.88.115","/jscript/slidemenu.js","http://192.168.88.115/sysstatus.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","10307","200","OK","-","-","-","(empty)","-","-","-","-","-","FBybX03v0vvpwgJxRj","text/plain"
|
||||
"1445425880.054157","CJ153ljltzYHpzbzc","192.168.2.42","51113","192.168.88.115","80","1","GET","192.168.88.115","/jscript/sysstatus.js","http://192.168.88.115/sysstatus.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","1271","200","OK","-","-","-","(empty)","-","-","-","-","-","FfdsRe1f5S0p5s5ky6","text/plain"
|
||||
"1445425884.106809","CgEDel1KfgK3xHJZlf","192.168.2.42","51115","192.168.88.115","80","1","GET","192.168.88.115","/syslogging.asp","http://192.168.88.115/sysstatus.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","15547","200","OK","-","-","-","(empty)","-","-","-","-","-","Fw5kqo156rgPJz2OUj","text/html"
|
||||
"1445425884.252008","C5WlTV3lPbpbwF2zo7","192.168.2.42","51116","192.168.88.115","80","1","GET","192.168.88.115","/jscript/syslogging.js","http://192.168.88.115/syslogging.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","6390","200","OK","-","-","-","(empty)","-","-","-","-","-","FXtxFL9Kp9lqQCXFi","text/plain"
|
||||
"1445425880.661318","CH3z3Z1BsMK3LfM5jk","192.168.2.42","51114","192.168.88.115","80","1","GET","192.168.88.115","/favicon.ico","http://192.168.88.115/sysstatus.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425884.523350","C61WBr3I5FtgziCnS9","192.168.2.42","51117","192.168.88.115","80","1","GET","192.168.88.115","/favicon.ico","http://192.168.88.115/syslogging.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
||||
"1445425892.203536","CILAg644oDOBZcVFr1","192.168.2.42","51118","192.168.88.115","80","1","GET","192.168.88.115","/userloggedonlist.asp","http://192.168.88.115/syslogging.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","11836","200","OK","-","-","-","(empty)","-","-","-","-","-","FFed7Q2FFo2Xw8LHbb","text/html"
|
||||
"1445425892.711894","Ce45JD2vXzcXz14dDd","192.168.2.42","51119","192.168.88.115","80","1","GET","192.168.88.115","/favicon.ico","http://192.168.88.115/userloggedonlist.asp","Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.64 Safari/537.36","0","0","-","-","-","-","-","(empty)","-","-","-","-","-","-","-"
|
|
Loading…
Reference in a new issue