154.202.101.245
As of: Mar 19, 2025 9:11pm UTC |
Latest
{
"ip": "154.202.101.245",
"services": [
{
"_decoded": "banner_grab",
"_encoding": {
"banner": "DISPLAY_UTF8",
"banner_hex": "DISPLAY_HEX"
},
"banner": "\u0005\ufffd",
"banner_hashes": [
"sha256:4e0ba7465816435344fd7436503d756017511462144238409e3e37af51c2a867"
],
"banner_hex": "05ff",
"discovery_method": "PREDICTIVE_METHOD_30",
"extended_service_name": "SOCKS",
"observed_at": "2025-03-19T21:11:32.831797523Z",
"parsed": {
"socks": {
"no_authentication_required": false,
"preferred_authentication": "No Acceptable Methods",
"preferred_authentication_value": 255,
"socks_version": 5
}
},
"perspective_id": "PERSPECTIVE_UNKNOWN",
"port": 10801,
"service_name": "SOCKS",
"source_ip": "206.168.34.48",
"transport_protocol": "TCP",
"truncated": false
},
{
"_decoded": "http",
"_encoding": {
"banner": "DISPLAY_UTF8",
"banner_hex": "DISPLAY_HEX"
},
"banner": "HTTP/1.1 400 Bad Request\r\nServer: squid\r\nMime-Version: 1.0\r\nDate: <REDACTED>\r\nContent-Type: text/html;charset=utf-8\r\nContent-Length: 3492\r\nX-Squid-Error: ERR_INVALID_URL 0\r\nVary: Accept-Language\r\nContent-Language: en\r\nCache-Status: localhost\r\nConnection: close\r\n",
"banner_hashes": [
"sha256:6ba318f7894ac2abdc4c0f5a2bf0b9eaac0b7afdecd36da358117ee91379521e"
],
"banner_hex": "485454502f312e31203430302042616420526571756573740d0a5365727665723a2073717569640d0a4d696d652d56657273696f6e3a20312e300d0a446174653a20203c52454441435445443e0d0a436f6e74656e742d547970653a20746578742f68746d6c3b636861727365743d7574662d380d0a436f6e74656e742d4c656e6774683a20333439320d0a582d53717569642d4572726f723a204552525f494e56414c49445f55524c20300d0a566172793a204163636570742d4c616e67756167650d0a436f6e74656e742d4c616e67756167653a20656e0d0a43616368652d5374617475733a206c6f63616c686f73740d0a436f6e6e656374696f6e3a20636c6f73650d0a",
"discovery_method": "IPV4_WALK_FULL_PRIORITY_1",
"extended_service_name": "HTTP",
"http": {
"request": {
"method": "GET",
"uri": "http://154.202.101.245:40000/",
"headers": {
"User_Agent": [
"Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)"
],
"_encoding": {
"User_Agent": "DISPLAY_UTF8",
"Accept": "DISPLAY_UTF8"
},
"Accept": [
"*/*"
]
}
},
"response": {
"protocol": "HTTP/1.1",
"status_code": 400,
"status_reason": "Bad Request",
"headers": {
"Vary": [
"Accept-Language"
],
"_encoding": {
"Vary": "DISPLAY_UTF8",
"Cache_Status": "DISPLAY_UTF8",
"Server": "DISPLAY_UTF8",
"Content_Length": "DISPLAY_UTF8",
"Content_Language": "DISPLAY_UTF8",
"Content_Type": "DISPLAY_UTF8",
"Mime_Version": "DISPLAY_UTF8",
"Connection": "DISPLAY_UTF8",
"Date": "DISPLAY_UTF8",
"X_Squid_Error": "DISPLAY_UTF8"
},
"Cache_Status": [
"localhost"
],
"Server": [
"squid"
],
"Content_Length": [
"3492"
],
"Content_Language": [
"en"
],
"Content_Type": [
"text/html;charset=utf-8"
],
"Mime_Version": [
"1.0"
],
"Connection": [
"close"
],
"Date": [
"<REDACTED>"
],
"X_Squid_Error": [
"ERR_INVALID_URL 0"
]
},
"_encoding": {
"html_tags": "DISPLAY_UTF8",
"body": "DISPLAY_UTF8",
"body_hash": "DISPLAY_UTF8",
"html_title": "DISPLAY_UTF8"
},
"html_tags": [
"<title>ERROR: The requested URL could not be retrieved</title>",
"<meta type=\"copyright\" content=\"Copyright (C) 1996-2021 The Squid Software Foundation and contributors\">",
"<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">"
],
"body_size": 3492,
"body": "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">\n<html><head>\n<meta type=\"copyright\" content=\"Copyright (C) 1996-2021 The Squid Software Foundation and contributors\">\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n<title>ERROR: The requested URL could not be retrieved</title>\n<style type=\"text/css\"><!-- \n /*\n * Copyright (C) 1996-2023 The Squid Software Foundation and contributors\n *\n * Squid software is distributed under GPLv2+ license and includes\n * contributions from numerous individuals and organizations.\n * Please see the COPYING and CONTRIBUTORS files for details.\n */\n\n/*\n Stylesheet for Squid Error pages\n Adapted from design by Free CSS Templates\n http://www.freecsstemplates.org\n Released for free under a Creative Commons Attribution 2.5 License\n*/\n\n/* Page basics */\n* {\n\tfont-family: verdana, sans-serif;\n}\n\nhtml body {\n\tmargin: 0;\n\tpadding: 0;\n\tbackground: #efefef;\n\tfont-size: 12px;\n\tcolor: #1e1e1e;\n}\n\n/* Page displayed title area */\n#titles {\n\tmargin-left: 15px;\n\tpadding: 10px;\n\tpadding-left: 100px;\n\tbackground: url('/squid-internal-static/icons/SN.png') no-repeat left;\n}\n\n/* initial title */\n#titles h1 {\n\tcolor: #000000;\n}\n#titles h2 {\n\tcolor: #000000;\n}\n\n/* special event: FTP success page titles */\n#titles ftpsuccess {\n\tbackground-color:#00ff00;\n\twidth:100%;\n}\n\n/* Page displayed body content area */\n#content {\n\tpadding: 10px;\n\tbackground: #ffffff;\n}\n\n/* General text */\np {\n}\n\n/* error brief description */\n#error p {\n}\n\n/* some data which may have caused the problem */\n#data {\n}\n\n/* the error message received from the system or other software */\n#sysmsg {\n}\n\npre {\n}\n\n/* special event: FTP directory listing */\n#dirmsg {\n font-family: courier, monospace;\n color: black;\n font-size: 10pt;\n}\n#dirlisting {\n margin-left: 2%;\n margin-right: 2%;\n}\n#dirlisting tr.entry td.icon,td.filename,td.size,td.date {\n border-bottom: groove;\n}\n#dirlisting td.size {\n width: 50px;\n text-align: right;\n padding-right: 5px;\n}\n\n/* horizontal lines */\nhr {\n\tmargin: 0;\n}\n\n/* page displayed footer area */\n#footer {\n\tfont-size: 9px;\n\tpadding-left: 10px;\n}\n\n\nbody\n:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }\n:lang(he) { direction: rtl; }\n --></style>\n</head><body id=ERR_INVALID_URL>\n<div id=\"titles\">\n<h1>ERROR</h1>\n<h2>The requested URL could not be retrieved</h2>\n</div>\n<hr>\n\n<div id=\"content\">\n<p>The following error was encountered while trying to retrieve the URL: <a href=\"/\">/</a></p>\n\n<blockquote id=\"error\">\n<p><b>Invalid URL</b></p>\n</blockquote>\n\n<p>Some aspect of the requested URL is incorrect.</p>\n\n<p>Some possible problems are:</p>\n<ul>\n<li><p>Missing or incorrect access protocol (should be <q>http://</q> or similar)</p></li>\n<li><p>Missing hostname</p></li>\n<li><p>Illegal double-escape in the URL-Path</p></li>\n<li><p>Illegal character in hostname; underscores are not allowed.</p></li>\n</ul>\n\n<p>Your cache administrator is <a href=\"mailto:webmaster?subject=CacheErrorInfo%20-%20ERR_INVALID_URL&body=CacheHost%3A%20localhost%0D%0AErrPage%3A%20ERR_INVALID_URL%0D%0AErr%3A%20%5Bnone%5D%0D%0ATimeStamp%3A%20Wed,%2019%20Mar%202025%2019%3A23%3A54%20GMT%0D%0A%0D%0AClientIP%3A%20206.168.34.66%0D%0A%0D%0AHTTP%20Request%3A%0D%0A%0D%0A%0D%0A\">webmaster</a>.</p>\n<br>\n</div>\n\n<hr>\n<div id=\"footer\">\n<p>Generated Wed, 19 Mar 2025 19:23:54 GMT by localhost (squid)</p>\n<!-- ERR_INVALID_URL -->\n</div>\n</body></html>\n",
"body_hashes": [
"sha256:2fd39280bef6cdf73102d6e1f308371636a47b7afe5a757259bfdd698223b4d3",
"sha1:11ac37443b60559f8b567eabdabafdca6dbe3e75",
"tlsh:f671e80fa6a71706a6f383e7feb09357d5182705738e1daa78a8329cfd84011c5b23c5"
],
"body_hash": "sha1:11ac37443b60559f8b567eabdabafdca6dbe3e75",
"html_title": "ERROR: The requested URL could not be retrieved"
},
"supports_http2": false
},
"labels": [
"proxy"
],
"observed_at": "2025-03-19T19:23:53.478319993Z",
"perspective_id": "PERSPECTIVE_UNKNOWN",
"port": 40000,
"service_name": "HTTP",
"software": [
{
"uniform_resource_identifier": "cpe:2.3:a:squid\\-cache:squid:*:*:*:*:*:*:*:*",
"part": "a",
"vendor": "Squid Cache",
"product": "Squid",
"other": {
"family": "Squid"
},
"source": "OSI_APPLICATION_LAYER"
}
],
"source_ip": "206.168.34.66",
"transport_protocol": "TCP",
"truncated": false
},
{
"_decoded": "http",
"_encoding": {
"banner": "DISPLAY_UTF8",
"banner_hex": "DISPLAY_HEX"
},
"banner": "HTTP/1.1 400 Bad Request\r\nServer: squid\r\nMime-Version: 1.0\r\nDate: <REDACTED>\r\nContent-Type: text/html;charset=utf-8\r\nContent-Length: 3493\r\nX-Squid-Error: ERR_INVALID_URL 0\r\nVary: Accept-Language\r\nContent-Language: en\r\nCache-Status: localhost\r\nConnection: close\r\n",
"banner_hashes": [
"sha256:dd2483998fe4fca873ce17faa7364100d47765b9d0634a1dd0e5e81b7acf3fb6"
],
"banner_hex": "485454502f312e31203430302042616420526571756573740d0a5365727665723a2073717569640d0a4d696d652d56657273696f6e3a20312e300d0a446174653a20203c52454441435445443e0d0a436f6e74656e742d547970653a20746578742f68746d6c3b636861727365743d7574662d380d0a436f6e74656e742d4c656e6774683a20333439330d0a582d53717569642d4572726f723a204552525f494e56414c49445f55524c20300d0a566172793a204163636570742d4c616e67756167650d0a436f6e74656e742d4c616e67756167653a20656e0d0a43616368652d5374617475733a206c6f63616c686f73740d0a436f6e6e656374696f6e3a20636c6f73650d0a",
"discovery_method": "IPV4_WALK_FULL_PRIORITY_1",
"extended_service_name": "HTTP",
"http": {
"request": {
"method": "GET",
"uri": "http://154.202.101.245:60000/",
"headers": {
"User_Agent": [
"Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)"
],
"_encoding": {
"User_Agent": "DISPLAY_UTF8",
"Accept": "DISPLAY_UTF8"
},
"Accept": [
"*/*"
]
}
},
"response": {
"protocol": "HTTP/1.1",
"status_code": 400,
"status_reason": "Bad Request",
"headers": {
"Vary": [
"Accept-Language"
],
"_encoding": {
"Vary": "DISPLAY_UTF8",
"Cache_Status": "DISPLAY_UTF8",
"Server": "DISPLAY_UTF8",
"Content_Length": "DISPLAY_UTF8",
"Content_Language": "DISPLAY_UTF8",
"Content_Type": "DISPLAY_UTF8",
"Mime_Version": "DISPLAY_UTF8",
"Connection": "DISPLAY_UTF8",
"Date": "DISPLAY_UTF8",
"X_Squid_Error": "DISPLAY_UTF8"
},
"Cache_Status": [
"localhost"
],
"Server": [
"squid"
],
"Content_Length": [
"3493"
],
"Content_Language": [
"en"
],
"Content_Type": [
"text/html;charset=utf-8"
],
"Mime_Version": [
"1.0"
],
"Connection": [
"close"
],
"Date": [
"<REDACTED>"
],
"X_Squid_Error": [
"ERR_INVALID_URL 0"
]
},
"_encoding": {
"html_tags": "DISPLAY_UTF8",
"body": "DISPLAY_UTF8",
"body_hash": "DISPLAY_UTF8",
"html_title": "DISPLAY_UTF8"
},
"html_tags": [
"<title>ERROR: The requested URL could not be retrieved</title>",
"<meta type=\"copyright\" content=\"Copyright (C) 1996-2021 The Squid Software Foundation and contributors\">",
"<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">"
],
"body_size": 3493,
"body": "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">\n<html><head>\n<meta type=\"copyright\" content=\"Copyright (C) 1996-2021 The Squid Software Foundation and contributors\">\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n<title>ERROR: The requested URL could not be retrieved</title>\n<style type=\"text/css\"><!-- \n /*\n * Copyright (C) 1996-2023 The Squid Software Foundation and contributors\n *\n * Squid software is distributed under GPLv2+ license and includes\n * contributions from numerous individuals and organizations.\n * Please see the COPYING and CONTRIBUTORS files for details.\n */\n\n/*\n Stylesheet for Squid Error pages\n Adapted from design by Free CSS Templates\n http://www.freecsstemplates.org\n Released for free under a Creative Commons Attribution 2.5 License\n*/\n\n/* Page basics */\n* {\n\tfont-family: verdana, sans-serif;\n}\n\nhtml body {\n\tmargin: 0;\n\tpadding: 0;\n\tbackground: #efefef;\n\tfont-size: 12px;\n\tcolor: #1e1e1e;\n}\n\n/* Page displayed title area */\n#titles {\n\tmargin-left: 15px;\n\tpadding: 10px;\n\tpadding-left: 100px;\n\tbackground: url('/squid-internal-static/icons/SN.png') no-repeat left;\n}\n\n/* initial title */\n#titles h1 {\n\tcolor: #000000;\n}\n#titles h2 {\n\tcolor: #000000;\n}\n\n/* special event: FTP success page titles */\n#titles ftpsuccess {\n\tbackground-color:#00ff00;\n\twidth:100%;\n}\n\n/* Page displayed body content area */\n#content {\n\tpadding: 10px;\n\tbackground: #ffffff;\n}\n\n/* General text */\np {\n}\n\n/* error brief description */\n#error p {\n}\n\n/* some data which may have caused the problem */\n#data {\n}\n\n/* the error message received from the system or other software */\n#sysmsg {\n}\n\npre {\n}\n\n/* special event: FTP directory listing */\n#dirmsg {\n font-family: courier, monospace;\n color: black;\n font-size: 10pt;\n}\n#dirlisting {\n margin-left: 2%;\n margin-right: 2%;\n}\n#dirlisting tr.entry td.icon,td.filename,td.size,td.date {\n border-bottom: groove;\n}\n#dirlisting td.size {\n width: 50px;\n text-align: right;\n padding-right: 5px;\n}\n\n/* horizontal lines */\nhr {\n\tmargin: 0;\n}\n\n/* page displayed footer area */\n#footer {\n\tfont-size: 9px;\n\tpadding-left: 10px;\n}\n\n\nbody\n:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }\n:lang(he) { direction: rtl; }\n --></style>\n</head><body id=ERR_INVALID_URL>\n<div id=\"titles\">\n<h1>ERROR</h1>\n<h2>The requested URL could not be retrieved</h2>\n</div>\n<hr>\n\n<div id=\"content\">\n<p>The following error was encountered while trying to retrieve the URL: <a href=\"/\">/</a></p>\n\n<blockquote id=\"error\">\n<p><b>Invalid URL</b></p>\n</blockquote>\n\n<p>Some aspect of the requested URL is incorrect.</p>\n\n<p>Some possible problems are:</p>\n<ul>\n<li><p>Missing or incorrect access protocol (should be <q>http://</q> or similar)</p></li>\n<li><p>Missing hostname</p></li>\n<li><p>Illegal double-escape in the URL-Path</p></li>\n<li><p>Illegal character in hostname; underscores are not allowed.</p></li>\n</ul>\n\n<p>Your cache administrator is <a href=\"mailto:webmaster?subject=CacheErrorInfo%20-%20ERR_INVALID_URL&body=CacheHost%3A%20localhost%0D%0AErrPage%3A%20ERR_INVALID_URL%0D%0AErr%3A%20%5Bnone%5D%0D%0ATimeStamp%3A%20Wed,%2019%20Mar%202025%2010%3A14%3A19%20GMT%0D%0A%0D%0AClientIP%3A%20206.168.34.206%0D%0A%0D%0AHTTP%20Request%3A%0D%0A%0D%0A%0D%0A\">webmaster</a>.</p>\n<br>\n</div>\n\n<hr>\n<div id=\"footer\">\n<p>Generated Wed, 19 Mar 2025 10:14:19 GMT by localhost (squid)</p>\n<!-- ERR_INVALID_URL -->\n</div>\n</body></html>\n",
"body_hashes": [
"sha256:e5ac580d039eeede87c5d1a6b5a083fb4b42c546692880066bd342693d7ab4df",
"sha1:26c96b7bbf604791155ed245b9617bcea862bedb",
"tlsh:1471080fa6a71706a6f383e7fe709357d5282705738e1daa78a8329cfd84011c5b63c5"
],
"body_hash": "sha1:26c96b7bbf604791155ed245b9617bcea862bedb",
"html_title": "ERROR: The requested URL could not be retrieved"
},
"supports_http2": false
},
"labels": [
"proxy"
],
"observed_at": "2025-03-19T10:14:18.699417069Z",
"perspective_id": "PERSPECTIVE_UNKNOWN",
"port": 60000,
"service_name": "HTTP",
"software": [
{
"uniform_resource_identifier": "cpe:2.3:a:squid\\-cache:squid:*:*:*:*:*:*:*:*",
"part": "a",
"vendor": "Squid Cache",
"product": "Squid",
"other": {
"family": "Squid"
},
"source": "OSI_APPLICATION_LAYER"
}
],
"source_ip": "206.168.34.206",
"transport_protocol": "TCP",
"truncated": false
}
],
"location": {
"continent": "Asia",
"country": "India",
"country_code": "IN",
"city": "Mumbai",
"postal_code": "400017",
"timezone": "Asia/Kolkata",
"province": "Maharashtra",
"coordinates": {
"latitude": 19.07283,
"longitude": 72.88261
}
},
"location_updated_at": "2025-03-18T21:14:24.907974706Z",
"autonomous_system": {
"asn": 203020,
"description": "HOSTROYALE",
"bgp_prefix": "154.202.101.0/24",
"name": "HOSTROYALE",
"country_code": "IN"
},
"autonomous_system_updated_at": "2025-03-18T21:14:24.908084939Z",
"whois": {
"network": {
"handle": "HOSTROYALE_TECHNOLOGIES_PRIVATE_LIMITED",
"name": "HOSTROYALE TECHNOLOGIES PRIVATE LIMITED",
"cidrs": [
"154.202.101.0/24"
],
"created": "2024-08-08T00:00:00Z",
"updated": "2024-08-08T00:00:00Z"
}
},
"dns": {},
"last_updated_at": "2025-03-19T21:11:42.310Z",
"labels": [
"proxy"
]
}