164.138.193.167
{
"scan_id": 1731505327,
"ip": "164.138.193.167",
"is_ipv4": true,
"is_ipv6": false,
"location": {
"network": "",
"postal_code": "",
"coordinates": {
"latitude": null,
"longitude": null
},
"geo_point": "",
"locale_code": "",
"continent": "",
"country_code": "",
"country_name": "",
"city": ""
},
"location_updated_at": "0001-01-01T00:00:00Z",
"asn": {
"number": "",
"organization": "",
"country_code": ""
},
"asn_updated_at": "0001-01-01T00:00:00Z",
"whois": {
"network": "",
"organization": "",
"descr": "",
"_encoding": {
"raw": ""
}
},
"whois_updated_at": "0001-01-01T00:00:00Z",
"tags": [
{
"name": "is_anonymous_proxy",
"pretty_name": "Anonymous Proxy",
"value": false,
"last_updated_at": "0001-01-01T00:00:00Z"
},
{
"name": "is_cdn",
"pretty_name": "CDN",
"value": false,
"last_updated_at": "2024-10-30T10:12:01Z"
},
{
"name": "is_satellite_provider",
"pretty_name": "Satellite Provider",
"value": false,
"last_updated_at": "0001-01-01T00:00:00Z"
}
],
"hostnames": [
{
"name": "167.193.138.164.static.comnet-gmbh.de",
"last_updated_at": "2024-11-14T12:04:33.921259233Z"
}
],
"services": [
{
"port": 80,
"protocol": "tcp",
"name": "http",
"version": "",
"product": "Apache httpd",
"extra_info": "",
"tunnel": "",
"softwares": [
{
"uri": "cpe:/a:apache:http_server",
"part": "a",
"vendor": "apache",
"product": "http_server",
"version": "ANY",
"language": "ANY",
"edition": "ANY",
"update": "ANY"
}
],
"modules": {
"http": {
"body": "<!DOCTYPE html>\n<html>\n <head>\n \n \n\n <meta charset=\"utf-8\"/>\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n <meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>\n <meta HTTP-EQUIV='Cache-Control' CONTENT='no-cache'>\n <title>Logon - SINEMA Remote Connect</title>\n\n <link rel=\"stylesheet\" href=\"/static/css/normalize.css? 1731583024\"/>\n <link rel=\"stylesheet\" href=\"/static/css/layout.css? 1731583024\"/>\n <link rel=\"stylesheet\" href=\"/static/css/login.css? 1731583024\"/>\n <link rel=\"stylesheet\" href=\"/static/css/font-awesome.css? 1731583024\"/>\n\n <script type=\"text/javascript\" src=\"/static/js/jquery.js\"></script>\n <script type=\"text/javascript\" src=\"/static/js/sinemarc.js\"></script>\n\n </head>\n <body>\n\n \n\n\n\n<div class=\"header clearfix\">\n <img src=\"/static/img/logo.gif\" alt=\"SIEMENS\" class=\"logo\"/>\n <span class=\"product-name\">SINEMA Remote Connect</span>\n\n <div class=\"language-selector\">\n <form action=\"/i18n/setlang/\" method=\"POST\">\n <input type='hidden' name='csrfmiddlewaretoken' value='Lcj99cP6Pw8r3dnmdKDGHh8y9F7OKehJ' />\n\n <label for=\"id_language_selector\">Language</label>:\n <select id=\"id_language_selector\" name=\"language\" onChange=\"submit()\">\n \n \n <option value=\"de\">\n Deutsch\n </option>\n \n <option value=\"en\" selected=\"selected\">\n English\n </option>\n \n </select>\n </form>\n </div>\n\n <div class=\"clock\">1731583024#en#0#</div>\n\n <div class=\"online-help\">\n <a href=\"#\" onClick=\"openHelpWindow('/static/help/en/login_help.htm');\">Help<i class=\"fa fa-question-circle fa-fw\"></i></a>\n </div>\n</div>\n\n\n <div class=\"content\">\n <div class=\"login-form-wrapper\">\n <div class=\"tab\">\n <button id=\"localTab\" class=\"tablinks\" onclick=\"openLoginForm(event)\">Local</button>\n \n <button class=\"tablinks\" disabled>UMC</button>\n \n </div>\n <div id=\"local\" class=\"tabcontent\" style=\"display: block;\">\n <form action=\"/wbm/login/\" method=\"POST\" class=\"login-form\">\n <input type='hidden' name='csrfmiddlewaretoken' value='Lcj99cP6Pw8r3dnmdKDGHh8y9F7OKehJ' />\n <input id=\"id_utcoffset\" name=\"utcoffset\" type=\"hidden\" value=\"0\"/>\n\n <div class=\"form-row\">\n <label for=\"id_username\">User name:</label>\n <input id=\"id_username\" maxlength=\"254\" name=\"username\" type=\"text\" />\n </div>\n\n <div class=\"form-row\">\n <label for=\"id_password\">Password:</label>\n <input id=\"id_password\" name=\"password\" type=\"password\" autocomplete=\"off\"/>\n </div>\n\n \n\n <div class=\"form-row\">\n <label for=\"id_submit\"> </label>\n <button id=\"id_submit\" type=\"submit\"><span class=\"button\">Log on</span></button>\n </div>\n\n </form>\n </div>\n <div id=\"umc\" class=\"tabcontent\">\n \n </div>\n </div>\n\n \n\n \n\n \n\n <div class=\"sep\"></div>\n\n <div class=\"pki\">\n \n <img src=\"/static/img/chip-icon.png\">\n \n <p>PKI Login</p>\n </div>\n\n </div>\n\n <script type=\"text/javascript\">\n <!--\n var d = new Date();\n $(\"#id_utcoffset\").prop('value', d.getTimezoneOffset() * -1);\n\n var usernameInput = $(\"#id_username\");\n usernameInput.focus().val(usernameInput.val());\n\n -->\n </script>\n\n <script type=\"text/javascript\">\n var isUmcFailed = \"None\" === \"None\" ? false:true;\n var iUMCActive = \"False\" ===\"True\"? true:false;\n $(document).ready(function () {\n if (isUmcFailed) {\n if (!iUMCActive){\n toggleLoginForm(\"localTab\");\n } else{\n toggleLoginForm(\"umcTab\");\n }\n } else {\n toggleLoginForm(\"localTab\");\n }\n });\n\n function toggleLoginForm(formName) {\n if (formName === \"localTab\"){\n $('#umcTab').removeClass(\"active\");\n $('#localTab').addClass(\"active\");\n $(\"#umc\").css(\"display\", \"none\");\n $(\"#local\").css(\"display\", \"block\");\n } else {\n $('#localTab').removeClass(\"active\");\n $('#umcTab').addClass(\"active\");\n $(\"#local\").css(\"display\", \"none\");\n $(\"#umc\").css(\"display\", \"block\");\n }\n }\n\n function openLoginForm(e) {\n toggleLoginForm(e.currentTarget.id);\n }\n </script>\n </body>\n</html>\n",
"body_murmur": -385417822,
"body_sha256": "61a3c5837824aef53e4a0b79dde95f477b286a81f2d8571cf4736596985b6cfb",
"component": [
"Django",
"Python",
"Apache HTTP Server"
],
"content_length": -1,
"headers": {
"cache_control": [
"max-age=0"
],
"content_language": [
"en"
],
"content_type": [
"text/html; charset=utf-8"
],
"date": [
"Thu, 14 Nov 2024 11:17:04 GMT"
],
"expires": [
"Thu, 14 Nov 2024 11:17:04 GMT"
],
"last_modified": [
"Thu, 14 Nov 2024 11:17:04 GMT"
],
"server": [
"Apache"
],
"set_cookie": [
"csrftoken=Lcj99cP6Pw8r3dnmdKDGHh8y9F7OKehJ; expires=Thu, 13-Nov-2025 11:17:04 GMT; httponly; Max-Age=31449600; Path=/; secure",
"sessionid=t5nty5h8s4q3edbfg18k1nh0zy61b1bl; httponly; Path=/; secure"
],
"strict_transport_security": [
"max-age=15768000"
],
"vary": [
"Cookie,Accept-Language,Accept-Encoding"
],
"x_content_type_options": [
"nosniff"
],
"x_frame_options": [
"sameorigin"
],
"x_xss_protection": [
"1; mode=block"
]
},
"protocol": "HTTP/1.1",
"redirects": [
{
"body": "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>302 Found</title>\n</head><body>\n<h1>Found</h1>\n<p>The document has moved <a href=\"https://164.138.193.167:443/\">here</a>.</p>\n</body></html>\n",
"body_murmur": -239419411,
"body_sha256": "c88faebd82d260690489b8ea82c84fd07d175a4f1527ef64def58abe0e12a681",
"content_length": 212,
"headers": {
"content_length": [
"212"
],
"content_type": [
"text/html; charset=iso-8859-1"
],
"date": [
"Thu, 14 Nov 2024 11:17:04 GMT"
],
"location": [
"https://164.138.193.167:443/"
],
"server": [
"Apache"
]
},
"location": "https://164.138.193.167:443/",
"protocol": "HTTP/1.1",
"status_code": 302,
"status_line": "302 Found"
},
{
"content_length": -1,
"headers": {
"content_language": [
"en"
],
"content_type": [
"text/html; charset=utf-8"
],
"date": [
"Thu, 14 Nov 2024 11:17:04 GMT"
],
"location": [
"https://164.138.193.167:443/wbm/login/"
],
"server": [
"Apache"
],
"strict_transport_security": [
"max-age=15768000"
],
"vary": [
"Accept-Language,Cookie"
],
"x_content_type_options": [
"nosniff"
],
"x_frame_options": [
"sameorigin"
],
"x_xss_protection": [
"1; mode=block"
]
},
"location": "https://164.138.193.167:443/wbm/login/",
"protocol": "HTTP/1.1",
"status_code": 302,
"status_line": "302 FOUND"
}
],
"request": {
"headers": {
"accept": [
"*/*"
],
"referer": [
"https://164.138.193.167:443/"
],
"user_agent": [
"Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
]
},
"method": "GET",
"url": {
"host": "164.138.193.167:443",
"path": "/wbm/login/",
"scheme": "https"
}
},
"status_code": 200,
"title": "Logon - SINEMA Remote Connect",
"transfer_encoding": [
"chunked"
]
}
},
"cve": [
{
"id": "CVE-1999-0070",
"score": 5,
"severity": "medium"
},
{
"id": "CVE-1999-1199",
"score": 10,
"severity": "high"
},
{
"id": "CVE-2023-25690",
"score": 9.8,
"severity": "critical"
}
],
"url": "http://164.138.193.167/",
"_meta": {
"name": "",
"desc": "",
"category": ""
},
"last_updated_at": "2024-11-14T11:17:07.216Z"
},
{
"port": 443,
"protocol": "tcp",
"name": "http",
"version": "",
"product": "Apache httpd",
"extra_info": "",
"tunnel": "ssl",
"softwares": [
{
"uri": "cpe:/a:apache:http_server",
"part": "a",
"vendor": "apache",
"product": "http_server",
"version": "ANY",
"language": "ANY",
"edition": "ANY",
"update": "ANY"
}
],
"modules": {
"http": {
"body": "<!DOCTYPE html>\n<html>\n <head>\n \n \n\n <meta charset=\"utf-8\"/>\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n <meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>\n <meta HTTP-EQUIV='Cache-Control' CONTENT='no-cache'>\n <title>Logon - SINEMA Remote Connect</title>\n\n <link rel=\"stylesheet\" href=\"/static/css/normalize.css? 1731532367\"/>\n <link rel=\"stylesheet\" href=\"/static/css/layout.css? 1731532367\"/>\n <link rel=\"stylesheet\" href=\"/static/css/login.css? 1731532367\"/>\n <link rel=\"stylesheet\" href=\"/static/css/font-awesome.css? 1731532367\"/>\n\n <script type=\"text/javascript\" src=\"/static/js/jquery.js\"></script>\n <script type=\"text/javascript\" src=\"/static/js/sinemarc.js\"></script>\n\n </head>\n <body>\n\n \n\n\n\n<div class=\"header clearfix\">\n <img src=\"/static/img/logo.gif\" alt=\"SIEMENS\" class=\"logo\"/>\n <span class=\"product-name\">SINEMA Remote Connect</span>\n\n <div class=\"language-selector\">\n <form action=\"/i18n/setlang/\" method=\"POST\">\n <input type='hidden' name='csrfmiddlewaretoken' value='nBoNfz8ejiEMhXaGwblFA7uyYNp6bcc9' />\n\n <label for=\"id_language_selector\">Language</label>:\n <select id=\"id_language_selector\" name=\"language\" onChange=\"submit()\">\n \n \n <option value=\"de\">\n Deutsch\n </option>\n \n <option value=\"en\" selected=\"selected\">\n English\n </option>\n \n </select>\n </form>\n </div>\n\n <div class=\"clock\">1731532367#en#0#</div>\n\n <div class=\"online-help\">\n <a href=\"#\" onClick=\"openHelpWindow('/static/help/en/login_help.htm');\">Help<i class=\"fa fa-question-circle fa-fw\"></i></a>\n </div>\n</div>\n\n\n <div class=\"content\">\n <div class=\"login-form-wrapper\">\n <div class=\"tab\">\n <button id=\"localTab\" class=\"tablinks\" onclick=\"openLoginForm(event)\">Local</button>\n \n <button class=\"tablinks\" disabled>UMC</button>\n \n </div>\n <div id=\"local\" class=\"tabcontent\" style=\"display: block;\">\n <form action=\"/wbm/login/\" method=\"POST\" class=\"login-form\">\n <input type='hidden' name='csrfmiddlewaretoken' value='nBoNfz8ejiEMhXaGwblFA7uyYNp6bcc9' />\n <input id=\"id_utcoffset\" name=\"utcoffset\" type=\"hidden\" value=\"0\"/>\n\n <div class=\"form-row\">\n <label for=\"id_username\">User name:</label>\n <input id=\"id_username\" maxlength=\"254\" name=\"username\" type=\"text\" />\n </div>\n\n <div class=\"form-row\">\n <label for=\"id_password\">Password:</label>\n <input id=\"id_password\" name=\"password\" type=\"password\" autocomplete=\"off\"/>\n </div>\n\n \n\n <div class=\"form-row\">\n <label for=\"id_submit\"> </label>\n <button id=\"id_submit\" type=\"submit\"><span class=\"button\">Log on</span></button>\n </div>\n\n </form>\n </div>\n <div id=\"umc\" class=\"tabcontent\">\n \n </div>\n </div>\n\n \n\n \n\n \n\n <div class=\"sep\"></div>\n\n <div class=\"pki\">\n \n <img src=\"/static/img/chip-icon.png\">\n \n <p>PKI Login</p>\n </div>\n\n </div>\n\n <script type=\"text/javascript\">\n <!--\n var d = new Date();\n $(\"#id_utcoffset\").prop('value', d.getTimezoneOffset() * -1);\n\n var usernameInput = $(\"#id_username\");\n usernameInput.focus().val(usernameInput.val());\n\n -->\n </script>\n\n <script type=\"text/javascript\">\n var isUmcFailed = \"None\" === \"None\" ? false:true;\n var iUMCActive = \"False\" ===\"True\"? true:false;\n $(document).ready(function () {\n if (isUmcFailed) {\n if (!iUMCActive){\n toggleLoginForm(\"localTab\");\n } else{\n toggleLoginForm(\"umcTab\");\n }\n } else {\n toggleLoginForm(\"localTab\");\n }\n });\n\n function toggleLoginForm(formName) {\n if (formName === \"localTab\"){\n $('#umcTab').removeClass(\"active\");\n $('#localTab').addClass(\"active\");\n $(\"#umc\").css(\"display\", \"none\");\n $(\"#local\").css(\"display\", \"block\");\n } else {\n $('#localTab').removeClass(\"active\");\n $('#umcTab').addClass(\"active\");\n $(\"#local\").css(\"display\", \"none\");\n $(\"#umc\").css(\"display\", \"block\");\n }\n }\n\n function openLoginForm(e) {\n toggleLoginForm(e.currentTarget.id);\n }\n </script>\n </body>\n</html>\n",
"body_murmur": 98416807,
"body_sha256": "28b0dc8c0410e40c0e2a813dd8233d64733c8cb416077e8301644310b2011108",
"component": [
"Apache HTTP Server",
"Django",
"Python"
],
"content_length": -1,
"headers": {
"cache_control": [
"max-age=0"
],
"content_language": [
"en"
],
"content_type": [
"text/html; charset=utf-8"
],
"date": [
"Wed, 13 Nov 2024 21:12:47 GMT"
],
"expires": [
"Wed, 13 Nov 2024 21:12:47 GMT"
],
"last_modified": [
"Wed, 13 Nov 2024 21:12:47 GMT"
],
"server": [
"Apache"
],
"set_cookie": [
"csrftoken=nBoNfz8ejiEMhXaGwblFA7uyYNp6bcc9; expires=Wed, 12-Nov-2025 21:12:47 GMT; httponly; Max-Age=31449600; Path=/; secure",
"sessionid=odbdorlcu4y7jcc964ohqyfrer9askbb; httponly; Path=/; secure"
],
"strict_transport_security": [
"max-age=15768000"
],
"vary": [
"Cookie,Accept-Language,Accept-Encoding"
],
"x_content_type_options": [
"nosniff"
],
"x_frame_options": [
"sameorigin"
],
"x_xss_protection": [
"1; mode=block"
]
},
"protocol": "HTTP/1.1",
"redirects": [
{
"content_length": -1,
"headers": {
"content_language": [
"en"
],
"content_type": [
"text/html; charset=utf-8"
],
"date": [
"Wed, 13 Nov 2024 21:12:47 GMT"
],
"location": [
"https://164.138.193.167/wbm/login/"
],
"server": [
"Apache"
],
"strict_transport_security": [
"max-age=15768000"
],
"vary": [
"Accept-Language,Cookie"
],
"x_content_type_options": [
"nosniff"
],
"x_frame_options": [
"sameorigin"
],
"x_xss_protection": [
"1; mode=block"
]
},
"location": "https://164.138.193.167/wbm/login/",
"protocol": "HTTP/1.1",
"status_code": 302,
"status_line": "302 FOUND"
}
],
"request": {
"headers": {
"accept": [
"*/*"
],
"referer": [
"https://164.138.193.167"
],
"user_agent": [
"Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
]
},
"method": "GET",
"url": {
"host": "164.138.193.167",
"path": "/wbm/login/",
"scheme": "https"
}
},
"status_code": 200,
"title": "Logon - SINEMA Remote Connect",
"transfer_encoding": [
"chunked"
]
},
"tls": {
"certificate": {
"extensions": {
"basic_constraints": {
"is_ca": true
},
"extended_key_usage": {
"any": false,
"apple_code_signing": false,
"apple_code_signing_development": false,
"apple_code_signing_third_party": false,
"apple_crypto_development_env": false,
"apple_crypto_env": false,
"apple_crypto_maintenance_env": false,
"apple_crypto_production_env": false,
"apple_crypto_qos": false,
"apple_crypto_test_env": false,
"apple_crypto_tier0_qos": false,
"apple_crypto_tier1_qos": false,
"apple_crypto_tier2_qos": false,
"apple_crypto_tier3_qos": false,
"apple_ichat_encryption": false,
"apple_ichat_signing": false,
"apple_resource_signing": false,
"apple_software_update_signing": false,
"apple_system_identity": false,
"client_auth": false,
"code_signing": false,
"dvcs": false,
"eap_over_lan": false,
"eap_over_ppp": false,
"email_protection": false,
"ipsec_end_system": false,
"ipsec_intermediate_system_usage": false,
"ipsec_tunnel": false,
"ipsec_user": false,
"microsoft_ca_exchange": false,
"microsoft_cert_trust_list_signing": false,
"microsoft_csp_signature": false,
"microsoft_document_signing": false,
"microsoft_drm": false,
"microsoft_drm_individualization": false,
"microsoft_efs_recovery": false,
"microsoft_embedded_nt_crypto": false,
"microsoft_encrypted_file_system": false,
"microsoft_enrollment_agent": false,
"microsoft_kernel_mode_code_signing": false,
"microsoft_key_recovery_21": false,
"microsoft_key_recovery_3": false,
"microsoft_license_server": false,
"microsoft_licenses": false,
"microsoft_lifetime_signing": false,
"microsoft_mobile_device_software": false,
"microsoft_nt5_crypto": false,
"microsoft_oem_whql_crypto": false,
"microsoft_qualified_subordinate": false,
"microsoft_root_list_signer": false,
"microsoft_server_gated_crypto": false,
"microsoft_sgc_serialized": false,
"microsoft_smart_display": false,
"microsoft_smartcard_logon": false,
"microsoft_system_health": false,
"microsoft_system_health_loophole": false,
"microsoft_timestamp_signing": false,
"microsoft_whql_crypto": false,
"netscape_server_gated_crypto": false,
"ocsp_signing": false,
"sbgp_cert_aa_service_auth": false,
"server_auth": true,
"time_stamping": false
},
"key_usage": {
"certificate_sign": false,
"content_commitment": false,
"crl_sign": false,
"data_encipherment": false,
"decipher_only": false,
"digital_signature": true,
"encipher_only": false,
"key_agreement": false,
"key_encipherment": true
},
"subject_alt_name": {
"dns_names": [
"rc167.sierc.de"
],
"ip_address": [
"164.138.193.167"
]
}
},
"fingerprint_md5": "D5FCD59AB0B2D44E41BA3D8708BEF3C3",
"fingerprint_sha1": "1CBEF69513959420CC6C39F3BB2C03ABBACA29C6",
"fingerprint_sha256": "0021D30D115CC59748CA6FC1DC806E68E9E7F34E1BDB4755D3110427AE434F0C",
"issuer": {
"common_name": [
"CA 445392 SINEMA RC"
]
},
"issuer_dn": "/CN=CA 445392 SINEMA RC",
"jarm": "16d16d16d14d16d00016d16d16d16df572ac71996ec56855731b41418b2c77",
"redacted": false,
"revocation": {
"ocsp": {
"reason": "UNKNOWN",
"revoked": false
}
},
"serial_number": "59",
"signature": {
"algorithm": {
"name": "SHA256-RSA",
"oid": "1.2.840.113549.1.1.11"
},
"self_signed": false,
"value": "OTE3NzdjMWIwNjcxODBhMzRiOTMyODA5MDAwY2FkNzI4N2EwZWY2Mjk2OGQ1OTYzNmU2YTA5MzQzMjUxNGM0MTkyNGNkYTRiZmE1OTAzZTBmY2EzN2MwNTNjNTcwYmRkYjI4Yjc1NmRmMzYzNjA4Y2VhMzE5YmZmMTQ5NzBhNjEyOTJmMzY0NmRhNDUzZDFmNDc2Yzc4YzA4N2M2NDg3ZGU3OTJmY2M0OGNlZmYwZjk0ODRhNzdkMTEzMmZmNDM4OGFlNzE1N2VlNjlmMWIyZTNiMDA5MDUzYmEyZTdkMjZjNzIyODBhNzgyYzJiZTE1YzlhZmUzZmQ1MGQ2MGU3NDBlYzEwNzAxNWEyZjViNWJhYzRlZGZiNGNkZjUxZDQ4MzAyMzM5ODk5OWY0ZTNjZDRlOTFkN2M0ZGZkMDcyY2Q0NzIyMzRkZDkxYzEyNDc2MWNjYjZhNzI0ZTU2NjYyMWYzM2FmZGRmOWEyNDE3OWVlZGY0YjBmMGVlZmY0ZGUyNzAwZjlmMmY3NDM2NjEwZTk3Y2JmYjA0OWQyMTI0MDJlNDlhZTBiYWU2NmYyODMxMzZiNjVkMDY1NWY5OGU5MDQzMGI4OWM2YzA2ZjM1YzA2MWYwZTdjMTJkYzYyY2EwYmZkYzJkMWY2MGQzZjI4OGU0NWJjNmE3NjUyMTZjOWY="
},
"subject": {
"common_name": [
"rc167.sierc.de"
]
},
"subject_alt_name": {
"dns_names": [
"rc167.sierc.de"
],
"extended_dns_names": [
{
"domain": "sierc",
"fld": "sierc.de",
"subdomain": "rc167",
"tld": "de"
}
]
},
"subject_dn": "/CN=rc167.sierc.de",
"subject_key_info": {
"_key": "rsa",
"dh": [],
"dsa": [],
"ecdsa": [],
"fingerprint_sha256": "28e92d40e13faa8cd5acd9f7857d63c8f616e44d117a5fcadfce882891c6fcea",
"key_algorithm": "RSA",
"rsa": {
"exponent": 65537,
"length": 2048,
"modulus": "MHhhZTk5OGNiNjI1MDNjMDEzMDVkNDVjZWY5MzE3YTY4N2FiY2RmZjBhMDllZGMyMmY4Zjk0NjNhNTUzYzMyNTcwZjkzYmMwMDhhZWJjMmM5ZmU5NjY3YmFhNjRjOWIzNjllYTk2MWUyMDZhMThkNWE4YWRjMDJiM2YzMTIyNDIwNjU4Y2VkODNkNDgxZDMzODdhOTgwMDc4ZDQzMzlkNzEyOTNhY2VmZWViMTZhYzdlYTRkY2JhNzE3ZTIyNzc5NjRkMzQ4YjhlNzQ1NTc0NWZhMzhmZjExMzNjMWI5YWQ5YmRlMDk0MTE5M2RmNThhZDdlNjFiMTA0M2QzMmI1NWUzZjg4NzUyOGMzMmViMjY4NDVhZWQ2NTBlMGIwMzRhYjYwYmUwYmMwMDJiODcwMWExNTk2MzU4N2ZhODk2NmMwMTM1ZGMyMTJkMTMxNTUyNTg1MWQwYjRkZmFkOGMxZTlhYTMzNWEwMWEwODJiOWIzMGU0YmJmYTczNThkY2QyMmYwMjk3YzcwYmNhMjI0MDc5YWZjNmQyNjNjYmE0NTllNDU5MzY5ZjZiOWVjMjk0MDhkOTBhNmYzNjQ1YmRkNzMzNjczMzMzYTliYWQ2ODc5M2IxNDMwODY1N2Y5OGQ2MDYxZmY0ZDdkMzUwMTFjZTA4ZWUyNTIyOWRjY2NhZjYzYg=="
}
},
"tbs_fingerprint": "593e850b14657d5a3d16734667b5d0ff9a68cd12a2203146cce23877e9b113a0",
"validation_level": "DV",
"validity": {
"length_seconds": 31708800,
"not_after": "2025-07-20T09:30:54",
"not_before": "2024-07-18T09:30:54"
},
"version": 2
},
"fingerprint_sha256": "0021D30D115CC59748CA6FC1DC806E68E9E7F34E1BDB4755D3110427AE434F0C",
"precert": false,
"raw": "MIIDBTCCAe2gAwIBAgIBOzANBgkqhkiG9w0BAQsFADAeMRwwGgYDVQQDDBNDQSA0NDUzOTIgU0lORU1BIFJDMB4XDTI0MDcxODA5MzA1NFoXDTI1MDcyMDA5MzA1NFowGTEXMBUGA1UEAwwOcmMxNjcuc2llcmMuZGUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCumYy2JQPAEwXUXO+TF6aHq83/Cgntwi+PlGOlU8MlcPk7wAiuvCyf6WZ7qmTJs2nqlh4gahjVqK3AKz8xIkIGWM7YPUgdM4epgAeNQznXEpOs7+6xasfqTcunF+IneWTTSLjnRVdF+jj/ETPBua2b3glBGT31itfmGxBD0ytV4/iHUowy6yaEWu1lDgsDSrYL4LwAK4cBoVljWH+olmwBNdwhLRMVUlhR0LTfrYwemqM1oBoIK5sw5Lv6c1jc0i8Cl8cLyiJAea/G0mPLpFnkWTafa57ClAjZCm82Rb3XM2czM6m61oeTsUMIZX+Y1gYf9NfTUBHOCO4lIp3MyvY7AgMBAAGjUzBRMAkGA1UdEwQCMAAwCwYDVR0PBAQDAgWgMBMGA1UdJQQMMAoGCCsGAQUFBwMBMCIGA1UdEQEB/wQYMBaHBKSKwaeCDnJjMTY3LnNpZXJjLmRlMA0GCSqGSIb3DQEBCwUAA4IBAQCRd3wbBnGAo0uTKAkADK1yh6DvYpaNWWNuagk0MlFMQZJM2kv6WQPg/KN8BTxXC92yi3Vt82NgjOoxm/8UlwphKS82RtpFPR9HbHjAh8ZIfeeS/MSM7/D5SEp30RMv9DiK5xV+5p8bLjsAkFO6Ln0mxyKAp4LCvhXJr+P9UNYOdA7BBwFaL1tbrE7ftM31HUgwIzmJmfTjzU6R18Tf0HLNRyI03ZHBJHYcy2pyTlZmIfM6/d+aJBee7fSw8O7/TeJwD58vdDZhDpfL+wSdISQC5JrguuZvKDE2tl0GVfmOkEMLicbAbzXAYfDnwS3GLKC/3C0fYNPyiORbxqdlIWyf",
"tags": [
"dv",
"trusted"
]
}
},
"cve": [
{
"id": "CVE-1999-0070",
"score": 5,
"severity": "medium"
},
{
"id": "CVE-1999-1199",
"score": 10,
"severity": "high"
},
{
"id": "CVE-2023-25690",
"score": 9.8,
"severity": "critical"
}
],
"url": "https://164.138.193.167/",
"_meta": {
"name": "",
"desc": "",
"category": ""
},
"last_updated_at": "2024-11-13T21:12:48.203Z"
},
{
"port": 5443,
"protocol": "tcp",
"name": "spss",
"version": "",
"product": "",
"extra_info": "",
"tunnel": "",
"_meta": {
"name": "",
"desc": "",
"category": ""
},
"last_updated_at": "2024-09-18T03:00:02.418Z"
}
],
"services_hash": "09fd65eafe328b94145e7fb20c88de021fd586c589ba61c044d7c8550f6f83ec",
"last_updated_at": "2024-11-14T11:17:07.216Z",
"banner": [
"http",
"tls"
],
"is_vuln": true,
"cveDetails": {
"CVE-1999-0070": {
"id": "CVE-1999-0070",
"references": [
"https://lists.apache.org/thread.html/rc5d27fc1e76dc5650e1a3f1db1de403120f4c2d041cb7352850455c2%40%3Cusers.httpd.apache.org%3E"
],
"score": 5,
"services": [
"80/http"
],
"severity": "medium",
"summary": "test-cgi program allows an attacker to list files on the server.",
"vector_string": "AV:N/AC:L/Au:N/C:N/I:P/A:N",
"weakness": "NVD-CWE-noinfo"
},
"CVE-1999-1199": {
"id": "CVE-1999-1199",
"references": [
"http://marc.info/?l=bugtraq&m=90252779826784&w=2",
"http://marc.info/?l=bugtraq&m=90276683825862&w=2",
"http://marc.info/?l=bugtraq&m=90280517007869&w=2",
"http://marc.info/?l=bugtraq&m=90286768232093&w=2",
"http://www.redhat.com/support/errata/rh51-errata-general.html#apache",
"https://lists.apache.org/thread.html/r5419c9ba0951ef73a655362403d12bb8d10fab38274deb3f005816f5%40%3Ccvs.httpd.apache.org%3E",
"https://lists.apache.org/thread.html/r9f93cf6dde308d42a9c807784e8102600d0397f5f834890708bf6920%40%3Ccvs.httpd.apache.org%3E",
"https://lists.apache.org/thread.html/rf2f0f3611f937cf6cfb3b4fe4a67f69885855126110e1e3f2fb2728e%40%3Ccvs.httpd.apache.org%3E",
"https://lists.apache.org/thread.html/rf6449464fd8b7437704c55f88361b66f12d5b5f90bcce66af4be4ba9%40%3Ccvs.httpd.apache.org%3E"
],
"score": 10,
"services": [
"80/http"
],
"severity": "high",
"summary": "Apache WWW server 1.3.1 and earlier allows remote attackers to cause a denial of service (resource exhaustion) via a large number of MIME headers with the same name, aka the \"sioux\" vulnerability.",
"vector_string": "AV:N/AC:L/Au:N/C:C/I:C/A:C",
"weakness": "NVD-CWE-Other"
},
"CVE-2023-25690": {
"id": "CVE-2023-25690",
"references": [
"http://packetstormsecurity.com/files/176334/Apache-2.4.55-mod_proxy-HTTP-Request-Smuggling.html",
"https://httpd.apache.org/security/vulnerabilities_24.html",
"https://lists.debian.org/debian-lts-announce/2023/04/msg00028.html",
"https://security.gentoo.org/glsa/202309-01"
],
"score": 9.8,
"services": [
"80/http"
],
"severity": "critical",
"summary": "Some mod_proxy configurations on Apache HTTP Server versions 2.4.0 through 2.4.55 allow a HTTP Request Smuggling attack.\n\n\n\n\nConfigurations are affected when mod_proxy is enabled along with some form of RewriteRule\n or ProxyPassMatch in which a non-specific pattern matches\n some portion of the user-supplied request-target (URL) data and is then\n re-inserted into the proxied request-target using variable \nsubstitution. For example, something like:\n\n\n\n\nRewriteEngine on\nRewriteRule \"^/here/(.*)\" \"http://example.com:8080/elsewhere?$1\"; [P]\nProxyPassReverse /here/ http://example.com:8080/\n\n\nRequest splitting/smuggling could result in bypass of access controls in the proxy server, proxying unintended URLs to existing origin servers, and cache poisoning. Users are recommended to update to at least version 2.4.56 of Apache HTTP Server.\n\n\n",
"vector_string": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"weakness": "CWE-444"
},
"CVE-2023-27522": {
"id": "CVE-2023-27522",
"references": [
"https://httpd.apache.org/security/vulnerabilities_24.html",
"https://lists.debian.org/debian-lts-announce/2023/04/msg00028.html",
"https://security.gentoo.org/glsa/202309-01"
],
"score": 7.5,
"services": [
"80/http"
],
"severity": "high",
"summary": "HTTP Response Smuggling vulnerability in Apache HTTP Server via mod_proxy_uwsgi. This issue affects Apache HTTP Server: from 2.4.30 through 2.4.55.\n\nSpecial characters in the origin response header can truncate/split the response forwarded to the client.\n\n\n",
"vector_string": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"weakness": "CWE-444"
}
}
}