{"passed":{"encryption":[{"id":"ssl_cert_revoked","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"SSL > Revoked","value":"false"}],"actual":[{"property":"SSL > Revoked","value":"false"}],"severity":5,"cloudscanCategory":"encryption","prevCloudscanCategory":"website_sec","title":"Certificate not found on our revoked certificate list","description":"The site's certificate chain was checked against our list of revoked certificates.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com:443","www.duendesoftware.com:443"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. These certificates provide a keypair, private and public, that is used to guarantee the encryption. Certificates expire after a set period of time and must be renewed to keep SSL/TLS active. Certificates may be revoked before their expiration date for several reasons, including a compromised private key or decommissioned domain.","riskDetails":"A revoked certificate is invalid and does not provide proper SSL/TLS protection. Revoked certificates are also untrusted in most browsers, rendering the site inaccessible. One of the main reasons a certificate would be revoked is that the private encryption key has been compromised. This means a malicious actor would be able to impersonate the recipient with the private key and decrypt the data.","recommendedRemediation":"Revoked certificates should be immediately replaced by new, valid certificates from a trusted authority. This will ensure the continuity of encrypted communications between affected servers and their clients. Certificates should be regularly audited to ensure no revoked certificates are in use.","knownExploitedVulnCount":0,"checkID":"ssl_cert_revoked","category":"ssl","controlCheckID":"IM.EN.TC.UQ","passTitle":"Certificate not found on our revoked certificate list","passDescription":"The site's certificate chain was checked against our list of revoked certificates.","passGroupDescription":"No sites were found to be using revoked certificates.","failTitle":"Revoked certificate in use","failDescription":"The TLS certificate chain presented by the web server contains a revoked certificate.","remediation":"Install a new certificate.","issue":"SSL certificates have been revoked prior to their scheduled expiration date. This means the certificate is no longer trusted and visitors may not be able to connect to the website.","recommendation":"Install a new SSL certificate on all impacted domains to prevent errors being shown to the end-user. This ensures communications remain secure between the server and visitors.","defaultSeverity":5,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.14.1.3"],"ISO2022Controls":["8.12"],"NISTControls":["PR.AC-5","PR.DS-2","PR.DS-5","PR.DS-6","PR.PT-4"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. These certificates provide a keypair, private and public, that is used to guarantee the encryption. Certificates expire after a set period of time and must be renewed to keep SSL/TLS active. Certificates may be revoked before their expiration date for several reasons, including a compromised private key or decommissioned domain.","RiskDetails":"A revoked certificate is invalid and does not provide proper SSL/TLS protection. Revoked certificates are also untrusted in most browsers, rendering the site inaccessible. One of the main reasons a certificate would be revoked is that the private encryption key has been compromised. This means a malicious actor would be able to impersonate the recipient with the private key and decrypt the data.","RecommendedRemediation":"Revoked certificates should be immediately replaced by new, valid certificates from a trusted authority. This will ensure the continuity of encrypted communications between affected servers and their clients. Certificates should be regularly audited to ensure no revoked certificates are in use."},{"id":"http_available","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"HTTP Accessible","value":"false"}],"actual":[{"property":"HTTP Accessible","value":"false"}],"severity":4,"cloudscanCategory":"encryption","prevCloudscanCategory":"website_sec","title":"HTTP requests are redirected to HTTPS","description":"All HTTP requests are redirected to HTTPS.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com:80","www.duendesoftware.com:80"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"The HTTP Still Available check is used to measure whether a server is allowing users to connect to it via HTTP rather than HTTPS. Connecting to a website via HTTPS is more secure as it involves a SSL/TLS-based connection, which encrypts data in transit. Many web browsers will try the HTTP version of a website first before trying the HTTPS version. If you have a proper redirect response on your HTTP port then you will pass this check. You should combine this with proper HSTS settings to ensure browsers always attempt a HTTPS-based connection from the beginning.","riskDetails":"Encrypting data using SSL/TLS prevents any attackers who intercept the data from reading it. If any part of the connection transmits data using HTTP, even if it later uses HTTPS, the data transmitted over HTTP is susceptible to man-in-the-middle attacks. For example, a user might attempt to visit your website and embed their username and password in the URL parameters or the request headers as part of the request. Even if that data is then redirected to an HTTPS connection, it was still transmitted via HTTP.","recommendedRemediation":"All HTTP connections should be redirected to HTTPS connections instead. The method for doing this differs by technology. For some websites, the .htaccess file can be modified to reroute requests to HTTPS. For Microsoft IIS, the URL Rewrite module for IIS will allow you to redirect HTTP requests to HTTPS. HTTPS redirects should always be paired with HTTP Strict Transport Security (HSTS). HSTS will ensure no HTTP connections are allowed.","knownExploitedVulnCount":0,"checkID":"http_available","category":"ssl","controlCheckID":"IM.EN.DT.ZW","passTitle":"HTTP requests are redirected to HTTPS","passDescription":"All HTTP requests are redirected to HTTPS.","passGroupDescription":"All HTTP requests are redirected to HTTPS.","failTitle":"HTTP does not redirect to HTTPS","failDescription":"The domain is still accessible over HTTP. All HTTP requests should be redirected to HTTPS.","remediation":"Redirect HTTP requests to HTTPS.","issue":"Websites are still accessible over HTTP. All HTTP requests should be redirected to HTTPS to ensure encrypted communications between the website and its visitors.","recommendation":"Redirect users and search engines to the HTTPS page or resource with server-side 301 HTTP redirects. This ensures all communications are encrypted, preventing certain man-in-the-middle attacks.","defaultSeverity":4,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.14.1.2"],"ISO2022Controls":["8.12"],"NISTControls":["PR.AC-5","PR.DS-2","PR.DS-5","PR.DS-6"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"The HTTP Still Available check is used to measure whether a server is allowing users to connect to it via HTTP rather than HTTPS. Connecting to a website via HTTPS is more secure as it involves a SSL/TLS-based connection, which encrypts data in transit. Many web browsers will try the HTTP version of a website first before trying the HTTPS version. If you have a proper redirect response on your HTTP port then you will pass this check. You should combine this with proper HSTS settings to ensure browsers always attempt a HTTPS-based connection from the beginning.","RiskDetails":"Encrypting data using SSL/TLS prevents any attackers who intercept the data from reading it. If any part of the connection transmits data using HTTP, even if it later uses HTTPS, the data transmitted over HTTP is susceptible to man-in-the-middle attacks. For example, a user might attempt to visit your website and embed their username and password in the URL parameters or the request headers as part of the request. Even if that data is then redirected to an HTTPS connection, it was still transmitted via HTTP.","RecommendedRemediation":"All HTTP connections should be redirected to HTTPS connections instead. The method for doing this differs by technology. For some websites, the .htaccess file can be modified to reroute requests to HTTPS. For Microsoft IIS, the URL Rewrite module for IIS will allow you to redirect HTTP requests to HTTPS. HTTPS redirects should always be paired with HTTP Strict Transport Security (HSTS). HSTS will ensure no HTTP connections are allowed."},{"id":"ssl_host_match","pass":true,"meta":"duendesoftware.com matches duendesoftware.com, www.duendesoftware.com matches www.duendesoftware.com","vendorOnly":false,"expected":[{"property":"SSL > Host Match","value":"[hostname matches SSL certificate]"}],"actual":[{"property":"SSL > Host Match","value":"duendesoftware.com matches duendesoftware.com, www.duendesoftware.com matches www.duendesoftware.com"}],"severity":4,"cloudscanCategory":"encryption","prevCloudscanCategory":"website_sec","title":"Hostname matches SSL certificate","description":"The site's hostname matches the SSL certificate.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com:443","www.duendesoftware.com:443"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. These certificates provide a keypair, private and public, that is used to guarantee the encryption. Every certificate should include the preferred hostname(s) for the system that is being protected, so that the certificate can be verified to the address being accessed by the client.","riskDetails":"When a certificate does not match the hostname the client is trying to access, it produces an error in the browser. This is because each certificate must specify the addresses for which it is valid. In addition to sites being rendered inaccessible to most browsers, mismatched certificates open the door for man-in-the-middle (MITM) attacks, as name confusion reduces the trustworthiness of all systems involved.","recommendedRemediation":"A new certificate should be requested from a trusted authority with the correct hostname(s) listed on it. This will prevent browser errors and reduce certificate complexity across the organization. All existing certificates should be audited to ensure that each one has the proper hostnames. Changes to hostnames or aliases should include steps to update certificates with the new names.","knownExploitedVulnCount":0,"checkID":"ssl_host_match","category":"ssl","controlCheckID":"IM.EN.TC.PA","passTitle":"Hostname matches SSL certificate","passDescription":"The site's hostname matches the SSL certificate.","passGroupDescription":"All hostnames match their corresponding SSL certificates.","failTitle":"Hostname does not match SSL certificate","failDescription":"The site's hostname does not match the SSL certificate. The domain name should be added to the certificate, either as a Subject Alternative Name or as the Common Name.","remediation":"Set certificate Subject Alternative Name or Common Name correctly.","issue":"The hostname does not match the SSL certificate on the identified websites. This will result in modern browsers throwing an error and in some cases, refusing to connect to the website. This can also be a signal of an in-progress cyber attack.","recommendation":"Add the hostname to the SSL certificate, as a Subject Alternative Name or as Common Name, to ensure the website remains secure and does not expose errors to visitors through their browser.","defaultSeverity":4,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.14.1.3"],"ISO2022Controls":["8.12"],"NISTControls":["PR.AC-5","PR.DS-2","PR.DS-5","PR.DS-6","PR.PT-4"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. These certificates provide a keypair, private and public, that is used to guarantee the encryption. Every certificate should include the preferred hostname(s) for the system that is being protected, so that the certificate can be verified to the address being accessed by the client.","RiskDetails":"When a certificate does not match the hostname the client is trying to access, it produces an error in the browser. This is because each certificate must specify the addresses for which it is valid. In addition to sites being rendered inaccessible to most browsers, mismatched certificates open the door for man-in-the-middle (MITM) attacks, as name confusion reduces the trustworthiness of all systems involved.","RecommendedRemediation":"A new certificate should be requested from a trusted authority with the correct hostname(s) listed on it. This will prevent browser errors and reduce certificate complexity across the organization. All existing certificates should be audited to ensure that each one has the proper hostnames. Changes to hostnames or aliases should include steps to update certificates with the new names."},{"id":"ssl_expired","pass":true,"meta":"2026-09-25 23:59:59 UTC, 2026-05-20 00:40:57 UTC","vendorOnly":false,"expected":[{"property":"SSL > Expired","value":"[has not expired]"}],"actual":[{"property":"SSL > Expired","value":"2026-09-25 23:59:59 UTC, 2026-05-20 00:40:57 UTC"}],"severity":4,"cloudscanCategory":"encryption","prevCloudscanCategory":"website_sec","title":"SSL has not expired","description":"SSL certificate has not expired.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com:443","www.duendesoftware.com:443"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. These certificates provide a keypair, private and public, that is used to guarantee the encryption. SSL/TLS uses the HTTPS protocol, so all client connections must be rerouted from HTTP to HTTPS when necessary. Certificates expire after a set period of time and must be renewed to keep SSL/TLS active.","riskDetails":"Expired SSL/TLS certificates can no longer provide encrypted channels for data, increasing the risk of a man-in-the-middle attack. Furthermore, most browsers will not allow access to sites with expired certificates, rendering them unavailable to most users.","recommendedRemediation":"Expired certificates must be replaced with valid certificates from a trusted authority. Once a valid certificate has been installed on the system, SSL/TLS functionality will be restored. Validity periods are limited to 398 days. In order to maintain continuity, processes should be established to renew certificates within that time frame before they expire.","knownExploitedVulnCount":0,"checkID":"ssl_expired","category":"ssl","controlCheckID":"IM.EN.DT.DQ","passTitle":"SSL has not expired","passDescription":"SSL certificate has not expired.","passGroupDescription":"No SSL certificates have expired.","failTitle":"SSL expired","failDescription":"SSL certificate has expired. The certificate will need to be renewed for connections to your domain to be trusted.","remediation":"Renew expired SSL certificates.","issue":"Websites have expired SSL certificates. SSL certificates facilitate the encryption of data in transit. When an SSL certificate expires, modern web browsers will issue a security warning that often results in visitors leaving the website.","recommendation":"Renew expired SSL certificates to ensure that the connections to the domain are secure and trust by modern browsers. This keeps your customers secure and ensures visitors don't bounce from your site.","defaultSeverity":4,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.14.1.3"],"ISO2022Controls":["8.12"],"NISTControls":["PR.AC-5","PR.DS-2","PR.DS-5","PR.DS-6","PR.PT-4"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. These certificates provide a keypair, private and public, that is used to guarantee the encryption. SSL/TLS uses the HTTPS protocol, so all client connections must be rerouted from HTTP to HTTPS when necessary. Certificates expire after a set period of time and must be renewed to keep SSL/TLS active.","RiskDetails":"Expired SSL/TLS certificates can no longer provide encrypted channels for data, increasing the risk of a man-in-the-middle attack. Furthermore, most browsers will not allow access to sites with expired certificates, rendering them unavailable to most users.","RecommendedRemediation":"Expired certificates must be replaced with valid certificates from a trusted authority. Once a valid certificate has been installed on the system, SSL/TLS functionality will be restored. Validity periods are limited to 398 days. In order to maintain continuity, processes should be established to renew certificates within that time frame before they expire."},{"id":"ssl_trusted_v2","pass":true,"meta":"Trusted SSL certificate","vendorOnly":false,"expected":[{"property":"SSL > Trusted","value":"true"}],"actual":[{"property":"SSL > Trusted","value":"true"}],"severity":4,"cloudscanCategory":"encryption","prevCloudscanCategory":"website_sec","title":"Trusted SSL certificate","description":"The certificate presented by this domain was issued by a trusted certificate authority.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com:443","www.duendesoftware.com:443"],"none":false,"noneReason":null,"prevProvisionalID":"ssl_trusted","summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. These certificates provide a keypair, private and public, that is used to guarantee the encryption. Most certificates are issued from trusted authorities that are already allowed in most browsers. However, in certain circumstances, certificates can also be self-signed or issued by an untrusted authority.","riskDetails":"Untrusted certificates will cause an error in most browsers, preventing them from accessing the site. This is to ensure that only trustworthy certificates are accepted. Untrusted certificates could come from anywhere, and do not necessarily provide any guarantee of security. In some cases, untrusted certificates may be used internally in combination with the installation of client side certificates, but internet facing services should almost always use certificates from trusted third party authorities to provide a smooth end user experience.","recommendedRemediation":"Untrusted certificates should be replaced by valid certificates issued by trusted authorities. The untrusted certificate cannot be renewed. A new request must be generated by the affected system and submitted to the trusted authority. Intentional use of self-signed or untrusted certificates should be done with care to ensure both the accessibility and security of affected systems.","knownExploitedVulnCount":0,"checkID":"ssl_trusted_v2","category":"ssl","controlCheckID":"IM.EN.TC.ZW","passTitle":"Trusted SSL certificate","passDescription":"The certificate presented by this domain was issued by a trusted certificate authority.","passGroupDescription":"All responses contained a certificate issued by a trusted certificate authority.","failTitle":"Untrusted SSL certificate","failDescription":"The certificate presented by this domain was not issued by a trusted certificate authority and therefore cannot be verified by browsers.","remediation":"Configure the server to use a trusted SSL certificate.","issue":"Server responses contain untrusted SSL certificate. When the certificate is not trusted, web browsers will issue a security warning that often results in visitors leaving the website.","recommendation":"We recommend that you configure your server to use a trusted SSL certificate.","defaultSeverity":4,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.14.1.3"],"ISO2022Controls":["8.12"],"NISTControls":["PR.AC-5","PR.DS-2","PR.DS-5","PR.DS-6","PR.PT-4"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. These certificates provide a keypair, private and public, that is used to guarantee the encryption. Most certificates are issued from trusted authorities that are already allowed in most browsers. However, in certain circumstances, certificates can also be self-signed or issued by an untrusted authority.","RiskDetails":"Untrusted certificates will cause an error in most browsers, preventing them from accessing the site. This is to ensure that only trustworthy certificates are accepted. Untrusted certificates could come from anywhere, and do not necessarily provide any guarantee of security. In some cases, untrusted certificates may be used internally in combination with the installation of client side certificates, but internet facing services should almost always use certificates from trusted third party authorities to provide a smooth end user experience.","RecommendedRemediation":"Untrusted certificates should be replaced by valid certificates issued by trusted authorities. The untrusted certificate cannot be renewed. A new request must be generated by the affected system and submitted to the trusted authority. Intentional use of self-signed or untrusted certificates should be done with care to ensure both the accessibility and security of affected systems."},{"id":"ssl_version","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"SSL > Insecure Protocol Versions","value":"[none found]"}],"actual":[{"property":"SSL > Insecure Protocol Versions","value":"[none found]"}],"severity":3,"cloudscanCategory":"encryption","prevCloudscanCategory":"website_sec","title":"No insecure SSL/TLS versions available","description":"No insecure SSL/TLS versions are available for this site.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":null,"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. There are multiple versions of SSL and TLS that can be used. Although each version supersedes the last, many times the older protocols remain enabled for legacy support.","riskDetails":"All versions of SSL, and TLS versions below 1.2, are insecure. There are known vulnerabilities for these versions that can allow malicious actors to bypass encryption and access the data. Therefore, these versions of SSL and TLS are susceptible to man-in-the-middle (MITM) attacks, where a third party intercepts data between the client and server.","recommendedRemediation":"Only TLS 1.2 or higher should be allowed. All older versions should be disabled on the server to prevent malicious actors from trying to connect to these vulnerable protocols.","knownExploitedVulnCount":0,"checkID":"ssl_version","category":"ssl","controlCheckID":"IM.EN.SE.UQ","passTitle":"No insecure SSL/TLS versions available","passDescription":"No insecure SSL/TLS versions are available for this site.","passGroupDescription":"No insecure SSL/TLS versions are available for any site.","failTitle":"Insecure SSL/TLS versions available","failDescription":"Any version of the SSL protocol, and TLS prior to version 1.2, are now considered insecure. The server should disable support for these old protocols.","remediation":"Disable support for the SSL protocol and TLS prior to version 1.2.","issue":"Impacted websites are using an insecure SSL/TLS version. Any version of the SSL protocol, and TLS protocol prior to version 1.2 are now insecure. Websites should not use these protocols.","recommendation":"Disable support of the SSL protocol and TLS protocol prior to version 1.2. Doing so will ensure the integrity of communications between the website and its visitors.","defaultSeverity":3,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.14.1.3"],"ISO2022Controls":["8.12"],"NISTControls":["PR.AC-5","PR.DS-2","PR.DS-5","PR.DS-6","PR.PT-4"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. There are multiple versions of SSL and TLS that can be used. Although each version supersedes the last, many times the older protocols remain enabled for legacy support.","RiskDetails":"All versions of SSL, and TLS versions below 1.2, are insecure. There are known vulnerabilities for these versions that can allow malicious actors to bypass encryption and access the data. Therefore, these versions of SSL and TLS are susceptible to man-in-the-middle (MITM) attacks, where a third party intercepts data between the client and server.","RecommendedRemediation":"Only TLS 1.2 or higher should be allowed. All older versions should be disabled on the server to prevent malicious actors from trying to connect to these vulnerable protocols."},{"id":"ssl_chain_present","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"SSL > Chain","value":"[certificate chain present in server response]"}],"actual":[{"property":"SSL > Chain","value":"present"}],"severity":3,"cloudscanCategory":"encryption","prevCloudscanCategory":"website_sec","title":"SSL certificate chain present in server response","description":"A complete SSL certificate chain was presented by the server for this domain.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com:443","www.duendesoftware.com:443"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. These certificates provide a keypair, private and public, that is used to guarantee the encryption. Certificates belong to a “certificate chain” that provides validity at different levels. The Root certificate validates the issuer of the certificate, ensuring it actually came from that authority. There may also be intermediate certificates, depending on the structure and hierarchy of the issuer. Intermediate certificates provide an extra layer of security for the issuer to ensure the root keys are not compromised.","riskDetails":"Every certificate in the chain must be valid for the end certificate to be valid. Even if the end certificate is valid in itself, a missing root or intermediate certificate in the chain will invalidate the entire set. This is because the chain functions as a whole, with the validity of the end certificate being guaranteed by the validity of the issuer. Most browsers will encounter error messages when accessing websites with missing certificate chains, making them inaccessible to most users.","recommendedRemediation":"Servers should be configured to return the entire certificate chain. This problem often occurs when intermediate certificates need to be installed on the server in addition to the end certificate. This prevents gaps between the end certificate and the root authority. Ensure all necessary certificates in the chain are available on the system. Once they are, browsers will be able to access the system as normal. Certificates should be monitored or audited to ensure there are no chain gaps that could interrupt service.","knownExploitedVulnCount":0,"checkID":"ssl_chain_present","category":"ssl","controlCheckID":"IM.EN.TC.XG","passTitle":"SSL certificate chain present in server response","passDescription":"A complete SSL certificate chain was presented by the server for this domain.","passGroupDescription":"All server responses contained a complete SSL certificate chain.","failTitle":"SSL certificate chain missing from server response","failDescription":"There is an invalid or missing intermediate certificate. This can cause some browsers to break the padlock. An intermediate/chain certificate may need to be installed to link it to a trusted root certificate.","remediation":"Configure the server to include the certificate chain in the responses.","issue":"Server responses do not include the full certificate chain. When the certificate chain is missing, web browsers will issue a security warning that often results in visitors leaving the website.","recommendation":"We recommend that you configure your server to return the full SSL certificate chain.","defaultSeverity":3,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.14.1.3"],"ISO2022Controls":["8.12"],"NISTControls":["PR.AC-5","PR.DS-2","PR.DS-5","PR.DS-6","PR.PT-4"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. These certificates provide a keypair, private and public, that is used to guarantee the encryption. Certificates belong to a “certificate chain” that provides validity at different levels. The Root certificate validates the issuer of the certificate, ensuring it actually came from that authority. There may also be intermediate certificates, depending on the structure and hierarchy of the issuer. Intermediate certificates provide an extra layer of security for the issuer to ensure the root keys are not compromised.","RiskDetails":"Every certificate in the chain must be valid for the end certificate to be valid. Even if the end certificate is valid in itself, a missing root or intermediate certificate in the chain will invalidate the entire set. This is because the chain functions as a whole, with the validity of the end certificate being guaranteed by the validity of the issuer. Most browsers will encounter error messages when accessing websites with missing certificate chains, making them inaccessible to most users.","RecommendedRemediation":"Servers should be configured to return the entire certificate chain. This problem often occurs when intermediate certificates need to be installed on the server in addition to the end certificate. This prevents gaps between the end certificate and the root authority. Ensure all necessary certificates in the chain are available on the system. Once they are, browsers will be able to access the system as normal. Certificates should be monitored or audited to ensure there are no chain gaps that could interrupt service."},{"id":"ssl_expiry_chain","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"SSL > Chain","value":"[does not expire within 20 days]"}],"actual":[{"property":"SSL > Chain","value":"[none found]"}],"severity":3,"cloudscanCategory":"encryption","prevCloudscanCategory":"website_sec","title":"SSL chain certificates do not expire within 20 days","description":"SSL intermediate and root certificates do not expire within 20 days.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com:443","www.duendesoftware.com:443"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. These certificates provide a keypair, private and public, that is used to guarantee the encryption. Certificates belong to a “certificate chain” that provides validity at different levels. The Root certificate validates the issuer of the certificate, ensuring it actually came from that authority. There may also be intermediate certificates, depending on the structure and hierarchy of the issuer. Intermediate certificates provide an extra layer of security for the issuer to ensure the root keys are not compromised.","riskDetails":"A certificate in the chain will become invalid if its validity period expires. Every certificate in the chain must be valid for the end certificate to be valid. Even if the end certificate is valid in itself, an invalid root or intermediate certificate in the chain will invalidate the entire set. This is because the chain functions as a whole, with the validity of the end certificate being guaranteed by the validity of the issuer. Most browsers will not open websites with invalid certificate chains, making them inaccessible to most users.","recommendedRemediation":"Certificates with links in the chain that are about to expire must be reissued from a valid authority and replaced on the server. Certificate status should be monitored or regularly reviewed to ensure the validity status of the certificate chain.","knownExploitedVulnCount":0,"checkID":"ssl_expiry_chain","category":"ssl","controlCheckID":"IM.EN.DT.VG","passTitle":"SSL chain certificates do not expire within 20 days","passDescription":"SSL intermediate and root certificates do not expire within 20 days.","passGroupDescription":"All certificates in the SSL chain do not expire within 20 days.","failTitle":"SSL chain certificate expires within 20 days","failDescription":"An intermediate or root certificate expires within 20 days. When certificates expire they become invalid, and will no longer be able to run secure transactions.","remediation":"Renew SSL certificates.","issue":"Impacted domains have SSL intermediate or root certificates which are set to expire within 20 days. When certificates expire they become invalid, and will no longer be able to run secure transactions.","recommendation":"We recommend that you renew impacted SSL certificates prior to their expiry to avoid unencrypted communications. This helps keep your customers shape by ensuring adequate encryption.","defaultSeverity":3,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.14.1.3"],"ISO2022Controls":["8.12"],"NISTControls":["PR.AC-5","PR.DS-2","PR.DS-5","PR.DS-6","PR.PT-4"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. These certificates provide a keypair, private and public, that is used to guarantee the encryption. Certificates belong to a “certificate chain” that provides validity at different levels. The Root certificate validates the issuer of the certificate, ensuring it actually came from that authority. There may also be intermediate certificates, depending on the structure and hierarchy of the issuer. Intermediate certificates provide an extra layer of security for the issuer to ensure the root keys are not compromised.","RiskDetails":"A certificate in the chain will become invalid if its validity period expires. Every certificate in the chain must be valid for the end certificate to be valid. Even if the end certificate is valid in itself, an invalid root or intermediate certificate in the chain will invalidate the entire set. This is because the chain functions as a whole, with the validity of the end certificate being guaranteed by the validity of the issuer. Most browsers will not open websites with invalid certificate chains, making them inaccessible to most users.","RecommendedRemediation":"Certificates with links in the chain that are about to expire must be reissued from a valid authority and replaced on the server. Certificate status should be monitored or regularly reviewed to ensure the validity status of the certificate chain."},{"id":"ssl_expiry_long","pass":true,"meta":"197, 90","vendorOnly":false,"expected":[{"property":"SSL > Expires","value":"[expiration period shorter than 398 days]"}],"actual":[{"property":"SSL > Expires","value":"197, 90"}],"severity":3,"cloudscanCategory":"encryption","prevCloudscanCategory":"website_sec","title":"SSL expiration period shorter than 398 days","description":"The SSL certificate presented by the server has an expiration period shorter than 398 days.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com:443","www.duendesoftware.com:443"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. These certificates provide a keypair, private and public, that is used to guarantee the encryption. SSL/TLS uses the HTTPS protocol, so all client connections must be rerouted from HTTP to HTTPS when necessary. Certificates expire after a set period of time and must be renewed to keep SSL/TLS active.","riskDetails":"As of September 1 2020, the maximum supported validity duration for SSL/TLS certificates was reduced to 398 days. Certificates with durations greater than this are considered invalid by many browsers and will not allow communication with sites that have them. Furthermore, shorter renewal periods offer the best chance to continuously use the latest and most secure encryption. Certificates with very long validity durations may become suspect to attack if vulnerabilities are eventually found in the algorithm.","recommendedRemediation":"Certificates with validity durations longer than 398 days should be replaced with valid certificates within the 398 day limit. All new and renewed certificates should follow this limit as well, with a process expectation of roughly a yearly cycle for all certificates.","knownExploitedVulnCount":0,"checkID":"ssl_expiry_long","category":"ssl","controlCheckID":"IM.EN.DT.AA","passTitle":"SSL expiration period shorter than 398 days","passDescription":"The SSL certificate presented by the server has an expiration period shorter than 398 days.","passGroupDescription":"All SSL certificates expiration periods are shorter than 398 days.","failTitle":"SSL expiration period longer than 398 days","failDescription":"Certificates issued on or after September 1, 2020 must not have a validity period greater than 398 days. The certificate will need to be reissued with a maximum validity of 397 days.","remediation":"Re-issue SSL certificates.","issue":"Impacted domains have SSL certificates which have expiration periods longer than 398 days. Browsers enforce a maximum certificate expiration of 398 days.","recommendation":"We recommend that you re-issue impacted SSL certificates.","defaultSeverity":3,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.14.1.3"],"ISO2022Controls":["8.12"],"NISTControls":["PR.AC-5","PR.DS-2","PR.DS-5","PR.DS-6","PR.PT-4"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. These certificates provide a keypair, private and public, that is used to guarantee the encryption. SSL/TLS uses the HTTPS protocol, so all client connections must be rerouted from HTTP to HTTPS when necessary. Certificates expire after a set period of time and must be renewed to keep SSL/TLS active.","RiskDetails":"As of September 1 2020, the maximum supported validity duration for SSL/TLS certificates was reduced to 398 days. Certificates with durations greater than this are considered invalid by many browsers and will not allow communication with sites that have them. Furthermore, shorter renewal periods offer the best chance to continuously use the latest and most secure encryption. Certificates with very long validity durations may become suspect to attack if vulnerabilities are eventually found in the algorithm.","RecommendedRemediation":"Certificates with validity durations longer than 398 days should be replaced with valid certificates within the 398 day limit. All new and renewed certificates should follow this limit as well, with a process expectation of roughly a yearly cycle for all certificates."},{"id":"ssl_expires_soon","pass":true,"meta":"2026-09-25 23:59:59 UTC, 2026-05-20 00:40:57 UTC","vendorOnly":false,"expected":[{"property":"SSL > Expires","value":"[has more than 20% of its valid period remaining]"}],"actual":[{"property":"SSL > Expires","value":"2026-09-25 23:59:59 UTC, 2026-05-20 00:40:57 UTC"}],"severity":3,"cloudscanCategory":"encryption","prevCloudscanCategory":"website_sec","title":"SSL has more than 20% of its valid period remaining","description":"SSL certificate does not expire in less than 20% of its total valid period.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com:443","www.duendesoftware.com:443"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. These certificates provide a keypair, private and public, that is used to guarantee the encryption. SSL/TLS uses the HTTPS protocol, so all client connections must be rerouted from HTTP to HTTPS when necessary. Certificates expire after a set period of time and must be renewed to keep SSL/TLS active.","riskDetails":"Allowing certificates to expire can affect both security and functionality. An invalid certificate cannot provide proper protection against man-in-the-middle (MITM) attacks, undermining the point of SSL/TLS entirely. Furthermore, most browsers will not allow users to go to sites with expired certificates. If a certificate expires on an important service or system it may render it virtually unreachable until the certificate is renewed.","recommendedRemediation":"A process should be in place to track certificate expiry across all systems and renew them before they expire. Renewed certificates should have a strong encryption algorithm and specify the name of the system they are for. Certificates should be valid for no longer than 398 days, as many browsers will no longer accept validity durations beyond this limit.","knownExploitedVulnCount":0,"checkID":"ssl_expires_soon","category":"ssl","controlCheckID":"IM.EN.DT.XH","passTitle":"SSL has more than 20% of its valid period remaining","passDescription":"SSL certificate does not expire in less than 20% of its total valid period.","passGroupDescription":"No SSL certificates expire in less than 20% of their total valid period.","failTitle":"SSL expires in less than 20% of its total valid period","failDescription":"SSL certificate has less than 20% of its total valid period remaining. The certificate will need to be renewed to avoid expiry.","remediation":"Renew SSL certificates.","issue":"Impacted domains have SSL certificates which have less than 20% of their total valid period remaining. When certificates expire they become invalid, and will no longer be able to run secure transactions.","recommendation":"We recommend that you renew impacted SSL certificates prior to their expiry to avoid unencrypted communications. This helps keep your customers shape by ensuring adequate encryption.","defaultSeverity":3,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.14.1.3"],"ISO2022Controls":["8.12"],"NISTControls":["PR.AC-5","PR.DS-2","PR.DS-5","PR.DS-6","PR.PT-4"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. These certificates provide a keypair, private and public, that is used to guarantee the encryption. SSL/TLS uses the HTTPS protocol, so all client connections must be rerouted from HTTP to HTTPS when necessary. Certificates expire after a set period of time and must be renewed to keep SSL/TLS active.","RiskDetails":"Allowing certificates to expire can affect both security and functionality. An invalid certificate cannot provide proper protection against man-in-the-middle (MITM) attacks, undermining the point of SSL/TLS entirely. Furthermore, most browsers will not allow users to go to sites with expired certificates. If a certificate expires on an important service or system it may render it virtually unreachable until the certificate is renewed.","RecommendedRemediation":"A process should be in place to track certificate expiry across all systems and renew them before they expire. Renewed certificates should have a strong encryption algorithm and specify the name of the system they are for. Certificates should be valid for no longer than 398 days, as many browsers will no longer accept validity durations beyond this limit."},{"id":"ssl_strength","pass":true,"meta":"SHA256-RSA, ECDSA-SHA384","vendorOnly":false,"expected":[{"property":"SSL > Algorithm","value":"[at least 'sha256']"}],"actual":[{"property":"SSL > Algorithm","value":"SHA256-RSA, ECDSA-SHA384"}],"severity":3,"cloudscanCategory":"encryption","prevCloudscanCategory":"website_sec","title":"Strong SSL algorithm","description":"Industry standard SHA-256 encryption in use.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com:443","www.duendesoftware.com:443"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. These certificates provide a keypair, private and public, that is used to guarantee the encryption. Every certificate utilizes an encryption algorithm to scramble the encrypted data and make it unreadable. These algorithms are designed to be extremely difficult to reverse engineer, giving the best protection. Better algorithms are incorporated as they come about and certificates are constantly adapting to more secure standards.","riskDetails":"Although encryption algorithms are designed to be difficult to break, they are occasionally broken. When an algorithm has been successfully reverse engineered, it is no longer considered secure, as third parties may be able to access the encrypted data with an imposter key. Even when an algorithm hasn’t been breached, new algorithms may provide increased protection and are thus preferable over maintaining older algorithms. Most browsers have a changing list of approved encryption algorithms. If an algorithm is not approved, the browser will not be able to access that site.","recommendedRemediation":"Certificates with weak SSL algorithms should be replaced with new valid certificates from a trusted authority. When requesting the certificate, you will be able to specify stronger encryption algorithms from the issuer. Because algorithms are always changing, it is important to consistently renew certificates about every year and always use the most secure algorithm available at the time of renewal.","knownExploitedVulnCount":0,"checkID":"ssl_strength","category":"ssl","controlCheckID":"IM.EN.SE.PA","passTitle":"Strong SSL algorithm","passDescription":"Industry standard SHA-256 encryption in use.","passGroupDescription":"Industry standard encryption in use.","failTitle":"Weak SSL algorithm","failDescription":"Industry standard SHA-256 encryption is not in use. The SSL certificate should be migrated to a SHA-256 certificate.","remediation":"Upgrade to at least SHA-256 encryption for SSL certificates.","issue":"The impacted domains are using a weak SSL-cipher. It’s important to only use strong ciphers on websites to ensure secure communications with visitors. Otherwise, attackers may be able to decrypt SSL traffic between the server and visitors.","recommendation":"Migrate to an SSL certificate that uses the industry standard, SHA-256 encryption. SHA-256 provides stronger encryption and has replaced SHA-1 as the defacto standard for encryption on the web.","defaultSeverity":3,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.14.1.3"],"ISO2022Controls":["8.12"],"NISTControls":["PR.AC-5","PR.DS-2","PR.DS-5","PR.DS-6","PR.PT-4"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. These certificates provide a keypair, private and public, that is used to guarantee the encryption. Every certificate utilizes an encryption algorithm to scramble the encrypted data and make it unreadable. These algorithms are designed to be extremely difficult to reverse engineer, giving the best protection. Better algorithms are incorporated as they come about and certificates are constantly adapting to more secure standards.","RiskDetails":"Although encryption algorithms are designed to be difficult to break, they are occasionally broken. When an algorithm has been successfully reverse engineered, it is no longer considered secure, as third parties may be able to access the encrypted data with an imposter key. Even when an algorithm hasn’t been breached, new algorithms may provide increased protection and are thus preferable over maintaining older algorithms. Most browsers have a changing list of approved encryption algorithms. If an algorithm is not approved, the browser will not be able to access that site.","RecommendedRemediation":"Certificates with weak SSL algorithms should be replaced with new valid certificates from a trusted authority. When requesting the certificate, you will be able to specify stronger encryption algorithms from the issuer. Because algorithms are always changing, it is important to consistently renew certificates about every year and always use the most secure algorithm available at the time of renewal."},{"id":"http_strict_transport_security_include_subdomains","pass":true,"meta":"max-age=2592000; includeSubDomains","vendorOnly":false,"expected":[{"property":"Headers > strict-transport-security","value":"max-age=[anything]; includeSubDomains; ..."}],"actual":[{"property":"Headers > strict-transport-security","value":"max-age=2592000; includeSubDomains"}],"severity":2,"cloudscanCategory":"encryption","prevCloudscanCategory":"website_sec","title":"HSTS header contains includeSubDomains","description":"The HTTP Strict Transport Security (HSTS) header contains the includeSubDomains directive.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com:443"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. These certificates provide a keypair, private and public, that is used to guarantee the encryption. SSL/TLS uses the HTTPS protocol, so all client connections must be rerouted from HTTP to HTTPS when necessary. HTTP Strict Transport Security (HSTS) ensures that no HTTP connections will be allowed from the server. This forces the use of HTTPS, which maintains encryption at all times. The IncludeSubDomains directive enforces HSTS across subdomains as well.","riskDetails":"If the IncludeSubDomains directive is not specified, subdomains will not be forced to HTTPS. This means the root domain will be secured, but resources located in subdomains will be able to establish unencrypted HTTP connections. This can open the door for unexpected and unseen circumstances where a client passes sensitive information in plain text, leaving it vulnerable to man-in-the-middle (MITM) attacks.","recommendedRemediation":"Update the Strict-Transport-Security header on the system to contain the IncludeSubDomains parameter. Web services may need to be restarted for the change to take effect. Processes should be established to monitor or audit the status of HSTS on all internet-facing systems to ensure HSTS is present and properly configured.","knownExploitedVulnCount":0,"checkID":"http_strict_transport_security_include_subdomains","category":"ssl","controlCheckID":"IM.EN.ET.UQ","passTitle":"HSTS header contains includeSubDomains","passDescription":"The HTTP Strict Transport Security (HSTS) header contains the includeSubDomains directive.","passGroupDescription":"All sites have the includeSubDomains directive set in their HSTS header.","failTitle":"HSTS header does not contain includeSubDomains","failDescription":"The HTTP Strict Transport Security (HSTS) header does not contain the includeSubDomains directive. This directive instructs the browser to also enforce the HSTS policy over subdomains of this domain.","remediation":"Set the includeSubdomains directive in the Strict-Transport-Security header.","issue":"The HTTP Strict Transport Security (HSTS) header on identified websites does not contain the includeSubDomains directive. Without this directive, the browser won’t enforce the HSTS policy over subdomains.","recommendation":"Include the includeSubDomains directive. This ensures the HSTS policy is applied to the website and all subdomains, preventing them from accepting connections through HTTP.","defaultSeverity":2,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.13.1.1"],"ISO2022Controls":["8.9"],"NISTControls":["PR.AC-5"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. These certificates provide a keypair, private and public, that is used to guarantee the encryption. SSL/TLS uses the HTTPS protocol, so all client connections must be rerouted from HTTP to HTTPS when necessary. HTTP Strict Transport Security (HSTS) ensures that no HTTP connections will be allowed from the server. This forces the use of HTTPS, which maintains encryption at all times. The IncludeSubDomains directive enforces HSTS across subdomains as well.","RiskDetails":"If the IncludeSubDomains directive is not specified, subdomains will not be forced to HTTPS. This means the root domain will be secured, but resources located in subdomains will be able to establish unencrypted HTTP connections. This can open the door for unexpected and unseen circumstances where a client passes sensitive information in plain text, leaving it vulnerable to man-in-the-middle (MITM) attacks.","RecommendedRemediation":"Update the Strict-Transport-Security header on the system to contain the IncludeSubDomains parameter. Web services may need to be restarted for the change to take effect. Processes should be established to monitor or audit the status of HSTS on all internet-facing systems to ensure HSTS is present and properly configured."},{"id":"ssl_certificate_length","pass":true,"meta":"2048-bit RSA, 384-bit ECDSA","vendorOnly":false,"expected":[{"property":"SSL > Public Certificate Key Length","value":"[RSA >= 2048 or ECDSA >= 224]"}],"actual":[{"property":"SSL > Public Certificate Key Length","value":"2048-bit RSA, 384-bit ECDSA"}],"severity":2,"cloudscanCategory":"encryption","prevCloudscanCategory":"website_sec","title":"Strong public certificate key length","description":"The site's public certificate provides at least 112 bits of security strength.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com:443","www.duendesoftware.com:443"],"none":false,"noneReason":null,"prevProvisionalID":"ssl_certificate_length_provisional","summary":"The key length in an SSL certificate is a critical factor in determining the strength of the encryption used to secure communications between a user's browser and a website. Keys that are too short are not long enough to provide adequate security.","riskDetails":"A weak key length, such as 1024 bits or shorter, is vulnerable to brute-force attacks, where attackers use computational power to try every possible key until they find the correct one. Advances in computing power have made it possible to break shorter keys within a feasible amount of time.","recommendedRemediation":"If a certificate is found to have a weak public key length, it should be reissued with a stronger key. This involves generating a new key pair with a recommended key length (2048 bits or higher for RSA) and obtaining a new certificate from a trusted Certificate Authority.","knownExploitedVulnCount":0,"checkID":"ssl_certificate_length","category":"ssl","controlCheckID":"IM.EN.SE.ZW","passTitle":"Strong public certificate key length","passDescription":"The site's public certificate provides at least 112 bits of security strength.","passGroupDescription":"All public certificates provide at least 112 bits of security strength.","failTitle":"Weak public certificate key length","failDescription":"Public key algorithms and key sizes offering less than 112 bits of security strength are no longer considered secure. Public RSA keys should be at least 2048-bit and ECDSA keys should be at least 224-bit.","remediation":"Ensure public RSA keys are at least 2048-bit, and ECDSA keys are at least 224-bit.","issue":"The impacted domains are using weak public certificates, making them more vulnerable to man-in-the-middle attacks.","recommendation":"Migrate to an RSA certificate of at least 2048-bits or an ECDSA certificate  of at least 224-bits.","defaultSeverity":2,"categoryTotalCost":2,"overrideContext":null,"Deprecated":false,"ISOControls":["A.14.1.3"],"ISO2022Controls":["8.12"],"NISTControls":["PR.AC-5","PR.DS-2","PR.DS-5","PR.DS-6","PR.PT-4"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"The key length in an SSL certificate is a critical factor in determining the strength of the encryption used to secure communications between a user's browser and a website. Keys that are too short are not long enough to provide adequate security.","RiskDetails":"A weak key length, such as 1024 bits or shorter, is vulnerable to brute-force attacks, where attackers use computational power to try every possible key until they find the correct one. Advances in computing power have made it possible to break shorter keys within a feasible amount of time.","RecommendedRemediation":"If a certificate is found to have a weak public key length, it should be reissued with a stronger key. This involves generating a new key pair with a recommended key length (2048 bits or higher for RSA) and obtaining a new certificate from a trusted Certificate Authority."}],"dns":[{"id":"dangling_mx_record","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"Unregistered MX Domains","value":"[none]"}],"actual":[{"property":"Unregistered MX Domains","value":"[none]"}],"severity":4,"cloudscanCategory":"dns","prevCloudscanCategory":"email_sec","title":"No unregistered MX records detected","description":"No unregistered MX records that could lead to receiving mail on behalf of the target organization were detected.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"The address specified as the mailbox in the MX record for this domain is unregistered, allowing an attacker to register that domain and gain control of this domain's mailbox.","riskDetails":"A mail exchange or MX record is a DNS record that indicates the address of the mail server that should receive mail for a domain. If ownership of that domain lapses, attackers may be able to gain control of the specified domain, and thereby gain control of its mailbox.","recommendedRemediation":"Removing the DNS record that links your subdomain to the third domain or IP address will resolve the ability of attackers to hijack the domain. Modifying these records can typically be done by logging into your domain registrar and deleting the appropriate line. If necessary, you can contact the third party service provider and attempt to regain control of the account used for the takeover.","knownExploitedVulnCount":0,"checkID":"dangling_mx_record","category":"dns","controlCheckID":"IM.DS.PM.PA","passTitle":"No unregistered MX records detected","passDescription":"No unregistered MX records that could lead to receiving mail on behalf of the target organization were detected.","passGroupDescription":"No applicable sites had unregistered domains in their MX records.","failTitle":"MX record with unregistered domain detected","failDescription":"This domain contains DNS MX records that point to an expired or unregistered domain. A bad actor could register the domain and receive mail on behalf of the target organization.","remediation":"Review the DNS records and remove all expired and unregistered MX records.","issue":"This domain contains DNS MX records that point to an expired or unregistered domain. A bad actor could register the domain and receive mail on behalf of the target organization.","recommendation":"Review the DNS records and remove all expired and unregistered MX records.","defaultSeverity":4,"categoryTotalCost":8,"overrideContext":null,"Deprecated":false,"ISOControls":null,"ISO2022Controls":null,"NISTControls":null,"ExcludeFromHardcodedPassedRisks":false,"Summary":"The address specified as the mailbox in the MX record for this domain is unregistered, allowing an attacker to register that domain and gain control of this domain's mailbox.","RiskDetails":"A mail exchange or MX record is a DNS record that indicates the address of the mail server that should receive mail for a domain. If ownership of that domain lapses, attackers may be able to gain control of the specified domain, and thereby gain control of its mailbox.","RecommendedRemediation":"Removing the DNS record that links your subdomain to the third domain or IP address will resolve the ability of attackers to hijack the domain. Modifying these records can typically be done by logging into your domain registrar and deleting the appropriate line. If necessary, you can contact the third party service provider and attempt to regain control of the account used for the takeover."},{"id":"domain_expired","pass":true,"meta":"2026-07-05T15:13:31.000Z","vendorOnly":false,"expected":[{"property":"Domain > Expired","value":"[has not expired]"}],"actual":[{"property":"Domain > Expired","value":"2026-07-05T15:13:31.000Z"}],"severity":4,"cloudscanCategory":"dns","prevCloudscanCategory":"brand_protect","title":"Domain has not expired","description":"Domain has not expired.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Domains must be renewed within specified intervals to maintain ownership of the name. The minimum interval is 1 year and the maximum interval is 10 years. If a domain is not renewed within the appropriate interval, the domain name becomes “expired.” There is a 30 day grace period where the domain owner can still renew the expired domain name. After that, the domain can be purchased by a third party.","riskDetails":"This domain is expired. An expired domain is no longer functional. Any services relying on the expired domain will become unavailable. In addition to the loss of functionality, expired domains can be snapped up quickly by third parties and used to drive traffic to malicious and fraudulent websites.","recommendedRemediation":"The domain should be renewed as soon as possible with the registrar. Domains can be configured with auto-renewal to ensure that they are renewed before the expiration date.","knownExploitedVulnCount":0,"checkID":"domain_expired","category":"domain","controlCheckID":"IM.DS.DO.UQ","passTitle":"Domain has not expired","passDescription":"Domain has not expired.","passGroupDescription":"No domains have expired.","failTitle":"Domain expired","failDescription":"The domain has expired, meaning anyone can purchase this domain. You should renew your domain registration immediately.","remediation":"Renew domain registration.","issue":"Some domains have expired. This means anyone with a credit card can go to a domain name registrar and buy them, resulting in loss of control.","recommendation":"If the identified domain is important, register it at a domain name registrar. For important domains, we recommend setting up auto-renewal to prevent domain expiration. This can be done at the domain’s registrar.","defaultSeverity":4,"categoryTotalCost":10,"overrideContext":null,"Deprecated":false,"ISOControls":["A.14.1.2"],"ISO2022Controls":["8.9"],"NISTControls":["PR.AC-5","PR.DS-2","PR.DS-5","PR.DS-6"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Domains must be renewed within specified intervals to maintain ownership of the name. The minimum interval is 1 year and the maximum interval is 10 years. If a domain is not renewed within the appropriate interval, the domain name becomes “expired.” There is a 30 day grace period where the domain owner can still renew the expired domain name. After that, the domain can be purchased by a third party.","RiskDetails":"This domain is expired. An expired domain is no longer functional. Any services relying on the expired domain will become unavailable. In addition to the loss of functionality, expired domains can be snapped up quickly by third parties and used to drive traffic to malicious and fraudulent websites.","RecommendedRemediation":"The domain should be renewed as soon as possible with the registrar. Domains can be configured with auto-renewal to ensure that they are renewed before the expiration date."},{"id":"subdomain_takeover","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"Subdomain Takeover","value":"[not vulnerable]"}],"actual":[{"property":"Subdomain Takeover","value":"[not vulnerable]"}],"severity":4,"cloudscanCategory":"dns","prevCloudscanCategory":"brand_protect","title":"No subdomain takeover vulnerability detected","description":"No dangling DNS records that could lead to subdomain takeover were detected.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com:443","www.duendesoftware.com:9100"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"When subdomains use CNAMEs in their DNS records to point to third party services, the third party addresses can become abandoned and available for registration by attackers. If an attacker registers that third party address and the subdomain continues to point to it, the attacker now controls the content of the subdomain.","riskDetails":"If an attacker registers the address used in the subdomain's CNAME, the attacker can use the subdomain for a number of attack methods. They may be able to control content on the page and use it as a phishing page. If other domains or applications route traffic through this page, they could collect any data (including credentials) sent to it. If other sites load script content from this subdomain, the attacker could inject malicious content.","recommendedRemediation":"Removing the DNS record that links your subdomain to the third domain or IP address will resolve the ability of attackers to hijack the domain. Modifying these records can typically be done by logging into your domain registrar and deleting the appropriate line. If necessary, you can contact the third party service provider and attempt to regain control of the account used for the takeover.","knownExploitedVulnCount":0,"checkID":"subdomain_takeover","category":"domain","controlCheckID":"IM.DS.DA.UQ","passTitle":"No subdomain takeover vulnerability detected","passDescription":"No dangling DNS records that could lead to subdomain takeover were detected.","passGroupDescription":"No applicable sites show vulnerability to subdomain takeover.","failTitle":"Subdomain takeover vulnerability detected","failDescription":"This domain contains a DNS record that points to an unclaimed or decommissioned service. A bad actor could register the service and control the content distributed on the domain.","remediation":"Review the page and remove any dangling DNS records.","issue":"This domain contains a DNS record that points to an unclaimed or decommissioned service. A bad actor could register the service and control the content distributed on the domain.","recommendation":"Review the page and remove any dangling DNS records.","defaultSeverity":4,"categoryTotalCost":8,"overrideContext":null,"Deprecated":false,"ISOControls":["A.13.1.1"],"ISO2022Controls":["8.20"],"NISTControls":["PR.AC-5"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"When subdomains use CNAMEs in their DNS records to point to third party services, the third party addresses can become abandoned and available for registration by attackers. If an attacker registers that third party address and the subdomain continues to point to it, the attacker now controls the content of the subdomain.","RiskDetails":"If an attacker registers the address used in the subdomain's CNAME, the attacker can use the subdomain for a number of attack methods. They may be able to control content on the page and use it as a phishing page. If other domains or applications route traffic through this page, they could collect any data (including credentials) sent to it. If other sites load script content from this subdomain, the attacker could inject malicious content.","RecommendedRemediation":"Removing the DNS record that links your subdomain to the third domain or IP address will resolve the ability of attackers to hijack the domain. Modifying these records can typically be done by logging into your domain registrar and deleting the appropriate line. If necessary, you can contact the third party service provider and attempt to regain control of the account used for the takeover."},{"id":"domain_expiry","pass":true,"meta":"2026-07-05T15:13:31.000Z","vendorOnly":false,"expected":[{"property":"Domain > Expires On","value":"[does not expire in next 30 days]"}],"actual":[{"property":"Domain > Expires On","value":"2026-07-05T15:13:31.000Z"}],"severity":3,"cloudscanCategory":"dns","prevCloudscanCategory":"brand_protect","title":"Domain does not expire soon","description":"Domain does not expire within 30 days.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Domains must be renewed within specified intervals to maintain ownership of the name. The minimum interval is 1 year and the maximum interval is 10 years. If a domain is not renewed within the appropriate interval, the domain name becomes “expired.” There is a 30 day grace period where the domain owner can still renew the expired domain name. After that, the domain can be purchased by a third party.","riskDetails":"This domain is going to expire soon. An expired domain is no longer functional. Any services relying on the expired domain will become unavailable. In addition to the loss of functionality, expired domains can be snapped up quickly by third parties and used to drive traffic to malicious and fraudulent websites.","recommendedRemediation":"The domain should be renewed as soon as possible with the registrar. Domains can be configured with auto-renewal to ensure that they are renewed before the expiration date.","knownExploitedVulnCount":0,"checkID":"domain_expiry","category":"domain","controlCheckID":"IM.DS.DO.PA","passTitle":"Domain does not expire soon","passDescription":"Domain does not expire within 30 days.","passGroupDescription":"No domains detected to expire within 30 days.","failTitle":"Domain expires soon","failDescription":"The domain expires soon, and anyone may be able to purchase  it when it expires. You should renew your domain registration ASAP.","remediation":"Renew domain registration.","issue":"We've identified domains which are set to expire soon. When a domain expires, it may become available for purchase for anyone with a credit card on popular domain name registrars.","recommendation":"Renew the identified domains registration as soon as possible. For important domains, we recommend setting up auto-renewal to prevent domain expiration. This can be done at the domain’s registrar.","defaultSeverity":3,"categoryTotalCost":1,"overrideContext":null,"Deprecated":false,"ISOControls":["A.14.1.2"],"ISO2022Controls":["8.9"],"NISTControls":["PR.AC-5","PR.DS-2","PR.DS-5","PR.DS-6"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Domains must be renewed within specified intervals to maintain ownership of the name. The minimum interval is 1 year and the maximum interval is 10 years. If a domain is not renewed within the appropriate interval, the domain name becomes “expired.” There is a 30 day grace period where the domain owner can still renew the expired domain name. After that, the domain can be purchased by a third party.","RiskDetails":"This domain is going to expire soon. An expired domain is no longer functional. Any services relying on the expired domain will become unavailable. In addition to the loss of functionality, expired domains can be snapped up quickly by third parties and used to drive traffic to malicious and fraudulent websites.","RecommendedRemediation":"The domain should be renewed as soon as possible with the registrar. Domains can be configured with auto-renewal to ensure that they are renewed before the expiration date."},{"id":"domain_not_resolvable","pass":true,"meta":"inactive: not set","vendorOnly":false,"expected":[{"property":"Domain > Not Resolvable","value":"inactive: not set"}],"actual":[{"property":"Domain > Not Resolvable","value":"inactive: not set"}],"severity":2,"cloudscanCategory":"dns","prevCloudscanCategory":"brand_protect","title":"Domain not flagged as inactive","description":"Domain is not flagged as inactive.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Registered domains can have domain name status codes (EPP codes) that describe certain attributes of the domain. The domain status code of Inactive indicates that a domain does not have name servers associated with it.","riskDetails":"Domains that are marked as inactive do not resolve on the internet. Services relying on them will be unavailable until the status is removed.","recommendedRemediation":"Name servers should be associated with the inactive domain(s). The specific process for doing this depends on your DNS service, but nameserver (NS) records must be created in the domain that point to the IP addresses of your name servers.","knownExploitedVulnCount":0,"checkID":"domain_not_resolvable","category":"domain","controlCheckID":"IM.DS.DO.VG","passTitle":"Domain not flagged as inactive","passDescription":"Domain is not flagged as inactive.","passGroupDescription":"No domains are flagged as inactive.","failTitle":"Domain flagged as inactive","failDescription":"Domain is flagged as inactive, meaning it does not resolve to an address via name servers.","remediation":"Ensure domain is not flagged as inactive.","issue":"Some domains have been flagged as inactive because they do not have name servers associated with them. This means the domain name will not resolve on the Internet and potential visitors will not be able to connect.","recommendation":"Associate name servers with the domain to ensure they resolve on the Internet. This will also remove the inactive status of the domain.","defaultSeverity":2,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.14.1.2"],"ISO2022Controls":["8.9"],"NISTControls":["PR.AC-5","PR.DS-2","PR.DS-5","PR.DS-6"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Registered domains can have domain name status codes (EPP codes) that describe certain attributes of the domain. The domain status code of Inactive indicates that a domain does not have name servers associated with it.","RiskDetails":"Domains that are marked as inactive do not resolve on the internet. Services relying on them will be unavailable until the status is removed.","RecommendedRemediation":"Name servers should be associated with the inactive domain(s). The specific process for doing this depends on your DNS service, but nameserver (NS) records must be created in the domain that point to the IP addresses of your name servers."},{"id":"domain_pending_deletion","pass":true,"meta":"pendingDelete: not set","vendorOnly":false,"expected":[{"property":"Domain > Pending Deletion","value":"pendingDelete: not set"}],"actual":[{"property":"Domain > Pending Deletion","value":"pendingDelete: not set"}],"severity":2,"cloudscanCategory":"dns","prevCloudscanCategory":"brand_protect","title":"Domain not pending deletion","description":"Domain is not pending deletion with the registrar.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Registered domains can have domain name status codes (EPP codes) that describe certain attributes of the domain. The domain status code of pendingDelete (if not combined with redemptionPeriod or pendingRestore) means that the redemption period for the domain has expired and the domain will become available for public purchase within 5 business days.","riskDetails":"Domains that are marked as pendingDelete will be removed from the registry and put back on the market within a few days. If this happens, the domain can be quickly purchased by a malicious actor and used to route traffic to fraudulent sources.","recommendedRemediation":"To keep this domain name, the registrar must be contacted as soon as possible to see what options are available. If the domain goes back on the market it should be registered again quickly.","knownExploitedVulnCount":0,"checkID":"domain_pending_deletion","category":"domain","controlCheckID":"IM.DS.DO.DQ","passTitle":"Domain not pending deletion","passDescription":"Domain is not pending deletion with the registrar.","passGroupDescription":"No domains are pending deletion with the registrar.","failTitle":"Domain pending deletion","failDescription":"Domain pending deletion with the registrar.","remediation":"Ensure domain is not pending deletion.","issue":"The impacted domains are pending deletion at their domain name registrar. This means the domain can no longer be stored, renewed, or recovered and will become available for registration in five calendar days.","recommendation":"When domains are deleted, they become registrable to anyone on the Internet. We recommend registering them as soon as possible after deletion.","defaultSeverity":2,"categoryTotalCost":1,"overrideContext":null,"Deprecated":false,"ISOControls":["A.14.1.2"],"ISO2022Controls":["8.9"],"NISTControls":["PR.AC-5","PR.DS-2","PR.DS-5","PR.DS-6"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Registered domains can have domain name status codes (EPP codes) that describe certain attributes of the domain. The domain status code of pendingDelete (if not combined with redemptionPeriod or pendingRestore) means that the redemption period for the domain has expired and the domain will become available for public purchase within 5 business days.","RiskDetails":"Domains that are marked as pendingDelete will be removed from the registry and put back on the market within a few days. If this happens, the domain can be quickly purchased by a malicious actor and used to route traffic to fraudulent sources.","RecommendedRemediation":"To keep this domain name, the registrar must be contacted as soon as possible to see what options are available. If the domain goes back on the market it should be registered again quickly."},{"id":"domain_pending_restoration","pass":true,"meta":"pendingRestore: not set","vendorOnly":false,"expected":[{"property":"Domain > Pending Restoration","value":"pendingRestore: not set"}],"actual":[{"property":"Domain > Pending Restoration","value":"pendingRestore: not set"}],"severity":2,"cloudscanCategory":"dns","prevCloudscanCategory":"brand_protect","title":"Domain not pending restoration","description":"Domain is not pending restoration with the registrar.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Registered domains can have domain name status codes (EPP codes) that describe certain attributes of the domain. The domain status code of pendingRestore means that the domain owner requested the domain be restored during the 30 day redemption period. Usually this status indicates that the registry is waiting for documentation from the registrar to approve the restoration. This status should only last for a few days and then be removed once the registry approves the provided documentation.","riskDetails":"Domains that are marked as pendingRestore may have an issue if this status exists for more than a few days during an intentional domain restoration. If the documentation necessary to restore the domain is not properly submitted within this timeframe, the domain may revert back to the redemptionPeriod status, meaning that when the redemption period expires the domain will be back on the public market.","recommendedRemediation":"If the pendingRestore status lasts more than a few days, the registrar should be contacted to find out what needs to be done to complete the restoration approval.","knownExploitedVulnCount":0,"checkID":"domain_pending_restoration","category":"domain","controlCheckID":"IM.DS.DO.KA","passTitle":"Domain not pending restoration","passDescription":"Domain is not pending restoration with the registrar.","passGroupDescription":"No domains are pending restoration with the registrar.","failTitle":"Domain pending restoration","failDescription":"Domain is pending restoration while the domain owner provides requested documentation.","remediation":"Ensure domain is not pending restoration.","issue":"These domains are pending restoration while the domain owner provides requested documentation. They are not yet active across the internet (for newly registered domains) or changes to the name server settings haven't taken effect.","recommendation":"The status of these domains will likely propagate across the Internet in the next 72 hours. If it takes longer than this, the domain owner will need to check with their domain name registrar and make sure DNS information is correct.","defaultSeverity":2,"categoryTotalCost":1,"overrideContext":null,"Deprecated":false,"ISOControls":["A.14.1.2"],"ISO2022Controls":["8.9"],"NISTControls":["PR.AC-5","PR.DS-2","PR.DS-5","PR.DS-6"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Registered domains can have domain name status codes (EPP codes) that describe certain attributes of the domain. The domain status code of pendingRestore means that the domain owner requested the domain be restored during the 30 day redemption period. Usually this status indicates that the registry is waiting for documentation from the registrar to approve the restoration. This status should only last for a few days and then be removed once the registry approves the provided documentation.","RiskDetails":"Domains that are marked as pendingRestore may have an issue if this status exists for more than a few days during an intentional domain restoration. If the documentation necessary to restore the domain is not properly submitted within this timeframe, the domain may revert back to the redemptionPeriod status, meaning that when the redemption period expires the domain will be back on the public market.","RecommendedRemediation":"If the pendingRestore status lasts more than a few days, the registrar should be contacted to find out what needs to be done to complete the restoration approval."},{"id":"domain_registrar_transfer_protection","pass":true,"meta":"clientTransferProhibited:enabled","vendorOnly":false,"expected":[{"property":"Domain > Registrar Transfer Protection","value":"clientTransferProhibited or serverTransferProhibited: set"}],"actual":[{"property":"Domain > Registrar Transfer Protection","value":"clientTransferProhibited:enabled"}],"severity":2,"cloudscanCategory":"dns","prevCloudscanCategory":"brand_protect","title":"Domain registrar or registry transfer protection enabled","description":"Domain is protected from unsolicited transfer requests.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Domain transfer protection is a DNS setting that prevents the transfer of a domain until the lock has been removed. It is a DNS security mechanism intended to make it harder for an attacker to make unauthorized modifications to domain ownership.","riskDetails":"Attackers may attempt to hijack domains by impersonating the domain's owner and transfering ownership of the domain. ","recommendedRemediation":"Look up the whois information for the domain either using the CLI or an online tool. It should have a Domain Status of \"serverTransferProhibited\" or \"clientTransferProhibited.\" Log into your domain registrar's site. Navigate to the settings for this domain. You should have an option to enable this setting and save the configuration.","knownExploitedVulnCount":0,"checkID":"domain_registrar_transfer_protection","category":"domain","controlCheckID":"IM.DS.DO.ZW","passTitle":"Domain registrar or registry transfer protection enabled","passDescription":"Domain is protected from unsolicited transfer requests.","passGroupDescription":"No domains detected as being susceptible to unsolicited transfer requests.","failTitle":"Domain registrar or registry transfer protection enabled","failDescription":"Domain is not protected from unsolicited transfer requests with the registrar or registry. The domain should have clientTransferProhibited or serverTransferProhibited set.","remediation":"Set clientTransferProhibited or serverTransferProhibited with the registrar/registry.","issue":"Impacted domains are not protected from unsolicited transfer requests. This means an attacker may be able to convince the registrar/registry them to transfer the domain to another registrar, gaining control of the domain.","recommendation":"Set ClientTransferProhibited or ServerTransferProhibited to true. This prevents the domain from being transferred. Note: this may be something that the support team at the domain name registrar has to do.","defaultSeverity":2,"categoryTotalCost":1,"overrideContext":null,"Deprecated":false,"ISOControls":["A.14.1.2"],"ISO2022Controls":["8.9"],"NISTControls":["PR.AC-5","PR.DS-2","PR.DS-5","PR.DS-6"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Domain transfer protection is a DNS setting that prevents the transfer of a domain until the lock has been removed. It is a DNS security mechanism intended to make it harder for an attacker to make unauthorized modifications to domain ownership.","RiskDetails":"Attackers may attempt to hijack domains by impersonating the domain's owner and transfering ownership of the domain. ","RecommendedRemediation":"Look up the whois information for the domain either using the CLI or an online tool. It should have a Domain Status of \"serverTransferProhibited\" or \"clientTransferProhibited.\" Log into your domain registrar's site. Navigate to the settings for this domain. You should have an option to enable this setting and save the configuration."},{"id":"domain_registrar_dns_resolution_hold","pass":true,"meta":"clientHold: not set","vendorOnly":false,"expected":[{"property":"Domain > Registrar DNS Resolution Hold","value":"clientHold: not set"}],"actual":[{"property":"Domain > Registrar DNS Resolution Hold","value":"clientHold: not set"}],"severity":2,"cloudscanCategory":"dns","prevCloudscanCategory":"brand_protect","title":"Domain free of registrar DNS resolution hold","description":"Domain is not under a DNS resolution hold with the registrar.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Registered domains can have domain name status codes (EPP codes) that describe certain attributes of the domain. The domain status code of clientHold indicates that the registrar has put a hold on the domain, preventing it from becoming active. This is an uncommon status that is usually only encountered during legal disputes, non-payment, or when the domain is subject to deletion.","riskDetails":"Domains in the clientHold status are not active and will not resolve on the internet. Services relying on these domains will be inaccessible during this time. Furthermore, if not part of a planned domain deletion, this status indicates that there are likely business problems with the registrar that should be addressed.","recommendedRemediation":"To activate this domain, the registrar must be contacted to determine what the problem is and what actions must be taken to remove the hold.","knownExploitedVulnCount":0,"checkID":"domain_registrar_dns_resolution_hold","category":"domain","controlCheckID":"IM.DS.DO.NQ","passTitle":"Domain free of registrar DNS resolution hold","passDescription":"Domain is not under a DNS resolution hold with the registrar.","passGroupDescription":"No domains are under a DNS resolution hold with the registrar.","failTitle":"Domain under Registrar DNS resolution hold","failDescription":"Domain is under a DNS resolution hold with the registrar pending issues that must be resolved.","remediation":"Ensure domain is not under a DNS resolution hold with the registrar.","issue":"Impacted domains have an issue related to a legal dispute, non-payment, or are subject to deletion. While unresolved, these domains will not be active in the DNS.","recommendation":"The domain name owner will need to talk to their domain name registrar for more information and remediation advice.","defaultSeverity":2,"categoryTotalCost":1,"overrideContext":null,"Deprecated":false,"ISOControls":["A.14.1.2"],"ISO2022Controls":["8.9"],"NISTControls":["PR.AC-5","PR.DS-2","PR.DS-5","PR.DS-6"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Registered domains can have domain name status codes (EPP codes) that describe certain attributes of the domain. The domain status code of clientHold indicates that the registrar has put a hold on the domain, preventing it from becoming active. This is an uncommon status that is usually only encountered during legal disputes, non-payment, or when the domain is subject to deletion.","RiskDetails":"Domains in the clientHold status are not active and will not resolve on the internet. Services relying on these domains will be inaccessible during this time. Furthermore, if not part of a planned domain deletion, this status indicates that there are likely business problems with the registrar that should be addressed.","RecommendedRemediation":"To activate this domain, the registrar must be contacted to determine what the problem is and what actions must be taken to remove the hold."},{"id":"domain_registry_dns_resolution_hold","pass":true,"meta":"serverHold: not set","vendorOnly":false,"expected":[{"property":"Domain > Registry DNS Resolution Hold","value":"serverHold: not set"}],"actual":[{"property":"Domain > Registry DNS Resolution Hold","value":"serverHold: not set"}],"severity":2,"cloudscanCategory":"dns","prevCloudscanCategory":"brand_protect","title":"Domain free of registry DNS resolution hold","description":"Domain is not under a DNS resolution hold with the registry itself.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Registered domains can have domain name status codes (EPP codes) that describe certain attributes of the domain. The domain status code of serverHold means that the registry is preventing the domain from becoming active. This status is used when there is a problem with the domain information that must be resolved before approval.","riskDetails":"Domains in the serverHold status are not active and will not resolve on the internet. Services relying on these domains will be inaccessible during this time.","recommendedRemediation":"One possible issue that can cause this status is if the incorrect name server information has been provided to the registrar. However, the registrar must be contacted to determine what the problem is and what information is necessary to remove the code from the domain and activate it.","knownExploitedVulnCount":0,"checkID":"domain_registry_dns_resolution_hold","category":"domain","controlCheckID":"IM.DS.DO.TG","passTitle":"Domain free of registry DNS resolution hold","passDescription":"Domain is not under a DNS resolution hold with the registry itself.","passGroupDescription":"No domains are under a DNS resolution hold with the registry itself.","failTitle":"Domain under Registry DNS resolution hold","failDescription":"Domain is under a DNS resolution hold with the registry pending issues that must be resolved.","remediation":"Ensure domain is not under a DNS resolution hold with the registry.","issue":"Impacted domains have issues that needs to be resolved. While unresolved, these domains will not be active in the DNS.","recommendation":"The domain name owner will need to talk to their registry for more information and remediation advice.","defaultSeverity":2,"categoryTotalCost":1,"overrideContext":null,"Deprecated":false,"ISOControls":["A.14.1.2"],"ISO2022Controls":["8.9"],"NISTControls":["PR.AC-5","PR.DS-2","PR.DS-5","PR.DS-6"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Registered domains can have domain name status codes (EPP codes) that describe certain attributes of the domain. The domain status code of serverHold means that the registry is preventing the domain from becoming active. This status is used when there is a problem with the domain information that must be resolved before approval.","RiskDetails":"Domains in the serverHold status are not active and will not resolve on the internet. Services relying on these domains will be inaccessible during this time.","RecommendedRemediation":"One possible issue that can cause this status is if the incorrect name server information has been provided to the registrar. However, the registrar must be contacted to determine what the problem is and what information is necessary to remove the code from the domain and activate it."},{"id":"domain_prohibited_from_renewal_at_registry","pass":true,"meta":"serverRenewProhibited: not set","vendorOnly":false,"expected":[{"property":"Domain > Prohibited from Renewal at Registry","value":"serverRenewProhibited: not set"}],"actual":[{"property":"Domain > Prohibited from Renewal at Registry","value":"serverRenewProhibited: not set"}],"severity":1,"cloudscanCategory":"dns","prevCloudscanCategory":"brand_protect","title":"Domain renewal not prohibited by registry","description":"Domain is not prohibited from renewal at the registry itself.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Registered domains can have domain name status codes (EPP codes) that describe certain attributes of the domain. The domain status code of serverRenewProhibited indicates that the registry operator will not allow your domain’s registrar to renew the domain. This is an uncommon status that is usually only utilized during legal disputes or when the domain is subject to deletion.","riskDetails":"Domains in the serverRenewProhibited status will not be eligible for renewal by the current domain owner. This means that at the end of the active period, the domain will enter the deletion process and be put back on the market.","recommendedRemediation":"This status often indicates a problem with the domain that needs to be addressed with the registrar. To renew this domain, the registrar must request that the registry remove this code from the domain. This process may take some time to complete.","knownExploitedVulnCount":0,"checkID":"domain_prohibited_from_renewal_at_registry","category":"domain","controlCheckID":"IM.DS.DO.RA","passTitle":"Domain renewal not prohibited by registry","passDescription":"Domain is not prohibited from renewal at the registry itself.","passGroupDescription":"No domains are prohibited from renewal at the registry itself.","failTitle":"Domain renewal prohibited by registry","failDescription":"Domain is prohibited from renewal at the registry itself. Often, this status indicates an issue with your domain that needs to be addressed promptly. You should contact your registrar to request more information and resolve the issue.","remediation":"Ensure serverRenewProhibited is not set with the registry.","issue":"Impacted domains can't be renewed due to a problem with the registry itself. This often indicates an issue with a domain that needs to be addressed as soon as possible.","recommendation":"The domain name owner will need to contact their domain name registrar and request more information and resolve the issue(s) relating to the identified domains.","defaultSeverity":1,"categoryTotalCost":1,"overrideContext":null,"Deprecated":false,"ISOControls":["A.14.1.2"],"ISO2022Controls":["8.9"],"NISTControls":["PR.AC-5","PR.DS-2","PR.DS-5","PR.DS-6"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Registered domains can have domain name status codes (EPP codes) that describe certain attributes of the domain. The domain status code of serverRenewProhibited indicates that the registry operator will not allow your domain’s registrar to renew the domain. This is an uncommon status that is usually only utilized during legal disputes or when the domain is subject to deletion.","RiskDetails":"Domains in the serverRenewProhibited status will not be eligible for renewal by the current domain owner. This means that at the end of the active period, the domain will enter the deletion process and be put back on the market.","RecommendedRemediation":"This status often indicates a problem with the domain that needs to be addressed with the registrar. To renew this domain, the registrar must request that the registry remove this code from the domain. This process may take some time to complete."}],"email_sec_v2":[{"id":"dmarc_enabled","pass":true,"meta":"v=DMARC1; p=quarantine; rua=mailto:dmarc-reports@duendesoftware.com; ruf=mailto:dmarc-reports@duendesoftware.com; fo=1;","vendorOnly":false,"expected":[{"property":"DNS > DMARC","value":"v=DMARC1; p=reject; ..."}],"actual":[{"property":"DNS > DMARC","value":"v=DMARC1; p=quarantine; rua=mailto:dmarc-reports@duendesoftware.com; ruf=mailto:dmarc-reports@duendesoftware.com; fo=1;"}],"severity":4,"cloudscanCategory":"email_sec_v2","prevCloudscanCategory":"email_sec","title":"DMARC policy exists","description":"DMARC protects against fraudulent emails being sent from a domain.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Domain-based Message Authentication, Reporting and Conformance (DMARC) is an email security feature that works in conjunction with Sender Policy Framework (SPF) and/or DomainKeys Identified Mail (DKIM) to ensure that messages actually originate from the organizations claimed in the From: address. It does this by “aligning” the From: address with either the SPF or DKIM policy in the sender domain. If a message’s From: address does not align with either of these policies, DMARC offers options on how to handle the message, including delivering it, quarantining it and blocking it altogether.","riskDetails":"One of the most common phishing techniques is called email spoofing. Spoofing is when a malicious actor rewrites their email headers to make it seem as if the message is coming from a different, legitimate email domain. Users are much more likely to fall for phishing scams when the From: address appears legitimate. Phishing scams usually involve the harvesting of credentials and other information from victims who are directed to malicious websites. DMARC helps prevent spoofing by authenticating the From: address to the sender’s domain.","recommendedRemediation":"DMARC should be established on the email domain. To establish DMARC, you must already have SPF and/or DKIM in place on the email domain. Once one or both of those are ready, a TXT record named _DMARC should be created in DNS. There are several parameters for the _DMARC record, but the most important are to specify v=DMARC1; rua=yourpreferredaddress@yourdomain.com; and p= none, quarantine or reject. The v= value is constant. The rua= value allows you to specify the address to receive reports from DMARC. The p= value provides instructions on what to do with an email that fails DMARC alignment. The p= value should ultimately be set to reject for best security; however, the other options may be introduced first to ensure no false positives are being picked up by the DMARC policy.","knownExploitedVulnCount":0,"checkID":"dmarc_enabled","category":"email","controlCheckID":"IM.ES.EA.DQ","passTitle":"DMARC policy exists","passDescription":"DMARC protects against fraudulent emails being sent from a domain.","passGroupDescription":"All applicable sites have a DMARC policy deployed.","failTitle":"DMARC policy not found","failDescription":"DMARC policy was not found. This makes it easier for attackers to send email from this domain. A DMARC policy should be deployed for this domain.","remediation":"Add DMARC record.","issue":"We didn't find a DMARC policy associated with some domains. The purpose and primary outcome of implementing DMARC is to protect a domain from being used in business email compromise (BEC) attacks, phishing emails, email scams and other email threats.","recommendation":"The domain owner needs to add a DMARC policy to these domains. This will provide a mechanism to authenticate the domain in the From header based on their SPF and DKIM records.","defaultSeverity":4,"categoryTotalCost":7,"overrideContext":null,"Deprecated":false,"ISOControls":["A.13.2.3"],"ISO2022Controls":["5.14"],"NISTControls":["PR.AC-5"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Domain-based Message Authentication, Reporting and Conformance (DMARC) is an email security feature that works in conjunction with Sender Policy Framework (SPF) and/or DomainKeys Identified Mail (DKIM) to ensure that messages actually originate from the organizations claimed in the From: address. It does this by “aligning” the From: address with either the SPF or DKIM policy in the sender domain. If a message’s From: address does not align with either of these policies, DMARC offers options on how to handle the message, including delivering it, quarantining it and blocking it altogether.","RiskDetails":"One of the most common phishing techniques is called email spoofing. Spoofing is when a malicious actor rewrites their email headers to make it seem as if the message is coming from a different, legitimate email domain. Users are much more likely to fall for phishing scams when the From: address appears legitimate. Phishing scams usually involve the harvesting of credentials and other information from victims who are directed to malicious websites. DMARC helps prevent spoofing by authenticating the From: address to the sender’s domain.","RecommendedRemediation":"DMARC should be established on the email domain. To establish DMARC, you must already have SPF and/or DKIM in place on the email domain. Once one or both of those are ready, a TXT record named _DMARC should be created in DNS. There are several parameters for the _DMARC record, but the most important are to specify v=DMARC1; rua=yourpreferredaddress@yourdomain.com; and p= none, quarantine or reject. The v= value is constant. The rua= value allows you to specify the address to receive reports from DMARC. The p= value provides instructions on what to do with an email that fails DMARC alignment. The p= value should ultimately be set to reject for best security; however, the other options may be introduced first to ensure no false positives are being picked up by the DMARC policy."},{"id":"spf_syntax_check","pass":true,"meta":"passes simple syntax check","vendorOnly":false,"expected":[{"property":"DNS > SPF > Syntax","value":"passes simple syntax check"}],"actual":[{"property":"DNS > SPF > Syntax","value":"passes simple syntax check"}],"severity":3,"cloudscanCategory":"email_sec_v2","prevCloudscanCategory":"email_sec","title":"SPF syntax correct","description":"Sender Policy Framework (SPF) record passes basic syntax checks.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"SPF (Sender Policy Framework) is a protocol used to protect against email spoofing, spam and phishing. An SPF syntax error occurs when the SPF record in a domain's DNS configuration is malformed, preventing the SPF mechanism from functioning properly.","riskDetails":"This type of error can cause email delivery failures, since email receivers may reject emails that appear to be from an unauthorized source due to incorrect SPF information. Additionally, an SPF syntax error can also make an email system more vulnerable to phishing and spam, since spammers can potentially send messages that appear to be from the affected domain.","recommendedRemediation":"To remediate an SPF syntax error, review the SPF record for your domain and correct any issues. The record can be validated using online tools or test emails. Finally, update the domain's DNS with the corrected SPF record. DNS propagation may take some time. Regular review of the SPF record is important to ensure that it remains effective in preventing email spoofing and protecting against phishing and spam. Update the record if changes are made to your email infrastructure.","knownExploitedVulnCount":0,"checkID":"spf_syntax_check","category":"email","controlCheckID":"IM.ES.EA.UQ","passTitle":"SPF syntax correct","passDescription":"Sender Policy Framework (SPF) record passes basic syntax checks.","passGroupDescription":"All applicable sites have Sender Policy Framework (SPF) records that pass a basic syntax check.","failTitle":"SPF syntax error","failDescription":"Sender Policy Framework (SPF) record fails a basic syntax check. Records with syntax errors result in the protection mechanisms associated with SPF not being enforced. To be properly protected the SPF record syntax errors should be corrected.","remediation":"Fix SPF record syntax.","issue":"Impacted domains have a Sender Policy Framework (SPF) record that has failed a basic syntax check.  Records with syntax errors result in the protection mechanisms associated with SPF not being enforced.","recommendation":"To be properly protected the SPF record syntax errors should be corrected. SPF records always start with the v= element. This indicates the SPF version that is used. One or more terms will follow the version indicator. These define the rules for which hosts are allowed to send mail from the domain, or provide additional information for processing the SPF record.","defaultSeverity":3,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.13.2.3"],"ISO2022Controls":["5.14"],"NISTControls":["PR.AC-5"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"SPF (Sender Policy Framework) is a protocol used to protect against email spoofing, spam and phishing. An SPF syntax error occurs when the SPF record in a domain's DNS configuration is malformed, preventing the SPF mechanism from functioning properly.","RiskDetails":"This type of error can cause email delivery failures, since email receivers may reject emails that appear to be from an unauthorized source due to incorrect SPF information. Additionally, an SPF syntax error can also make an email system more vulnerable to phishing and spam, since spammers can potentially send messages that appear to be from the affected domain.","RecommendedRemediation":"To remediate an SPF syntax error, review the SPF record for your domain and correct any issues. The record can be validated using online tools or test emails. Finally, update the domain's DNS with the corrected SPF record. DNS propagation may take some time. Regular review of the SPF record is important to ensure that it remains effective in preventing email spoofing and protecting against phishing and spam. Update the record if changes are made to your email infrastructure."},{"id":"dmarc_policy_percent","pass":true,"meta":"v=DMARC1; p=quarantine; rua=mailto:dmarc-reports@duendesoftware.com; ruf=mailto:dmarc-reports@duendesoftware.com; fo=1;","vendorOnly":false,"expected":[{"property":"DNS > DMARC","value":"v=DMARC1; p=reject; pct=100..."}],"actual":[{"property":"DNS > DMARC","value":"v=DMARC1; p=quarantine; rua=mailto:dmarc-reports@duendesoftware.com; ruf=mailto:dmarc-reports@duendesoftware.com; fo=1;"}],"severity":2,"cloudscanCategory":"email_sec_v2","prevCloudscanCategory":"email_sec","title":"DMARC policy percentage is default","description":"DMARC policy percentage is set to default 100%, ensuring all mail is covered by the policy.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Domain-based Message Authentication, Reporting and Conformance (DMARC) is an email security feature that works in conjunction with Sender Policy Framework (SPF) and/or DomainKeys Identified Mail (DKIM) to ensure that messages actually originate from the organizations claimed in the From: address. It does this by “aligning” the From: address with either the SPF or DKIM policy in the sender domain. If a message’s From: address does not align with either of these policies, DMARC offers options on how to handle the message, including delivering it, quarantining it and blocking it altogether. DMARC has a parameter called “pct=” that can specify what percentage of emails should be controlled by the DMARC failure actions. This means that if pct=25, only ¼ of the email that fails DMARC alignment will be subject to quarantine or rejection.","riskDetails":"One of the most common phishing techniques is called email spoofing. Spoofing is when a malicious actor rewrites their email headers to make it seem as if the message is coming from a different, legitimate email domain. DMARC helps prevent spoofing by authenticating the From: address to the sender’s domain. When the pct= parameter is set to less than 100%, some amount of fraudulent email is passing through the system, increasing the likelihood of phishing attempts with spoofed From: addresses reaching end users.","recommendedRemediation":"The pct= parameter of DMARC should be set to 100. This is done by ensuring “pct=100” is present in the _DMARC TXT record in the relevant DNS domain.The only reason to use a partial pct= value is for a staged rollout of DMARC, so as to minimally disrupt mail flow in the case of an overly strict policy. In production, only a pct=100 value provides the protection against fraudulent email that DMARC is designed to offer.","knownExploitedVulnCount":0,"checkID":"dmarc_policy_percent","category":"email","controlCheckID":"IM.ES.EA.NQ","passTitle":"DMARC policy percentage is default","passDescription":"DMARC policy percentage is set to default 100%, ensuring all mail is covered by the policy.","passGroupDescription":"All applicable sites have a DMARC policy percentage set to the default 100%. This ensures all mail is covered by the policy.","failTitle":"DMARC policy percentage is less than 100%","failDescription":"DMARC policy percentage is less than 100%. The pct tag should be removed or set to 100 to ensure the policy is applied to all mail.","remediation":"Set DMARC policy percentage to 100%.","issue":"We've detected DMARC policies which have their percentage set to less than 100%. This means that the DMARC policy will not apply to all emails.","recommendation":"The pct tag should be removed or set to 100 to ensure the policy is applied to all email.","defaultSeverity":2,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.13.2.3"],"ISO2022Controls":["5.14"],"NISTControls":["PR.AC-5"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Domain-based Message Authentication, Reporting and Conformance (DMARC) is an email security feature that works in conjunction with Sender Policy Framework (SPF) and/or DomainKeys Identified Mail (DKIM) to ensure that messages actually originate from the organizations claimed in the From: address. It does this by “aligning” the From: address with either the SPF or DKIM policy in the sender domain. If a message’s From: address does not align with either of these policies, DMARC offers options on how to handle the message, including delivering it, quarantining it and blocking it altogether. DMARC has a parameter called “pct=” that can specify what percentage of emails should be controlled by the DMARC failure actions. This means that if pct=25, only ¼ of the email that fails DMARC alignment will be subject to quarantine or rejection.","RiskDetails":"One of the most common phishing techniques is called email spoofing. Spoofing is when a malicious actor rewrites their email headers to make it seem as if the message is coming from a different, legitimate email domain. DMARC helps prevent spoofing by authenticating the From: address to the sender’s domain. When the pct= parameter is set to less than 100%, some amount of fraudulent email is passing through the system, increasing the likelihood of phishing attempts with spoofed From: addresses reaching end users.","RecommendedRemediation":"The pct= parameter of DMARC should be set to 100. This is done by ensuring “pct=100” is present in the _DMARC TXT record in the relevant DNS domain.The only reason to use a partial pct= value is for a staged rollout of DMARC, so as to minimally disrupt mail flow in the case of an overly strict policy. In production, only a pct=100 value provides the protection against fraudulent email that DMARC is designed to offer."},{"id":"spf_filter_check_soft","pass":true,"meta":"contains ~all (accepted because DMARC is enforced)","vendorOnly":false,"expected":[{"property":"DNS > SPF > Filter","value":"contains -all"}],"actual":[{"property":"DNS > SPF > Filter","value":"contains ~all (accepted because DMARC is enforced)"}],"severity":2,"cloudscanCategory":"email_sec_v2","prevCloudscanCategory":"email_sec","title":"Strict SPF filtering - not using ~all","description":"Sender Policy Framework (SPF) record strictly enforces specific domains allowed to send email on its behalf.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Sender Policy Framework, or SPF, is a standard for specifying which domains and IP addresses can send email from a given domain. When SPF records are securely configured, email clients can validate that the sender is authorized to send mail from that domain and can filter out unwanted or malicious mail impersonating an organization. The ~all mechanism, or \"soft fail,\" is an instruction in an SPF record that mail sent from unauthorized senders should be delivered to the recipients spam folder.","riskDetails":"Email security is vital to preventing phishing attacks, malware delivery, and protecting against brand abuse. SPF records are one of the foundational tools for preventing those attacks. The soft fail ~all mechanism helps prevent email-based attacks by marking mail sent from unspecific senders as suspicious. These messages are still delivered, however, and can still be leveraged by attackers. The soft fail mechanism can be useful during testing of changes to mail system but should be configured to the hard fail -all mechanism to prevent delivery. ","recommendedRemediation":"The SPF record for the domain should be configured to only allow specified systems under your organization's control to send mail on behalf of the domain, and to prevent delivery of mail sent from other senders. Through your DNS provider you should be able to find and update the SPF record for the domain. The \"~all\" mechanism should be changed to \"-all\" to hard fail all mail sent from unauthorized systems, preventing any delivery of unauthorized mail. ","knownExploitedVulnCount":0,"checkID":"spf_filter_check_soft","category":"email","controlCheckID":"IM.ES.EA.AA","passTitle":"Strict SPF filtering - not using ~all","passDescription":"Sender Policy Framework (SPF) record strictly enforces specific domains allowed to send email on its behalf.","passGroupDescription":"All applicable sites have a strict Sender Policy Framework (SPF) record.","failTitle":"SPF policy uses ~all","failDescription":"Sender Policy Framework (SPF) record is too lenient as to which domains are allowed to send email on the domain's behalf. This record should preferably not use the ~all mechanism, as this does not instruct the mail receiver to reject messages from unauthorised sources. When DMARC is not being enforced, -all should be used on the SPF record.","remediation":"Use '-all' in SPF record.","issue":"We've identified domains with Sender Policy Framework (SPF) records that are too permissive (~all). This could result in fraudulent email being sent on the domain's behalf.","recommendation":"Change the SPF records associated with these domains and remove the ~all mechanism, as it does not instruct the mail receiver to reject messages from unauthorized sources. When DMARC is not being enforced, we suggest using '-all' on SPF records.","defaultSeverity":2,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.13.2.3"],"ISO2022Controls":["5.14"],"NISTControls":["PR.AC-5"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Sender Policy Framework, or SPF, is a standard for specifying which domains and IP addresses can send email from a given domain. When SPF records are securely configured, email clients can validate that the sender is authorized to send mail from that domain and can filter out unwanted or malicious mail impersonating an organization. The ~all mechanism, or \"soft fail,\" is an instruction in an SPF record that mail sent from unauthorized senders should be delivered to the recipients spam folder.","RiskDetails":"Email security is vital to preventing phishing attacks, malware delivery, and protecting against brand abuse. SPF records are one of the foundational tools for preventing those attacks. The soft fail ~all mechanism helps prevent email-based attacks by marking mail sent from unspecific senders as suspicious. These messages are still delivered, however, and can still be leveraged by attackers. The soft fail mechanism can be useful during testing of changes to mail system but should be configured to the hard fail -all mechanism to prevent delivery. ","RecommendedRemediation":"The SPF record for the domain should be configured to only allow specified systems under your organization's control to send mail on behalf of the domain, and to prevent delivery of mail sent from other senders. Through your DNS provider you should be able to find and update the SPF record for the domain. The \"~all\" mechanism should be changed to \"-all\" to hard fail all mail sent from unauthorized systems, preventing any delivery of unauthorized mail. "},{"id":"spf_ptr_mechanism","pass":true,"meta":"SPF record does not contain a ptr mechanism","vendorOnly":false,"expected":[{"property":"DNS > SPF > ptr","value":"SPF record does not contain a ptr mechanism"}],"actual":[{"property":"DNS > SPF > ptr","value":"SPF record does not contain a ptr mechanism"}],"severity":2,"cloudscanCategory":"email_sec_v2","prevCloudscanCategory":"email_sec","title":"SPF ptr mechanism not used","description":"Sender Policy Framework (SPF) record does not include the ptr mechanism.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"An SPF (Sender Policy Framework) PTR (Pointer) mechanism is used in email authentication to detect and prevent email spoofing. The SPF PTR mechanism compares the domain name of the sending email address to the IP address of the server that sent the email, to ensure that the email was indeed sent from the domain it claims to be sent from.","riskDetails":"The SPF PTR mechanism relies on looking up a domain to check if it resolves to an SPF allowed IP address. This can be easily faked by someone who creates a fraudulent DNS record in their domain. This can allow unauthorized individuals to send emails that appear to come from a trusted domain, leading to the recipient being misled or giving sensitive information to an unauthorized source.","recommendedRemediation":"SPF should only rely on authorized IP addresses and domains. The PTR mechanism should be disabled. It is also recommended to implement a DMARC (Domain-based Message Authentication, Reporting, and Conformance) policy in conjunction with SPF. This allows domain owners to monitor the authentication of emails sent from their domain and to take action against any unauthorized activity. In addition, it is important to regularly review and update the SPF record to ensure that it accurately reflects the authorized mail servers for the domain.","knownExploitedVulnCount":0,"checkID":"spf_ptr_mechanism","category":"email","controlCheckID":"IM.ES.EA.VG","passTitle":"SPF ptr mechanism not used","passDescription":"Sender Policy Framework (SPF) record does not include the ptr mechanism.","passGroupDescription":"All applicable sites that have an SPF record do not include the ptr mechanism.","failTitle":"SPF ptr mechanism used","failDescription":"Sender Policy Framework (SPF) record contains the ptr mechanism. This mechanism is intended to be used temporarily to check that a domain resolves to itself via a known IP address. This should not be used permanently as it puts unnecessary burden on DNS servers and some mail checkers may drop the SPF record if this mechanism is found.","remediation":"Remove ptr mechanism from SPF record.","issue":"The impacted domains have Sender Policy Framework (SPF) records that contain the 'ptr' mechanism. This mechanism is intended to be used temporarily to check that a domain resolves itself via a known IP address. This should not be used permanently as it puts unnecessary burden on DNS servers and some mail servers may drop the SPF record.","recommendation":"The domain owner should remove the ‘ptr’ from all SPF records to ensure that mail servers do not drop the SPF records associated with the domain.","defaultSeverity":2,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.13.2.3"],"ISO2022Controls":["5.14"],"NISTControls":["PR.AC-5"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"An SPF (Sender Policy Framework) PTR (Pointer) mechanism is used in email authentication to detect and prevent email spoofing. The SPF PTR mechanism compares the domain name of the sending email address to the IP address of the server that sent the email, to ensure that the email was indeed sent from the domain it claims to be sent from.","RiskDetails":"The SPF PTR mechanism relies on looking up a domain to check if it resolves to an SPF allowed IP address. This can be easily faked by someone who creates a fraudulent DNS record in their domain. This can allow unauthorized individuals to send emails that appear to come from a trusted domain, leading to the recipient being misled or giving sensitive information to an unauthorized source.","RecommendedRemediation":"SPF should only rely on authorized IP addresses and domains. The PTR mechanism should be disabled. It is also recommended to implement a DMARC (Domain-based Message Authentication, Reporting, and Conformance) policy in conjunction with SPF. This allows domain owners to monitor the authentication of emails sent from their domain and to take action against any unauthorized activity. In addition, it is important to regularly review and update the SPF record to ensure that it accurately reflects the authorized mail servers for the domain."}],"ip_domain_reputation":[{"id":"suspected_malware_provider","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"Google Safe Browsing > Malware","value":"false"}],"actual":[{"property":"Google Safe Browsing > Malware","value":"false"}],"severity":4,"cloudscanCategory":"ip_domain_reputation","prevCloudscanCategory":"phishing","title":"Not a suspected malware provider","description":"This website does not appear to contain malicious code.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"This page has appeared in Google Safe Browsing's list of sites suspected of distributing malware. Safe Browsing is a service that Google's security team built to identify unsafe websites and notify users and website owners of potential harm.","riskDetails":"Domains are flagged for suspected malware distribution when other users report suspicious activity making use of the domain. In the case of malware pages, this indicates that either an attacker or insider are making use of the domain to distribute malware to other users. ","recommendedRemediation":"","knownExploitedVulnCount":0,"checkID":"suspected_malware_provider","category":"malware","controlCheckID":"IM.IP.MA.UQ","passTitle":"Not a suspected malware provider","passDescription":"This website does not appear to contain malicious code.","passGroupDescription":"No websites appear to contain malicious code.","failTitle":"Suspected malware provider","failDescription":"This website may contain malicious code. The website should be checked and any malicious code removed.","remediation":"Check sites and remove malicious code.","issue":"Websites may contain malicious code (malware). Malware is any program or file that is harmful to a computer user. Types of malware include computer viruses, worms, Trojan horses, spyware, adware and ransomware.","recommendation":"The owner of the identified domains needs to check the website for malicious code. If any malicious code is found, it needs to be removed as soon as possible.","defaultSeverity":4,"categoryTotalCost":5,"overrideContext":null,"Deprecated":false,"ISOControls":["A.12.2.1"],"ISO2022Controls":["8.7"],"NISTControls":["PR.DS-6","DE.CM-4"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"This page has appeared in Google Safe Browsing's list of sites suspected of distributing malware. Safe Browsing is a service that Google's security team built to identify unsafe websites and notify users and website owners of potential harm.","RiskDetails":"Domains are flagged for suspected malware distribution when other users report suspicious activity making use of the domain. In the case of malware pages, this indicates that either an attacker or insider are making use of the domain to distribute malware to other users. ","RecommendedRemediation":""},{"id":"botnet_active","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"Botnet Activity","value":"false"}],"actual":[{"property":"Botnet Activity","value":""}],"severity":4,"cloudscanCategory":"ip_domain_reputation","prevCloudscanCategory":"phishing","title":"No reports of botnet activity in the last 30 days","description":"This IP/domain has not been reported as a source of botnet activity in the last 30 days.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":null,"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Hosts observed communicating with botnet infrastructure may be compromised by attackers. Those hosts are reported on shared blocklists that can affect the reputaton of the domain or IP, and interrupt availability when the hosts are blocked.","riskDetails":"Hosts that are infected with botnet malware may be used to further attack other infrastructure and/or collect sensitive information from an organization's systems. That information can in turn lead to further exploitation.","recommendedRemediation":"If a host is suspected of botnet activity, investigate the host to determine whether it has been compromised. That should include reviewing logs to identify the reported activity and its cause. If the host is behaving as expected, contact the blocklist owner to have the host removed.","knownExploitedVulnCount":0,"checkID":"botnet_active","category":"malware","controlCheckID":"IM.IP.MA.KA","passTitle":"No reports of botnet activity in the last 30 days","passDescription":"This IP/domain has not been reported as a source of botnet activity in the last 30 days.","passGroupDescription":"No IPs/domains have been reported as a source of botnet activity in the last 30 days.","failTitle":"Suspected of botnet activity","failDescription":"This IP/domain has been reported as a source of botnet activity in the last 30 days. The server should be checked and any offending software removed.","remediation":"Check IP/domain and remove offending software.","issue":"IPs/domains have been reported for botnet activity in the last 30 days. These reports may affect the reputation of the IP/domain and be a symptom of unwanted software installed in the server.","recommendation":"The owner of the identified IPs/domains should check for and remove any offending software.","defaultSeverity":4,"categoryTotalCost":5,"overrideContext":null,"Deprecated":false,"ISOControls":["A.12.2.1"],"ISO2022Controls":["8.7"],"NISTControls":["PR.DS-6","DE.CM-4"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Hosts observed communicating with botnet infrastructure may be compromised by attackers. Those hosts are reported on shared blocklists that can affect the reputaton of the domain or IP, and interrupt availability when the hosts are blocked.","RiskDetails":"Hosts that are infected with botnet malware may be used to further attack other infrastructure and/or collect sensitive information from an organization's systems. That information can in turn lead to further exploitation.","RecommendedRemediation":"If a host is suspected of botnet activity, investigate the host to determine whether it has been compromised. That should include reviewing logs to identify the reported activity and its cause. If the host is behaving as expected, contact the blocklist owner to have the host removed."},{"id":"brute_force_login_active","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"Unsolicited Communication > Brute Force Login Attempt","value":"false"}],"actual":[{"property":"Unsolicited Communication > Brute Force Login Attempt","value":""}],"severity":4,"cloudscanCategory":"ip_domain_reputation","prevCloudscanCategory":"phishing","title":"No reports of brute force login attempts in the last 30 days","description":"This IP/domain did not appear on any list of IPs and domains known to perform brute force login attempts in the last 30 days.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":null,"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"As part of gaininig initial access, attackers use compromised hosts to attempt brute force logins to other hosts. Using compromised hosts for this activity allows the attacker to disguise their presence.","riskDetails":"A host that has been observed attempting brute force logins may be compromised by an attacker. Even if that is not the case, this behavior may cause the domain or IP to be added to a blocklist to prevent future login attempts.","recommendedRemediation":"If a host has been reported for attempted brute force logins, investigate the host to determine whether it has been compromised. That should include reviewing logs to identify the reported activity and the cause of it. If the host is behaving as expected, contact the blocklist owner to have the host removed.","knownExploitedVulnCount":0,"checkID":"brute_force_login_active","category":"malware","controlCheckID":"IM.IP.MA.VG","passTitle":"No reports of brute force login attempts in the last 30 days","passDescription":"This IP/domain did not appear on any list of IPs and domains known to perform brute force login attempts in the last 30 days.","passGroupDescription":"No IPs/domains appeared on any list of IPs and domains known to perform brute force login attempts in the last 30 days.","failTitle":"Suspected of brute force login attempt","failDescription":"This IP/domain has appeared on a list of IPs and domains reported for performing brute force login attempts in the last 30 days. The server should be checked and any offending software removed.","remediation":"Check IP/domain and remove offending software.","issue":"IPs/domains have been reported for brute force login attempts in the last 30 days. These reports can affect the reputation of the IP/domain and may be a symptom of unwanted software installed in the server.","recommendation":"The owner of the identified IPs/domains should check for and remove any offending software.","defaultSeverity":4,"categoryTotalCost":5,"overrideContext":null,"Deprecated":false,"ISOControls":["A.12.2.1"],"ISO2022Controls":["8.7"],"NISTControls":["PR.DS-6","DE.CM-4"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"As part of gaininig initial access, attackers use compromised hosts to attempt brute force logins to other hosts. Using compromised hosts for this activity allows the attacker to disguise their presence.","RiskDetails":"A host that has been observed attempting brute force logins may be compromised by an attacker. Even if that is not the case, this behavior may cause the domain or IP to be added to a blocklist to prevent future login attempts.","RecommendedRemediation":"If a host has been reported for attempted brute force logins, investigate the host to determine whether it has been compromised. That should include reviewing logs to identify the reported activity and the cause of it. If the host is behaving as expected, contact the blocklist owner to have the host removed."},{"id":"malware_server_active","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"Malware Server","value":"false"}],"actual":[{"property":"Malware Server","value":""}],"severity":4,"cloudscanCategory":"ip_domain_reputation","prevCloudscanCategory":"phishing","title":"No reports of malware distribution in the last 30 days","description":"This IP/domain has been reported for distributing malware in the last 30 days.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":null,"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Hosts observed distributing malware may be compromised by attackers. Those hosts are reported on shared blocklists that can affect the reputaton of the domain or IP, and interrupt availability when the hosts are blocked.","riskDetails":"Hosts that are used for distributing malware may be used to further attack other infrastructure and/or collect sensitive information from an organization's systems. That information can in turn lead to further exploitation. Hosts that have recently been on blocklists may also have availability issues even if the IP has changed owners.","recommendedRemediation":"If a host is suspected of distributing malware, investigate the host to determine whether it has been compromised. That should include reviewing logs to identify the reported activity and its cause. If the host is behaving as expected, contact the blocklist owner to have the host removed.","knownExploitedVulnCount":0,"checkID":"malware_server_active","category":"malware","controlCheckID":"IM.IP.MA.KW","passTitle":"No reports of malware distribution in the last 30 days","passDescription":"This IP/domain has been reported for distributing malware in the last 30 days.","passGroupDescription":"No IPs/domains have been reported for distributing malware in the last 30 days.","failTitle":"Suspected of distributing malware","failDescription":"This IP/domain has been reported for distributing malware in the last 30 days. The server should be checked and any offending software removed.","remediation":"Check IP/domain and remove offending software.","issue":"IPs/domains have been reported for distributing malware in the last 30 days. These reports may affect the reputation of the IP/domain and be a symptom of unwanted software installed in the server.","recommendation":"The owner of the identified IPs/domains should check for and remove any offending software.","defaultSeverity":4,"categoryTotalCost":5,"overrideContext":null,"Deprecated":false,"ISOControls":["A.12.2.1"],"ISO2022Controls":["8.7"],"NISTControls":["PR.DS-6","DE.CM-4"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Hosts observed distributing malware may be compromised by attackers. Those hosts are reported on shared blocklists that can affect the reputaton of the domain or IP, and interrupt availability when the hosts are blocked.","RiskDetails":"Hosts that are used for distributing malware may be used to further attack other infrastructure and/or collect sensitive information from an organization's systems. That information can in turn lead to further exploitation. Hosts that have recently been on blocklists may also have availability issues even if the IP has changed owners.","RecommendedRemediation":"If a host is suspected of distributing malware, investigate the host to determine whether it has been compromised. That should include reviewing logs to identify the reported activity and its cause. If the host is behaving as expected, contact the blocklist owner to have the host removed."},{"id":"unsolicited_scanning_active","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"Unsolicited Communication > Scanning","value":"false"}],"actual":[{"property":"Unsolicited Communication > Scanning","value":""}],"severity":4,"cloudscanCategory":"ip_domain_reputation","prevCloudscanCategory":"phishing","title":"No reports of unsolicited scanning in the last 30 days","description":"This IP/domain has not been reported for performing unsolicited scanning in the last 30 days.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":null,"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"As part of reconnaissance activity, attackers will use compromised hosts to scan other hosts with the aim of discovering possible attack methods. This scanning activity can be detected by patterns in the requests sent, and the host performing the unwanted scanning is then reported to shared blocklists.","riskDetails":"There may be other reasons for a host to perform unsolicited scanning, but this behavior can indicate that the host is compromised and running malware responsible for the scanning. The presence of the host on blocklists for scanning may result in it being blocked by other users even if the activity is not the result of malware.","recommendedRemediation":"If a host has been reported for unsolicited scanning, investigate the host to determine whether it has been compromised. That should include reviewing logs to identify the reported activity and the cause of it. If the host is behaving as expected, contact the blocklist owner to have the host removed.","knownExploitedVulnCount":0,"checkID":"unsolicited_scanning_active","category":"malware","controlCheckID":"IM.IP.MA.XG","passTitle":"No reports of unsolicited scanning in the last 30 days","passDescription":"This IP/domain has not been reported for performing unsolicited scanning in the last 30 days.","passGroupDescription":"No IPs/domains have been reported for performing unsolicited scanning in the last 30 days.","failTitle":"Suspected of unsolicited scanning","failDescription":"This IP/domain has been reported for performing unsolicited scanning in the last 30 days. The server should be checked to ensure this behavior is intentional and not the result of malware.","remediation":"Check IP/domain for offending software.","issue":"IPs/domains have have been reported for performing unsolicited scanning in the last 30 days. This behavior could affect the reputation of the IP/domain and be a symptom of unwanted software installed in the server.","recommendation":"The owner of the identified IPs/domains should check for and remove any offending software.","defaultSeverity":4,"categoryTotalCost":5,"overrideContext":null,"Deprecated":false,"ISOControls":["A.12.2.1"],"ISO2022Controls":["8.7"],"NISTControls":["PR.DS-6","DE.CM-4"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"As part of reconnaissance activity, attackers will use compromised hosts to scan other hosts with the aim of discovering possible attack methods. This scanning activity can be detected by patterns in the requests sent, and the host performing the unwanted scanning is then reported to shared blocklists.","RiskDetails":"There may be other reasons for a host to perform unsolicited scanning, but this behavior can indicate that the host is compromised and running malware responsible for the scanning. The presence of the host on blocklists for scanning may result in it being blocked by other users even if the activity is not the result of malware.","RecommendedRemediation":"If a host has been reported for unsolicited scanning, investigate the host to determine whether it has been compromised. That should include reviewing logs to identify the reported activity and the cause of it. If the host is behaving as expected, contact the blocklist owner to have the host removed."},{"id":"suspected_unwanted_software","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"Google Safe Browsing > Unwanted Software","value":"false"}],"actual":[{"property":"Google Safe Browsing > Unwanted Software","value":"false"}],"severity":4,"cloudscanCategory":"ip_domain_reputation","prevCloudscanCategory":"phishing","title":"Not suspected of unwanted software","description":"This website does not appear to be attempting to install unwanted software.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"This page has appeared in Google Safe Browsing's list of sites suspected of distributing unwanted software. Unwanted software is less malicious than malware but takes advantage of the end user's compute resources to launch unwanted advertisements and other nuisances. Safe Browsing is a service that Google's security team built to identify unsafe websites and notify users and website owners of potential harm.","riskDetails":"Domains are flagged for being suspected of unwanted software when other users report suspicious activity making use of the domain. In the case of unwanted software pages, this indicates that either an attacker or insider are making use of the domain to distribute such software to other users. ","recommendedRemediation":"","knownExploitedVulnCount":0,"checkID":"suspected_unwanted_software","category":"malware","controlCheckID":"IM.IP.MA.ZW","passTitle":"Not suspected of unwanted software","passDescription":"This website does not appear to be attempting to install unwanted software.","passGroupDescription":"No websites appear to attempt to install unwanted software.","failTitle":"Suspected of unwanted software","failDescription":"This website may be attempting to install unwanted software. The website should be checked and any offending code removed.","remediation":"Check sites and remove unwanted software.","issue":"Websites may be attempting to install unwanted software on the end-users computer. This is often referred to as grayware, unwanted applications or files that are not classified as malware.","recommendation":"The owner of the identified domains needs to check for any unwanted software and remove any offending code as required.","defaultSeverity":4,"categoryTotalCost":5,"overrideContext":null,"Deprecated":false,"ISOControls":["A.12.2.1"],"ISO2022Controls":["8.7"],"NISTControls":["PR.DS-6","DE.CM-4"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"This page has appeared in Google Safe Browsing's list of sites suspected of distributing unwanted software. Unwanted software is less malicious than malware but takes advantage of the end user's compute resources to launch unwanted advertisements and other nuisances. Safe Browsing is a service that Google's security team built to identify unsafe websites and notify users and website owners of potential harm.","RiskDetails":"Domains are flagged for being suspected of unwanted software when other users report suspicious activity making use of the domain. In the case of unwanted software pages, this indicates that either an attacker or insider are making use of the domain to distribute such software to other users. ","RecommendedRemediation":""},{"id":"suspected_phishing_page","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"Google Safe Browsing > Phishing","value":"false"}],"actual":[{"property":"Google Safe Browsing > Phishing","value":"false"}],"severity":4,"cloudscanCategory":"ip_domain_reputation","prevCloudscanCategory":"phishing","title":"Not a suspected phishing page","description":"This site does not appear to be a forgery or imitation of another website.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"This page has appeared in Google Safe Browsing's list of sites suspected of being used for phishing. Safe Browsing is a service that Google's security team built to identify unsafe websites and notify users and website owners of potential harm.","riskDetails":"Domains are flagged for suspected phishing when other users report suspicious activity making use of the domain. In the case of phishing pages, this indicates that either an attacker or insider are making use of the domain to send emails that other users have marked as phishing attempts.","recommendedRemediation":"Access to the domain and its mail records should be reviewed to understand whether it has been compromised and used in phishing campaigns. If the site is not maintained, decommissioning it or its mail records may be the easiest way to prevent future abuse. If the site has been identified for phishing in error, the classification should be appealed with Google.","knownExploitedVulnCount":0,"checkID":"suspected_phishing_page","category":"malware","controlCheckID":"IM.IP.MA.PA","passTitle":"Not a suspected phishing page","passDescription":"This site does not appear to be a forgery or imitation of another website.","passGroupDescription":"No sites are suspected of forgery or imitating other websites.","failTitle":"Suspected phishing page","failDescription":"This site may be a forgery or imitation of another website. The site should be checked, and remediated if it is a phishing site.","remediation":"Check sites and remove phishing code.","issue":"Websites have been identified as potential phishing pages, which may be attempting to steal users' personal information or credit card details.","recommendation":"The owner of the identified domains needs to check the website for forgery or signs of imitation. If any issues are found, they will need to be remediated as soon as possible to mitigate this risk.","defaultSeverity":4,"categoryTotalCost":5,"overrideContext":null,"Deprecated":false,"ISOControls":["A.13.2.3"],"ISO2022Controls":["5.14"],"NISTControls":["PR.AC-5"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"This page has appeared in Google Safe Browsing's list of sites suspected of being used for phishing. Safe Browsing is a service that Google's security team built to identify unsafe websites and notify users and website owners of potential harm.","RiskDetails":"Domains are flagged for suspected phishing when other users report suspicious activity making use of the domain. In the case of phishing pages, this indicates that either an attacker or insider are making use of the domain to send emails that other users have marked as phishing attempts.","RecommendedRemediation":"Access to the domain and its mail records should be reviewed to understand whether it has been compromised and used in phishing campaigns. If the site is not maintained, decommissioning it or its mail records may be the easiest way to prevent future abuse. If the site has been identified for phishing in error, the classification should be appealed with Google."},{"id":"phishing_site_active","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"Phishing Site","value":"false"}],"actual":[{"property":"Phishing Site","value":""}],"severity":4,"cloudscanCategory":"ip_domain_reputation","prevCloudscanCategory":"phishing","title":"No reports of phishing activity in the last 30 days","description":"This IP/domain has not been reported as a phishing site in the last 30 days.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":null,"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Hosts suspected of phishing may be compromised by attackers. Those hosts are reported on shared blocklists that can affect the reputaton of the domain or IP, and interrupt availability when the hosts are blocked.","riskDetails":"Hosts that are reported as phishing sites may be compromised in whole or part. Ownership of the domain may have lapsed, allowing attackers to take it over. Hosts that have recently been on blocklists may also have availability issues even if the IP has changed owners.","recommendedRemediation":"If a host is suspected of being a phishing site, investigate the host to determine whether it has been compromised. Reviewing the current and historical site content should help show whether it has been modified to operate as a phishing site. If the host is behaving as expected, contact the blocklist owner to have the host removed.","knownExploitedVulnCount":0,"checkID":"phishing_site_active","category":"malware","controlCheckID":"IM.IP.MA.EA","passTitle":"No reports of phishing activity in the last 30 days","passDescription":"This IP/domain has not been reported as a phishing site in the last 30 days.","passGroupDescription":"No IPs/domains have been reported as a phishing site in the last 30 days.","failTitle":"Suspected phishing site","failDescription":"This IP/domain has been reported as a phishing site in the last 30 days. The server should be checked and any offending software removed.","remediation":"Check IP/domain and remove phishing code.","issue":"IPs/domains have been reported for phishing sites in the last 30 days. These sites may be compromised and under the control of threat actors.","recommendation":"The owner of the identified IP/domains needs to check for any unwanted software and remove any phishing code.","defaultSeverity":4,"categoryTotalCost":5,"overrideContext":null,"Deprecated":false,"ISOControls":["A.13.2.3"],"ISO2022Controls":["5.14"],"NISTControls":["PR.AC-5"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Hosts suspected of phishing may be compromised by attackers. Those hosts are reported on shared blocklists that can affect the reputaton of the domain or IP, and interrupt availability when the hosts are blocked.","RiskDetails":"Hosts that are reported as phishing sites may be compromised in whole or part. Ownership of the domain may have lapsed, allowing attackers to take it over. Hosts that have recently been on blocklists may also have availability issues even if the IP has changed owners.","RecommendedRemediation":"If a host is suspected of being a phishing site, investigate the host to determine whether it has been compromised. Reviewing the current and historical site content should help show whether it has been modified to operate as a phishing site. If the host is behaving as expected, contact the blocklist owner to have the host removed."},{"id":"botnet_inactive","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"Botnet Activity","value":"false"}],"actual":[{"property":"Botnet Activity","value":""}],"severity":1,"cloudscanCategory":"ip_domain_reputation","prevCloudscanCategory":"phishing","title":"No reports of botnet activity in the last 90 days","description":"This IP/domain has not been reported as a source of botnet activity in the last 90 days.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":null,"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Hosts observed communicating with botnet infrastructure may be compromised by attackers. Those hosts are reported on shared blocklists that can affect the reputaton of the domain or IP, and interrupt availability when the hosts are blocked.","riskDetails":"Hosts that are infected with botnet malware may be used to further attack other infrastructure and/or collect sensitive information from an organization's systems. That information can in turn lead to further exploitation.","recommendedRemediation":"If a host is suspected of botnet activity, investigate the host to determine whether it has been compromised. That should include reviewing logs to identify the reported activity and its cause. If the host is behaving as expected, contact the blocklist owner to have the host removed.","knownExploitedVulnCount":0,"checkID":"botnet_inactive","category":"malware","controlCheckID":"IM.IP.MA.TG","passTitle":"No reports of botnet activity in the last 90 days","passDescription":"This IP/domain has not been reported as a source of botnet activity in the last 90 days.","passGroupDescription":"No IPs/domains have been reported as a source of botnet activity in the last 90 days.","failTitle":"Suspected of botnet activity in last 90 days","failDescription":"This IP/domain appeared on a list of IPs and domains known as source botnet activity in the last 90 days. The server should be checked and any offending software removed.","remediation":"Check IP/domain and remove offending software.","issue":"IPs/domains have been reported for botnet activity in the last 90 days. These reports may affect the reputation of the IP/domain and be a symptom of unwanted software installed in the server.","recommendation":"The owner of the identified IPs/domains should check for and remove any offending software.","defaultSeverity":1,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.12.2.1"],"ISO2022Controls":["8.7"],"NISTControls":["PR.DS-6","DE.CM-4"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Hosts observed communicating with botnet infrastructure may be compromised by attackers. Those hosts are reported on shared blocklists that can affect the reputaton of the domain or IP, and interrupt availability when the hosts are blocked.","RiskDetails":"Hosts that are infected with botnet malware may be used to further attack other infrastructure and/or collect sensitive information from an organization's systems. That information can in turn lead to further exploitation.","RecommendedRemediation":"If a host is suspected of botnet activity, investigate the host to determine whether it has been compromised. That should include reviewing logs to identify the reported activity and its cause. If the host is behaving as expected, contact the blocklist owner to have the host removed."},{"id":"brute_force_login_inactive","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"Unsolicited Communication > Brute Force Login Attempt","value":"false"}],"actual":[{"property":"Unsolicited Communication > Brute Force Login Attempt","value":""}],"severity":1,"cloudscanCategory":"ip_domain_reputation","prevCloudscanCategory":"phishing","title":"No reports of brute force login attempts in the last 90 days","description":"This IP/domain did not appear on any list of IPs and domains known to perform brute force login attempts in the last 90 days.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":null,"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"As part of gaininig initial access, attackers use compromised hosts to attempt brute force logins to other hosts. Using compromised hosts for this activity allows the attacker to disguise their presence. Hosts observed attempting logins in the last 90 days may be compromised or on blocklists.","riskDetails":"A host that has been observed attempting brute force logins may be compromised by an attacker. Even if that is not the case, this behavior may cause the domain or IP to be added to a blocklist to prevent future login attempts.","recommendedRemediation":"If a host has been reported for attempted brute force logins, investigate the host to determine whether it has been compromised. That should include reviewing logs to identify the reported activity and the cause of it. If the host is behaving as expected, contact the blocklist owner to have the host removed.","knownExploitedVulnCount":0,"checkID":"brute_force_login_inactive","category":"malware","controlCheckID":"IM.IP.MA.DQ","passTitle":"No reports of brute force login attempts in the last 90 days","passDescription":"This IP/domain did not appear on any list of IPs and domains known to perform brute force login attempts in the last 90 days.","passGroupDescription":"No IPs/domains appeared on any list of IPs and domains known to perform brute force login attempts in the last 90 days.","failTitle":"Suspected of brute force login attempt in the last 90 days","failDescription":"This IP/domain has appeared on a list of IPs and domains reported for performing brute force login attempts in the last 90 days. The server should be checked and any offending software removed.","remediation":"Check IP/domain and remove offending software.","issue":"IPs/domains have been reported for brute force login attempts in the last 90 days. These reports can affect the reputation of the IP/domain and may be a symptom of unwanted software installed in the server.","recommendation":"The owner of the identified IPs/domains should check for and remove any offending software.","defaultSeverity":1,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.12.2.1"],"ISO2022Controls":["8.7"],"NISTControls":["PR.DS-6","DE.CM-4"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"As part of gaininig initial access, attackers use compromised hosts to attempt brute force logins to other hosts. Using compromised hosts for this activity allows the attacker to disguise their presence. Hosts observed attempting logins in the last 90 days may be compromised or on blocklists.","RiskDetails":"A host that has been observed attempting brute force logins may be compromised by an attacker. Even if that is not the case, this behavior may cause the domain or IP to be added to a blocklist to prevent future login attempts.","RecommendedRemediation":"If a host has been reported for attempted brute force logins, investigate the host to determine whether it has been compromised. That should include reviewing logs to identify the reported activity and the cause of it. If the host is behaving as expected, contact the blocklist owner to have the host removed."},{"id":"malware_server_inactive","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"Malware Server","value":"false"}],"actual":[{"property":"Malware Server","value":""}],"severity":1,"cloudscanCategory":"ip_domain_reputation","prevCloudscanCategory":"phishing","title":"No reports of malware distribution in the last 90 days","description":"This IP/domain has been reported for distributing malware in the last 90 days.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":null,"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Hosts observed distributing malware may be compromised by attackers. Those hosts are reported on shared blocklists that can affect the reputaton of the domain or IP, and interrupt availability when the hosts are blocked.","riskDetails":"Hosts that have recently been used for distributing malware may be used to further attack other infrastructure and/or collect sensitive information from an organization's systems. That information can in turn lead to further exploitation. Hosts that have recently been on blocklists may also have availability issues even if the IP has changed owners.","recommendedRemediation":"If a host is suspected of distributing malware, investigate the host to determine whether it has been compromised. That should include reviewing logs to identify the reported activity and its cause. If the host is behaving as expected, contact the blocklist owner to have the host removed.","knownExploitedVulnCount":0,"checkID":"malware_server_inactive","category":"malware","controlCheckID":"IM.IP.MA.QG","passTitle":"No reports of malware distribution in the last 90 days","passDescription":"This IP/domain has been reported for distributing malware in the last 90 days.","passGroupDescription":"No IPs/domains have been reported for distributing malware in the last 90 days.","failTitle":"Suspected of distributing malware in last 90 days","failDescription":"This IP/domain has been reported for distributing malware in the last 90 days. The server should be checked and any offending software removed.","remediation":"Check IP/domain and remove offending software.","issue":"IPs/domains have been reported for distributing malware in the last 90 days. These reports may affect the reputation of the IP/domain and be a symptom of unwanted software installed in the server.","recommendation":"The owner of the identified IPs/domains should check for and remove any offending software.","defaultSeverity":1,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.12.2.1"],"ISO2022Controls":["8.7"],"NISTControls":["PR.DS-6","DE.CM-4"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Hosts observed distributing malware may be compromised by attackers. Those hosts are reported on shared blocklists that can affect the reputaton of the domain or IP, and interrupt availability when the hosts are blocked.","RiskDetails":"Hosts that have recently been used for distributing malware may be used to further attack other infrastructure and/or collect sensitive information from an organization's systems. That information can in turn lead to further exploitation. Hosts that have recently been on blocklists may also have availability issues even if the IP has changed owners.","RecommendedRemediation":"If a host is suspected of distributing malware, investigate the host to determine whether it has been compromised. That should include reviewing logs to identify the reported activity and its cause. If the host is behaving as expected, contact the blocklist owner to have the host removed."},{"id":"unsolicited_scanning_inactive","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"Unsolicited Communication > Scanning","value":"false"}],"actual":[{"property":"Unsolicited Communication > Scanning","value":""}],"severity":1,"cloudscanCategory":"ip_domain_reputation","prevCloudscanCategory":"phishing","title":"No reports of unsolicited scanning in the last 90 days","description":"This IP/domain has not been reported for performing unsolicited scanning in the last 90 days.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":null,"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"As part of reconnaissance activity, attackers will use compromised hosts to scan other hosts with the aim of discovering possible attack methods. Reports of unsolicited scanning in the last 90 days may indicate the host is infected or has been placed on blocklists that will affect availability.","riskDetails":"There may be other reasons for a host to perform unsolicited scanning, but this behavior can indicate that the host is compromised and running malware responsible for the scanning. The presence of the host on blocklists for scanning may result in it being blocked by other users even if the activity is not the result of malware.","recommendedRemediation":"If a host has been reported for unsolicited scanning, investigate the host to determine whether it has been compromised. That should include reviewing logs to identify the reported activity and the cause of it. If the host is behaving as expected, contact the blocklist owner to have the host removed.","knownExploitedVulnCount":0,"checkID":"unsolicited_scanning_inactive","category":"malware","controlCheckID":"IM.IP.MA.AA","passTitle":"No reports of unsolicited scanning in the last 90 days","passDescription":"This IP/domain has not been reported for performing unsolicited scanning in the last 90 days.","passGroupDescription":"No IPs/domains have been reported for performing unsolicited scanning in the last 90 days.","failTitle":"Suspected of unsolicited scanning in last 90 days","failDescription":"This IP/domain has been reported for performing unsolicited scanning in the last 90 days. The server should be checked to ensure this behavior is intentional and not the result of malware.","remediation":"Check IP/domain for offending software.","issue":"IPs/domains have have been reported for performing unsolicited scanning in the last 90 days. This behavior could affect the reputation of the IP/domain and be a symptom of unwanted software installed in the server.","recommendation":"The owner of the identified IPs/domains should check for and remove any offending software.","defaultSeverity":1,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.12.2.1"],"ISO2022Controls":["8.7"],"NISTControls":["PR.DS-6","DE.CM-4"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"As part of reconnaissance activity, attackers will use compromised hosts to scan other hosts with the aim of discovering possible attack methods. Reports of unsolicited scanning in the last 90 days may indicate the host is infected or has been placed on blocklists that will affect availability.","RiskDetails":"There may be other reasons for a host to perform unsolicited scanning, but this behavior can indicate that the host is compromised and running malware responsible for the scanning. The presence of the host on blocklists for scanning may result in it being blocked by other users even if the activity is not the result of malware.","RecommendedRemediation":"If a host has been reported for unsolicited scanning, investigate the host to determine whether it has been compromised. That should include reviewing logs to identify the reported activity and the cause of it. If the host is behaving as expected, contact the blocklist owner to have the host removed."},{"id":"phishing_site_inactive","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"Phishing Site","value":"false"}],"actual":[{"property":"Phishing Site","value":""}],"severity":1,"cloudscanCategory":"ip_domain_reputation","prevCloudscanCategory":"phishing","title":"No reports of phishing activity in the last 90 days","description":"This IP/domain has not been reported as a phishing site in the last 90 days.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":null,"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Hosts suspected of phishing may be compromised by attackers. Those hosts are reported on shared blocklists that can affect the reputaton of the domain or IP, and interrupt availability when the hosts are blocked.","riskDetails":"Hosts that have been reported as phishing sites may be compromised in whole or part. Ownership of the domain may have lapsed, allowing attackers to take it over. Hosts that have recently been on blocklists may also have availability issues even if the IP has changed owners.","recommendedRemediation":"If a host is suspected of being a phishing site, investigate the host to determine whether it has been compromised. Reviewing the current and historical site content should help show whether it has been modified to operate as a phishing site. If the host is behaving as expected, contact the blocklist owner to have the host removed.","knownExploitedVulnCount":0,"checkID":"phishing_site_inactive","category":"malware","controlCheckID":"IM.IP.MA.LG","passTitle":"No reports of phishing activity in the last 90 days","passDescription":"This IP/domain has not been reported as a phishing site in the last 90 days.","passGroupDescription":"No IPs/domains have been reported as a phishing site in the last 90 days.","failTitle":"Suspected phishing site in last 90 days","failDescription":"This IP/domain has been reported as a phishing site in the last 90 days. The server should be checked and any offending software removed.","remediation":"Check IP/domain and remove phishing code.","issue":"IPs/domains have been reported for phishing sites in the last 90 days. These sites may be compromised and under the control of threat actors.","recommendation":"The owner of the identified IP/domains needs to check for any unwanted software and remove any phishing code.","defaultSeverity":1,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.13.2.3"],"ISO2022Controls":["5.14"],"NISTControls":["PR.AC-5"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Hosts suspected of phishing may be compromised by attackers. Those hosts are reported on shared blocklists that can affect the reputaton of the domain or IP, and interrupt availability when the hosts are blocked.","RiskDetails":"Hosts that have been reported as phishing sites may be compromised in whole or part. Ownership of the domain may have lapsed, allowing attackers to take it over. Hosts that have recently been on blocklists may also have availability issues even if the IP has changed owners.","RecommendedRemediation":"If a host is suspected of being a phishing site, investigate the host to determine whether it has been compromised. Reviewing the current and historical site content should help show whether it has been modified to operate as a phishing site. If the host is behaving as expected, contact the blocklist owner to have the host removed."}],"patch_management":[{"id":"verified_vuln:CVE-2014-0160","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"Vulnerabilities > CVE-2014-0160","value":"[not vulnerable]"}],"actual":[{"property":"Vulnerabilities > CVE-2014-0160","value":"[not vulnerable]"}],"severity":3,"cloudscanCategory":"patch_management","prevCloudscanCategory":"website_sec","title":"Not vulnerable to CVE-2014-0160 (Heartbleed)","description":"A bug in OpenSSL's implementation of the TLS heartbeat extension allows access to portions of memory on the targeted host e.g. cryptographic keys and passwords.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":null,"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":1,"isVerifiedVuln":true},{"id":"verified_vuln:CVE-2014-3566","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"Vulnerabilities > CVE-2014-3566","value":"[not vulnerable]"}],"actual":[{"property":"Vulnerabilities > CVE-2014-3566","value":"[not vulnerable]"}],"severity":3,"cloudscanCategory":"patch_management","prevCloudscanCategory":"website_sec","title":"Not vulnerable to CVE-2014-3566 (POODLE)","description":"The server does not support SSLv3, and is not vulnerable to the POODLE attack.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":null,"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0,"isVerifiedVuln":true},{"id":"verified_vuln:CVE-2015-0204","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"Vulnerabilities > CVE-2015-0204","value":"[not vulnerable]"}],"actual":[{"property":"Vulnerabilities > CVE-2015-0204","value":"[not vulnerable]"}],"severity":3,"cloudscanCategory":"patch_management","prevCloudscanCategory":"website_sec","title":"Not vulnerable to CVE-2015-0204 (FREAK)","description":"The server does not offer RSA_EXPORT cipher suites, so clients are not vulnerable to the FREAK attack.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":null,"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0,"isVerifiedVuln":true},{"id":"verified_vuln:CVE-2015-4000","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"Vulnerabilities > CVE-2015-4000","value":"[not vulnerable]"}],"actual":[{"property":"Vulnerabilities > CVE-2015-4000","value":"[not vulnerable]"}],"severity":3,"cloudscanCategory":"patch_management","prevCloudscanCategory":"website_sec","title":"Not vulnerable to CVE-2015-4000 (Logjam)","description":"The server is using strong Diffie-Hellman parameters and is not vulnerable to the Logjam attack.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":null,"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0,"isVerifiedVuln":true}],"website_sec_v2":[{"id":"server_information_header","pass":true,"meta":"Kestrel, CloudFront, openresty","vendorOnly":false,"expected":[{"property":"Headers > server","value":"[does not contain version number]"}],"actual":[{"property":"Headers > server","value":"Kestrel, CloudFront, openresty"}],"severity":3,"cloudscanCategory":"website_sec_v2","prevCloudscanCategory":"website_sec","title":"Server information header not exposed","description":"Ensuring the server information header is not exposed reduces the ability of attackers to exploit certain vulnerabilities.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com:443","duendesoftware.com:80","www.duendesoftware.com:443","www.duendesoftware.com:80","www.duendesoftware.com:8001","www.duendesoftware.com:8003","www.duendesoftware.com:88","www.duendesoftware.com:9100"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"HTTP response headers pass additional information about the web server being contacted to the client contacting it. Such information can include the age of cached information, any redirection targets, and descriptions of currently running software. These headers are configured on the server, and depending on the platform, may contain default values for these fields. The Server header is specifically used to describe the type and version of web server software, e.g. Server: Apache/2.4.1 (Unix).","riskDetails":"Some technologies populate the Server header by default. If the Server header is exposed, the risk of an attack on the system is increased. The exposed information specifies the type and version of software currently running. This can be used by malicious actors to pinpoint vulnerabilities in the server, especially on systems running older versions of software. These headers can be harvested programmatically since they are offered publicly, making it easy to discover systems with populated headers across the internet.","recommendedRemediation":"The Server header should be removed, blanked out or minimized. The method for doing so differs based on technology. In IIS, a URL rewrite rule can be used to replace the server header with a blank string. In Apache, however, the Server header cannot be blanked out, but can be configured to display only “Apache” by setting “ServerTokens Prod” in the Apache config file. Monitoring or auditing of exposed headers on all systems is recommended to ensure information about servers is not being shared.","knownExploitedVulnCount":0,"checkID":"server_information_header","category":"discovery","controlCheckID":"IM.WS.MI.VG","passTitle":"Server information header not exposed","passDescription":"Ensuring the server information header is not exposed reduces the ability of attackers to exploit certain vulnerabilities.","passGroupDescription":"No sites are exposing unnecessary server header information.","failTitle":"Server information header exposed","failDescription":"Exposing information about the server version increases the ability of attackers to exploit certain vulnerabilities. The website configuration should be changed to prevent version information being revealed in the 'server' header.","remediation":"Remove 'server' header.","issue":"The web server information of the impacted websites is exposed. Exposing information about the server version increases the ability of attackers to exploit known vulnerabilities.","recommendation":"Configure these websites to prevent version information from being revealed by removing the 'Server' header. This reduces the chance of attackers successfully exploiting known vulnerabilities.","defaultSeverity":3,"categoryTotalCost":5,"overrideContext":null,"Deprecated":false,"ISOControls":["A.13.1.1"],"ISO2022Controls":["8.9"],"NISTControls":["PR.AC-5"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"HTTP response headers pass additional information about the web server being contacted to the client contacting it. Such information can include the age of cached information, any redirection targets, and descriptions of currently running software. These headers are configured on the server, and depending on the platform, may contain default values for these fields. The Server header is specifically used to describe the type and version of web server software, e.g. Server: Apache/2.4.1 (Unix).","RiskDetails":"Some technologies populate the Server header by default. If the Server header is exposed, the risk of an attack on the system is increased. The exposed information specifies the type and version of software currently running. This can be used by malicious actors to pinpoint vulnerabilities in the server, especially on systems running older versions of software. These headers can be harvested programmatically since they are offered publicly, making it easy to discover systems with populated headers across the internet.","RecommendedRemediation":"The Server header should be removed, blanked out or minimized. The method for doing so differs based on technology. In IIS, a URL rewrite rule can be used to replace the server header with a blank string. In Apache, however, the Server header cannot be blanked out, but can be configured to display only “Apache” by setting “ServerTokens Prod” in the Apache config file. Monitoring or auditing of exposed headers on all systems is recommended to ensure information about servers is not being shared."},{"id":"x_powered_by_header","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"Headers > x-powered-by","value":"[not set]"}],"actual":[{"property":"Headers > x-powered-by","value":"[not set]"}],"severity":3,"cloudscanCategory":"website_sec_v2","prevCloudscanCategory":"website_sec","title":"X-Powered-By header not exposed","description":"Information about specific technology used on the server is obscured.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com:443","duendesoftware.com:80","www.duendesoftware.com:443","www.duendesoftware.com:80","www.duendesoftware.com:8001","www.duendesoftware.com:8003","www.duendesoftware.com:88","www.duendesoftware.com:9100"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"HTTP response headers pass additional information about the web server being contacted to the client contacting it. Such information can include the age of cached information, any redirection targets, and descriptions of currently running software. These headers are configured on the server, and depending on the platform, may contain default values for these fields. The X-Powered-By header is specifically used to describe technologies in use on the server, such as the type and version of web server software or PHP.","riskDetails":"Some technologies populate the X-Powered-By header by default. If the X-Powered-By header is exposed, the risk of an attack on the server is increased. The exposed information often specifies the type and version of software currently running. This can be used by malicious actors to pinpoint vulnerabilities in the server, especially on systems running older versions of software. These headers can be harvested programmatically since they are offered publicly, making it easy to discover systems with populated headers across the internet.","recommendedRemediation":"The X-Powered-By header should be removed. The specific process for this varies by technology. PHP versions can often be found in the X-Powered-By field. This can be disabled by switching “expose_php” to OFF in php.ini. In Microsoft IIS, the header can be removed under HTTP Response Headers in the GUI. Monitoring or auditing of exposed headers on all systems is recommended to ensure information about servers is not being shared.","knownExploitedVulnCount":0,"checkID":"x_powered_by_header","category":"discovery","controlCheckID":"IM.WS.MI.PA","passTitle":"X-Powered-By header not exposed","passDescription":"Information about specific technology used on the server is obscured.","passGroupDescription":"No sites are exposing the X-Powered-By header.","failTitle":"X-Powered-By header exposed","failDescription":"The X-Powered-By header reveals information about specific technology used on the server. This information can be used to exploit vulnerabilities. The server configuration should be changed to remove this header.","remediation":"Remove X-Powered-By header.","issue":"We've found websites that have their X-Powered-By header exposed. This header reveals information about the specific technology used to run the website which could be used to find known vulnerabilities that can be exploited.","recommendation":"The website needs to stop exposing the X-Powered-By header. This reduces the risk that an attacker will be able to find an exploitable vulnerability in the software running the website.","defaultSeverity":3,"categoryTotalCost":4,"overrideContext":null,"Deprecated":false,"ISOControls":["A.13.1.1"],"ISO2022Controls":["8.9"],"NISTControls":["PR.AC-5"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"HTTP response headers pass additional information about the web server being contacted to the client contacting it. Such information can include the age of cached information, any redirection targets, and descriptions of currently running software. These headers are configured on the server, and depending on the platform, may contain default values for these fields. The X-Powered-By header is specifically used to describe technologies in use on the server, such as the type and version of web server software or PHP.","RiskDetails":"Some technologies populate the X-Powered-By header by default. If the X-Powered-By header is exposed, the risk of an attack on the server is increased. The exposed information often specifies the type and version of software currently running. This can be used by malicious actors to pinpoint vulnerabilities in the server, especially on systems running older versions of software. These headers can be harvested programmatically since they are offered publicly, making it easy to discover systems with populated headers across the internet.","RecommendedRemediation":"The X-Powered-By header should be removed. The specific process for this varies by technology. PHP versions can often be found in the X-Powered-By field. This can be disabled by switching “expose_php” to OFF in php.ini. In Microsoft IIS, the header can be removed under HTTP Response Headers in the GUI. Monitoring or auditing of exposed headers on all systems is recommended to ensure information about servers is not being shared."},{"id":"referrer_policy_header_v2","pass":true,"meta":"no-referrer, strict-origin-when-cross-origin","vendorOnly":false,"expected":[{"property":"Headers > referrer-policy","value":"[not unsafe-url]"}],"actual":[{"property":"Headers > referrer-policy","value":"no-referrer, strict-origin-when-cross-origin"}],"severity":2,"cloudscanCategory":"website_sec_v2","prevCloudscanCategory":"website_sec","title":"Referrer policy is not unsafe-url","description":"The website's Referrer Policy is not configured to allow unsafe information to be sent in the referrer header.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com:443","duendesoftware.com:80","www.duendesoftware.com:443","www.duendesoftware.com:80","www.duendesoftware.com:8001","www.duendesoftware.com:8003","www.duendesoftware.com:88","www.duendesoftware.com:9100"],"none":false,"noneReason":null,"prevProvisionalID":"referrer_policy_header","summary":"The Referrer header controls how much information is sent to another site owner when the website links to that site. Providing sufficiently sanitized information to other websites can be done safely, but the \"unsafe\" referrer policy allows excessive information to be passed that may affect the privacy and security of users of your site.","riskDetails":"W3.org writes: \"The policy’s name doesn’t lie; it is unsafe. This policy will leak origins and paths from TLS-protected resources to insecure origins. Carefully consider the impact of setting such a policy for potentially sensitive documents.\" The risk is that links to http origins will still include the full URL, potentially leaking data included in the URL to an insecure origin.","recommendedRemediation":"Remove the \"unsafe-url\" directive from the Referrer header.","knownExploitedVulnCount":0,"checkID":"referrer_policy_header_v2","category":"discovery","controlCheckID":"IM.WS.MI.ZW","passTitle":"Referrer policy is not unsafe-url","passDescription":"The website's Referrer Policy is not configured to allow unsafe information to be sent in the referrer header.","passGroupDescription":"No websites have an unsafe Referrer Policy.","failTitle":"Referrer Policy is unsafe-url","failDescription":"The full URL (stripped of parameters) is sent in the referrer header when performing same-origin or cross-origin requests. This can expose sensitive information.","remediation":"Set Referrer-Policy to a value other than unsafe-url.","issue":"Impacted domains send the full URL (stripped of parameters) in the referrer header when performing same-origin or cross-origin requests.","recommendation":"The website needs to set the Referrer Policy to a value other than unsafe-url. This will prevent potentially sensitive information from being sent in the referrer header.","defaultSeverity":2,"categoryTotalCost":1,"overrideContext":null,"Deprecated":false,"ISOControls":["A.13.1.1"],"ISO2022Controls":["8.20"],"NISTControls":["PR.AC-5"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"The Referrer header controls how much information is sent to another site owner when the website links to that site. Providing sufficiently sanitized information to other websites can be done safely, but the \"unsafe\" referrer policy allows excessive information to be passed that may affect the privacy and security of users of your site.","RiskDetails":"W3.org writes: \"The policy’s name doesn’t lie; it is unsafe. This policy will leak origins and paths from TLS-protected resources to insecure origins. Carefully consider the impact of setting such a policy for potentially sensitive documents.\" The risk is that links to http origins will still include the full URL, potentially leaking data included in the URL to an insecure origin.","RecommendedRemediation":"Remove the \"unsafe-url\" directive from the Referrer header."},{"id":"asp_net_version_header","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"Headers > x-aspnet-version","value":"[not set]"}],"actual":[{"property":"Headers > x-aspnet-version","value":"[not set]"}],"severity":2,"cloudscanCategory":"website_sec_v2","prevCloudscanCategory":"website_sec","title":"ASP.NET version header not exposing specific ASP.net version","description":"Ensuring the ASP.NET version header is not exposing a specific version makes it harder for attackers to exploit certain vulnerabilities.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com:443","duendesoftware.com:80","www.duendesoftware.com:443","www.duendesoftware.com:80","www.duendesoftware.com:8001","www.duendesoftware.com:8003","www.duendesoftware.com:88","www.duendesoftware.com:9100"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"HTTP response headers pass additional information about the web server being contacted to the client contacting it. Such information can include the age of cached information, any redirection targets, and descriptions of currently running software. Default installations of Microsoft IIS web servers often include an HTTP response header called X-AspNet-Version. This can contain the version of ASP.NET that is currently running.","riskDetails":"An exposed ASP.NET version drastically narrows the attack vector for the server and allows malicious actors to immediately begin probing specific ASP.NET and IIS vulnerabilities for that version. Because this header is created by default on most IIS installations, the information is often exposed unbeknownst to the system’s administrators.","recommendedRemediation":"The entire X-AspNet-Version header should be removed. It can be found and removed under HTTP Response Headers in the IIS GUI. Just clearing the value of the header is not enough. Even the presence of the X-AspNet-Version header reveals that some version of ASP.NET and likely IIS is running on the server. Monitoring or auditing of exposed headers on all systems is recommended to ensure information about servers is not being shared.","knownExploitedVulnCount":0,"checkID":"asp_net_version_header","category":"discovery","controlCheckID":"IM.WS.MI.AA","passTitle":"ASP.NET version header not exposing specific ASP.net version","passDescription":"Ensuring the ASP.NET version header is not exposing a specific version makes it harder for attackers to exploit certain vulnerabilities.","passGroupDescription":"No sites detected to expose specific ASP.NET versions in headers.","failTitle":"Specific ASP.NET version exposed via header","failDescription":"Exposing a specific ASP.NET version in the ASP.NET version header makes it easier for attackers to exploit certain vulnerabilities. The website configuration should be changed to remove this header completely.","remediation":"Remove x-aspnet-version header.","issue":"The impacted websites are exposing the specific ASP.NET version they use in the ASP.NET version header. This makes it far easier for attackers to exploit certain vulnerabilities.","recommendation":"Configure the identified websites so they don’t expose the X-AspNet-Version header. This minimizes the risk of an attacker finding an exploit in the website.","defaultSeverity":2,"categoryTotalCost":3,"overrideContext":null,"Deprecated":false,"ISOControls":["A.13.1.1"],"ISO2022Controls":["8.9"],"NISTControls":["PR.AC-5"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"HTTP response headers pass additional information about the web server being contacted to the client contacting it. Such information can include the age of cached information, any redirection targets, and descriptions of currently running software. Default installations of Microsoft IIS web servers often include an HTTP response header called X-AspNet-Version. This can contain the version of ASP.NET that is currently running.","RiskDetails":"An exposed ASP.NET version drastically narrows the attack vector for the server and allows malicious actors to immediately begin probing specific ASP.NET and IIS vulnerabilities for that version. Because this header is created by default on most IIS installations, the information is often exposed unbeknownst to the system’s administrators.","RecommendedRemediation":"The entire X-AspNet-Version header should be removed. It can be found and removed under HTTP Response Headers in the IIS GUI. Just clearing the value of the header is not enough. Even the presence of the X-AspNet-Version header reveals that some version of ASP.NET and likely IIS is running on the server. Monitoring or auditing of exposed headers on all systems is recommended to ensure information about servers is not being shared."},{"id":"asp_net_header","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"Headers > x-aspnet-version present","value":"[not present]"}],"actual":[{"property":"Headers > x-aspnet-version present","value":"[not present]"}],"severity":2,"cloudscanCategory":"website_sec_v2","prevCloudscanCategory":"website_sec","title":"ASP.NET version header not exposed","description":"Ensuring the ASP.NET version header is not exposed makes it harder for attackers to exploit certain vulnerabilities.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com:443","duendesoftware.com:80","www.duendesoftware.com:443","www.duendesoftware.com:80","www.duendesoftware.com:8001","www.duendesoftware.com:8003","www.duendesoftware.com:88","www.duendesoftware.com:9100"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"HTTP response headers pass additional information about the web server being contacted to the client contacting it. Such information can include the age of cached information, any redirection targets, and descriptions of currently running software. Default installations of Microsoft IIS web servers often include an HTTP response header called X-AspNet-Version. This can contain the version of ASP.NET that is currently running.","riskDetails":"Even if it is not populated, the presence of the X-AspNet-Version header reveals that IIS is running on the system. This drastically narrows the attack vector for the server and allows malicious actors to begin probing known IIS vulnerabilities immediately. Because this header is created by default on most IIS installations, the information is often exposed unbeknownst to the system’s administrators.","recommendedRemediation":"The X-AspNet-Version header should be removed. It can be found and removed under HTTP Response Headers in the IIS GUI. Monitoring or auditing of exposed headers on all systems is recommended to ensure information about servers is not being shared.","knownExploitedVulnCount":0,"checkID":"asp_net_header","category":"discovery","controlCheckID":"IM.WS.MI.XG","passTitle":"ASP.NET version header not exposed","passDescription":"Ensuring the ASP.NET version header is not exposed makes it harder for attackers to exploit certain vulnerabilities.","passGroupDescription":"No sites detected to expose ASP.NET headers.","failTitle":"Use of ASP.NET exposed via header","failDescription":"Exposing the ASP.NET version header indicates that the site is built with ASP.NET, which makes it easier for attackers to exploit certain vulnerabilities. The website configuration should be changed to remove this header.","remediation":"Remove x-aspnet-version header.","issue":"We've found websites that expose the ASP.NET version header which indicates that the site is built with ASP.NET. This makes it easier for attackers to exploit certain vulnerabilities.","recommendation":"Configure the identified websites so they don’t expose the X-AspNet-Version header. This minimizes the risk of an attacker finding an exploit in the website.","defaultSeverity":2,"categoryTotalCost":2,"overrideContext":null,"Deprecated":false,"ISOControls":["A.13.1.1"],"ISO2022Controls":["8.9"],"NISTControls":["PR.AC-5"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"HTTP response headers pass additional information about the web server being contacted to the client contacting it. Such information can include the age of cached information, any redirection targets, and descriptions of currently running software. Default installations of Microsoft IIS web servers often include an HTTP response header called X-AspNet-Version. This can contain the version of ASP.NET that is currently running.","RiskDetails":"Even if it is not populated, the presence of the X-AspNet-Version header reveals that IIS is running on the system. This drastically narrows the attack vector for the server and allows malicious actors to begin probing known IIS vulnerabilities immediately. Because this header is created by default on most IIS installations, the information is often exposed unbeknownst to the system’s administrators.","RecommendedRemediation":"The X-AspNet-Version header should be removed. It can be found and removed under HTTP Response Headers in the IIS GUI. Monitoring or auditing of exposed headers on all systems is recommended to ensure information about servers is not being shared."},{"id":"unmaintained_page","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"Unmaintained Page","value":"[not detected]"}],"actual":[{"property":"Unmaintained Page","value":"[not detected]"}],"severity":1,"cloudscanCategory":"website_sec_v2","prevCloudscanCategory":"website_sec","title":"No unmaintained page detected","description":"The page appears to be maintained.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com:443","duendesoftware.com:80","www.duendesoftware.com:443","www.duendesoftware.com:80","www.duendesoftware.com:8001","www.duendesoftware.com:8003","www.duendesoftware.com:88","www.duendesoftware.com:9100"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"The response from the page indicates that it is a default server page or otherwise not configured and maintained for use.","riskDetails":"Unmaintained assets increase the size of the attack surface and are more likely not to be continuously monitored and updated. These additional points on the attack surface give attackers more potential areas to target.","recommendedRemediation":"Sites that are not used should be decommisioned to reduce the attack surface. If the domain is hosting pages that are in use on some other URL and the index of the domain is not intended for the public, access should be removed.","knownExploitedVulnCount":0,"checkID":"unmaintained_page","category":"discovery","controlCheckID":"IM.WS.MI.DQ","passTitle":"No unmaintained page detected","passDescription":"The page appears to be maintained.","passGroupDescription":"All applicable sites appear to be maintained.","failTitle":"Unmaintained page detected","failDescription":"This domain appears to be unmaintained based on indicators like page content or status code. Unmaintained pages expand the attack surface for malicious actors.","remediation":"Review the page and decomission it if it is not active or maintained.","issue":"This domain appears to be unmaintained based on indicators like page content or status code. Unmaintained pages expand the attack surface for malicious actors.","recommendation":"Review the page and decomission it if it is not active or maintained.","defaultSeverity":1,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.13.1.1"],"ISO2022Controls":["8.20"],"NISTControls":["PR.AC-5"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"The response from the page indicates that it is a default server page or otherwise not configured and maintained for use.","RiskDetails":"Unmaintained assets increase the size of the attack surface and are more likely not to be continuously monitored and updated. These additional points on the attack surface give attackers more potential areas to target.","RecommendedRemediation":"Sites that are not used should be decommisioned to reduce the attack surface. If the domain is hosting pages that are in use on some other URL and the index of the domain is not intended for the public, access should be removed."}],"data_leakage":[{"id":"open_cloud_storage","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"Open Cloud Storage","value":"[not detected]"}],"actual":[{"property":"Open Cloud Storage","value":"[not detected]"}],"severity":1,"cloudscanCategory":"data_leakage","prevCloudscanCategory":"website_sec","title":"No open cloud storage service detected","description":"No cloud storage service configured to allow anonymous file listing was detected.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com:443","www.duendesoftware.com:9100"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"The index page of this domain is a cloud storage bucket that allows file listing. This configuration is a common cause of data leaks and can be avoided even for content intended to be shared publicly.","riskDetails":"Cloud storage configured to be listable at the bucket index provides unnecessary levels of reconnaissance to attackers and potentially exposes files that are meant to be confidential. The risk depends on what files are stored in the bucket but could lead to exposures of internal documents and PII.","recommendedRemediation":"If the bucket is hosting public content, the contents should be audited to ensure all files are intended to be public. Any private files should be moved to a separate bucket used only for private content. For public content, the bucket should be configured to disallow anonymous users to list the bucket contents, and only view resources when requested by the full path.","knownExploitedVulnCount":0,"checkID":"open_cloud_storage","category":"domain","controlCheckID":"IM.DL.FS.ZW","passTitle":"No open cloud storage service detected","passDescription":"No cloud storage service configured to allow anonymous file listing was detected.","passGroupDescription":"No applicable sites are cloud storage services configured to allow anonymous access.","failTitle":"Open cloud storage service detected","failDescription":"This domain contains a cloud storage service that allows anonymous access to its file listing. It may also allow anonymous access to its files.","remediation":"Review the cloud storage configuration and remove anonymous access where possible.","issue":"This domain contains a cloud storage service that allows anonymous access to its file listing. It may also allow anonymous access to its files.","recommendation":"Review the cloud storage configuration and remove anonymous access where possible.","defaultSeverity":1,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":null,"ISO2022Controls":null,"NISTControls":null,"ExcludeFromHardcodedPassedRisks":false,"Summary":"The index page of this domain is a cloud storage bucket that allows file listing. This configuration is a common cause of data leaks and can be avoided even for content intended to be shared publicly.","RiskDetails":"Cloud storage configured to be listable at the bucket index provides unnecessary levels of reconnaissance to attackers and potentially exposes files that are meant to be confidential. The risk depends on what files are stored in the bucket but could lead to exposures of internal documents and PII.","RecommendedRemediation":"If the bucket is hosting public content, the contents should be audited to ensure all files are intended to be public. Any private files should be moved to a separate bucket used only for private content. For public content, the bucket should be configured to disallow anonymous users to list the bucket contents, and only view resources when requested by the full path."},{"id":"listable_dirs","pass":true,"meta":"","vendorOnly":false,"expected":[{"property":"Domain Index","value":"[not a listable directory]"}],"actual":[{"property":"Domain Index","value":"[not a listable directory]"}],"severity":1,"cloudscanCategory":"data_leakage","prevCloudscanCategory":"website_sec","title":"Domain index is not a listable directory","description":"The domain index is not a listable directory.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":null,"sources":["duendesoftware.com:443","www.duendesoftware.com:9100"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"The page content from the domain's index indicates it is a web directory that provides direct access to the listing of hosted files.","riskDetails":"File hosting and sharing on the web is typically done through some kind of interface other than a raw web directory. The presence of an unstyled web directory may indicate that these files are not intended for public access. If any files are uploaded to this directory that are intended to be private, they would be immediately exposed to public access.","recommendedRemediation":"Review the file listing to ensure that all publicly accessible files have non-sensitive content. If the files are intended to be accessed through a website with styling, remove anonymous access to list the web directory and only allow access to the files via the full URL.","knownExploitedVulnCount":0,"checkID":"listable_dirs","category":"discovery","controlCheckID":"IM.DL.FS.UQ","passTitle":"Domain index is not a listable directory","passDescription":"The domain index is not a listable directory.","passGroupDescription":"No applicable sites have a listable directory as their index.","failTitle":"Domain index is a listable directory","failDescription":"The domain index was detected as a listable directory. This can allow attackers to find files that were assumed to be private.","remediation":"Disable directory browsing in your server configuration.","issue":"The domain index was detected as a listable directory. This can allow attackers to find files that were assumed to be private.","recommendation":"Disable directory browsing in the configuration of the identified servers.","defaultSeverity":1,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.13.1.1"],"ISO2022Controls":["8.20"],"NISTControls":["PR.AC-5"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"The page content from the domain's index indicates it is a web directory that provides direct access to the listing of hosted files.","RiskDetails":"File hosting and sharing on the web is typically done through some kind of interface other than a raw web directory. The presence of an unstyled web directory may indicate that these files are not intended for public access. If any files are uploaded to this directory that are intended to be private, they would be immediately exposed to public access.","RecommendedRemediation":"Review the file listing to ensure that all publicly accessible files have non-sensitive content. If the files are intended to be accessed through a website with styling, remove anonymous access to list the web directory and only allow access to the files via the full URL."}]},"failed":{"encryption":[{"id":"ssl_enabled","pass":false,"meta":"","vendorOnly":false,"expected":[{"property":"SSL","value":"true"}],"actual":[{"property":"SSL","value":"false"}],"severity":5,"cloudscanCategory":"encryption","prevCloudscanCategory":"website_sec","title":"SSL not available","description":"SSL is the standard encryption method for browsing websites. Enabling SSL requires installing an SSL certificate on the site.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-03-24T12:26:06.263062Z","sources":["www.duendesoftware.com:9100"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. These certificates provide a keypair, private and public, that is used to guarantee the encryption. Certificates expire after a set period of time and must be renewed to keep SSL/TLS active. SSL/TLS uses the HTTPS protocol, so all client connections must be rerouted from HTTP to HTTPS when necessary.","riskDetails":"Without SSL, all communications between systems are sent in plain text. This plain text can then be intercepted by a third party in what is called a man-in-the-middle (MITM) attack. These attacks target and harvest credentials and other sensitive information, which can in turn be used for further malicious activity. Improperly configured SSL/TLS and certificates that are out of date or encrypted with weak algorithms do not provide the necessary protection to prevent MITM attacks, and will make the site unreachable in most browsers.","recommendedRemediation":"Valid SSL/TLS certificates with strong encryption algorithms should be obtained from a trusted authority and properly installed and configured on all internet facing systems. Every system must have its name on the certificate to prevent mismatch errors in the browser. HTTPS should be made mandatory, with the necessary redirects and enforcement in place to ensure no plain text connections are possible. Processes should be established to ensure certificates are renewed before they expire.","knownExploitedVulnCount":0,"checkID":"ssl_enabled","category":"ssl","controlCheckID":"IM.EN.DT.PA","passTitle":"SSL available","passDescription":"SSL is supported for this site.","passGroupDescription":"SSL is supported on all sites.","failTitle":"SSL not available","failDescription":"SSL is the standard encryption method for browsing websites. Enabling SSL requires installing an SSL certificate on the site.","remediation":"Install SSL certificates.","issue":"We've detected websites that lack a valid SSL certificate. Without SSL, website visitors and customers are at higher risk of having their data stolen through man-in-the-middle and other cyber attacks.","recommendation":"Install valid SSL certificates on affected domains. Websites without valid SSL certificates are shown as 'non-secure' in modern browsers and will rank worse in Google and other search engines.","defaultSeverity":5,"categoryTotalCost":29,"overrideContext":null,"Deprecated":false,"ISOControls":["A.14.1.3"],"ISO2022Controls":["8.12"],"NISTControls":["PR.AC-5","PR.DS-2","PR.DS-5","PR.DS-6","PR.PT-4"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. These certificates provide a keypair, private and public, that is used to guarantee the encryption. Certificates expire after a set period of time and must be renewed to keep SSL/TLS active. SSL/TLS uses the HTTPS protocol, so all client connections must be rerouted from HTTP to HTTPS when necessary.","RiskDetails":"Without SSL, all communications between systems are sent in plain text. This plain text can then be intercepted by a third party in what is called a man-in-the-middle (MITM) attack. These attacks target and harvest credentials and other sensitive information, which can in turn be used for further malicious activity. Improperly configured SSL/TLS and certificates that are out of date or encrypted with weak algorithms do not provide the necessary protection to prevent MITM attacks, and will make the site unreachable in most browsers.","RecommendedRemediation":"Valid SSL/TLS certificates with strong encryption algorithms should be obtained from a trusted authority and properly installed and configured on all internet facing systems. Every system must have its name on the certificate to prevent mismatch errors in the browser. HTTPS should be made mandatory, with the necessary redirects and enforcement in place to ensure no plain text connections are possible. Processes should be established to ensure certificates are renewed before they expire."},{"id":"http_strict_transport_security","pass":false,"meta":"","vendorOnly":false,"expected":[{"property":"Headers > strict-transport-security","value":"[header set]"}],"actual":[{"property":"Headers > strict-transport-security","value":"[not set]"}],"severity":3,"cloudscanCategory":"encryption","prevCloudscanCategory":"website_sec","title":"HTTP Strict Transport Security (HSTS) not enforced","description":"Without HSTS enforced, people browsing this site are more susceptible to man-in-the-middle attacks. The server should be configured to support HSTS.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2020-10-16T03:35:16.150713Z","sources":["www.duendesoftware.com:443"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. These certificates provide a keypair, private and public, that is used to guarantee the encryption. SSL/TLS uses the HTTPS protocol, so all client connections must be rerouted from HTTP to HTTPS when necessary. HTTP Strict Transport Security (HSTS) ensures that no HTTP connections will be allowed from the server. This forces the use of HTTPS, which maintains encryption at all times.","riskDetails":"Without HSTS, servers are still allowed to establish unencrypted connections on the HTTP protocol. This can open the door for unexpected and unseen circumstances where a client passes sensitive information in plain text. HTTP to HTTPS redirects can still pass sensitive information, such as credentials in the URL, in plain text. This opens a window for a man-in-the-middle (MITM) attack. Old links that were overlooked might still specify HTTP. Users might create their own browser bookmarks using HTTP. As long as HTTP connections are possible, the risk of data interception is present.","recommendedRemediation":"Enable HSTS on the server. This is done by including the Strict-Transport-Security header on the system. The “includeSubDomains” directive should be specified to ensure all subdomains on the system use HTTPS. Submit your domain to Google’s HSTS preload service. This preload list is included in most browsers and will automatically make all connections to the domain use an encrypted channel.","knownExploitedVulnCount":0,"checkID":"http_strict_transport_security","category":"ssl","controlCheckID":"IM.EN.ET.PA","passTitle":"HTTP Strict Transport Security (HSTS) enforced","passDescription":"With HSTS enforced, people browsing this site are less susceptible to man-in-the-middle attacks.","passGroupDescription":"No sites detected as having missing HSTS settings.","failTitle":"HTTP Strict Transport Security (HSTS) not enforced","failDescription":"Without HSTS enforced, people browsing this site are more susceptible to man-in-the-middle attacks. The server should be configured to support HSTS.","remediation":"Set the Strict-Transport-Security header.","issue":"Websites are not enforcing HTTP Strict Transport Security (HSTS). Without enforcing HSTS, visitors are susceptible to certain man-in-the-middle attacks.","recommendation":"Configure the website to enforce HSTS by setting up the Strict-Transport-Security header, which ensures browsers will only communicate over HTTPS.","defaultSeverity":3,"categoryTotalCost":8,"overrideContext":null,"Deprecated":false,"ISOControls":["A.13.1.1"],"ISO2022Controls":["8.9"],"NISTControls":["PR.AC-5"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. These certificates provide a keypair, private and public, that is used to guarantee the encryption. SSL/TLS uses the HTTPS protocol, so all client connections must be rerouted from HTTP to HTTPS when necessary. HTTP Strict Transport Security (HSTS) ensures that no HTTP connections will be allowed from the server. This forces the use of HTTPS, which maintains encryption at all times.","RiskDetails":"Without HSTS, servers are still allowed to establish unencrypted connections on the HTTP protocol. This can open the door for unexpected and unseen circumstances where a client passes sensitive information in plain text. HTTP to HTTPS redirects can still pass sensitive information, such as credentials in the URL, in plain text. This opens a window for a man-in-the-middle (MITM) attack. Old links that were overlooked might still specify HTTP. Users might create their own browser bookmarks using HTTP. As long as HTTP connections are possible, the risk of data interception is present.","RecommendedRemediation":"Enable HSTS on the server. This is done by including the Strict-Transport-Security header on the system. The “includeSubDomains” directive should be specified to ensure all subdomains on the system use HTTPS. Submit your domain to Google’s HSTS preload service. This preload list is included in most browsers and will automatically make all connections to the domain use an encrypted channel."},{"id":"ssl_enabled_redirect","pass":false,"meta":"","vendorOnly":false,"expected":[{"property":"SSL > HTTPS Redirect","value":"true"}],"actual":[{"property":"SSL > HTTPS Redirect","value":"false"}],"severity":3,"cloudscanCategory":"encryption","prevCloudscanCategory":"website_sec","title":"HTTPS redirect not supported","description":"HTTPS is the standard protocol for secure communication on the internet. All redirects should be performed over HTTPS.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["www.duendesoftware.com:8001","www.duendesoftware.com:8003"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. These certificates provide a keypair, private and public, that is used to guarantee the encryption. Certificates expire after a set period of time and must be renewed to keep SSL/TLS active. SSL/TLS uses the HTTPS protocol, so all client connections must be rerouted from HTTP to HTTPS when necessary.","riskDetails":"Without HTTPS redirects, it may still be possible for clients to establish unencrypted connections and pass sensitive data in plain text. Even if SSL/TLS connections are available, allowing unencrypted connections alongside them still leaves a door open for a man-in-the-middle (MITM) attack. Users may make their own bookmarks, an old HTTP link may still be available on the website, etc. There are many scenarios where lack of a strict HTTPS policy can undermine HTTPS integrity.","recommendedRemediation":"Ensure that server-side policies are in place to reroute HTTP connections to their HTTPS counterpart. Enable HTTP Strict Transport Security (HSTS) to force HTTPS connections and hard block all attempts at unencrypted communication. Additional auditing such as penetration testing or analyzing network security logs can uncover any additional HTTP (port 80) connections being made to the organization.","knownExploitedVulnCount":0,"checkID":"ssl_enabled_redirect","category":"ssl","controlCheckID":"IM.EN.DT.UQ","passTitle":"HTTPS redirect supported","passDescription":"HTTPS is supported for this redirect.","passGroupDescription":"HTTPS is supported for all redirects.","failTitle":"HTTPS redirect not supported","failDescription":"HTTPS is the standard protocol for secure communication on the internet. All redirects should be performed over HTTPS.","remediation":"Install SSL certificates and enable HSTS on this domain.","issue":"Impacted domains are not redirecting over HTTPS. HTTPS is the standard protocol for secure communication on the Internet and websites should always redirect over HTTPS.","recommendation":"Install a valid SSL certificate on the impacted domains and then enable HTTP Strict Transport Security (HSTS) on the domain. HSTS ensures websites are only accessible via secure connections.","defaultSeverity":3,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.14.1.2"],"ISO2022Controls":["8.12"],"NISTControls":["PR.AC-5","PR.DS-2","PR.DS-5","PR.DS-6"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. These certificates provide a keypair, private and public, that is used to guarantee the encryption. Certificates expire after a set period of time and must be renewed to keep SSL/TLS active. SSL/TLS uses the HTTPS protocol, so all client connections must be rerouted from HTTP to HTTPS when necessary.","RiskDetails":"Without HTTPS redirects, it may still be possible for clients to establish unencrypted connections and pass sensitive data in plain text. Even if SSL/TLS connections are available, allowing unencrypted connections alongside them still leaves a door open for a man-in-the-middle (MITM) attack. Users may make their own bookmarks, an old HTTP link may still be available on the website, etc. There are many scenarios where lack of a strict HTTPS policy can undermine HTTPS integrity.","RecommendedRemediation":"Ensure that server-side policies are in place to reroute HTTP connections to their HTTPS counterpart. Enable HTTP Strict Transport Security (HSTS) to force HTTPS connections and hard block all attempts at unencrypted communication. Additional auditing such as penetration testing or analyzing network security logs can uncover any additional HTTP (port 80) connections being made to the organization."},{"id":"http_strict_transport_security_preload_list","pass":false,"meta":"","vendorOnly":false,"expected":[{"property":"HSTS Preload List","value":"[entry found]"}],"actual":[{"property":"HSTS Preload List","value":"[no entry found]"}],"severity":2,"cloudscanCategory":"encryption","prevCloudscanCategory":"website_sec","title":"Domain was not found on the HSTS preload list","description":"The domain was not found on the HSTS preload list. Users who visit the website for the first time will be vulnerable to MITM attacks. The requirements for inclusion on the preload list are specified by hstspreload.org.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2025-10-04T13:53:34.888297Z","sources":["duendesoftware.com:443"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. SSL/TLS uses the HTTPS protocol, so all client connections must be rerouted from HTTP to HTTPS when necessary. HTTP Strict Transport Security (HSTS) ensures that no HTTP connections will be allowed from the server. This forces the use of HTTPS, which maintains encryption at all times. Google hosts an HSTS preload list that is used in most browsers. Domains on this list will automatically establish encrypted connections from the browser, giving them the best protection.","riskDetails":"If a domain is not on the preload list, browsers may still attempt to make unencrypted HTTP connections to systems in that domain. This can create a situation where credentials or other sensitive information is passed in plain text before being sent to HTTPS, for example if it is part of the initial connection URL. Because the HSTS preload list is already incorporated into most browsers, it provides a seamless way to ensure only HTTPS connections are used.","recommendedRemediation":"Add the domain to the preload list by following the steps at https://hstspreload.org. There are several prerequisites to approval, including the need for a valid certificate, an HTTP to HTTPS redirect and that all subdomains are served over HTTPS as well. Your HSTS header must also be properly configured, containing both the IncludeSubDomains and Preload directives.","knownExploitedVulnCount":0,"checkID":"http_strict_transport_security_preload_list","category":"ssl","controlCheckID":"IM.EN.ET.ZW","passTitle":"Domain is included on the HSTS preload list","passDescription":"Being included on the preload list gives the highest level of protection against MITM attacks for users of all major browsers.","passGroupDescription":"All domains are included on the HSTS preload list.","failTitle":"Domain was not found on the HSTS preload list","failDescription":"The domain was not found on the HSTS preload list. Users who visit the website for the first time will be vulnerable to MITM attacks. The requirements for inclusion on the preload list are specified by hstspreload.org.","remediation":"Follow the instructions given by hstspreload.org.","issue":"Impacted domains are not included on the HSTS preload list. New visitors are vulnerable to man-in-the-middle attacks as they will try to connect to the website through HTTP.","recommendation":"Follow the instructions set out on https://hstspreload.org. This ensures major browsers like Chrome, Firefox, Opera, Safari, IE11, and Edge always connect over HTTPS, mitigating man-in-the-middle risk.","defaultSeverity":2,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.13.1.1"],"ISO2022Controls":["8.9"],"NISTControls":["PR.AC-5"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are mechanisms for securing traffic between two systems. They do this by using an encryption algorithm that makes the data unreadable for everyone except the two systems that possess the necessary certificates. SSL/TLS uses the HTTPS protocol, so all client connections must be rerouted from HTTP to HTTPS when necessary. HTTP Strict Transport Security (HSTS) ensures that no HTTP connections will be allowed from the server. This forces the use of HTTPS, which maintains encryption at all times. Google hosts an HSTS preload list that is used in most browsers. Domains on this list will automatically establish encrypted connections from the browser, giving them the best protection.","RiskDetails":"If a domain is not on the preload list, browsers may still attempt to make unencrypted HTTP connections to systems in that domain. This can create a situation where credentials or other sensitive information is passed in plain text before being sent to HTTPS, for example if it is part of the initial connection URL. Because the HSTS preload list is already incorporated into most browsers, it provides a seamless way to ensure only HTTPS connections are used.","RecommendedRemediation":"Add the domain to the preload list by following the steps at https://hstspreload.org. There are several prerequisites to approval, including the need for a valid certificate, an HTTP to HTTPS redirect and that all subdomains are served over HTTPS as well. Your HSTS header must also be properly configured, containing both the IncludeSubDomains and Preload directives."},{"id":"ssl_weak_cipher","pass":false,"meta":"TLSv1.2: TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA","vendorOnly":false,"expected":[{"property":"SSL > Supported Cipher Suite","value":"[secure ciphers only]"}],"actual":[{"property":"SSL > Supported Cipher Suite","value":"TLSv1.2: TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA"}],"severity":1,"cloudscanCategory":"encryption","prevCloudscanCategory":"website_sec","title":"Weak cipher suites supported in TLS 1.2","description":"Weak cipher suites can potentially be broken by a well resourced attacker, and should not be supported by the server unless very old devices or browsers must be supported.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2024-04-05T17:54:41.862035Z","sources":["www.duendesoftware.com:443"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Transport Layer Security (TLS) 1.2 supports several strong cipher suites, but also includes some that are considered obsolete or weak. Weak encryption algorithms in TLS 1.2 include NULL, RC2, RC4, DES, IDEA, and TDES/3DES, and cipher suites using these algorithms should not be used.","riskDetails":"Supporting weak cipher suites in TLS 1.2 means that attackers can attempt to force the usage of these cipher suites, even when secure ciphers are also available. Exploiting weak cipher suites can be used by hackers to eavesdrop on communications, intercept data, and launch adversary-in-the-middle attacks.","recommendedRemediation":"TLS 1.3 no longer includes the weak cipher suites available in 1.2. Upgrading to 1.3 will resolve the issue. Within 1.2, compare the list of cipher suites in use to the list at ciphersuite.info/cs to identify which are insecure.","knownExploitedVulnCount":0,"checkID":"ssl_weak_cipher","category":"ssl","controlCheckID":"IM.EN.SE.KA","passTitle":"No weak cipher suites supported in TLS 1.2","passDescription":"TLS connections to the site do not support any weak cipher suites.","passGroupDescription":"TLS connections to all sites do not support any weak cipher suites.","failTitle":"Weak cipher suites supported in TLS 1.2","failDescription":"Weak cipher suites can potentially be broken by a well resourced attacker, and should not be supported by the server unless very old devices or browsers must be supported.","remediation":"Ensure the server only supports secure cipher suites.","issue":"The impacted domains support weak cipher suites in TLS 1.2.","recommendation":"Ensure only secure ciphers are supported by the server.","defaultSeverity":1,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.14.1.3"],"ISO2022Controls":["8.12"],"NISTControls":["PR.AC-5","PR.DS-2","PR.DS-5","PR.DS-6","PR.PT-4"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Transport Layer Security (TLS) 1.2 supports several strong cipher suites, but also includes some that are considered obsolete or weak. Weak encryption algorithms in TLS 1.2 include NULL, RC2, RC4, DES, IDEA, and TDES/3DES, and cipher suites using these algorithms should not be used.","RiskDetails":"Supporting weak cipher suites in TLS 1.2 means that attackers can attempt to force the usage of these cipher suites, even when secure ciphers are also available. Exploiting weak cipher suites can be used by hackers to eavesdrop on communications, intercept data, and launch adversary-in-the-middle attacks.","RecommendedRemediation":"TLS 1.3 no longer includes the weak cipher suites available in 1.2. Upgrading to 1.3 will resolve the issue. Within 1.2, compare the list of cipher suites in use to the list at ciphersuite.info/cs to identify which are insecure."}],"network_sec_v2":[{"id":"exposed_service:Prometheus Node Exporter","pass":false,"meta":"'Prometheus Node Exporter': [listening on port 9100]","vendorOnly":false,"expected":[{"property":"Ports > 'Prometheus Node Exporter'","value":"[closed]"}],"actual":[{"property":"Ports > 'Prometheus Node Exporter'","value":"'Prometheus Node Exporter': [listening on port 9100]"}],"severity":3,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"'Prometheus Node Exporter' port open","description":"The 'Prometheus Node Exporter' service is running and exposed to the internet. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-03-24T12:26:06.263062Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":"exposed_service:~provisional~:Prometheus Node Exporter","summary":"Prometheus Node Exporter is an agent for exposing a wide variety of hardware and kernel-related metrics from servers for collection by a Prometheus monitoring server. It is commonly used to monitor system-level health and performance, such as CPU, memory, and disk usage.","riskDetails":"Exposing Prometheus Node Exporter to the internet allows unauthenticated users to gather detailed system and network information, which is valuable for reconnaissance. Misconfigured endpoints can also be exploited to conduct Denial of Service (DoS) attacks against the host machine by overwhelming it with resource-intensive requests. While typically unauthenticated by default, this exposure provides a significant attack surface and can lead to the leakage of sensitive data.","recommendedRemediation":"The Node Exporter service should not be exposed directly to the internet; it should be placed behind a firewall and made accessible only to the Prometheus server via a trusted network or VPN. Access can be further restricted by configuring IP whitelisting to only allow connections from the specific Prometheus server's address. If exposure is unavoidable, implement TLS encryption and authentication to secure the data in transit and restrict access.","knownExploitedVulnCount":0},{"id":"exposed_service:HTTP","pass":false,"meta":"'HTTP': [listening on ports 88, 8001, 8003]","vendorOnly":false,"expected":[{"property":"Ports > 'HTTP'","value":"[closed]"}],"actual":[{"property":"Ports > 'HTTP'","value":"'HTTP': [listening on ports 88, 8001, 8003]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"'HTTP' port open","description":"The 'HTTP' service is running and exposed to the internet. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"HTTP (Hypertext Transfer Protocol) is a protocol used for transmitting data over the internet, specifically for delivering web pages and other web-based content. A HTTP port is a network communication port that allows Hypertext Transfer Protocol (HTTP) traffic to be transmitted between a client and a server. The most commonly used HTTP port is 80.","riskDetails":"An open HTTP port creates the possibility of an unencrypted connection being made between the server and a client. Any information passed across this unencrypted channel is vulnerable to a man-in-the-middle attack where sensitive information, including usernames and passwords, can be read in transit by a malicious third party.","recommendedRemediation":"All web traffic should be conducted over an HTTPS connection, typically using port 443. By proactively redirecting or blocking the unencrypted HTTP port, the risk of data interception is greatly reduced.","knownExploitedVulnCount":0},{"id":"unknown_open_port:53","pass":false,"meta":"Port 53: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 53","value":"[closed]"}],"actual":[{"property":"Ports > Port 53","value":"Port 53: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 53 is open","description":"Port 53 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8000","pass":false,"meta":"Port 8000: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8000","value":"[closed]"}],"actual":[{"property":"Ports > Port 8000","value":"Port 8000: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8000 is open","description":"Port 8000 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8002","pass":false,"meta":"Port 8002: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8002","value":"[closed]"}],"actual":[{"property":"Ports > Port 8002","value":"Port 8002: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8002 is open","description":"Port 8002 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8004","pass":false,"meta":"Port 8004: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8004","value":"[closed]"}],"actual":[{"property":"Ports > Port 8004","value":"Port 8004: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8004 is open","description":"Port 8004 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8005","pass":false,"meta":"Port 8005: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8005","value":"[closed]"}],"actual":[{"property":"Ports > Port 8005","value":"Port 8005: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8005 is open","description":"Port 8005 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8006","pass":false,"meta":"Port 8006: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8006","value":"[closed]"}],"actual":[{"property":"Ports > Port 8006","value":"Port 8006: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8006 is open","description":"Port 8006 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8007","pass":false,"meta":"Port 8007: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8007","value":"[closed]"}],"actual":[{"property":"Ports > Port 8007","value":"Port 8007: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8007 is open","description":"Port 8007 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8008","pass":false,"meta":"Port 8008: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8008","value":"[closed]"}],"actual":[{"property":"Ports > Port 8008","value":"Port 8008: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8008 is open","description":"Port 8008 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8009","pass":false,"meta":"Port 8009: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8009","value":"[closed]"}],"actual":[{"property":"Ports > Port 8009","value":"Port 8009: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8009 is open","description":"Port 8009 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8010","pass":false,"meta":"Port 8010: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8010","value":"[closed]"}],"actual":[{"property":"Ports > Port 8010","value":"Port 8010: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8010 is open","description":"Port 8010 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8011","pass":false,"meta":"Port 8011: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8011","value":"[closed]"}],"actual":[{"property":"Ports > Port 8011","value":"Port 8011: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8011 is open","description":"Port 8011 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8012","pass":false,"meta":"Port 8012: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8012","value":"[closed]"}],"actual":[{"property":"Ports > Port 8012","value":"Port 8012: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8012 is open","description":"Port 8012 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8013","pass":false,"meta":"Port 8013: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8013","value":"[closed]"}],"actual":[{"property":"Ports > Port 8013","value":"Port 8013: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8013 is open","description":"Port 8013 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8014","pass":false,"meta":"Port 8014: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8014","value":"[closed]"}],"actual":[{"property":"Ports > Port 8014","value":"Port 8014: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8014 is open","description":"Port 8014 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8015","pass":false,"meta":"Port 8015: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8015","value":"[closed]"}],"actual":[{"property":"Ports > Port 8015","value":"Port 8015: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8015 is open","description":"Port 8015 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8016","pass":false,"meta":"Port 8016: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8016","value":"[closed]"}],"actual":[{"property":"Ports > Port 8016","value":"Port 8016: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8016 is open","description":"Port 8016 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8017","pass":false,"meta":"Port 8017: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8017","value":"[closed]"}],"actual":[{"property":"Ports > Port 8017","value":"Port 8017: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8017 is open","description":"Port 8017 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8018","pass":false,"meta":"Port 8018: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8018","value":"[closed]"}],"actual":[{"property":"Ports > Port 8018","value":"Port 8018: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8018 is open","description":"Port 8018 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8019","pass":false,"meta":"Port 8019: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8019","value":"[closed]"}],"actual":[{"property":"Ports > Port 8019","value":"Port 8019: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8019 is open","description":"Port 8019 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8020","pass":false,"meta":"Port 8020: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8020","value":"[closed]"}],"actual":[{"property":"Ports > Port 8020","value":"Port 8020: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8020 is open","description":"Port 8020 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8021","pass":false,"meta":"Port 8021: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8021","value":"[closed]"}],"actual":[{"property":"Ports > Port 8021","value":"Port 8021: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8021 is open","description":"Port 8021 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8022","pass":false,"meta":"Port 8022: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8022","value":"[closed]"}],"actual":[{"property":"Ports > Port 8022","value":"Port 8022: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8022 is open","description":"Port 8022 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8023","pass":false,"meta":"Port 8023: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8023","value":"[closed]"}],"actual":[{"property":"Ports > Port 8023","value":"Port 8023: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8023 is open","description":"Port 8023 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8024","pass":false,"meta":"Port 8024: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8024","value":"[closed]"}],"actual":[{"property":"Ports > Port 8024","value":"Port 8024: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8024 is open","description":"Port 8024 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8025","pass":false,"meta":"Port 8025: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8025","value":"[closed]"}],"actual":[{"property":"Ports > Port 8025","value":"Port 8025: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8025 is open","description":"Port 8025 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8026","pass":false,"meta":"Port 8026: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8026","value":"[closed]"}],"actual":[{"property":"Ports > Port 8026","value":"Port 8026: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8026 is open","description":"Port 8026 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8027","pass":false,"meta":"Port 8027: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8027","value":"[closed]"}],"actual":[{"property":"Ports > Port 8027","value":"Port 8027: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8027 is open","description":"Port 8027 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8028","pass":false,"meta":"Port 8028: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8028","value":"[closed]"}],"actual":[{"property":"Ports > Port 8028","value":"Port 8028: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8028 is open","description":"Port 8028 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8029","pass":false,"meta":"Port 8029: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8029","value":"[closed]"}],"actual":[{"property":"Ports > Port 8029","value":"Port 8029: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8029 is open","description":"Port 8029 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8030","pass":false,"meta":"Port 8030: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8030","value":"[closed]"}],"actual":[{"property":"Ports > Port 8030","value":"Port 8030: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8030 is open","description":"Port 8030 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8031","pass":false,"meta":"Port 8031: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8031","value":"[closed]"}],"actual":[{"property":"Ports > Port 8031","value":"Port 8031: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8031 is open","description":"Port 8031 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8032","pass":false,"meta":"Port 8032: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8032","value":"[closed]"}],"actual":[{"property":"Ports > Port 8032","value":"Port 8032: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8032 is open","description":"Port 8032 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8033","pass":false,"meta":"Port 8033: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8033","value":"[closed]"}],"actual":[{"property":"Ports > Port 8033","value":"Port 8033: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8033 is open","description":"Port 8033 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8034","pass":false,"meta":"Port 8034: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8034","value":"[closed]"}],"actual":[{"property":"Ports > Port 8034","value":"Port 8034: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8034 is open","description":"Port 8034 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8035","pass":false,"meta":"Port 8035: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8035","value":"[closed]"}],"actual":[{"property":"Ports > Port 8035","value":"Port 8035: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8035 is open","description":"Port 8035 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8036","pass":false,"meta":"Port 8036: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8036","value":"[closed]"}],"actual":[{"property":"Ports > Port 8036","value":"Port 8036: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8036 is open","description":"Port 8036 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8037","pass":false,"meta":"Port 8037: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8037","value":"[closed]"}],"actual":[{"property":"Ports > Port 8037","value":"Port 8037: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8037 is open","description":"Port 8037 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8038","pass":false,"meta":"Port 8038: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8038","value":"[closed]"}],"actual":[{"property":"Ports > Port 8038","value":"Port 8038: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8038 is open","description":"Port 8038 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8039","pass":false,"meta":"Port 8039: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8039","value":"[closed]"}],"actual":[{"property":"Ports > Port 8039","value":"Port 8039: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8039 is open","description":"Port 8039 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8040","pass":false,"meta":"Port 8040: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8040","value":"[closed]"}],"actual":[{"property":"Ports > Port 8040","value":"Port 8040: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8040 is open","description":"Port 8040 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8041","pass":false,"meta":"Port 8041: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8041","value":"[closed]"}],"actual":[{"property":"Ports > Port 8041","value":"Port 8041: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8041 is open","description":"Port 8041 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8042","pass":false,"meta":"Port 8042: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8042","value":"[closed]"}],"actual":[{"property":"Ports > Port 8042","value":"Port 8042: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8042 is open","description":"Port 8042 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8043","pass":false,"meta":"Port 8043: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8043","value":"[closed]"}],"actual":[{"property":"Ports > Port 8043","value":"Port 8043: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8043 is open","description":"Port 8043 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8044","pass":false,"meta":"Port 8044: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8044","value":"[closed]"}],"actual":[{"property":"Ports > Port 8044","value":"Port 8044: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8044 is open","description":"Port 8044 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8045","pass":false,"meta":"Port 8045: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8045","value":"[closed]"}],"actual":[{"property":"Ports > Port 8045","value":"Port 8045: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8045 is open","description":"Port 8045 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8046","pass":false,"meta":"Port 8046: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8046","value":"[closed]"}],"actual":[{"property":"Ports > Port 8046","value":"Port 8046: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8046 is open","description":"Port 8046 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8047","pass":false,"meta":"Port 8047: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8047","value":"[closed]"}],"actual":[{"property":"Ports > Port 8047","value":"Port 8047: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8047 is open","description":"Port 8047 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8048","pass":false,"meta":"Port 8048: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8048","value":"[closed]"}],"actual":[{"property":"Ports > Port 8048","value":"Port 8048: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8048 is open","description":"Port 8048 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8049","pass":false,"meta":"Port 8049: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8049","value":"[closed]"}],"actual":[{"property":"Ports > Port 8049","value":"Port 8049: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8049 is open","description":"Port 8049 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8050","pass":false,"meta":"Port 8050: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8050","value":"[closed]"}],"actual":[{"property":"Ports > Port 8050","value":"Port 8050: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8050 is open","description":"Port 8050 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8051","pass":false,"meta":"Port 8051: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8051","value":"[closed]"}],"actual":[{"property":"Ports > Port 8051","value":"Port 8051: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8051 is open","description":"Port 8051 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8052","pass":false,"meta":"Port 8052: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8052","value":"[closed]"}],"actual":[{"property":"Ports > Port 8052","value":"Port 8052: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8052 is open","description":"Port 8052 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8053","pass":false,"meta":"Port 8053: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8053","value":"[closed]"}],"actual":[{"property":"Ports > Port 8053","value":"Port 8053: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8053 is open","description":"Port 8053 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8054","pass":false,"meta":"Port 8054: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8054","value":"[closed]"}],"actual":[{"property":"Ports > Port 8054","value":"Port 8054: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8054 is open","description":"Port 8054 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8055","pass":false,"meta":"Port 8055: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8055","value":"[closed]"}],"actual":[{"property":"Ports > Port 8055","value":"Port 8055: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8055 is open","description":"Port 8055 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8056","pass":false,"meta":"Port 8056: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8056","value":"[closed]"}],"actual":[{"property":"Ports > Port 8056","value":"Port 8056: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8056 is open","description":"Port 8056 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8057","pass":false,"meta":"Port 8057: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8057","value":"[closed]"}],"actual":[{"property":"Ports > Port 8057","value":"Port 8057: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8057 is open","description":"Port 8057 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8058","pass":false,"meta":"Port 8058: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8058","value":"[closed]"}],"actual":[{"property":"Ports > Port 8058","value":"Port 8058: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8058 is open","description":"Port 8058 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8059","pass":false,"meta":"Port 8059: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8059","value":"[closed]"}],"actual":[{"property":"Ports > Port 8059","value":"Port 8059: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8059 is open","description":"Port 8059 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8060","pass":false,"meta":"Port 8060: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8060","value":"[closed]"}],"actual":[{"property":"Ports > Port 8060","value":"Port 8060: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8060 is open","description":"Port 8060 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8061","pass":false,"meta":"Port 8061: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8061","value":"[closed]"}],"actual":[{"property":"Ports > Port 8061","value":"Port 8061: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8061 is open","description":"Port 8061 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8062","pass":false,"meta":"Port 8062: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8062","value":"[closed]"}],"actual":[{"property":"Ports > Port 8062","value":"Port 8062: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8062 is open","description":"Port 8062 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8063","pass":false,"meta":"Port 8063: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8063","value":"[closed]"}],"actual":[{"property":"Ports > Port 8063","value":"Port 8063: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8063 is open","description":"Port 8063 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8064","pass":false,"meta":"Port 8064: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8064","value":"[closed]"}],"actual":[{"property":"Ports > Port 8064","value":"Port 8064: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8064 is open","description":"Port 8064 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8065","pass":false,"meta":"Port 8065: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8065","value":"[closed]"}],"actual":[{"property":"Ports > Port 8065","value":"Port 8065: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8065 is open","description":"Port 8065 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8066","pass":false,"meta":"Port 8066: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8066","value":"[closed]"}],"actual":[{"property":"Ports > Port 8066","value":"Port 8066: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8066 is open","description":"Port 8066 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8067","pass":false,"meta":"Port 8067: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8067","value":"[closed]"}],"actual":[{"property":"Ports > Port 8067","value":"Port 8067: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8067 is open","description":"Port 8067 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8068","pass":false,"meta":"Port 8068: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8068","value":"[closed]"}],"actual":[{"property":"Ports > Port 8068","value":"Port 8068: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8068 is open","description":"Port 8068 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8069","pass":false,"meta":"Port 8069: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8069","value":"[closed]"}],"actual":[{"property":"Ports > Port 8069","value":"Port 8069: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8069 is open","description":"Port 8069 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8070","pass":false,"meta":"Port 8070: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8070","value":"[closed]"}],"actual":[{"property":"Ports > Port 8070","value":"Port 8070: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8070 is open","description":"Port 8070 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8071","pass":false,"meta":"Port 8071: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8071","value":"[closed]"}],"actual":[{"property":"Ports > Port 8071","value":"Port 8071: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8071 is open","description":"Port 8071 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8072","pass":false,"meta":"Port 8072: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8072","value":"[closed]"}],"actual":[{"property":"Ports > Port 8072","value":"Port 8072: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8072 is open","description":"Port 8072 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8073","pass":false,"meta":"Port 8073: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8073","value":"[closed]"}],"actual":[{"property":"Ports > Port 8073","value":"Port 8073: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8073 is open","description":"Port 8073 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8074","pass":false,"meta":"Port 8074: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8074","value":"[closed]"}],"actual":[{"property":"Ports > Port 8074","value":"Port 8074: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8074 is open","description":"Port 8074 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8075","pass":false,"meta":"Port 8075: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8075","value":"[closed]"}],"actual":[{"property":"Ports > Port 8075","value":"Port 8075: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8075 is open","description":"Port 8075 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8076","pass":false,"meta":"Port 8076: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8076","value":"[closed]"}],"actual":[{"property":"Ports > Port 8076","value":"Port 8076: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8076 is open","description":"Port 8076 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8077","pass":false,"meta":"Port 8077: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8077","value":"[closed]"}],"actual":[{"property":"Ports > Port 8077","value":"Port 8077: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8077 is open","description":"Port 8077 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8078","pass":false,"meta":"Port 8078: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8078","value":"[closed]"}],"actual":[{"property":"Ports > Port 8078","value":"Port 8078: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8078 is open","description":"Port 8078 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8079","pass":false,"meta":"Port 8079: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8079","value":"[closed]"}],"actual":[{"property":"Ports > Port 8079","value":"Port 8079: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8079 is open","description":"Port 8079 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8080","pass":false,"meta":"Port 8080: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8080","value":"[closed]"}],"actual":[{"property":"Ports > Port 8080","value":"Port 8080: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8080 is open","description":"Port 8080 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8081","pass":false,"meta":"Port 8081: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8081","value":"[closed]"}],"actual":[{"property":"Ports > Port 8081","value":"Port 8081: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8081 is open","description":"Port 8081 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8082","pass":false,"meta":"Port 8082: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8082","value":"[closed]"}],"actual":[{"property":"Ports > Port 8082","value":"Port 8082: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8082 is open","description":"Port 8082 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8083","pass":false,"meta":"Port 8083: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8083","value":"[closed]"}],"actual":[{"property":"Ports > Port 8083","value":"Port 8083: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8083 is open","description":"Port 8083 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8084","pass":false,"meta":"Port 8084: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8084","value":"[closed]"}],"actual":[{"property":"Ports > Port 8084","value":"Port 8084: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8084 is open","description":"Port 8084 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8085","pass":false,"meta":"Port 8085: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8085","value":"[closed]"}],"actual":[{"property":"Ports > Port 8085","value":"Port 8085: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8085 is open","description":"Port 8085 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8086","pass":false,"meta":"Port 8086: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8086","value":"[closed]"}],"actual":[{"property":"Ports > Port 8086","value":"Port 8086: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8086 is open","description":"Port 8086 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8087","pass":false,"meta":"Port 8087: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8087","value":"[closed]"}],"actual":[{"property":"Ports > Port 8087","value":"Port 8087: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8087 is open","description":"Port 8087 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8089","pass":false,"meta":"Port 8089: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8089","value":"[closed]"}],"actual":[{"property":"Ports > Port 8089","value":"Port 8089: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8089 is open","description":"Port 8089 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8090","pass":false,"meta":"Port 8090: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8090","value":"[closed]"}],"actual":[{"property":"Ports > Port 8090","value":"Port 8090: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8090 is open","description":"Port 8090 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8091","pass":false,"meta":"Port 8091: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8091","value":"[closed]"}],"actual":[{"property":"Ports > Port 8091","value":"Port 8091: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8091 is open","description":"Port 8091 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8092","pass":false,"meta":"Port 8092: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8092","value":"[closed]"}],"actual":[{"property":"Ports > Port 8092","value":"Port 8092: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8092 is open","description":"Port 8092 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8093","pass":false,"meta":"Port 8093: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8093","value":"[closed]"}],"actual":[{"property":"Ports > Port 8093","value":"Port 8093: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8093 is open","description":"Port 8093 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8094","pass":false,"meta":"Port 8094: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8094","value":"[closed]"}],"actual":[{"property":"Ports > Port 8094","value":"Port 8094: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8094 is open","description":"Port 8094 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8095","pass":false,"meta":"Port 8095: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8095","value":"[closed]"}],"actual":[{"property":"Ports > Port 8095","value":"Port 8095: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8095 is open","description":"Port 8095 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8096","pass":false,"meta":"Port 8096: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8096","value":"[closed]"}],"actual":[{"property":"Ports > Port 8096","value":"Port 8096: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8096 is open","description":"Port 8096 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8097","pass":false,"meta":"Port 8097: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8097","value":"[closed]"}],"actual":[{"property":"Ports > Port 8097","value":"Port 8097: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8097 is open","description":"Port 8097 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8098","pass":false,"meta":"Port 8098: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8098","value":"[closed]"}],"actual":[{"property":"Ports > Port 8098","value":"Port 8098: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8098 is open","description":"Port 8098 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8099","pass":false,"meta":"Port 8099: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8099","value":"[closed]"}],"actual":[{"property":"Ports > Port 8099","value":"Port 8099: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8099 is open","description":"Port 8099 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:81","pass":false,"meta":"Port 81: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 81","value":"[closed]"}],"actual":[{"property":"Ports > Port 81","value":"Port 81: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 81 is open","description":"Port 81 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8100","pass":false,"meta":"Port 8100: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8100","value":"[closed]"}],"actual":[{"property":"Ports > Port 8100","value":"Port 8100: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8100 is open","description":"Port 8100 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8101","pass":false,"meta":"Port 8101: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8101","value":"[closed]"}],"actual":[{"property":"Ports > Port 8101","value":"Port 8101: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8101 is open","description":"Port 8101 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8102","pass":false,"meta":"Port 8102: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8102","value":"[closed]"}],"actual":[{"property":"Ports > Port 8102","value":"Port 8102: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8102 is open","description":"Port 8102 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8103","pass":false,"meta":"Port 8103: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8103","value":"[closed]"}],"actual":[{"property":"Ports > Port 8103","value":"Port 8103: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8103 is open","description":"Port 8103 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8104","pass":false,"meta":"Port 8104: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8104","value":"[closed]"}],"actual":[{"property":"Ports > Port 8104","value":"Port 8104: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8104 is open","description":"Port 8104 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8105","pass":false,"meta":"Port 8105: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8105","value":"[closed]"}],"actual":[{"property":"Ports > Port 8105","value":"Port 8105: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8105 is open","description":"Port 8105 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8106","pass":false,"meta":"Port 8106: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8106","value":"[closed]"}],"actual":[{"property":"Ports > Port 8106","value":"Port 8106: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8106 is open","description":"Port 8106 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8107","pass":false,"meta":"Port 8107: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8107","value":"[closed]"}],"actual":[{"property":"Ports > Port 8107","value":"Port 8107: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8107 is open","description":"Port 8107 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8108","pass":false,"meta":"Port 8108: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8108","value":"[closed]"}],"actual":[{"property":"Ports > Port 8108","value":"Port 8108: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8108 is open","description":"Port 8108 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8109","pass":false,"meta":"Port 8109: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8109","value":"[closed]"}],"actual":[{"property":"Ports > Port 8109","value":"Port 8109: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8109 is open","description":"Port 8109 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8110","pass":false,"meta":"Port 8110: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8110","value":"[closed]"}],"actual":[{"property":"Ports > Port 8110","value":"Port 8110: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8110 is open","description":"Port 8110 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8111","pass":false,"meta":"Port 8111: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8111","value":"[closed]"}],"actual":[{"property":"Ports > Port 8111","value":"Port 8111: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8111 is open","description":"Port 8111 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8112","pass":false,"meta":"Port 8112: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8112","value":"[closed]"}],"actual":[{"property":"Ports > Port 8112","value":"Port 8112: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8112 is open","description":"Port 8112 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8113","pass":false,"meta":"Port 8113: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8113","value":"[closed]"}],"actual":[{"property":"Ports > Port 8113","value":"Port 8113: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8113 is open","description":"Port 8113 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8114","pass":false,"meta":"Port 8114: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8114","value":"[closed]"}],"actual":[{"property":"Ports > Port 8114","value":"Port 8114: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8114 is open","description":"Port 8114 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8115","pass":false,"meta":"Port 8115: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8115","value":"[closed]"}],"actual":[{"property":"Ports > Port 8115","value":"Port 8115: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8115 is open","description":"Port 8115 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8116","pass":false,"meta":"Port 8116: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8116","value":"[closed]"}],"actual":[{"property":"Ports > Port 8116","value":"Port 8116: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8116 is open","description":"Port 8116 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8117","pass":false,"meta":"Port 8117: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8117","value":"[closed]"}],"actual":[{"property":"Ports > Port 8117","value":"Port 8117: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8117 is open","description":"Port 8117 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8118","pass":false,"meta":"Port 8118: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8118","value":"[closed]"}],"actual":[{"property":"Ports > Port 8118","value":"Port 8118: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8118 is open","description":"Port 8118 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8119","pass":false,"meta":"Port 8119: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8119","value":"[closed]"}],"actual":[{"property":"Ports > Port 8119","value":"Port 8119: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8119 is open","description":"Port 8119 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8120","pass":false,"meta":"Port 8120: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8120","value":"[closed]"}],"actual":[{"property":"Ports > Port 8120","value":"Port 8120: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8120 is open","description":"Port 8120 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8121","pass":false,"meta":"Port 8121: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8121","value":"[closed]"}],"actual":[{"property":"Ports > Port 8121","value":"Port 8121: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8121 is open","description":"Port 8121 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8122","pass":false,"meta":"Port 8122: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8122","value":"[closed]"}],"actual":[{"property":"Ports > Port 8122","value":"Port 8122: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8122 is open","description":"Port 8122 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8123","pass":false,"meta":"Port 8123: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8123","value":"[closed]"}],"actual":[{"property":"Ports > Port 8123","value":"Port 8123: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8123 is open","description":"Port 8123 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8124","pass":false,"meta":"Port 8124: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8124","value":"[closed]"}],"actual":[{"property":"Ports > Port 8124","value":"Port 8124: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8124 is open","description":"Port 8124 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8125","pass":false,"meta":"Port 8125: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8125","value":"[closed]"}],"actual":[{"property":"Ports > Port 8125","value":"Port 8125: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8125 is open","description":"Port 8125 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8126","pass":false,"meta":"Port 8126: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8126","value":"[closed]"}],"actual":[{"property":"Ports > Port 8126","value":"Port 8126: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8126 is open","description":"Port 8126 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8127","pass":false,"meta":"Port 8127: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8127","value":"[closed]"}],"actual":[{"property":"Ports > Port 8127","value":"Port 8127: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8127 is open","description":"Port 8127 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8128","pass":false,"meta":"Port 8128: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8128","value":"[closed]"}],"actual":[{"property":"Ports > Port 8128","value":"Port 8128: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8128 is open","description":"Port 8128 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8129","pass":false,"meta":"Port 8129: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8129","value":"[closed]"}],"actual":[{"property":"Ports > Port 8129","value":"Port 8129: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8129 is open","description":"Port 8129 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8130","pass":false,"meta":"Port 8130: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8130","value":"[closed]"}],"actual":[{"property":"Ports > Port 8130","value":"Port 8130: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8130 is open","description":"Port 8130 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8131","pass":false,"meta":"Port 8131: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8131","value":"[closed]"}],"actual":[{"property":"Ports > Port 8131","value":"Port 8131: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8131 is open","description":"Port 8131 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8132","pass":false,"meta":"Port 8132: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8132","value":"[closed]"}],"actual":[{"property":"Ports > Port 8132","value":"Port 8132: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8132 is open","description":"Port 8132 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8133","pass":false,"meta":"Port 8133: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8133","value":"[closed]"}],"actual":[{"property":"Ports > Port 8133","value":"Port 8133: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8133 is open","description":"Port 8133 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8134","pass":false,"meta":"Port 8134: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8134","value":"[closed]"}],"actual":[{"property":"Ports > Port 8134","value":"Port 8134: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8134 is open","description":"Port 8134 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8135","pass":false,"meta":"Port 8135: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8135","value":"[closed]"}],"actual":[{"property":"Ports > Port 8135","value":"Port 8135: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8135 is open","description":"Port 8135 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8136","pass":false,"meta":"Port 8136: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8136","value":"[closed]"}],"actual":[{"property":"Ports > Port 8136","value":"Port 8136: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8136 is open","description":"Port 8136 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8137","pass":false,"meta":"Port 8137: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8137","value":"[closed]"}],"actual":[{"property":"Ports > Port 8137","value":"Port 8137: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8137 is open","description":"Port 8137 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8138","pass":false,"meta":"Port 8138: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8138","value":"[closed]"}],"actual":[{"property":"Ports > Port 8138","value":"Port 8138: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8138 is open","description":"Port 8138 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8139","pass":false,"meta":"Port 8139: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8139","value":"[closed]"}],"actual":[{"property":"Ports > Port 8139","value":"Port 8139: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8139 is open","description":"Port 8139 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8140","pass":false,"meta":"Port 8140: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8140","value":"[closed]"}],"actual":[{"property":"Ports > Port 8140","value":"Port 8140: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8140 is open","description":"Port 8140 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8141","pass":false,"meta":"Port 8141: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8141","value":"[closed]"}],"actual":[{"property":"Ports > Port 8141","value":"Port 8141: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8141 is open","description":"Port 8141 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8142","pass":false,"meta":"Port 8142: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8142","value":"[closed]"}],"actual":[{"property":"Ports > Port 8142","value":"Port 8142: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8142 is open","description":"Port 8142 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8143","pass":false,"meta":"Port 8143: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8143","value":"[closed]"}],"actual":[{"property":"Ports > Port 8143","value":"Port 8143: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8143 is open","description":"Port 8143 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8144","pass":false,"meta":"Port 8144: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8144","value":"[closed]"}],"actual":[{"property":"Ports > Port 8144","value":"Port 8144: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8144 is open","description":"Port 8144 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8145","pass":false,"meta":"Port 8145: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8145","value":"[closed]"}],"actual":[{"property":"Ports > Port 8145","value":"Port 8145: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8145 is open","description":"Port 8145 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8146","pass":false,"meta":"Port 8146: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8146","value":"[closed]"}],"actual":[{"property":"Ports > Port 8146","value":"Port 8146: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8146 is open","description":"Port 8146 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8147","pass":false,"meta":"Port 8147: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8147","value":"[closed]"}],"actual":[{"property":"Ports > Port 8147","value":"Port 8147: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8147 is open","description":"Port 8147 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8148","pass":false,"meta":"Port 8148: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8148","value":"[closed]"}],"actual":[{"property":"Ports > Port 8148","value":"Port 8148: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8148 is open","description":"Port 8148 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8149","pass":false,"meta":"Port 8149: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8149","value":"[closed]"}],"actual":[{"property":"Ports > Port 8149","value":"Port 8149: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8149 is open","description":"Port 8149 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8150","pass":false,"meta":"Port 8150: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8150","value":"[closed]"}],"actual":[{"property":"Ports > Port 8150","value":"Port 8150: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8150 is open","description":"Port 8150 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8151","pass":false,"meta":"Port 8151: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8151","value":"[closed]"}],"actual":[{"property":"Ports > Port 8151","value":"Port 8151: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8151 is open","description":"Port 8151 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8152","pass":false,"meta":"Port 8152: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8152","value":"[closed]"}],"actual":[{"property":"Ports > Port 8152","value":"Port 8152: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8152 is open","description":"Port 8152 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8153","pass":false,"meta":"Port 8153: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8153","value":"[closed]"}],"actual":[{"property":"Ports > Port 8153","value":"Port 8153: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8153 is open","description":"Port 8153 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8154","pass":false,"meta":"Port 8154: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8154","value":"[closed]"}],"actual":[{"property":"Ports > Port 8154","value":"Port 8154: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8154 is open","description":"Port 8154 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8155","pass":false,"meta":"Port 8155: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8155","value":"[closed]"}],"actual":[{"property":"Ports > Port 8155","value":"Port 8155: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8155 is open","description":"Port 8155 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8156","pass":false,"meta":"Port 8156: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8156","value":"[closed]"}],"actual":[{"property":"Ports > Port 8156","value":"Port 8156: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8156 is open","description":"Port 8156 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8157","pass":false,"meta":"Port 8157: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8157","value":"[closed]"}],"actual":[{"property":"Ports > Port 8157","value":"Port 8157: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8157 is open","description":"Port 8157 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8158","pass":false,"meta":"Port 8158: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8158","value":"[closed]"}],"actual":[{"property":"Ports > Port 8158","value":"Port 8158: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8158 is open","description":"Port 8158 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8159","pass":false,"meta":"Port 8159: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8159","value":"[closed]"}],"actual":[{"property":"Ports > Port 8159","value":"Port 8159: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8159 is open","description":"Port 8159 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8160","pass":false,"meta":"Port 8160: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8160","value":"[closed]"}],"actual":[{"property":"Ports > Port 8160","value":"Port 8160: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8160 is open","description":"Port 8160 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8161","pass":false,"meta":"Port 8161: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8161","value":"[closed]"}],"actual":[{"property":"Ports > Port 8161","value":"Port 8161: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8161 is open","description":"Port 8161 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8162","pass":false,"meta":"Port 8162: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8162","value":"[closed]"}],"actual":[{"property":"Ports > Port 8162","value":"Port 8162: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8162 is open","description":"Port 8162 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8163","pass":false,"meta":"Port 8163: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8163","value":"[closed]"}],"actual":[{"property":"Ports > Port 8163","value":"Port 8163: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8163 is open","description":"Port 8163 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8164","pass":false,"meta":"Port 8164: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8164","value":"[closed]"}],"actual":[{"property":"Ports > Port 8164","value":"Port 8164: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8164 is open","description":"Port 8164 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8165","pass":false,"meta":"Port 8165: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8165","value":"[closed]"}],"actual":[{"property":"Ports > Port 8165","value":"Port 8165: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8165 is open","description":"Port 8165 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8166","pass":false,"meta":"Port 8166: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8166","value":"[closed]"}],"actual":[{"property":"Ports > Port 8166","value":"Port 8166: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8166 is open","description":"Port 8166 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8167","pass":false,"meta":"Port 8167: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8167","value":"[closed]"}],"actual":[{"property":"Ports > Port 8167","value":"Port 8167: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8167 is open","description":"Port 8167 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8168","pass":false,"meta":"Port 8168: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8168","value":"[closed]"}],"actual":[{"property":"Ports > Port 8168","value":"Port 8168: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8168 is open","description":"Port 8168 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8169","pass":false,"meta":"Port 8169: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8169","value":"[closed]"}],"actual":[{"property":"Ports > Port 8169","value":"Port 8169: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8169 is open","description":"Port 8169 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8170","pass":false,"meta":"Port 8170: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8170","value":"[closed]"}],"actual":[{"property":"Ports > Port 8170","value":"Port 8170: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8170 is open","description":"Port 8170 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8171","pass":false,"meta":"Port 8171: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8171","value":"[closed]"}],"actual":[{"property":"Ports > Port 8171","value":"Port 8171: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8171 is open","description":"Port 8171 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8172","pass":false,"meta":"Port 8172: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8172","value":"[closed]"}],"actual":[{"property":"Ports > Port 8172","value":"Port 8172: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8172 is open","description":"Port 8172 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8173","pass":false,"meta":"Port 8173: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8173","value":"[closed]"}],"actual":[{"property":"Ports > Port 8173","value":"Port 8173: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8173 is open","description":"Port 8173 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8174","pass":false,"meta":"Port 8174: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8174","value":"[closed]"}],"actual":[{"property":"Ports > Port 8174","value":"Port 8174: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8174 is open","description":"Port 8174 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8175","pass":false,"meta":"Port 8175: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8175","value":"[closed]"}],"actual":[{"property":"Ports > Port 8175","value":"Port 8175: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8175 is open","description":"Port 8175 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8176","pass":false,"meta":"Port 8176: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8176","value":"[closed]"}],"actual":[{"property":"Ports > Port 8176","value":"Port 8176: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8176 is open","description":"Port 8176 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8177","pass":false,"meta":"Port 8177: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8177","value":"[closed]"}],"actual":[{"property":"Ports > Port 8177","value":"Port 8177: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8177 is open","description":"Port 8177 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8178","pass":false,"meta":"Port 8178: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8178","value":"[closed]"}],"actual":[{"property":"Ports > Port 8178","value":"Port 8178: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8178 is open","description":"Port 8178 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8179","pass":false,"meta":"Port 8179: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8179","value":"[closed]"}],"actual":[{"property":"Ports > Port 8179","value":"Port 8179: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8179 is open","description":"Port 8179 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8180","pass":false,"meta":"Port 8180: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8180","value":"[closed]"}],"actual":[{"property":"Ports > Port 8180","value":"Port 8180: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8180 is open","description":"Port 8180 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8181","pass":false,"meta":"Port 8181: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8181","value":"[closed]"}],"actual":[{"property":"Ports > Port 8181","value":"Port 8181: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8181 is open","description":"Port 8181 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8182","pass":false,"meta":"Port 8182: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8182","value":"[closed]"}],"actual":[{"property":"Ports > Port 8182","value":"Port 8182: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8182 is open","description":"Port 8182 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8183","pass":false,"meta":"Port 8183: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8183","value":"[closed]"}],"actual":[{"property":"Ports > Port 8183","value":"Port 8183: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8183 is open","description":"Port 8183 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8184","pass":false,"meta":"Port 8184: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8184","value":"[closed]"}],"actual":[{"property":"Ports > Port 8184","value":"Port 8184: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8184 is open","description":"Port 8184 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8185","pass":false,"meta":"Port 8185: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8185","value":"[closed]"}],"actual":[{"property":"Ports > Port 8185","value":"Port 8185: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8185 is open","description":"Port 8185 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8186","pass":false,"meta":"Port 8186: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8186","value":"[closed]"}],"actual":[{"property":"Ports > Port 8186","value":"Port 8186: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8186 is open","description":"Port 8186 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8187","pass":false,"meta":"Port 8187: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8187","value":"[closed]"}],"actual":[{"property":"Ports > Port 8187","value":"Port 8187: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8187 is open","description":"Port 8187 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8188","pass":false,"meta":"Port 8188: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8188","value":"[closed]"}],"actual":[{"property":"Ports > Port 8188","value":"Port 8188: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8188 is open","description":"Port 8188 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8189","pass":false,"meta":"Port 8189: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8189","value":"[closed]"}],"actual":[{"property":"Ports > Port 8189","value":"Port 8189: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8189 is open","description":"Port 8189 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8190","pass":false,"meta":"Port 8190: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8190","value":"[closed]"}],"actual":[{"property":"Ports > Port 8190","value":"Port 8190: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8190 is open","description":"Port 8190 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8191","pass":false,"meta":"Port 8191: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8191","value":"[closed]"}],"actual":[{"property":"Ports > Port 8191","value":"Port 8191: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8191 is open","description":"Port 8191 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8192","pass":false,"meta":"Port 8192: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8192","value":"[closed]"}],"actual":[{"property":"Ports > Port 8192","value":"Port 8192: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8192 is open","description":"Port 8192 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8193","pass":false,"meta":"Port 8193: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8193","value":"[closed]"}],"actual":[{"property":"Ports > Port 8193","value":"Port 8193: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8193 is open","description":"Port 8193 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8194","pass":false,"meta":"Port 8194: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8194","value":"[closed]"}],"actual":[{"property":"Ports > Port 8194","value":"Port 8194: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8194 is open","description":"Port 8194 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8195","pass":false,"meta":"Port 8195: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8195","value":"[closed]"}],"actual":[{"property":"Ports > Port 8195","value":"Port 8195: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8195 is open","description":"Port 8195 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8196","pass":false,"meta":"Port 8196: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8196","value":"[closed]"}],"actual":[{"property":"Ports > Port 8196","value":"Port 8196: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8196 is open","description":"Port 8196 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8197","pass":false,"meta":"Port 8197: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8197","value":"[closed]"}],"actual":[{"property":"Ports > Port 8197","value":"Port 8197: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8197 is open","description":"Port 8197 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8198","pass":false,"meta":"Port 8198: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8198","value":"[closed]"}],"actual":[{"property":"Ports > Port 8198","value":"Port 8198: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8198 is open","description":"Port 8198 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8199","pass":false,"meta":"Port 8199: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8199","value":"[closed]"}],"actual":[{"property":"Ports > Port 8199","value":"Port 8199: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8199 is open","description":"Port 8199 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:82","pass":false,"meta":"Port 82: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 82","value":"[closed]"}],"actual":[{"property":"Ports > Port 82","value":"Port 82: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 82 is open","description":"Port 82 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8200","pass":false,"meta":"Port 8200: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8200","value":"[closed]"}],"actual":[{"property":"Ports > Port 8200","value":"Port 8200: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8200 is open","description":"Port 8200 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8203","pass":false,"meta":"Port 8203: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8203","value":"[closed]"}],"actual":[{"property":"Ports > Port 8203","value":"Port 8203: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8203 is open","description":"Port 8203 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8222","pass":false,"meta":"Port 8222: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8222","value":"[closed]"}],"actual":[{"property":"Ports > Port 8222","value":"Port 8222: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8222 is open","description":"Port 8222 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8230","pass":false,"meta":"Port 8230: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8230","value":"[closed]"}],"actual":[{"property":"Ports > Port 8230","value":"Port 8230: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8230 is open","description":"Port 8230 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8236","pass":false,"meta":"Port 8236: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8236","value":"[closed]"}],"actual":[{"property":"Ports > Port 8236","value":"Port 8236: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8236 is open","description":"Port 8236 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8237","pass":false,"meta":"Port 8237: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8237","value":"[closed]"}],"actual":[{"property":"Ports > Port 8237","value":"Port 8237: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8237 is open","description":"Port 8237 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8238","pass":false,"meta":"Port 8238: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8238","value":"[closed]"}],"actual":[{"property":"Ports > Port 8238","value":"Port 8238: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8238 is open","description":"Port 8238 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8239","pass":false,"meta":"Port 8239: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8239","value":"[closed]"}],"actual":[{"property":"Ports > Port 8239","value":"Port 8239: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8239 is open","description":"Port 8239 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8241","pass":false,"meta":"Port 8241: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8241","value":"[closed]"}],"actual":[{"property":"Ports > Port 8241","value":"Port 8241: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8241 is open","description":"Port 8241 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8243","pass":false,"meta":"Port 8243: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8243","value":"[closed]"}],"actual":[{"property":"Ports > Port 8243","value":"Port 8243: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8243 is open","description":"Port 8243 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8248","pass":false,"meta":"Port 8248: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8248","value":"[closed]"}],"actual":[{"property":"Ports > Port 8248","value":"Port 8248: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8248 is open","description":"Port 8248 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8249","pass":false,"meta":"Port 8249: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8249","value":"[closed]"}],"actual":[{"property":"Ports > Port 8249","value":"Port 8249: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8249 is open","description":"Port 8249 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8250","pass":false,"meta":"Port 8250: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8250","value":"[closed]"}],"actual":[{"property":"Ports > Port 8250","value":"Port 8250: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8250 is open","description":"Port 8250 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8251","pass":false,"meta":"Port 8251: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8251","value":"[closed]"}],"actual":[{"property":"Ports > Port 8251","value":"Port 8251: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8251 is open","description":"Port 8251 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8252","pass":false,"meta":"Port 8252: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8252","value":"[closed]"}],"actual":[{"property":"Ports > Port 8252","value":"Port 8252: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8252 is open","description":"Port 8252 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8280","pass":false,"meta":"Port 8280: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8280","value":"[closed]"}],"actual":[{"property":"Ports > Port 8280","value":"Port 8280: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8280 is open","description":"Port 8280 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8282","pass":false,"meta":"Port 8282: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8282","value":"[closed]"}],"actual":[{"property":"Ports > Port 8282","value":"Port 8282: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8282 is open","description":"Port 8282 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8283","pass":false,"meta":"Port 8283: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8283","value":"[closed]"}],"actual":[{"property":"Ports > Port 8283","value":"Port 8283: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8283 is open","description":"Port 8283 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8284","pass":false,"meta":"Port 8284: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8284","value":"[closed]"}],"actual":[{"property":"Ports > Port 8284","value":"Port 8284: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8284 is open","description":"Port 8284 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8285","pass":false,"meta":"Port 8285: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8285","value":"[closed]"}],"actual":[{"property":"Ports > Port 8285","value":"Port 8285: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8285 is open","description":"Port 8285 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8291","pass":false,"meta":"Port 8291: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8291","value":"[closed]"}],"actual":[{"property":"Ports > Port 8291","value":"Port 8291: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8291 is open","description":"Port 8291 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:83","pass":false,"meta":"Port 83: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 83","value":"[closed]"}],"actual":[{"property":"Ports > Port 83","value":"Port 83: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 83 is open","description":"Port 83 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8300","pass":false,"meta":"Port 8300: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8300","value":"[closed]"}],"actual":[{"property":"Ports > Port 8300","value":"Port 8300: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8300 is open","description":"Port 8300 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8315","pass":false,"meta":"Port 8315: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8315","value":"[closed]"}],"actual":[{"property":"Ports > Port 8315","value":"Port 8315: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8315 is open","description":"Port 8315 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8316","pass":false,"meta":"Port 8316: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8316","value":"[closed]"}],"actual":[{"property":"Ports > Port 8316","value":"Port 8316: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8316 is open","description":"Port 8316 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8317","pass":false,"meta":"Port 8317: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8317","value":"[closed]"}],"actual":[{"property":"Ports > Port 8317","value":"Port 8317: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8317 is open","description":"Port 8317 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8318","pass":false,"meta":"Port 8318: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8318","value":"[closed]"}],"actual":[{"property":"Ports > Port 8318","value":"Port 8318: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8318 is open","description":"Port 8318 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8319","pass":false,"meta":"Port 8319: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8319","value":"[closed]"}],"actual":[{"property":"Ports > Port 8319","value":"Port 8319: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8319 is open","description":"Port 8319 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8322","pass":false,"meta":"Port 8322: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8322","value":"[closed]"}],"actual":[{"property":"Ports > Port 8322","value":"Port 8322: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8322 is open","description":"Port 8322 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8333","pass":false,"meta":"Port 8333: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8333","value":"[closed]"}],"actual":[{"property":"Ports > Port 8333","value":"Port 8333: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8333 is open","description":"Port 8333 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8334","pass":false,"meta":"Port 8334: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8334","value":"[closed]"}],"actual":[{"property":"Ports > Port 8334","value":"Port 8334: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8334 is open","description":"Port 8334 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8340","pass":false,"meta":"Port 8340: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8340","value":"[closed]"}],"actual":[{"property":"Ports > Port 8340","value":"Port 8340: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8340 is open","description":"Port 8340 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8343","pass":false,"meta":"Port 8343: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8343","value":"[closed]"}],"actual":[{"property":"Ports > Port 8343","value":"Port 8343: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8343 is open","description":"Port 8343 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8350","pass":false,"meta":"Port 8350: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8350","value":"[closed]"}],"actual":[{"property":"Ports > Port 8350","value":"Port 8350: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8350 is open","description":"Port 8350 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8381","pass":false,"meta":"Port 8381: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8381","value":"[closed]"}],"actual":[{"property":"Ports > Port 8381","value":"Port 8381: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8381 is open","description":"Port 8381 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8382","pass":false,"meta":"Port 8382: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8382","value":"[closed]"}],"actual":[{"property":"Ports > Port 8382","value":"Port 8382: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8382 is open","description":"Port 8382 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8383","pass":false,"meta":"Port 8383: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8383","value":"[closed]"}],"actual":[{"property":"Ports > Port 8383","value":"Port 8383: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8383 is open","description":"Port 8383 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8384","pass":false,"meta":"Port 8384: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8384","value":"[closed]"}],"actual":[{"property":"Ports > Port 8384","value":"Port 8384: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8384 is open","description":"Port 8384 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8385","pass":false,"meta":"Port 8385: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8385","value":"[closed]"}],"actual":[{"property":"Ports > Port 8385","value":"Port 8385: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8385 is open","description":"Port 8385 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8388","pass":false,"meta":"Port 8388: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8388","value":"[closed]"}],"actual":[{"property":"Ports > Port 8388","value":"Port 8388: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8388 is open","description":"Port 8388 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8393","pass":false,"meta":"Port 8393: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8393","value":"[closed]"}],"actual":[{"property":"Ports > Port 8393","value":"Port 8393: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8393 is open","description":"Port 8393 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:84","pass":false,"meta":"Port 84: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 84","value":"[closed]"}],"actual":[{"property":"Ports > Port 84","value":"Port 84: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 84 is open","description":"Port 84 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8401","pass":false,"meta":"Port 8401: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8401","value":"[closed]"}],"actual":[{"property":"Ports > Port 8401","value":"Port 8401: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8401 is open","description":"Port 8401 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8402","pass":false,"meta":"Port 8402: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8402","value":"[closed]"}],"actual":[{"property":"Ports > Port 8402","value":"Port 8402: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8402 is open","description":"Port 8402 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8403","pass":false,"meta":"Port 8403: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8403","value":"[closed]"}],"actual":[{"property":"Ports > Port 8403","value":"Port 8403: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8403 is open","description":"Port 8403 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8404","pass":false,"meta":"Port 8404: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8404","value":"[closed]"}],"actual":[{"property":"Ports > Port 8404","value":"Port 8404: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8404 is open","description":"Port 8404 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8405","pass":false,"meta":"Port 8405: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8405","value":"[closed]"}],"actual":[{"property":"Ports > Port 8405","value":"Port 8405: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8405 is open","description":"Port 8405 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8406","pass":false,"meta":"Port 8406: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8406","value":"[closed]"}],"actual":[{"property":"Ports > Port 8406","value":"Port 8406: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8406 is open","description":"Port 8406 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8407","pass":false,"meta":"Port 8407: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8407","value":"[closed]"}],"actual":[{"property":"Ports > Port 8407","value":"Port 8407: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8407 is open","description":"Port 8407 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8408","pass":false,"meta":"Port 8408: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8408","value":"[closed]"}],"actual":[{"property":"Ports > Port 8408","value":"Port 8408: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8408 is open","description":"Port 8408 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8409","pass":false,"meta":"Port 8409: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8409","value":"[closed]"}],"actual":[{"property":"Ports > Port 8409","value":"Port 8409: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8409 is open","description":"Port 8409 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8410","pass":false,"meta":"Port 8410: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8410","value":"[closed]"}],"actual":[{"property":"Ports > Port 8410","value":"Port 8410: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8410 is open","description":"Port 8410 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8411","pass":false,"meta":"Port 8411: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8411","value":"[closed]"}],"actual":[{"property":"Ports > Port 8411","value":"Port 8411: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8411 is open","description":"Port 8411 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8412","pass":false,"meta":"Port 8412: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8412","value":"[closed]"}],"actual":[{"property":"Ports > Port 8412","value":"Port 8412: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8412 is open","description":"Port 8412 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8413","pass":false,"meta":"Port 8413: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8413","value":"[closed]"}],"actual":[{"property":"Ports > Port 8413","value":"Port 8413: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8413 is open","description":"Port 8413 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8414","pass":false,"meta":"Port 8414: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8414","value":"[closed]"}],"actual":[{"property":"Ports > Port 8414","value":"Port 8414: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8414 is open","description":"Port 8414 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8415","pass":false,"meta":"Port 8415: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8415","value":"[closed]"}],"actual":[{"property":"Ports > Port 8415","value":"Port 8415: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8415 is open","description":"Port 8415 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8416","pass":false,"meta":"Port 8416: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8416","value":"[closed]"}],"actual":[{"property":"Ports > Port 8416","value":"Port 8416: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8416 is open","description":"Port 8416 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8417","pass":false,"meta":"Port 8417: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8417","value":"[closed]"}],"actual":[{"property":"Ports > Port 8417","value":"Port 8417: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8417 is open","description":"Port 8417 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8418","pass":false,"meta":"Port 8418: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8418","value":"[closed]"}],"actual":[{"property":"Ports > Port 8418","value":"Port 8418: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8418 is open","description":"Port 8418 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8419","pass":false,"meta":"Port 8419: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8419","value":"[closed]"}],"actual":[{"property":"Ports > Port 8419","value":"Port 8419: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8419 is open","description":"Port 8419 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8420","pass":false,"meta":"Port 8420: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8420","value":"[closed]"}],"actual":[{"property":"Ports > Port 8420","value":"Port 8420: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8420 is open","description":"Port 8420 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8421","pass":false,"meta":"Port 8421: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8421","value":"[closed]"}],"actual":[{"property":"Ports > Port 8421","value":"Port 8421: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8421 is open","description":"Port 8421 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8422","pass":false,"meta":"Port 8422: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8422","value":"[closed]"}],"actual":[{"property":"Ports > Port 8422","value":"Port 8422: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8422 is open","description":"Port 8422 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8423","pass":false,"meta":"Port 8423: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8423","value":"[closed]"}],"actual":[{"property":"Ports > Port 8423","value":"Port 8423: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8423 is open","description":"Port 8423 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8424","pass":false,"meta":"Port 8424: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8424","value":"[closed]"}],"actual":[{"property":"Ports > Port 8424","value":"Port 8424: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8424 is open","description":"Port 8424 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8425","pass":false,"meta":"Port 8425: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8425","value":"[closed]"}],"actual":[{"property":"Ports > Port 8425","value":"Port 8425: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8425 is open","description":"Port 8425 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8426","pass":false,"meta":"Port 8426: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8426","value":"[closed]"}],"actual":[{"property":"Ports > Port 8426","value":"Port 8426: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8426 is open","description":"Port 8426 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8427","pass":false,"meta":"Port 8427: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8427","value":"[closed]"}],"actual":[{"property":"Ports > Port 8427","value":"Port 8427: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8427 is open","description":"Port 8427 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8428","pass":false,"meta":"Port 8428: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8428","value":"[closed]"}],"actual":[{"property":"Ports > Port 8428","value":"Port 8428: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8428 is open","description":"Port 8428 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8429","pass":false,"meta":"Port 8429: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8429","value":"[closed]"}],"actual":[{"property":"Ports > Port 8429","value":"Port 8429: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8429 is open","description":"Port 8429 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8430","pass":false,"meta":"Port 8430: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8430","value":"[closed]"}],"actual":[{"property":"Ports > Port 8430","value":"Port 8430: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8430 is open","description":"Port 8430 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8431","pass":false,"meta":"Port 8431: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8431","value":"[closed]"}],"actual":[{"property":"Ports > Port 8431","value":"Port 8431: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8431 is open","description":"Port 8431 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8432","pass":false,"meta":"Port 8432: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8432","value":"[closed]"}],"actual":[{"property":"Ports > Port 8432","value":"Port 8432: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8432 is open","description":"Port 8432 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8433","pass":false,"meta":"Port 8433: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8433","value":"[closed]"}],"actual":[{"property":"Ports > Port 8433","value":"Port 8433: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8433 is open","description":"Port 8433 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8434","pass":false,"meta":"Port 8434: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8434","value":"[closed]"}],"actual":[{"property":"Ports > Port 8434","value":"Port 8434: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8434 is open","description":"Port 8434 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8435","pass":false,"meta":"Port 8435: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8435","value":"[closed]"}],"actual":[{"property":"Ports > Port 8435","value":"Port 8435: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8435 is open","description":"Port 8435 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8436","pass":false,"meta":"Port 8436: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8436","value":"[closed]"}],"actual":[{"property":"Ports > Port 8436","value":"Port 8436: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8436 is open","description":"Port 8436 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8440","pass":false,"meta":"Port 8440: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8440","value":"[closed]"}],"actual":[{"property":"Ports > Port 8440","value":"Port 8440: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8440 is open","description":"Port 8440 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8441","pass":false,"meta":"Port 8441: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8441","value":"[closed]"}],"actual":[{"property":"Ports > Port 8441","value":"Port 8441: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8441 is open","description":"Port 8441 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8442","pass":false,"meta":"Port 8442: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8442","value":"[closed]"}],"actual":[{"property":"Ports > Port 8442","value":"Port 8442: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8442 is open","description":"Port 8442 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8443","pass":false,"meta":"Port 8443: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8443","value":"[closed]"}],"actual":[{"property":"Ports > Port 8443","value":"Port 8443: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8443 is open","description":"Port 8443 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8444","pass":false,"meta":"Port 8444: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8444","value":"[closed]"}],"actual":[{"property":"Ports > Port 8444","value":"Port 8444: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8444 is open","description":"Port 8444 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8445","pass":false,"meta":"Port 8445: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8445","value":"[closed]"}],"actual":[{"property":"Ports > Port 8445","value":"Port 8445: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8445 is open","description":"Port 8445 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8446","pass":false,"meta":"Port 8446: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8446","value":"[closed]"}],"actual":[{"property":"Ports > Port 8446","value":"Port 8446: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8446 is open","description":"Port 8446 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8447","pass":false,"meta":"Port 8447: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8447","value":"[closed]"}],"actual":[{"property":"Ports > Port 8447","value":"Port 8447: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8447 is open","description":"Port 8447 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8448","pass":false,"meta":"Port 8448: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8448","value":"[closed]"}],"actual":[{"property":"Ports > Port 8448","value":"Port 8448: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8448 is open","description":"Port 8448 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8449","pass":false,"meta":"Port 8449: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8449","value":"[closed]"}],"actual":[{"property":"Ports > Port 8449","value":"Port 8449: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8449 is open","description":"Port 8449 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8450","pass":false,"meta":"Port 8450: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8450","value":"[closed]"}],"actual":[{"property":"Ports > Port 8450","value":"Port 8450: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8450 is open","description":"Port 8450 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8451","pass":false,"meta":"Port 8451: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8451","value":"[closed]"}],"actual":[{"property":"Ports > Port 8451","value":"Port 8451: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8451 is open","description":"Port 8451 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8452","pass":false,"meta":"Port 8452: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8452","value":"[closed]"}],"actual":[{"property":"Ports > Port 8452","value":"Port 8452: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8452 is open","description":"Port 8452 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8453","pass":false,"meta":"Port 8453: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8453","value":"[closed]"}],"actual":[{"property":"Ports > Port 8453","value":"Port 8453: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8453 is open","description":"Port 8453 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8454","pass":false,"meta":"Port 8454: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8454","value":"[closed]"}],"actual":[{"property":"Ports > Port 8454","value":"Port 8454: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8454 is open","description":"Port 8454 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8455","pass":false,"meta":"Port 8455: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8455","value":"[closed]"}],"actual":[{"property":"Ports > Port 8455","value":"Port 8455: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8455 is open","description":"Port 8455 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8456","pass":false,"meta":"Port 8456: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8456","value":"[closed]"}],"actual":[{"property":"Ports > Port 8456","value":"Port 8456: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8456 is open","description":"Port 8456 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8457","pass":false,"meta":"Port 8457: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8457","value":"[closed]"}],"actual":[{"property":"Ports > Port 8457","value":"Port 8457: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8457 is open","description":"Port 8457 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8458","pass":false,"meta":"Port 8458: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8458","value":"[closed]"}],"actual":[{"property":"Ports > Port 8458","value":"Port 8458: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8458 is open","description":"Port 8458 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8459","pass":false,"meta":"Port 8459: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8459","value":"[closed]"}],"actual":[{"property":"Ports > Port 8459","value":"Port 8459: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8459 is open","description":"Port 8459 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8460","pass":false,"meta":"Port 8460: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8460","value":"[closed]"}],"actual":[{"property":"Ports > Port 8460","value":"Port 8460: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8460 is open","description":"Port 8460 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8461","pass":false,"meta":"Port 8461: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8461","value":"[closed]"}],"actual":[{"property":"Ports > Port 8461","value":"Port 8461: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8461 is open","description":"Port 8461 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8462","pass":false,"meta":"Port 8462: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8462","value":"[closed]"}],"actual":[{"property":"Ports > Port 8462","value":"Port 8462: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8462 is open","description":"Port 8462 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8463","pass":false,"meta":"Port 8463: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8463","value":"[closed]"}],"actual":[{"property":"Ports > Port 8463","value":"Port 8463: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8463 is open","description":"Port 8463 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8464","pass":false,"meta":"Port 8464: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8464","value":"[closed]"}],"actual":[{"property":"Ports > Port 8464","value":"Port 8464: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8464 is open","description":"Port 8464 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8465","pass":false,"meta":"Port 8465: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8465","value":"[closed]"}],"actual":[{"property":"Ports > Port 8465","value":"Port 8465: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8465 is open","description":"Port 8465 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8466","pass":false,"meta":"Port 8466: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8466","value":"[closed]"}],"actual":[{"property":"Ports > Port 8466","value":"Port 8466: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8466 is open","description":"Port 8466 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8467","pass":false,"meta":"Port 8467: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8467","value":"[closed]"}],"actual":[{"property":"Ports > Port 8467","value":"Port 8467: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8467 is open","description":"Port 8467 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8470","pass":false,"meta":"Port 8470: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8470","value":"[closed]"}],"actual":[{"property":"Ports > Port 8470","value":"Port 8470: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8470 is open","description":"Port 8470 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8472","pass":false,"meta":"Port 8472: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8472","value":"[closed]"}],"actual":[{"property":"Ports > Port 8472","value":"Port 8472: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8472 is open","description":"Port 8472 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8473","pass":false,"meta":"Port 8473: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8473","value":"[closed]"}],"actual":[{"property":"Ports > Port 8473","value":"Port 8473: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8473 is open","description":"Port 8473 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8475","pass":false,"meta":"Port 8475: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8475","value":"[closed]"}],"actual":[{"property":"Ports > Port 8475","value":"Port 8475: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8475 is open","description":"Port 8475 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8480","pass":false,"meta":"Port 8480: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8480","value":"[closed]"}],"actual":[{"property":"Ports > Port 8480","value":"Port 8480: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8480 is open","description":"Port 8480 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8481","pass":false,"meta":"Port 8481: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8481","value":"[closed]"}],"actual":[{"property":"Ports > Port 8481","value":"Port 8481: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8481 is open","description":"Port 8481 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8482","pass":false,"meta":"Port 8482: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8482","value":"[closed]"}],"actual":[{"property":"Ports > Port 8482","value":"Port 8482: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8482 is open","description":"Port 8482 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8484","pass":false,"meta":"Port 8484: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8484","value":"[closed]"}],"actual":[{"property":"Ports > Port 8484","value":"Port 8484: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8484 is open","description":"Port 8484 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8485","pass":false,"meta":"Port 8485: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8485","value":"[closed]"}],"actual":[{"property":"Ports > Port 8485","value":"Port 8485: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8485 is open","description":"Port 8485 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8488","pass":false,"meta":"Port 8488: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8488","value":"[closed]"}],"actual":[{"property":"Ports > Port 8488","value":"Port 8488: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8488 is open","description":"Port 8488 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8493","pass":false,"meta":"Port 8493: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8493","value":"[closed]"}],"actual":[{"property":"Ports > Port 8493","value":"Port 8493: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8493 is open","description":"Port 8493 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8494","pass":false,"meta":"Port 8494: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8494","value":"[closed]"}],"actual":[{"property":"Ports > Port 8494","value":"Port 8494: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8494 is open","description":"Port 8494 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:85","pass":false,"meta":"Port 85: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 85","value":"[closed]"}],"actual":[{"property":"Ports > Port 85","value":"Port 85: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 85 is open","description":"Port 85 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8501","pass":false,"meta":"Port 8501: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8501","value":"[closed]"}],"actual":[{"property":"Ports > Port 8501","value":"Port 8501: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8501 is open","description":"Port 8501 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8502","pass":false,"meta":"Port 8502: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8502","value":"[closed]"}],"actual":[{"property":"Ports > Port 8502","value":"Port 8502: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8502 is open","description":"Port 8502 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8503","pass":false,"meta":"Port 8503: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8503","value":"[closed]"}],"actual":[{"property":"Ports > Port 8503","value":"Port 8503: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8503 is open","description":"Port 8503 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8504","pass":false,"meta":"Port 8504: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8504","value":"[closed]"}],"actual":[{"property":"Ports > Port 8504","value":"Port 8504: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8504 is open","description":"Port 8504 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8505","pass":false,"meta":"Port 8505: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8505","value":"[closed]"}],"actual":[{"property":"Ports > Port 8505","value":"Port 8505: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8505 is open","description":"Port 8505 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8506","pass":false,"meta":"Port 8506: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8506","value":"[closed]"}],"actual":[{"property":"Ports > Port 8506","value":"Port 8506: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8506 is open","description":"Port 8506 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8510","pass":false,"meta":"Port 8510: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8510","value":"[closed]"}],"actual":[{"property":"Ports > Port 8510","value":"Port 8510: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8510 is open","description":"Port 8510 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8513","pass":false,"meta":"Port 8513: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8513","value":"[closed]"}],"actual":[{"property":"Ports > Port 8513","value":"Port 8513: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8513 is open","description":"Port 8513 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8514","pass":false,"meta":"Port 8514: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8514","value":"[closed]"}],"actual":[{"property":"Ports > Port 8514","value":"Port 8514: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8514 is open","description":"Port 8514 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8515","pass":false,"meta":"Port 8515: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8515","value":"[closed]"}],"actual":[{"property":"Ports > Port 8515","value":"Port 8515: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8515 is open","description":"Port 8515 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8519","pass":false,"meta":"Port 8519: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8519","value":"[closed]"}],"actual":[{"property":"Ports > Port 8519","value":"Port 8519: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8519 is open","description":"Port 8519 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8520","pass":false,"meta":"Port 8520: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8520","value":"[closed]"}],"actual":[{"property":"Ports > Port 8520","value":"Port 8520: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8520 is open","description":"Port 8520 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8521","pass":false,"meta":"Port 8521: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8521","value":"[closed]"}],"actual":[{"property":"Ports > Port 8521","value":"Port 8521: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8521 is open","description":"Port 8521 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8523","pass":false,"meta":"Port 8523: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8523","value":"[closed]"}],"actual":[{"property":"Ports > Port 8523","value":"Port 8523: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8523 is open","description":"Port 8523 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8524","pass":false,"meta":"Port 8524: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8524","value":"[closed]"}],"actual":[{"property":"Ports > Port 8524","value":"Port 8524: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8524 is open","description":"Port 8524 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8525","pass":false,"meta":"Port 8525: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8525","value":"[closed]"}],"actual":[{"property":"Ports > Port 8525","value":"Port 8525: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8525 is open","description":"Port 8525 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8526","pass":false,"meta":"Port 8526: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8526","value":"[closed]"}],"actual":[{"property":"Ports > Port 8526","value":"Port 8526: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8526 is open","description":"Port 8526 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8528","pass":false,"meta":"Port 8528: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8528","value":"[closed]"}],"actual":[{"property":"Ports > Port 8528","value":"Port 8528: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8528 is open","description":"Port 8528 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8529","pass":false,"meta":"Port 8529: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8529","value":"[closed]"}],"actual":[{"property":"Ports > Port 8529","value":"Port 8529: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8529 is open","description":"Port 8529 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8530","pass":false,"meta":"Port 8530: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8530","value":"[closed]"}],"actual":[{"property":"Ports > Port 8530","value":"Port 8530: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8530 is open","description":"Port 8530 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8531","pass":false,"meta":"Port 8531: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8531","value":"[closed]"}],"actual":[{"property":"Ports > Port 8531","value":"Port 8531: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8531 is open","description":"Port 8531 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8532","pass":false,"meta":"Port 8532: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8532","value":"[closed]"}],"actual":[{"property":"Ports > Port 8532","value":"Port 8532: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8532 is open","description":"Port 8532 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8533","pass":false,"meta":"Port 8533: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8533","value":"[closed]"}],"actual":[{"property":"Ports > Port 8533","value":"Port 8533: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8533 is open","description":"Port 8533 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8536","pass":false,"meta":"Port 8536: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8536","value":"[closed]"}],"actual":[{"property":"Ports > Port 8536","value":"Port 8536: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8536 is open","description":"Port 8536 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8540","pass":false,"meta":"Port 8540: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8540","value":"[closed]"}],"actual":[{"property":"Ports > Port 8540","value":"Port 8540: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8540 is open","description":"Port 8540 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8543","pass":false,"meta":"Port 8543: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8543","value":"[closed]"}],"actual":[{"property":"Ports > Port 8543","value":"Port 8543: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8543 is open","description":"Port 8543 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8544","pass":false,"meta":"Port 8544: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8544","value":"[closed]"}],"actual":[{"property":"Ports > Port 8544","value":"Port 8544: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8544 is open","description":"Port 8544 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8545","pass":false,"meta":"Port 8545: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8545","value":"[closed]"}],"actual":[{"property":"Ports > Port 8545","value":"Port 8545: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8545 is open","description":"Port 8545 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8548","pass":false,"meta":"Port 8548: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8548","value":"[closed]"}],"actual":[{"property":"Ports > Port 8548","value":"Port 8548: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8548 is open","description":"Port 8548 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8549","pass":false,"meta":"Port 8549: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8549","value":"[closed]"}],"actual":[{"property":"Ports > Port 8549","value":"Port 8549: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8549 is open","description":"Port 8549 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8550","pass":false,"meta":"Port 8550: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8550","value":"[closed]"}],"actual":[{"property":"Ports > Port 8550","value":"Port 8550: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8550 is open","description":"Port 8550 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8551","pass":false,"meta":"Port 8551: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8551","value":"[closed]"}],"actual":[{"property":"Ports > Port 8551","value":"Port 8551: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8551 is open","description":"Port 8551 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8553","pass":false,"meta":"Port 8553: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8553","value":"[closed]"}],"actual":[{"property":"Ports > Port 8553","value":"Port 8553: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8553 is open","description":"Port 8553 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8554","pass":false,"meta":"Port 8554: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8554","value":"[closed]"}],"actual":[{"property":"Ports > Port 8554","value":"Port 8554: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8554 is open","description":"Port 8554 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8556","pass":false,"meta":"Port 8556: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8556","value":"[closed]"}],"actual":[{"property":"Ports > Port 8556","value":"Port 8556: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8556 is open","description":"Port 8556 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8557","pass":false,"meta":"Port 8557: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8557","value":"[closed]"}],"actual":[{"property":"Ports > Port 8557","value":"Port 8557: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8557 is open","description":"Port 8557 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8558","pass":false,"meta":"Port 8558: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8558","value":"[closed]"}],"actual":[{"property":"Ports > Port 8558","value":"Port 8558: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8558 is open","description":"Port 8558 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8560","pass":false,"meta":"Port 8560: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8560","value":"[closed]"}],"actual":[{"property":"Ports > Port 8560","value":"Port 8560: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8560 is open","description":"Port 8560 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8561","pass":false,"meta":"Port 8561: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8561","value":"[closed]"}],"actual":[{"property":"Ports > Port 8561","value":"Port 8561: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8561 is open","description":"Port 8561 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8562","pass":false,"meta":"Port 8562: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8562","value":"[closed]"}],"actual":[{"property":"Ports > Port 8562","value":"Port 8562: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8562 is open","description":"Port 8562 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8563","pass":false,"meta":"Port 8563: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8563","value":"[closed]"}],"actual":[{"property":"Ports > Port 8563","value":"Port 8563: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8563 is open","description":"Port 8563 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8564","pass":false,"meta":"Port 8564: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8564","value":"[closed]"}],"actual":[{"property":"Ports > Port 8564","value":"Port 8564: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8564 is open","description":"Port 8564 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8565","pass":false,"meta":"Port 8565: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8565","value":"[closed]"}],"actual":[{"property":"Ports > Port 8565","value":"Port 8565: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8565 is open","description":"Port 8565 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8566","pass":false,"meta":"Port 8566: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8566","value":"[closed]"}],"actual":[{"property":"Ports > Port 8566","value":"Port 8566: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8566 is open","description":"Port 8566 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8567","pass":false,"meta":"Port 8567: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8567","value":"[closed]"}],"actual":[{"property":"Ports > Port 8567","value":"Port 8567: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8567 is open","description":"Port 8567 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8568","pass":false,"meta":"Port 8568: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8568","value":"[closed]"}],"actual":[{"property":"Ports > Port 8568","value":"Port 8568: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8568 is open","description":"Port 8568 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8569","pass":false,"meta":"Port 8569: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8569","value":"[closed]"}],"actual":[{"property":"Ports > Port 8569","value":"Port 8569: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8569 is open","description":"Port 8569 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8570","pass":false,"meta":"Port 8570: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8570","value":"[closed]"}],"actual":[{"property":"Ports > Port 8570","value":"Port 8570: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8570 is open","description":"Port 8570 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8571","pass":false,"meta":"Port 8571: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8571","value":"[closed]"}],"actual":[{"property":"Ports > Port 8571","value":"Port 8571: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8571 is open","description":"Port 8571 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8573","pass":false,"meta":"Port 8573: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8573","value":"[closed]"}],"actual":[{"property":"Ports > Port 8573","value":"Port 8573: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8573 is open","description":"Port 8573 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8574","pass":false,"meta":"Port 8574: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8574","value":"[closed]"}],"actual":[{"property":"Ports > Port 8574","value":"Port 8574: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8574 is open","description":"Port 8574 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8575","pass":false,"meta":"Port 8575: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8575","value":"[closed]"}],"actual":[{"property":"Ports > Port 8575","value":"Port 8575: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8575 is open","description":"Port 8575 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8576","pass":false,"meta":"Port 8576: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8576","value":"[closed]"}],"actual":[{"property":"Ports > Port 8576","value":"Port 8576: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8576 is open","description":"Port 8576 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8577","pass":false,"meta":"Port 8577: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8577","value":"[closed]"}],"actual":[{"property":"Ports > Port 8577","value":"Port 8577: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8577 is open","description":"Port 8577 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8578","pass":false,"meta":"Port 8578: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8578","value":"[closed]"}],"actual":[{"property":"Ports > Port 8578","value":"Port 8578: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8578 is open","description":"Port 8578 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8579","pass":false,"meta":"Port 8579: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8579","value":"[closed]"}],"actual":[{"property":"Ports > Port 8579","value":"Port 8579: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8579 is open","description":"Port 8579 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8580","pass":false,"meta":"Port 8580: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8580","value":"[closed]"}],"actual":[{"property":"Ports > Port 8580","value":"Port 8580: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8580 is open","description":"Port 8580 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8581","pass":false,"meta":"Port 8581: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8581","value":"[closed]"}],"actual":[{"property":"Ports > Port 8581","value":"Port 8581: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8581 is open","description":"Port 8581 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8582","pass":false,"meta":"Port 8582: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8582","value":"[closed]"}],"actual":[{"property":"Ports > Port 8582","value":"Port 8582: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8582 is open","description":"Port 8582 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8583","pass":false,"meta":"Port 8583: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8583","value":"[closed]"}],"actual":[{"property":"Ports > Port 8583","value":"Port 8583: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8583 is open","description":"Port 8583 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8584","pass":false,"meta":"Port 8584: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8584","value":"[closed]"}],"actual":[{"property":"Ports > Port 8584","value":"Port 8584: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8584 is open","description":"Port 8584 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8585","pass":false,"meta":"Port 8585: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8585","value":"[closed]"}],"actual":[{"property":"Ports > Port 8585","value":"Port 8585: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8585 is open","description":"Port 8585 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8586","pass":false,"meta":"Port 8586: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8586","value":"[closed]"}],"actual":[{"property":"Ports > Port 8586","value":"Port 8586: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8586 is open","description":"Port 8586 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8587","pass":false,"meta":"Port 8587: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8587","value":"[closed]"}],"actual":[{"property":"Ports > Port 8587","value":"Port 8587: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8587 is open","description":"Port 8587 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8588","pass":false,"meta":"Port 8588: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8588","value":"[closed]"}],"actual":[{"property":"Ports > Port 8588","value":"Port 8588: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8588 is open","description":"Port 8588 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8589","pass":false,"meta":"Port 8589: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8589","value":"[closed]"}],"actual":[{"property":"Ports > Port 8589","value":"Port 8589: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8589 is open","description":"Port 8589 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8590","pass":false,"meta":"Port 8590: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8590","value":"[closed]"}],"actual":[{"property":"Ports > Port 8590","value":"Port 8590: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8590 is open","description":"Port 8590 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8591","pass":false,"meta":"Port 8591: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8591","value":"[closed]"}],"actual":[{"property":"Ports > Port 8591","value":"Port 8591: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8591 is open","description":"Port 8591 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8592","pass":false,"meta":"Port 8592: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8592","value":"[closed]"}],"actual":[{"property":"Ports > Port 8592","value":"Port 8592: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8592 is open","description":"Port 8592 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8593","pass":false,"meta":"Port 8593: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8593","value":"[closed]"}],"actual":[{"property":"Ports > Port 8593","value":"Port 8593: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8593 is open","description":"Port 8593 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8594","pass":false,"meta":"Port 8594: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8594","value":"[closed]"}],"actual":[{"property":"Ports > Port 8594","value":"Port 8594: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8594 is open","description":"Port 8594 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8595","pass":false,"meta":"Port 8595: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8595","value":"[closed]"}],"actual":[{"property":"Ports > Port 8595","value":"Port 8595: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8595 is open","description":"Port 8595 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8596","pass":false,"meta":"Port 8596: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8596","value":"[closed]"}],"actual":[{"property":"Ports > Port 8596","value":"Port 8596: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8596 is open","description":"Port 8596 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8597","pass":false,"meta":"Port 8597: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8597","value":"[closed]"}],"actual":[{"property":"Ports > Port 8597","value":"Port 8597: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8597 is open","description":"Port 8597 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8598","pass":false,"meta":"Port 8598: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8598","value":"[closed]"}],"actual":[{"property":"Ports > Port 8598","value":"Port 8598: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8598 is open","description":"Port 8598 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8599","pass":false,"meta":"Port 8599: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8599","value":"[closed]"}],"actual":[{"property":"Ports > Port 8599","value":"Port 8599: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8599 is open","description":"Port 8599 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:86","pass":false,"meta":"Port 86: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 86","value":"[closed]"}],"actual":[{"property":"Ports > Port 86","value":"Port 86: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 86 is open","description":"Port 86 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8600","pass":false,"meta":"Port 8600: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8600","value":"[closed]"}],"actual":[{"property":"Ports > Port 8600","value":"Port 8600: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8600 is open","description":"Port 8600 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8601","pass":false,"meta":"Port 8601: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8601","value":"[closed]"}],"actual":[{"property":"Ports > Port 8601","value":"Port 8601: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8601 is open","description":"Port 8601 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8602","pass":false,"meta":"Port 8602: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8602","value":"[closed]"}],"actual":[{"property":"Ports > Port 8602","value":"Port 8602: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8602 is open","description":"Port 8602 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8605","pass":false,"meta":"Port 8605: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8605","value":"[closed]"}],"actual":[{"property":"Ports > Port 8605","value":"Port 8605: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8605 is open","description":"Port 8605 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8606","pass":false,"meta":"Port 8606: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8606","value":"[closed]"}],"actual":[{"property":"Ports > Port 8606","value":"Port 8606: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8606 is open","description":"Port 8606 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8607","pass":false,"meta":"Port 8607: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8607","value":"[closed]"}],"actual":[{"property":"Ports > Port 8607","value":"Port 8607: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8607 is open","description":"Port 8607 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8621","pass":false,"meta":"Port 8621: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8621","value":"[closed]"}],"actual":[{"property":"Ports > Port 8621","value":"Port 8621: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8621 is open","description":"Port 8621 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8622","pass":false,"meta":"Port 8622: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8622","value":"[closed]"}],"actual":[{"property":"Ports > Port 8622","value":"Port 8622: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8622 is open","description":"Port 8622 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8623","pass":false,"meta":"Port 8623: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8623","value":"[closed]"}],"actual":[{"property":"Ports > Port 8623","value":"Port 8623: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8623 is open","description":"Port 8623 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8630","pass":false,"meta":"Port 8630: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8630","value":"[closed]"}],"actual":[{"property":"Ports > Port 8630","value":"Port 8630: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8630 is open","description":"Port 8630 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8637","pass":false,"meta":"Port 8637: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8637","value":"[closed]"}],"actual":[{"property":"Ports > Port 8637","value":"Port 8637: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8637 is open","description":"Port 8637 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8640","pass":false,"meta":"Port 8640: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8640","value":"[closed]"}],"actual":[{"property":"Ports > Port 8640","value":"Port 8640: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8640 is open","description":"Port 8640 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8641","pass":false,"meta":"Port 8641: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8641","value":"[closed]"}],"actual":[{"property":"Ports > Port 8641","value":"Port 8641: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8641 is open","description":"Port 8641 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8643","pass":false,"meta":"Port 8643: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8643","value":"[closed]"}],"actual":[{"property":"Ports > Port 8643","value":"Port 8643: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8643 is open","description":"Port 8643 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8649","pass":false,"meta":"Port 8649: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8649","value":"[closed]"}],"actual":[{"property":"Ports > Port 8649","value":"Port 8649: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8649 is open","description":"Port 8649 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8663","pass":false,"meta":"Port 8663: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8663","value":"[closed]"}],"actual":[{"property":"Ports > Port 8663","value":"Port 8663: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8663 is open","description":"Port 8663 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8666","pass":false,"meta":"Port 8666: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8666","value":"[closed]"}],"actual":[{"property":"Ports > Port 8666","value":"Port 8666: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8666 is open","description":"Port 8666 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8680","pass":false,"meta":"Port 8680: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8680","value":"[closed]"}],"actual":[{"property":"Ports > Port 8680","value":"Port 8680: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8680 is open","description":"Port 8680 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8686","pass":false,"meta":"Port 8686: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8686","value":"[closed]"}],"actual":[{"property":"Ports > Port 8686","value":"Port 8686: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8686 is open","description":"Port 8686 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8688","pass":false,"meta":"Port 8688: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8688","value":"[closed]"}],"actual":[{"property":"Ports > Port 8688","value":"Port 8688: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8688 is open","description":"Port 8688 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:87","pass":false,"meta":"Port 87: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 87","value":"[closed]"}],"actual":[{"property":"Ports > Port 87","value":"Port 87: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 87 is open","description":"Port 87 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8700","pass":false,"meta":"Port 8700: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8700","value":"[closed]"}],"actual":[{"property":"Ports > Port 8700","value":"Port 8700: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8700 is open","description":"Port 8700 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8701","pass":false,"meta":"Port 8701: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8701","value":"[closed]"}],"actual":[{"property":"Ports > Port 8701","value":"Port 8701: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8701 is open","description":"Port 8701 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8702","pass":false,"meta":"Port 8702: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8702","value":"[closed]"}],"actual":[{"property":"Ports > Port 8702","value":"Port 8702: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8702 is open","description":"Port 8702 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8703","pass":false,"meta":"Port 8703: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8703","value":"[closed]"}],"actual":[{"property":"Ports > Port 8703","value":"Port 8703: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8703 is open","description":"Port 8703 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8704","pass":false,"meta":"Port 8704: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8704","value":"[closed]"}],"actual":[{"property":"Ports > Port 8704","value":"Port 8704: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8704 is open","description":"Port 8704 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8705","pass":false,"meta":"Port 8705: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8705","value":"[closed]"}],"actual":[{"property":"Ports > Port 8705","value":"Port 8705: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8705 is open","description":"Port 8705 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8706","pass":false,"meta":"Port 8706: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8706","value":"[closed]"}],"actual":[{"property":"Ports > Port 8706","value":"Port 8706: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8706 is open","description":"Port 8706 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8707","pass":false,"meta":"Port 8707: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8707","value":"[closed]"}],"actual":[{"property":"Ports > Port 8707","value":"Port 8707: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8707 is open","description":"Port 8707 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8708","pass":false,"meta":"Port 8708: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8708","value":"[closed]"}],"actual":[{"property":"Ports > Port 8708","value":"Port 8708: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8708 is open","description":"Port 8708 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8709","pass":false,"meta":"Port 8709: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8709","value":"[closed]"}],"actual":[{"property":"Ports > Port 8709","value":"Port 8709: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8709 is open","description":"Port 8709 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8723","pass":false,"meta":"Port 8723: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8723","value":"[closed]"}],"actual":[{"property":"Ports > Port 8723","value":"Port 8723: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8723 is open","description":"Port 8723 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8724","pass":false,"meta":"Port 8724: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8724","value":"[closed]"}],"actual":[{"property":"Ports > Port 8724","value":"Port 8724: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8724 is open","description":"Port 8724 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8728","pass":false,"meta":"Port 8728: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8728","value":"[closed]"}],"actual":[{"property":"Ports > Port 8728","value":"Port 8728: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8728 is open","description":"Port 8728 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8731","pass":false,"meta":"Port 8731: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8731","value":"[closed]"}],"actual":[{"property":"Ports > Port 8731","value":"Port 8731: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8731 is open","description":"Port 8731 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8732","pass":false,"meta":"Port 8732: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8732","value":"[closed]"}],"actual":[{"property":"Ports > Port 8732","value":"Port 8732: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8732 is open","description":"Port 8732 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8733","pass":false,"meta":"Port 8733: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8733","value":"[closed]"}],"actual":[{"property":"Ports > Port 8733","value":"Port 8733: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8733 is open","description":"Port 8733 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8743","pass":false,"meta":"Port 8743: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8743","value":"[closed]"}],"actual":[{"property":"Ports > Port 8743","value":"Port 8743: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8743 is open","description":"Port 8743 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8745","pass":false,"meta":"Port 8745: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8745","value":"[closed]"}],"actual":[{"property":"Ports > Port 8745","value":"Port 8745: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8745 is open","description":"Port 8745 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8764","pass":false,"meta":"Port 8764: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8764","value":"[closed]"}],"actual":[{"property":"Ports > Port 8764","value":"Port 8764: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8764 is open","description":"Port 8764 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8765","pass":false,"meta":"Port 8765: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8765","value":"[closed]"}],"actual":[{"property":"Ports > Port 8765","value":"Port 8765: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8765 is open","description":"Port 8765 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8766","pass":false,"meta":"Port 8766: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8766","value":"[closed]"}],"actual":[{"property":"Ports > Port 8766","value":"Port 8766: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8766 is open","description":"Port 8766 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8767","pass":false,"meta":"Port 8767: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8767","value":"[closed]"}],"actual":[{"property":"Ports > Port 8767","value":"Port 8767: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8767 is open","description":"Port 8767 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8771","pass":false,"meta":"Port 8771: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8771","value":"[closed]"}],"actual":[{"property":"Ports > Port 8771","value":"Port 8771: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8771 is open","description":"Port 8771 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8779","pass":false,"meta":"Port 8779: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8779","value":"[closed]"}],"actual":[{"property":"Ports > Port 8779","value":"Port 8779: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8779 is open","description":"Port 8779 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8782","pass":false,"meta":"Port 8782: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8782","value":"[closed]"}],"actual":[{"property":"Ports > Port 8782","value":"Port 8782: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8782 is open","description":"Port 8782 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8784","pass":false,"meta":"Port 8784: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8784","value":"[closed]"}],"actual":[{"property":"Ports > Port 8784","value":"Port 8784: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8784 is open","description":"Port 8784 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8787","pass":false,"meta":"Port 8787: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8787","value":"[closed]"}],"actual":[{"property":"Ports > Port 8787","value":"Port 8787: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8787 is open","description":"Port 8787 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8788","pass":false,"meta":"Port 8788: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8788","value":"[closed]"}],"actual":[{"property":"Ports > Port 8788","value":"Port 8788: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8788 is open","description":"Port 8788 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8789","pass":false,"meta":"Port 8789: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8789","value":"[closed]"}],"actual":[{"property":"Ports > Port 8789","value":"Port 8789: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8789 is open","description":"Port 8789 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8790","pass":false,"meta":"Port 8790: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8790","value":"[closed]"}],"actual":[{"property":"Ports > Port 8790","value":"Port 8790: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8790 is open","description":"Port 8790 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8791","pass":false,"meta":"Port 8791: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8791","value":"[closed]"}],"actual":[{"property":"Ports > Port 8791","value":"Port 8791: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8791 is open","description":"Port 8791 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8800","pass":false,"meta":"Port 8800: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8800","value":"[closed]"}],"actual":[{"property":"Ports > Port 8800","value":"Port 8800: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8800 is open","description":"Port 8800 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8801","pass":false,"meta":"Port 8801: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8801","value":"[closed]"}],"actual":[{"property":"Ports > Port 8801","value":"Port 8801: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8801 is open","description":"Port 8801 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8802","pass":false,"meta":"Port 8802: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8802","value":"[closed]"}],"actual":[{"property":"Ports > Port 8802","value":"Port 8802: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8802 is open","description":"Port 8802 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8803","pass":false,"meta":"Port 8803: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8803","value":"[closed]"}],"actual":[{"property":"Ports > Port 8803","value":"Port 8803: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8803 is open","description":"Port 8803 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8804","pass":false,"meta":"Port 8804: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8804","value":"[closed]"}],"actual":[{"property":"Ports > Port 8804","value":"Port 8804: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8804 is open","description":"Port 8804 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8805","pass":false,"meta":"Port 8805: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8805","value":"[closed]"}],"actual":[{"property":"Ports > Port 8805","value":"Port 8805: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8805 is open","description":"Port 8805 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8806","pass":false,"meta":"Port 8806: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8806","value":"[closed]"}],"actual":[{"property":"Ports > Port 8806","value":"Port 8806: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8806 is open","description":"Port 8806 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8807","pass":false,"meta":"Port 8807: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8807","value":"[closed]"}],"actual":[{"property":"Ports > Port 8807","value":"Port 8807: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8807 is open","description":"Port 8807 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8808","pass":false,"meta":"Port 8808: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8808","value":"[closed]"}],"actual":[{"property":"Ports > Port 8808","value":"Port 8808: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8808 is open","description":"Port 8808 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8809","pass":false,"meta":"Port 8809: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8809","value":"[closed]"}],"actual":[{"property":"Ports > Port 8809","value":"Port 8809: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8809 is open","description":"Port 8809 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8810","pass":false,"meta":"Port 8810: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8810","value":"[closed]"}],"actual":[{"property":"Ports > Port 8810","value":"Port 8810: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8810 is open","description":"Port 8810 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8811","pass":false,"meta":"Port 8811: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8811","value":"[closed]"}],"actual":[{"property":"Ports > Port 8811","value":"Port 8811: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8811 is open","description":"Port 8811 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8812","pass":false,"meta":"Port 8812: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8812","value":"[closed]"}],"actual":[{"property":"Ports > Port 8812","value":"Port 8812: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8812 is open","description":"Port 8812 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8813","pass":false,"meta":"Port 8813: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8813","value":"[closed]"}],"actual":[{"property":"Ports > Port 8813","value":"Port 8813: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8813 is open","description":"Port 8813 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8814","pass":false,"meta":"Port 8814: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8814","value":"[closed]"}],"actual":[{"property":"Ports > Port 8814","value":"Port 8814: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8814 is open","description":"Port 8814 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8815","pass":false,"meta":"Port 8815: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8815","value":"[closed]"}],"actual":[{"property":"Ports > Port 8815","value":"Port 8815: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8815 is open","description":"Port 8815 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8816","pass":false,"meta":"Port 8816: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8816","value":"[closed]"}],"actual":[{"property":"Ports > Port 8816","value":"Port 8816: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8816 is open","description":"Port 8816 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8817","pass":false,"meta":"Port 8817: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8817","value":"[closed]"}],"actual":[{"property":"Ports > Port 8817","value":"Port 8817: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8817 is open","description":"Port 8817 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8818","pass":false,"meta":"Port 8818: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8818","value":"[closed]"}],"actual":[{"property":"Ports > Port 8818","value":"Port 8818: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8818 is open","description":"Port 8818 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8819","pass":false,"meta":"Port 8819: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8819","value":"[closed]"}],"actual":[{"property":"Ports > Port 8819","value":"Port 8819: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8819 is open","description":"Port 8819 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8820","pass":false,"meta":"Port 8820: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8820","value":"[closed]"}],"actual":[{"property":"Ports > Port 8820","value":"Port 8820: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8820 is open","description":"Port 8820 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8821","pass":false,"meta":"Port 8821: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8821","value":"[closed]"}],"actual":[{"property":"Ports > Port 8821","value":"Port 8821: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8821 is open","description":"Port 8821 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8822","pass":false,"meta":"Port 8822: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8822","value":"[closed]"}],"actual":[{"property":"Ports > Port 8822","value":"Port 8822: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8822 is open","description":"Port 8822 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8823","pass":false,"meta":"Port 8823: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8823","value":"[closed]"}],"actual":[{"property":"Ports > Port 8823","value":"Port 8823: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8823 is open","description":"Port 8823 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8824","pass":false,"meta":"Port 8824: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8824","value":"[closed]"}],"actual":[{"property":"Ports > Port 8824","value":"Port 8824: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8824 is open","description":"Port 8824 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8825","pass":false,"meta":"Port 8825: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8825","value":"[closed]"}],"actual":[{"property":"Ports > Port 8825","value":"Port 8825: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8825 is open","description":"Port 8825 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8826","pass":false,"meta":"Port 8826: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8826","value":"[closed]"}],"actual":[{"property":"Ports > Port 8826","value":"Port 8826: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8826 is open","description":"Port 8826 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8827","pass":false,"meta":"Port 8827: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8827","value":"[closed]"}],"actual":[{"property":"Ports > Port 8827","value":"Port 8827: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8827 is open","description":"Port 8827 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8828","pass":false,"meta":"Port 8828: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8828","value":"[closed]"}],"actual":[{"property":"Ports > Port 8828","value":"Port 8828: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8828 is open","description":"Port 8828 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8829","pass":false,"meta":"Port 8829: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8829","value":"[closed]"}],"actual":[{"property":"Ports > Port 8829","value":"Port 8829: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8829 is open","description":"Port 8829 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8830","pass":false,"meta":"Port 8830: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8830","value":"[closed]"}],"actual":[{"property":"Ports > Port 8830","value":"Port 8830: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8830 is open","description":"Port 8830 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8831","pass":false,"meta":"Port 8831: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8831","value":"[closed]"}],"actual":[{"property":"Ports > Port 8831","value":"Port 8831: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8831 is open","description":"Port 8831 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8832","pass":false,"meta":"Port 8832: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8832","value":"[closed]"}],"actual":[{"property":"Ports > Port 8832","value":"Port 8832: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8832 is open","description":"Port 8832 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8833","pass":false,"meta":"Port 8833: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8833","value":"[closed]"}],"actual":[{"property":"Ports > Port 8833","value":"Port 8833: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8833 is open","description":"Port 8833 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8834","pass":false,"meta":"Port 8834: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8834","value":"[closed]"}],"actual":[{"property":"Ports > Port 8834","value":"Port 8834: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8834 is open","description":"Port 8834 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8835","pass":false,"meta":"Port 8835: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8835","value":"[closed]"}],"actual":[{"property":"Ports > Port 8835","value":"Port 8835: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8835 is open","description":"Port 8835 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8836","pass":false,"meta":"Port 8836: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8836","value":"[closed]"}],"actual":[{"property":"Ports > Port 8836","value":"Port 8836: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8836 is open","description":"Port 8836 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8837","pass":false,"meta":"Port 8837: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8837","value":"[closed]"}],"actual":[{"property":"Ports > Port 8837","value":"Port 8837: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8837 is open","description":"Port 8837 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8838","pass":false,"meta":"Port 8838: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8838","value":"[closed]"}],"actual":[{"property":"Ports > Port 8838","value":"Port 8838: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8838 is open","description":"Port 8838 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8839","pass":false,"meta":"Port 8839: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8839","value":"[closed]"}],"actual":[{"property":"Ports > Port 8839","value":"Port 8839: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8839 is open","description":"Port 8839 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8840","pass":false,"meta":"Port 8840: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8840","value":"[closed]"}],"actual":[{"property":"Ports > Port 8840","value":"Port 8840: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8840 is open","description":"Port 8840 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8841","pass":false,"meta":"Port 8841: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8841","value":"[closed]"}],"actual":[{"property":"Ports > Port 8841","value":"Port 8841: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8841 is open","description":"Port 8841 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8842","pass":false,"meta":"Port 8842: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8842","value":"[closed]"}],"actual":[{"property":"Ports > Port 8842","value":"Port 8842: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8842 is open","description":"Port 8842 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8843","pass":false,"meta":"Port 8843: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8843","value":"[closed]"}],"actual":[{"property":"Ports > Port 8843","value":"Port 8843: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8843 is open","description":"Port 8843 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8844","pass":false,"meta":"Port 8844: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8844","value":"[closed]"}],"actual":[{"property":"Ports > Port 8844","value":"Port 8844: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8844 is open","description":"Port 8844 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8845","pass":false,"meta":"Port 8845: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8845","value":"[closed]"}],"actual":[{"property":"Ports > Port 8845","value":"Port 8845: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8845 is open","description":"Port 8845 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8846","pass":false,"meta":"Port 8846: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8846","value":"[closed]"}],"actual":[{"property":"Ports > Port 8846","value":"Port 8846: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8846 is open","description":"Port 8846 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8847","pass":false,"meta":"Port 8847: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8847","value":"[closed]"}],"actual":[{"property":"Ports > Port 8847","value":"Port 8847: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8847 is open","description":"Port 8847 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8848","pass":false,"meta":"Port 8848: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8848","value":"[closed]"}],"actual":[{"property":"Ports > Port 8848","value":"Port 8848: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8848 is open","description":"Port 8848 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8849","pass":false,"meta":"Port 8849: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8849","value":"[closed]"}],"actual":[{"property":"Ports > Port 8849","value":"Port 8849: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8849 is open","description":"Port 8849 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8850","pass":false,"meta":"Port 8850: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8850","value":"[closed]"}],"actual":[{"property":"Ports > Port 8850","value":"Port 8850: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8850 is open","description":"Port 8850 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8851","pass":false,"meta":"Port 8851: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8851","value":"[closed]"}],"actual":[{"property":"Ports > Port 8851","value":"Port 8851: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8851 is open","description":"Port 8851 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8852","pass":false,"meta":"Port 8852: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8852","value":"[closed]"}],"actual":[{"property":"Ports > Port 8852","value":"Port 8852: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8852 is open","description":"Port 8852 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8853","pass":false,"meta":"Port 8853: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8853","value":"[closed]"}],"actual":[{"property":"Ports > Port 8853","value":"Port 8853: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8853 is open","description":"Port 8853 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8854","pass":false,"meta":"Port 8854: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8854","value":"[closed]"}],"actual":[{"property":"Ports > Port 8854","value":"Port 8854: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8854 is open","description":"Port 8854 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8855","pass":false,"meta":"Port 8855: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8855","value":"[closed]"}],"actual":[{"property":"Ports > Port 8855","value":"Port 8855: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8855 is open","description":"Port 8855 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8856","pass":false,"meta":"Port 8856: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8856","value":"[closed]"}],"actual":[{"property":"Ports > Port 8856","value":"Port 8856: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8856 is open","description":"Port 8856 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8857","pass":false,"meta":"Port 8857: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8857","value":"[closed]"}],"actual":[{"property":"Ports > Port 8857","value":"Port 8857: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8857 is open","description":"Port 8857 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8858","pass":false,"meta":"Port 8858: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8858","value":"[closed]"}],"actual":[{"property":"Ports > Port 8858","value":"Port 8858: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8858 is open","description":"Port 8858 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8859","pass":false,"meta":"Port 8859: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8859","value":"[closed]"}],"actual":[{"property":"Ports > Port 8859","value":"Port 8859: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8859 is open","description":"Port 8859 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8860","pass":false,"meta":"Port 8860: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8860","value":"[closed]"}],"actual":[{"property":"Ports > Port 8860","value":"Port 8860: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8860 is open","description":"Port 8860 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8861","pass":false,"meta":"Port 8861: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8861","value":"[closed]"}],"actual":[{"property":"Ports > Port 8861","value":"Port 8861: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8861 is open","description":"Port 8861 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8862","pass":false,"meta":"Port 8862: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8862","value":"[closed]"}],"actual":[{"property":"Ports > Port 8862","value":"Port 8862: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8862 is open","description":"Port 8862 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8863","pass":false,"meta":"Port 8863: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8863","value":"[closed]"}],"actual":[{"property":"Ports > Port 8863","value":"Port 8863: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8863 is open","description":"Port 8863 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8864","pass":false,"meta":"Port 8864: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8864","value":"[closed]"}],"actual":[{"property":"Ports > Port 8864","value":"Port 8864: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8864 is open","description":"Port 8864 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8865","pass":false,"meta":"Port 8865: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8865","value":"[closed]"}],"actual":[{"property":"Ports > Port 8865","value":"Port 8865: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8865 is open","description":"Port 8865 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8866","pass":false,"meta":"Port 8866: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8866","value":"[closed]"}],"actual":[{"property":"Ports > Port 8866","value":"Port 8866: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8866 is open","description":"Port 8866 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8867","pass":false,"meta":"Port 8867: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8867","value":"[closed]"}],"actual":[{"property":"Ports > Port 8867","value":"Port 8867: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8867 is open","description":"Port 8867 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8868","pass":false,"meta":"Port 8868: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8868","value":"[closed]"}],"actual":[{"property":"Ports > Port 8868","value":"Port 8868: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8868 is open","description":"Port 8868 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8869","pass":false,"meta":"Port 8869: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8869","value":"[closed]"}],"actual":[{"property":"Ports > Port 8869","value":"Port 8869: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8869 is open","description":"Port 8869 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8870","pass":false,"meta":"Port 8870: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8870","value":"[closed]"}],"actual":[{"property":"Ports > Port 8870","value":"Port 8870: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8870 is open","description":"Port 8870 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8871","pass":false,"meta":"Port 8871: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8871","value":"[closed]"}],"actual":[{"property":"Ports > Port 8871","value":"Port 8871: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8871 is open","description":"Port 8871 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8872","pass":false,"meta":"Port 8872: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8872","value":"[closed]"}],"actual":[{"property":"Ports > Port 8872","value":"Port 8872: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8872 is open","description":"Port 8872 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8873","pass":false,"meta":"Port 8873: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8873","value":"[closed]"}],"actual":[{"property":"Ports > Port 8873","value":"Port 8873: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8873 is open","description":"Port 8873 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8874","pass":false,"meta":"Port 8874: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8874","value":"[closed]"}],"actual":[{"property":"Ports > Port 8874","value":"Port 8874: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8874 is open","description":"Port 8874 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8875","pass":false,"meta":"Port 8875: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8875","value":"[closed]"}],"actual":[{"property":"Ports > Port 8875","value":"Port 8875: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8875 is open","description":"Port 8875 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8876","pass":false,"meta":"Port 8876: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8876","value":"[closed]"}],"actual":[{"property":"Ports > Port 8876","value":"Port 8876: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8876 is open","description":"Port 8876 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8877","pass":false,"meta":"Port 8877: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8877","value":"[closed]"}],"actual":[{"property":"Ports > Port 8877","value":"Port 8877: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8877 is open","description":"Port 8877 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8878","pass":false,"meta":"Port 8878: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8878","value":"[closed]"}],"actual":[{"property":"Ports > Port 8878","value":"Port 8878: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8878 is open","description":"Port 8878 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8879","pass":false,"meta":"Port 8879: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8879","value":"[closed]"}],"actual":[{"property":"Ports > Port 8879","value":"Port 8879: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8879 is open","description":"Port 8879 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8880","pass":false,"meta":"Port 8880: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8880","value":"[closed]"}],"actual":[{"property":"Ports > Port 8880","value":"Port 8880: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8880 is open","description":"Port 8880 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8881","pass":false,"meta":"Port 8881: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8881","value":"[closed]"}],"actual":[{"property":"Ports > Port 8881","value":"Port 8881: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8881 is open","description":"Port 8881 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8882","pass":false,"meta":"Port 8882: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8882","value":"[closed]"}],"actual":[{"property":"Ports > Port 8882","value":"Port 8882: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8882 is open","description":"Port 8882 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8883","pass":false,"meta":"Port 8883: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8883","value":"[closed]"}],"actual":[{"property":"Ports > Port 8883","value":"Port 8883: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8883 is open","description":"Port 8883 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8884","pass":false,"meta":"Port 8884: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8884","value":"[closed]"}],"actual":[{"property":"Ports > Port 8884","value":"Port 8884: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8884 is open","description":"Port 8884 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8885","pass":false,"meta":"Port 8885: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8885","value":"[closed]"}],"actual":[{"property":"Ports > Port 8885","value":"Port 8885: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8885 is open","description":"Port 8885 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8886","pass":false,"meta":"Port 8886: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8886","value":"[closed]"}],"actual":[{"property":"Ports > Port 8886","value":"Port 8886: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8886 is open","description":"Port 8886 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8887","pass":false,"meta":"Port 8887: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8887","value":"[closed]"}],"actual":[{"property":"Ports > Port 8887","value":"Port 8887: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8887 is open","description":"Port 8887 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8888","pass":false,"meta":"Port 8888: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8888","value":"[closed]"}],"actual":[{"property":"Ports > Port 8888","value":"Port 8888: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8888 is open","description":"Port 8888 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8889","pass":false,"meta":"Port 8889: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8889","value":"[closed]"}],"actual":[{"property":"Ports > Port 8889","value":"Port 8889: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8889 is open","description":"Port 8889 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8890","pass":false,"meta":"Port 8890: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8890","value":"[closed]"}],"actual":[{"property":"Ports > Port 8890","value":"Port 8890: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8890 is open","description":"Port 8890 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8891","pass":false,"meta":"Port 8891: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8891","value":"[closed]"}],"actual":[{"property":"Ports > Port 8891","value":"Port 8891: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8891 is open","description":"Port 8891 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8899","pass":false,"meta":"Port 8899: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8899","value":"[closed]"}],"actual":[{"property":"Ports > Port 8899","value":"Port 8899: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8899 is open","description":"Port 8899 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:89","pass":false,"meta":"Port 89: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 89","value":"[closed]"}],"actual":[{"property":"Ports > Port 89","value":"Port 89: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 89 is open","description":"Port 89 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8900","pass":false,"meta":"Port 8900: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8900","value":"[closed]"}],"actual":[{"property":"Ports > Port 8900","value":"Port 8900: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8900 is open","description":"Port 8900 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8901","pass":false,"meta":"Port 8901: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8901","value":"[closed]"}],"actual":[{"property":"Ports > Port 8901","value":"Port 8901: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8901 is open","description":"Port 8901 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8902","pass":false,"meta":"Port 8902: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8902","value":"[closed]"}],"actual":[{"property":"Ports > Port 8902","value":"Port 8902: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8902 is open","description":"Port 8902 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8905","pass":false,"meta":"Port 8905: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8905","value":"[closed]"}],"actual":[{"property":"Ports > Port 8905","value":"Port 8905: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8905 is open","description":"Port 8905 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8906","pass":false,"meta":"Port 8906: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8906","value":"[closed]"}],"actual":[{"property":"Ports > Port 8906","value":"Port 8906: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8906 is open","description":"Port 8906 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8907","pass":false,"meta":"Port 8907: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8907","value":"[closed]"}],"actual":[{"property":"Ports > Port 8907","value":"Port 8907: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8907 is open","description":"Port 8907 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8908","pass":false,"meta":"Port 8908: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8908","value":"[closed]"}],"actual":[{"property":"Ports > Port 8908","value":"Port 8908: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8908 is open","description":"Port 8908 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8910","pass":false,"meta":"Port 8910: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8910","value":"[closed]"}],"actual":[{"property":"Ports > Port 8910","value":"Port 8910: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8910 is open","description":"Port 8910 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8911","pass":false,"meta":"Port 8911: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8911","value":"[closed]"}],"actual":[{"property":"Ports > Port 8911","value":"Port 8911: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8911 is open","description":"Port 8911 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8912","pass":false,"meta":"Port 8912: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8912","value":"[closed]"}],"actual":[{"property":"Ports > Port 8912","value":"Port 8912: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8912 is open","description":"Port 8912 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8913","pass":false,"meta":"Port 8913: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8913","value":"[closed]"}],"actual":[{"property":"Ports > Port 8913","value":"Port 8913: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8913 is open","description":"Port 8913 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8915","pass":false,"meta":"Port 8915: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8915","value":"[closed]"}],"actual":[{"property":"Ports > Port 8915","value":"Port 8915: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8915 is open","description":"Port 8915 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8916","pass":false,"meta":"Port 8916: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8916","value":"[closed]"}],"actual":[{"property":"Ports > Port 8916","value":"Port 8916: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8916 is open","description":"Port 8916 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8935","pass":false,"meta":"Port 8935: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8935","value":"[closed]"}],"actual":[{"property":"Ports > Port 8935","value":"Port 8935: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8935 is open","description":"Port 8935 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8943","pass":false,"meta":"Port 8943: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8943","value":"[closed]"}],"actual":[{"property":"Ports > Port 8943","value":"Port 8943: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8943 is open","description":"Port 8943 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8969","pass":false,"meta":"Port 8969: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8969","value":"[closed]"}],"actual":[{"property":"Ports > Port 8969","value":"Port 8969: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8969 is open","description":"Port 8969 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8980","pass":false,"meta":"Port 8980: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8980","value":"[closed]"}],"actual":[{"property":"Ports > Port 8980","value":"Port 8980: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8980 is open","description":"Port 8980 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8988","pass":false,"meta":"Port 8988: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8988","value":"[closed]"}],"actual":[{"property":"Ports > Port 8988","value":"Port 8988: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8988 is open","description":"Port 8988 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8989","pass":false,"meta":"Port 8989: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8989","value":"[closed]"}],"actual":[{"property":"Ports > Port 8989","value":"Port 8989: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8989 is open","description":"Port 8989 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8990","pass":false,"meta":"Port 8990: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8990","value":"[closed]"}],"actual":[{"property":"Ports > Port 8990","value":"Port 8990: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8990 is open","description":"Port 8990 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8991","pass":false,"meta":"Port 8991: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8991","value":"[closed]"}],"actual":[{"property":"Ports > Port 8991","value":"Port 8991: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8991 is open","description":"Port 8991 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8993","pass":false,"meta":"Port 8993: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8993","value":"[closed]"}],"actual":[{"property":"Ports > Port 8993","value":"Port 8993: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8993 is open","description":"Port 8993 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:8999","pass":false,"meta":"Port 8999: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 8999","value":"[closed]"}],"actual":[{"property":"Ports > Port 8999","value":"Port 8999: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 8999 is open","description":"Port 8999 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:90","pass":false,"meta":"Port 90: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 90","value":"[closed]"}],"actual":[{"property":"Ports > Port 90","value":"Port 90: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 90 is open","description":"Port 90 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9000","pass":false,"meta":"Port 9000: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9000","value":"[closed]"}],"actual":[{"property":"Ports > Port 9000","value":"Port 9000: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9000 is open","description":"Port 9000 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9001","pass":false,"meta":"Port 9001: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9001","value":"[closed]"}],"actual":[{"property":"Ports > Port 9001","value":"Port 9001: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9001 is open","description":"Port 9001 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9002","pass":false,"meta":"Port 9002: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9002","value":"[closed]"}],"actual":[{"property":"Ports > Port 9002","value":"Port 9002: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9002 is open","description":"Port 9002 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9003","pass":false,"meta":"Port 9003: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9003","value":"[closed]"}],"actual":[{"property":"Ports > Port 9003","value":"Port 9003: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9003 is open","description":"Port 9003 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9004","pass":false,"meta":"Port 9004: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9004","value":"[closed]"}],"actual":[{"property":"Ports > Port 9004","value":"Port 9004: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9004 is open","description":"Port 9004 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9005","pass":false,"meta":"Port 9005: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9005","value":"[closed]"}],"actual":[{"property":"Ports > Port 9005","value":"Port 9005: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9005 is open","description":"Port 9005 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9006","pass":false,"meta":"Port 9006: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9006","value":"[closed]"}],"actual":[{"property":"Ports > Port 9006","value":"Port 9006: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9006 is open","description":"Port 9006 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9007","pass":false,"meta":"Port 9007: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9007","value":"[closed]"}],"actual":[{"property":"Ports > Port 9007","value":"Port 9007: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9007 is open","description":"Port 9007 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9008","pass":false,"meta":"Port 9008: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9008","value":"[closed]"}],"actual":[{"property":"Ports > Port 9008","value":"Port 9008: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9008 is open","description":"Port 9008 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9009","pass":false,"meta":"Port 9009: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9009","value":"[closed]"}],"actual":[{"property":"Ports > Port 9009","value":"Port 9009: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9009 is open","description":"Port 9009 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9010","pass":false,"meta":"Port 9010: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9010","value":"[closed]"}],"actual":[{"property":"Ports > Port 9010","value":"Port 9010: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9010 is open","description":"Port 9010 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9011","pass":false,"meta":"Port 9011: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9011","value":"[closed]"}],"actual":[{"property":"Ports > Port 9011","value":"Port 9011: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9011 is open","description":"Port 9011 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9012","pass":false,"meta":"Port 9012: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9012","value":"[closed]"}],"actual":[{"property":"Ports > Port 9012","value":"Port 9012: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9012 is open","description":"Port 9012 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9013","pass":false,"meta":"Port 9013: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9013","value":"[closed]"}],"actual":[{"property":"Ports > Port 9013","value":"Port 9013: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9013 is open","description":"Port 9013 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9014","pass":false,"meta":"Port 9014: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9014","value":"[closed]"}],"actual":[{"property":"Ports > Port 9014","value":"Port 9014: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9014 is open","description":"Port 9014 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9015","pass":false,"meta":"Port 9015: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9015","value":"[closed]"}],"actual":[{"property":"Ports > Port 9015","value":"Port 9015: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9015 is open","description":"Port 9015 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9016","pass":false,"meta":"Port 9016: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9016","value":"[closed]"}],"actual":[{"property":"Ports > Port 9016","value":"Port 9016: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9016 is open","description":"Port 9016 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9017","pass":false,"meta":"Port 9017: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9017","value":"[closed]"}],"actual":[{"property":"Ports > Port 9017","value":"Port 9017: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9017 is open","description":"Port 9017 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9018","pass":false,"meta":"Port 9018: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9018","value":"[closed]"}],"actual":[{"property":"Ports > Port 9018","value":"Port 9018: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9018 is open","description":"Port 9018 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9019","pass":false,"meta":"Port 9019: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9019","value":"[closed]"}],"actual":[{"property":"Ports > Port 9019","value":"Port 9019: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9019 is open","description":"Port 9019 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9020","pass":false,"meta":"Port 9020: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9020","value":"[closed]"}],"actual":[{"property":"Ports > Port 9020","value":"Port 9020: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9020 is open","description":"Port 9020 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9021","pass":false,"meta":"Port 9021: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9021","value":"[closed]"}],"actual":[{"property":"Ports > Port 9021","value":"Port 9021: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9021 is open","description":"Port 9021 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9022","pass":false,"meta":"Port 9022: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9022","value":"[closed]"}],"actual":[{"property":"Ports > Port 9022","value":"Port 9022: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9022 is open","description":"Port 9022 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9023","pass":false,"meta":"Port 9023: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9023","value":"[closed]"}],"actual":[{"property":"Ports > Port 9023","value":"Port 9023: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9023 is open","description":"Port 9023 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9024","pass":false,"meta":"Port 9024: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9024","value":"[closed]"}],"actual":[{"property":"Ports > Port 9024","value":"Port 9024: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9024 is open","description":"Port 9024 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9025","pass":false,"meta":"Port 9025: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9025","value":"[closed]"}],"actual":[{"property":"Ports > Port 9025","value":"Port 9025: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9025 is open","description":"Port 9025 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9026","pass":false,"meta":"Port 9026: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9026","value":"[closed]"}],"actual":[{"property":"Ports > Port 9026","value":"Port 9026: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9026 is open","description":"Port 9026 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9027","pass":false,"meta":"Port 9027: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9027","value":"[closed]"}],"actual":[{"property":"Ports > Port 9027","value":"Port 9027: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9027 is open","description":"Port 9027 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9028","pass":false,"meta":"Port 9028: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9028","value":"[closed]"}],"actual":[{"property":"Ports > Port 9028","value":"Port 9028: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9028 is open","description":"Port 9028 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9029","pass":false,"meta":"Port 9029: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9029","value":"[closed]"}],"actual":[{"property":"Ports > Port 9029","value":"Port 9029: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9029 is open","description":"Port 9029 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9030","pass":false,"meta":"Port 9030: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9030","value":"[closed]"}],"actual":[{"property":"Ports > Port 9030","value":"Port 9030: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9030 is open","description":"Port 9030 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9031","pass":false,"meta":"Port 9031: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9031","value":"[closed]"}],"actual":[{"property":"Ports > Port 9031","value":"Port 9031: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9031 is open","description":"Port 9031 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9032","pass":false,"meta":"Port 9032: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9032","value":"[closed]"}],"actual":[{"property":"Ports > Port 9032","value":"Port 9032: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9032 is open","description":"Port 9032 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9033","pass":false,"meta":"Port 9033: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9033","value":"[closed]"}],"actual":[{"property":"Ports > Port 9033","value":"Port 9033: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9033 is open","description":"Port 9033 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9034","pass":false,"meta":"Port 9034: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9034","value":"[closed]"}],"actual":[{"property":"Ports > Port 9034","value":"Port 9034: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9034 is open","description":"Port 9034 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9035","pass":false,"meta":"Port 9035: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9035","value":"[closed]"}],"actual":[{"property":"Ports > Port 9035","value":"Port 9035: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9035 is open","description":"Port 9035 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9036","pass":false,"meta":"Port 9036: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9036","value":"[closed]"}],"actual":[{"property":"Ports > Port 9036","value":"Port 9036: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9036 is open","description":"Port 9036 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9037","pass":false,"meta":"Port 9037: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9037","value":"[closed]"}],"actual":[{"property":"Ports > Port 9037","value":"Port 9037: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9037 is open","description":"Port 9037 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9038","pass":false,"meta":"Port 9038: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9038","value":"[closed]"}],"actual":[{"property":"Ports > Port 9038","value":"Port 9038: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9038 is open","description":"Port 9038 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9039","pass":false,"meta":"Port 9039: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9039","value":"[closed]"}],"actual":[{"property":"Ports > Port 9039","value":"Port 9039: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9039 is open","description":"Port 9039 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9040","pass":false,"meta":"Port 9040: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9040","value":"[closed]"}],"actual":[{"property":"Ports > Port 9040","value":"Port 9040: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9040 is open","description":"Port 9040 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9041","pass":false,"meta":"Port 9041: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9041","value":"[closed]"}],"actual":[{"property":"Ports > Port 9041","value":"Port 9041: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9041 is open","description":"Port 9041 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9042","pass":false,"meta":"Port 9042: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9042","value":"[closed]"}],"actual":[{"property":"Ports > Port 9042","value":"Port 9042: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9042 is open","description":"Port 9042 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9043","pass":false,"meta":"Port 9043: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9043","value":"[closed]"}],"actual":[{"property":"Ports > Port 9043","value":"Port 9043: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9043 is open","description":"Port 9043 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9044","pass":false,"meta":"Port 9044: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9044","value":"[closed]"}],"actual":[{"property":"Ports > Port 9044","value":"Port 9044: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9044 is open","description":"Port 9044 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9045","pass":false,"meta":"Port 9045: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9045","value":"[closed]"}],"actual":[{"property":"Ports > Port 9045","value":"Port 9045: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9045 is open","description":"Port 9045 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9046","pass":false,"meta":"Port 9046: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9046","value":"[closed]"}],"actual":[{"property":"Ports > Port 9046","value":"Port 9046: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9046 is open","description":"Port 9046 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9047","pass":false,"meta":"Port 9047: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9047","value":"[closed]"}],"actual":[{"property":"Ports > Port 9047","value":"Port 9047: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9047 is open","description":"Port 9047 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9048","pass":false,"meta":"Port 9048: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9048","value":"[closed]"}],"actual":[{"property":"Ports > Port 9048","value":"Port 9048: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9048 is open","description":"Port 9048 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9049","pass":false,"meta":"Port 9049: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9049","value":"[closed]"}],"actual":[{"property":"Ports > Port 9049","value":"Port 9049: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9049 is open","description":"Port 9049 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9050","pass":false,"meta":"Port 9050: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9050","value":"[closed]"}],"actual":[{"property":"Ports > Port 9050","value":"Port 9050: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9050 is open","description":"Port 9050 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9051","pass":false,"meta":"Port 9051: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9051","value":"[closed]"}],"actual":[{"property":"Ports > Port 9051","value":"Port 9051: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9051 is open","description":"Port 9051 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9052","pass":false,"meta":"Port 9052: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9052","value":"[closed]"}],"actual":[{"property":"Ports > Port 9052","value":"Port 9052: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9052 is open","description":"Port 9052 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9053","pass":false,"meta":"Port 9053: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9053","value":"[closed]"}],"actual":[{"property":"Ports > Port 9053","value":"Port 9053: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9053 is open","description":"Port 9053 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9054","pass":false,"meta":"Port 9054: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9054","value":"[closed]"}],"actual":[{"property":"Ports > Port 9054","value":"Port 9054: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9054 is open","description":"Port 9054 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9055","pass":false,"meta":"Port 9055: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9055","value":"[closed]"}],"actual":[{"property":"Ports > Port 9055","value":"Port 9055: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9055 is open","description":"Port 9055 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9056","pass":false,"meta":"Port 9056: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9056","value":"[closed]"}],"actual":[{"property":"Ports > Port 9056","value":"Port 9056: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9056 is open","description":"Port 9056 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9057","pass":false,"meta":"Port 9057: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9057","value":"[closed]"}],"actual":[{"property":"Ports > Port 9057","value":"Port 9057: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9057 is open","description":"Port 9057 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9058","pass":false,"meta":"Port 9058: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9058","value":"[closed]"}],"actual":[{"property":"Ports > Port 9058","value":"Port 9058: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9058 is open","description":"Port 9058 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9059","pass":false,"meta":"Port 9059: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9059","value":"[closed]"}],"actual":[{"property":"Ports > Port 9059","value":"Port 9059: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9059 is open","description":"Port 9059 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9060","pass":false,"meta":"Port 9060: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9060","value":"[closed]"}],"actual":[{"property":"Ports > Port 9060","value":"Port 9060: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9060 is open","description":"Port 9060 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9061","pass":false,"meta":"Port 9061: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9061","value":"[closed]"}],"actual":[{"property":"Ports > Port 9061","value":"Port 9061: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9061 is open","description":"Port 9061 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9062","pass":false,"meta":"Port 9062: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9062","value":"[closed]"}],"actual":[{"property":"Ports > Port 9062","value":"Port 9062: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9062 is open","description":"Port 9062 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9063","pass":false,"meta":"Port 9063: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9063","value":"[closed]"}],"actual":[{"property":"Ports > Port 9063","value":"Port 9063: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9063 is open","description":"Port 9063 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9064","pass":false,"meta":"Port 9064: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9064","value":"[closed]"}],"actual":[{"property":"Ports > Port 9064","value":"Port 9064: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9064 is open","description":"Port 9064 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9065","pass":false,"meta":"Port 9065: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9065","value":"[closed]"}],"actual":[{"property":"Ports > Port 9065","value":"Port 9065: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9065 is open","description":"Port 9065 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9066","pass":false,"meta":"Port 9066: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9066","value":"[closed]"}],"actual":[{"property":"Ports > Port 9066","value":"Port 9066: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9066 is open","description":"Port 9066 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9067","pass":false,"meta":"Port 9067: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9067","value":"[closed]"}],"actual":[{"property":"Ports > Port 9067","value":"Port 9067: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9067 is open","description":"Port 9067 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9068","pass":false,"meta":"Port 9068: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9068","value":"[closed]"}],"actual":[{"property":"Ports > Port 9068","value":"Port 9068: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9068 is open","description":"Port 9068 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9069","pass":false,"meta":"Port 9069: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9069","value":"[closed]"}],"actual":[{"property":"Ports > Port 9069","value":"Port 9069: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9069 is open","description":"Port 9069 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9070","pass":false,"meta":"Port 9070: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9070","value":"[closed]"}],"actual":[{"property":"Ports > Port 9070","value":"Port 9070: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9070 is open","description":"Port 9070 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9071","pass":false,"meta":"Port 9071: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9071","value":"[closed]"}],"actual":[{"property":"Ports > Port 9071","value":"Port 9071: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9071 is open","description":"Port 9071 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9072","pass":false,"meta":"Port 9072: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9072","value":"[closed]"}],"actual":[{"property":"Ports > Port 9072","value":"Port 9072: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9072 is open","description":"Port 9072 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9073","pass":false,"meta":"Port 9073: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9073","value":"[closed]"}],"actual":[{"property":"Ports > Port 9073","value":"Port 9073: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9073 is open","description":"Port 9073 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9074","pass":false,"meta":"Port 9074: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9074","value":"[closed]"}],"actual":[{"property":"Ports > Port 9074","value":"Port 9074: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9074 is open","description":"Port 9074 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9075","pass":false,"meta":"Port 9075: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9075","value":"[closed]"}],"actual":[{"property":"Ports > Port 9075","value":"Port 9075: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9075 is open","description":"Port 9075 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9076","pass":false,"meta":"Port 9076: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9076","value":"[closed]"}],"actual":[{"property":"Ports > Port 9076","value":"Port 9076: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9076 is open","description":"Port 9076 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9077","pass":false,"meta":"Port 9077: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9077","value":"[closed]"}],"actual":[{"property":"Ports > Port 9077","value":"Port 9077: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9077 is open","description":"Port 9077 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9078","pass":false,"meta":"Port 9078: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9078","value":"[closed]"}],"actual":[{"property":"Ports > Port 9078","value":"Port 9078: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9078 is open","description":"Port 9078 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9079","pass":false,"meta":"Port 9079: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9079","value":"[closed]"}],"actual":[{"property":"Ports > Port 9079","value":"Port 9079: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9079 is open","description":"Port 9079 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9080","pass":false,"meta":"Port 9080: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9080","value":"[closed]"}],"actual":[{"property":"Ports > Port 9080","value":"Port 9080: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9080 is open","description":"Port 9080 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9081","pass":false,"meta":"Port 9081: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9081","value":"[closed]"}],"actual":[{"property":"Ports > Port 9081","value":"Port 9081: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9081 is open","description":"Port 9081 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9082","pass":false,"meta":"Port 9082: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9082","value":"[closed]"}],"actual":[{"property":"Ports > Port 9082","value":"Port 9082: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9082 is open","description":"Port 9082 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9083","pass":false,"meta":"Port 9083: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9083","value":"[closed]"}],"actual":[{"property":"Ports > Port 9083","value":"Port 9083: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9083 is open","description":"Port 9083 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9084","pass":false,"meta":"Port 9084: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9084","value":"[closed]"}],"actual":[{"property":"Ports > Port 9084","value":"Port 9084: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9084 is open","description":"Port 9084 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9085","pass":false,"meta":"Port 9085: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9085","value":"[closed]"}],"actual":[{"property":"Ports > Port 9085","value":"Port 9085: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9085 is open","description":"Port 9085 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9086","pass":false,"meta":"Port 9086: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9086","value":"[closed]"}],"actual":[{"property":"Ports > Port 9086","value":"Port 9086: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9086 is open","description":"Port 9086 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9087","pass":false,"meta":"Port 9087: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9087","value":"[closed]"}],"actual":[{"property":"Ports > Port 9087","value":"Port 9087: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9087 is open","description":"Port 9087 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9088","pass":false,"meta":"Port 9088: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9088","value":"[closed]"}],"actual":[{"property":"Ports > Port 9088","value":"Port 9088: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9088 is open","description":"Port 9088 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9089","pass":false,"meta":"Port 9089: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9089","value":"[closed]"}],"actual":[{"property":"Ports > Port 9089","value":"Port 9089: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9089 is open","description":"Port 9089 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9090","pass":false,"meta":"Port 9090: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9090","value":"[closed]"}],"actual":[{"property":"Ports > Port 9090","value":"Port 9090: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9090 is open","description":"Port 9090 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9091","pass":false,"meta":"Port 9091: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9091","value":"[closed]"}],"actual":[{"property":"Ports > Port 9091","value":"Port 9091: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9091 is open","description":"Port 9091 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9092","pass":false,"meta":"Port 9092: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9092","value":"[closed]"}],"actual":[{"property":"Ports > Port 9092","value":"Port 9092: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9092 is open","description":"Port 9092 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9093","pass":false,"meta":"Port 9093: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9093","value":"[closed]"}],"actual":[{"property":"Ports > Port 9093","value":"Port 9093: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9093 is open","description":"Port 9093 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9094","pass":false,"meta":"Port 9094: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9094","value":"[closed]"}],"actual":[{"property":"Ports > Port 9094","value":"Port 9094: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9094 is open","description":"Port 9094 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9095","pass":false,"meta":"Port 9095: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9095","value":"[closed]"}],"actual":[{"property":"Ports > Port 9095","value":"Port 9095: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9095 is open","description":"Port 9095 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9096","pass":false,"meta":"Port 9096: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9096","value":"[closed]"}],"actual":[{"property":"Ports > Port 9096","value":"Port 9096: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9096 is open","description":"Port 9096 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9097","pass":false,"meta":"Port 9097: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9097","value":"[closed]"}],"actual":[{"property":"Ports > Port 9097","value":"Port 9097: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9097 is open","description":"Port 9097 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9098","pass":false,"meta":"Port 9098: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9098","value":"[closed]"}],"actual":[{"property":"Ports > Port 9098","value":"Port 9098: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9098 is open","description":"Port 9098 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9099","pass":false,"meta":"Port 9099: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9099","value":"[closed]"}],"actual":[{"property":"Ports > Port 9099","value":"Port 9099: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9099 is open","description":"Port 9099 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9101","pass":false,"meta":"Port 9101: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9101","value":"[closed]"}],"actual":[{"property":"Ports > Port 9101","value":"Port 9101: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9101 is open","description":"Port 9101 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9102","pass":false,"meta":"Port 9102: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9102","value":"[closed]"}],"actual":[{"property":"Ports > Port 9102","value":"Port 9102: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9102 is open","description":"Port 9102 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9103","pass":false,"meta":"Port 9103: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9103","value":"[closed]"}],"actual":[{"property":"Ports > Port 9103","value":"Port 9103: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9103 is open","description":"Port 9103 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9104","pass":false,"meta":"Port 9104: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9104","value":"[closed]"}],"actual":[{"property":"Ports > Port 9104","value":"Port 9104: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9104 is open","description":"Port 9104 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9105","pass":false,"meta":"Port 9105: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9105","value":"[closed]"}],"actual":[{"property":"Ports > Port 9105","value":"Port 9105: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9105 is open","description":"Port 9105 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9106","pass":false,"meta":"Port 9106: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9106","value":"[closed]"}],"actual":[{"property":"Ports > Port 9106","value":"Port 9106: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9106 is open","description":"Port 9106 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9107","pass":false,"meta":"Port 9107: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9107","value":"[closed]"}],"actual":[{"property":"Ports > Port 9107","value":"Port 9107: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9107 is open","description":"Port 9107 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9108","pass":false,"meta":"Port 9108: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9108","value":"[closed]"}],"actual":[{"property":"Ports > Port 9108","value":"Port 9108: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9108 is open","description":"Port 9108 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9109","pass":false,"meta":"Port 9109: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9109","value":"[closed]"}],"actual":[{"property":"Ports > Port 9109","value":"Port 9109: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9109 is open","description":"Port 9109 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9110","pass":false,"meta":"Port 9110: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9110","value":"[closed]"}],"actual":[{"property":"Ports > Port 9110","value":"Port 9110: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9110 is open","description":"Port 9110 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9111","pass":false,"meta":"Port 9111: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9111","value":"[closed]"}],"actual":[{"property":"Ports > Port 9111","value":"Port 9111: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9111 is open","description":"Port 9111 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9112","pass":false,"meta":"Port 9112: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9112","value":"[closed]"}],"actual":[{"property":"Ports > Port 9112","value":"Port 9112: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9112 is open","description":"Port 9112 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9113","pass":false,"meta":"Port 9113: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9113","value":"[closed]"}],"actual":[{"property":"Ports > Port 9113","value":"Port 9113: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9113 is open","description":"Port 9113 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9114","pass":false,"meta":"Port 9114: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9114","value":"[closed]"}],"actual":[{"property":"Ports > Port 9114","value":"Port 9114: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9114 is open","description":"Port 9114 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9115","pass":false,"meta":"Port 9115: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9115","value":"[closed]"}],"actual":[{"property":"Ports > Port 9115","value":"Port 9115: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9115 is open","description":"Port 9115 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9116","pass":false,"meta":"Port 9116: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9116","value":"[closed]"}],"actual":[{"property":"Ports > Port 9116","value":"Port 9116: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9116 is open","description":"Port 9116 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9117","pass":false,"meta":"Port 9117: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9117","value":"[closed]"}],"actual":[{"property":"Ports > Port 9117","value":"Port 9117: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9117 is open","description":"Port 9117 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9118","pass":false,"meta":"Port 9118: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9118","value":"[closed]"}],"actual":[{"property":"Ports > Port 9118","value":"Port 9118: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9118 is open","description":"Port 9118 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9119","pass":false,"meta":"Port 9119: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9119","value":"[closed]"}],"actual":[{"property":"Ports > Port 9119","value":"Port 9119: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9119 is open","description":"Port 9119 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9120","pass":false,"meta":"Port 9120: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9120","value":"[closed]"}],"actual":[{"property":"Ports > Port 9120","value":"Port 9120: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9120 is open","description":"Port 9120 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9121","pass":false,"meta":"Port 9121: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9121","value":"[closed]"}],"actual":[{"property":"Ports > Port 9121","value":"Port 9121: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9121 is open","description":"Port 9121 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9122","pass":false,"meta":"Port 9122: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9122","value":"[closed]"}],"actual":[{"property":"Ports > Port 9122","value":"Port 9122: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9122 is open","description":"Port 9122 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9123","pass":false,"meta":"Port 9123: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9123","value":"[closed]"}],"actual":[{"property":"Ports > Port 9123","value":"Port 9123: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9123 is open","description":"Port 9123 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9124","pass":false,"meta":"Port 9124: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9124","value":"[closed]"}],"actual":[{"property":"Ports > Port 9124","value":"Port 9124: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9124 is open","description":"Port 9124 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9125","pass":false,"meta":"Port 9125: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9125","value":"[closed]"}],"actual":[{"property":"Ports > Port 9125","value":"Port 9125: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9125 is open","description":"Port 9125 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9126","pass":false,"meta":"Port 9126: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9126","value":"[closed]"}],"actual":[{"property":"Ports > Port 9126","value":"Port 9126: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9126 is open","description":"Port 9126 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9127","pass":false,"meta":"Port 9127: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9127","value":"[closed]"}],"actual":[{"property":"Ports > Port 9127","value":"Port 9127: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9127 is open","description":"Port 9127 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9128","pass":false,"meta":"Port 9128: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9128","value":"[closed]"}],"actual":[{"property":"Ports > Port 9128","value":"Port 9128: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9128 is open","description":"Port 9128 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9129","pass":false,"meta":"Port 9129: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9129","value":"[closed]"}],"actual":[{"property":"Ports > Port 9129","value":"Port 9129: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9129 is open","description":"Port 9129 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9130","pass":false,"meta":"Port 9130: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9130","value":"[closed]"}],"actual":[{"property":"Ports > Port 9130","value":"Port 9130: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9130 is open","description":"Port 9130 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9131","pass":false,"meta":"Port 9131: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9131","value":"[closed]"}],"actual":[{"property":"Ports > Port 9131","value":"Port 9131: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9131 is open","description":"Port 9131 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9132","pass":false,"meta":"Port 9132: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9132","value":"[closed]"}],"actual":[{"property":"Ports > Port 9132","value":"Port 9132: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9132 is open","description":"Port 9132 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9133","pass":false,"meta":"Port 9133: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9133","value":"[closed]"}],"actual":[{"property":"Ports > Port 9133","value":"Port 9133: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9133 is open","description":"Port 9133 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9134","pass":false,"meta":"Port 9134: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9134","value":"[closed]"}],"actual":[{"property":"Ports > Port 9134","value":"Port 9134: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9134 is open","description":"Port 9134 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9135","pass":false,"meta":"Port 9135: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9135","value":"[closed]"}],"actual":[{"property":"Ports > Port 9135","value":"Port 9135: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9135 is open","description":"Port 9135 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9136","pass":false,"meta":"Port 9136: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9136","value":"[closed]"}],"actual":[{"property":"Ports > Port 9136","value":"Port 9136: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9136 is open","description":"Port 9136 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9137","pass":false,"meta":"Port 9137: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9137","value":"[closed]"}],"actual":[{"property":"Ports > Port 9137","value":"Port 9137: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9137 is open","description":"Port 9137 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9138","pass":false,"meta":"Port 9138: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9138","value":"[closed]"}],"actual":[{"property":"Ports > Port 9138","value":"Port 9138: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9138 is open","description":"Port 9138 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9139","pass":false,"meta":"Port 9139: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9139","value":"[closed]"}],"actual":[{"property":"Ports > Port 9139","value":"Port 9139: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9139 is open","description":"Port 9139 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9140","pass":false,"meta":"Port 9140: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9140","value":"[closed]"}],"actual":[{"property":"Ports > Port 9140","value":"Port 9140: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9140 is open","description":"Port 9140 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9141","pass":false,"meta":"Port 9141: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9141","value":"[closed]"}],"actual":[{"property":"Ports > Port 9141","value":"Port 9141: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9141 is open","description":"Port 9141 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9142","pass":false,"meta":"Port 9142: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9142","value":"[closed]"}],"actual":[{"property":"Ports > Port 9142","value":"Port 9142: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9142 is open","description":"Port 9142 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9143","pass":false,"meta":"Port 9143: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9143","value":"[closed]"}],"actual":[{"property":"Ports > Port 9143","value":"Port 9143: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9143 is open","description":"Port 9143 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9144","pass":false,"meta":"Port 9144: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9144","value":"[closed]"}],"actual":[{"property":"Ports > Port 9144","value":"Port 9144: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9144 is open","description":"Port 9144 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9145","pass":false,"meta":"Port 9145: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9145","value":"[closed]"}],"actual":[{"property":"Ports > Port 9145","value":"Port 9145: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9145 is open","description":"Port 9145 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9146","pass":false,"meta":"Port 9146: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9146","value":"[closed]"}],"actual":[{"property":"Ports > Port 9146","value":"Port 9146: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9146 is open","description":"Port 9146 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9147","pass":false,"meta":"Port 9147: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9147","value":"[closed]"}],"actual":[{"property":"Ports > Port 9147","value":"Port 9147: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9147 is open","description":"Port 9147 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9148","pass":false,"meta":"Port 9148: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9148","value":"[closed]"}],"actual":[{"property":"Ports > Port 9148","value":"Port 9148: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9148 is open","description":"Port 9148 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9149","pass":false,"meta":"Port 9149: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9149","value":"[closed]"}],"actual":[{"property":"Ports > Port 9149","value":"Port 9149: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9149 is open","description":"Port 9149 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9150","pass":false,"meta":"Port 9150: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9150","value":"[closed]"}],"actual":[{"property":"Ports > Port 9150","value":"Port 9150: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9150 is open","description":"Port 9150 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9151","pass":false,"meta":"Port 9151: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9151","value":"[closed]"}],"actual":[{"property":"Ports > Port 9151","value":"Port 9151: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9151 is open","description":"Port 9151 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9152","pass":false,"meta":"Port 9152: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9152","value":"[closed]"}],"actual":[{"property":"Ports > Port 9152","value":"Port 9152: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9152 is open","description":"Port 9152 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9153","pass":false,"meta":"Port 9153: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9153","value":"[closed]"}],"actual":[{"property":"Ports > Port 9153","value":"Port 9153: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9153 is open","description":"Port 9153 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9154","pass":false,"meta":"Port 9154: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9154","value":"[closed]"}],"actual":[{"property":"Ports > Port 9154","value":"Port 9154: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9154 is open","description":"Port 9154 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9155","pass":false,"meta":"Port 9155: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9155","value":"[closed]"}],"actual":[{"property":"Ports > Port 9155","value":"Port 9155: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9155 is open","description":"Port 9155 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9156","pass":false,"meta":"Port 9156: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9156","value":"[closed]"}],"actual":[{"property":"Ports > Port 9156","value":"Port 9156: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9156 is open","description":"Port 9156 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9157","pass":false,"meta":"Port 9157: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9157","value":"[closed]"}],"actual":[{"property":"Ports > Port 9157","value":"Port 9157: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9157 is open","description":"Port 9157 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9158","pass":false,"meta":"Port 9158: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9158","value":"[closed]"}],"actual":[{"property":"Ports > Port 9158","value":"Port 9158: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9158 is open","description":"Port 9158 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9159","pass":false,"meta":"Port 9159: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9159","value":"[closed]"}],"actual":[{"property":"Ports > Port 9159","value":"Port 9159: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9159 is open","description":"Port 9159 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9160","pass":false,"meta":"Port 9160: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9160","value":"[closed]"}],"actual":[{"property":"Ports > Port 9160","value":"Port 9160: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9160 is open","description":"Port 9160 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9161","pass":false,"meta":"Port 9161: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9161","value":"[closed]"}],"actual":[{"property":"Ports > Port 9161","value":"Port 9161: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9161 is open","description":"Port 9161 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9162","pass":false,"meta":"Port 9162: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9162","value":"[closed]"}],"actual":[{"property":"Ports > Port 9162","value":"Port 9162: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9162 is open","description":"Port 9162 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9163","pass":false,"meta":"Port 9163: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9163","value":"[closed]"}],"actual":[{"property":"Ports > Port 9163","value":"Port 9163: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9163 is open","description":"Port 9163 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9164","pass":false,"meta":"Port 9164: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9164","value":"[closed]"}],"actual":[{"property":"Ports > Port 9164","value":"Port 9164: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9164 is open","description":"Port 9164 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9165","pass":false,"meta":"Port 9165: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9165","value":"[closed]"}],"actual":[{"property":"Ports > Port 9165","value":"Port 9165: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9165 is open","description":"Port 9165 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9166","pass":false,"meta":"Port 9166: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9166","value":"[closed]"}],"actual":[{"property":"Ports > Port 9166","value":"Port 9166: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9166 is open","description":"Port 9166 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9167","pass":false,"meta":"Port 9167: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9167","value":"[closed]"}],"actual":[{"property":"Ports > Port 9167","value":"Port 9167: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9167 is open","description":"Port 9167 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9168","pass":false,"meta":"Port 9168: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9168","value":"[closed]"}],"actual":[{"property":"Ports > Port 9168","value":"Port 9168: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9168 is open","description":"Port 9168 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9169","pass":false,"meta":"Port 9169: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9169","value":"[closed]"}],"actual":[{"property":"Ports > Port 9169","value":"Port 9169: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9169 is open","description":"Port 9169 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9170","pass":false,"meta":"Port 9170: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9170","value":"[closed]"}],"actual":[{"property":"Ports > Port 9170","value":"Port 9170: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9170 is open","description":"Port 9170 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9171","pass":false,"meta":"Port 9171: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9171","value":"[closed]"}],"actual":[{"property":"Ports > Port 9171","value":"Port 9171: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9171 is open","description":"Port 9171 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9172","pass":false,"meta":"Port 9172: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9172","value":"[closed]"}],"actual":[{"property":"Ports > Port 9172","value":"Port 9172: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9172 is open","description":"Port 9172 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9173","pass":false,"meta":"Port 9173: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9173","value":"[closed]"}],"actual":[{"property":"Ports > Port 9173","value":"Port 9173: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9173 is open","description":"Port 9173 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9174","pass":false,"meta":"Port 9174: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9174","value":"[closed]"}],"actual":[{"property":"Ports > Port 9174","value":"Port 9174: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9174 is open","description":"Port 9174 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9175","pass":false,"meta":"Port 9175: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9175","value":"[closed]"}],"actual":[{"property":"Ports > Port 9175","value":"Port 9175: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9175 is open","description":"Port 9175 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9176","pass":false,"meta":"Port 9176: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9176","value":"[closed]"}],"actual":[{"property":"Ports > Port 9176","value":"Port 9176: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9176 is open","description":"Port 9176 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9177","pass":false,"meta":"Port 9177: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9177","value":"[closed]"}],"actual":[{"property":"Ports > Port 9177","value":"Port 9177: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9177 is open","description":"Port 9177 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9178","pass":false,"meta":"Port 9178: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9178","value":"[closed]"}],"actual":[{"property":"Ports > Port 9178","value":"Port 9178: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9178 is open","description":"Port 9178 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9179","pass":false,"meta":"Port 9179: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9179","value":"[closed]"}],"actual":[{"property":"Ports > Port 9179","value":"Port 9179: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9179 is open","description":"Port 9179 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9180","pass":false,"meta":"Port 9180: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9180","value":"[closed]"}],"actual":[{"property":"Ports > Port 9180","value":"Port 9180: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9180 is open","description":"Port 9180 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9181","pass":false,"meta":"Port 9181: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9181","value":"[closed]"}],"actual":[{"property":"Ports > Port 9181","value":"Port 9181: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9181 is open","description":"Port 9181 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9182","pass":false,"meta":"Port 9182: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9182","value":"[closed]"}],"actual":[{"property":"Ports > Port 9182","value":"Port 9182: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9182 is open","description":"Port 9182 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9183","pass":false,"meta":"Port 9183: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9183","value":"[closed]"}],"actual":[{"property":"Ports > Port 9183","value":"Port 9183: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9183 is open","description":"Port 9183 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9184","pass":false,"meta":"Port 9184: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9184","value":"[closed]"}],"actual":[{"property":"Ports > Port 9184","value":"Port 9184: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9184 is open","description":"Port 9184 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9185","pass":false,"meta":"Port 9185: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9185","value":"[closed]"}],"actual":[{"property":"Ports > Port 9185","value":"Port 9185: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9185 is open","description":"Port 9185 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9186","pass":false,"meta":"Port 9186: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9186","value":"[closed]"}],"actual":[{"property":"Ports > Port 9186","value":"Port 9186: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9186 is open","description":"Port 9186 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9187","pass":false,"meta":"Port 9187: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9187","value":"[closed]"}],"actual":[{"property":"Ports > Port 9187","value":"Port 9187: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9187 is open","description":"Port 9187 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9188","pass":false,"meta":"Port 9188: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9188","value":"[closed]"}],"actual":[{"property":"Ports > Port 9188","value":"Port 9188: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9188 is open","description":"Port 9188 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9189","pass":false,"meta":"Port 9189: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9189","value":"[closed]"}],"actual":[{"property":"Ports > Port 9189","value":"Port 9189: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9189 is open","description":"Port 9189 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9190","pass":false,"meta":"Port 9190: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9190","value":"[closed]"}],"actual":[{"property":"Ports > Port 9190","value":"Port 9190: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9190 is open","description":"Port 9190 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9191","pass":false,"meta":"Port 9191: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9191","value":"[closed]"}],"actual":[{"property":"Ports > Port 9191","value":"Port 9191: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9191 is open","description":"Port 9191 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9192","pass":false,"meta":"Port 9192: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9192","value":"[closed]"}],"actual":[{"property":"Ports > Port 9192","value":"Port 9192: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9192 is open","description":"Port 9192 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9193","pass":false,"meta":"Port 9193: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9193","value":"[closed]"}],"actual":[{"property":"Ports > Port 9193","value":"Port 9193: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9193 is open","description":"Port 9193 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9194","pass":false,"meta":"Port 9194: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9194","value":"[closed]"}],"actual":[{"property":"Ports > Port 9194","value":"Port 9194: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9194 is open","description":"Port 9194 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9195","pass":false,"meta":"Port 9195: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9195","value":"[closed]"}],"actual":[{"property":"Ports > Port 9195","value":"Port 9195: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9195 is open","description":"Port 9195 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9196","pass":false,"meta":"Port 9196: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9196","value":"[closed]"}],"actual":[{"property":"Ports > Port 9196","value":"Port 9196: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9196 is open","description":"Port 9196 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9197","pass":false,"meta":"Port 9197: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9197","value":"[closed]"}],"actual":[{"property":"Ports > Port 9197","value":"Port 9197: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9197 is open","description":"Port 9197 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9198","pass":false,"meta":"Port 9198: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9198","value":"[closed]"}],"actual":[{"property":"Ports > Port 9198","value":"Port 9198: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9198 is open","description":"Port 9198 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9199","pass":false,"meta":"Port 9199: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9199","value":"[closed]"}],"actual":[{"property":"Ports > Port 9199","value":"Port 9199: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9199 is open","description":"Port 9199 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9200","pass":false,"meta":"Port 9200: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9200","value":"[closed]"}],"actual":[{"property":"Ports > Port 9200","value":"Port 9200: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9200 is open","description":"Port 9200 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9201","pass":false,"meta":"Port 9201: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9201","value":"[closed]"}],"actual":[{"property":"Ports > Port 9201","value":"Port 9201: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9201 is open","description":"Port 9201 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9202","pass":false,"meta":"Port 9202: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9202","value":"[closed]"}],"actual":[{"property":"Ports > Port 9202","value":"Port 9202: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9202 is open","description":"Port 9202 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9203","pass":false,"meta":"Port 9203: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9203","value":"[closed]"}],"actual":[{"property":"Ports > Port 9203","value":"Port 9203: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9203 is open","description":"Port 9203 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9204","pass":false,"meta":"Port 9204: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9204","value":"[closed]"}],"actual":[{"property":"Ports > Port 9204","value":"Port 9204: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9204 is open","description":"Port 9204 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9205","pass":false,"meta":"Port 9205: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9205","value":"[closed]"}],"actual":[{"property":"Ports > Port 9205","value":"Port 9205: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9205 is open","description":"Port 9205 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9206","pass":false,"meta":"Port 9206: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9206","value":"[closed]"}],"actual":[{"property":"Ports > Port 9206","value":"Port 9206: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9206 is open","description":"Port 9206 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9207","pass":false,"meta":"Port 9207: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9207","value":"[closed]"}],"actual":[{"property":"Ports > Port 9207","value":"Port 9207: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9207 is open","description":"Port 9207 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9208","pass":false,"meta":"Port 9208: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9208","value":"[closed]"}],"actual":[{"property":"Ports > Port 9208","value":"Port 9208: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9208 is open","description":"Port 9208 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9209","pass":false,"meta":"Port 9209: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9209","value":"[closed]"}],"actual":[{"property":"Ports > Port 9209","value":"Port 9209: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9209 is open","description":"Port 9209 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9210","pass":false,"meta":"Port 9210: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9210","value":"[closed]"}],"actual":[{"property":"Ports > Port 9210","value":"Port 9210: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9210 is open","description":"Port 9210 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9211","pass":false,"meta":"Port 9211: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9211","value":"[closed]"}],"actual":[{"property":"Ports > Port 9211","value":"Port 9211: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9211 is open","description":"Port 9211 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9212","pass":false,"meta":"Port 9212: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9212","value":"[closed]"}],"actual":[{"property":"Ports > Port 9212","value":"Port 9212: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9212 is open","description":"Port 9212 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9213","pass":false,"meta":"Port 9213: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9213","value":"[closed]"}],"actual":[{"property":"Ports > Port 9213","value":"Port 9213: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9213 is open","description":"Port 9213 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9214","pass":false,"meta":"Port 9214: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9214","value":"[closed]"}],"actual":[{"property":"Ports > Port 9214","value":"Port 9214: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9214 is open","description":"Port 9214 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9215","pass":false,"meta":"Port 9215: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9215","value":"[closed]"}],"actual":[{"property":"Ports > Port 9215","value":"Port 9215: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9215 is open","description":"Port 9215 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9216","pass":false,"meta":"Port 9216: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9216","value":"[closed]"}],"actual":[{"property":"Ports > Port 9216","value":"Port 9216: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9216 is open","description":"Port 9216 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9217","pass":false,"meta":"Port 9217: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9217","value":"[closed]"}],"actual":[{"property":"Ports > Port 9217","value":"Port 9217: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9217 is open","description":"Port 9217 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9218","pass":false,"meta":"Port 9218: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9218","value":"[closed]"}],"actual":[{"property":"Ports > Port 9218","value":"Port 9218: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9218 is open","description":"Port 9218 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9219","pass":false,"meta":"Port 9219: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9219","value":"[closed]"}],"actual":[{"property":"Ports > Port 9219","value":"Port 9219: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9219 is open","description":"Port 9219 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9220","pass":false,"meta":"Port 9220: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9220","value":"[closed]"}],"actual":[{"property":"Ports > Port 9220","value":"Port 9220: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9220 is open","description":"Port 9220 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9221","pass":false,"meta":"Port 9221: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9221","value":"[closed]"}],"actual":[{"property":"Ports > Port 9221","value":"Port 9221: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9221 is open","description":"Port 9221 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9222","pass":false,"meta":"Port 9222: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9222","value":"[closed]"}],"actual":[{"property":"Ports > Port 9222","value":"Port 9222: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9222 is open","description":"Port 9222 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9223","pass":false,"meta":"Port 9223: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9223","value":"[closed]"}],"actual":[{"property":"Ports > Port 9223","value":"Port 9223: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9223 is open","description":"Port 9223 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9226","pass":false,"meta":"Port 9226: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9226","value":"[closed]"}],"actual":[{"property":"Ports > Port 9226","value":"Port 9226: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9226 is open","description":"Port 9226 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9230","pass":false,"meta":"Port 9230: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9230","value":"[closed]"}],"actual":[{"property":"Ports > Port 9230","value":"Port 9230: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9230 is open","description":"Port 9230 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9236","pass":false,"meta":"Port 9236: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9236","value":"[closed]"}],"actual":[{"property":"Ports > Port 9236","value":"Port 9236: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9236 is open","description":"Port 9236 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9241","pass":false,"meta":"Port 9241: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9241","value":"[closed]"}],"actual":[{"property":"Ports > Port 9241","value":"Port 9241: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9241 is open","description":"Port 9241 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9242","pass":false,"meta":"Port 9242: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9242","value":"[closed]"}],"actual":[{"property":"Ports > Port 9242","value":"Port 9242: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9242 is open","description":"Port 9242 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9243","pass":false,"meta":"Port 9243: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9243","value":"[closed]"}],"actual":[{"property":"Ports > Port 9243","value":"Port 9243: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9243 is open","description":"Port 9243 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9244","pass":false,"meta":"Port 9244: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9244","value":"[closed]"}],"actual":[{"property":"Ports > Port 9244","value":"Port 9244: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9244 is open","description":"Port 9244 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9245","pass":false,"meta":"Port 9245: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9245","value":"[closed]"}],"actual":[{"property":"Ports > Port 9245","value":"Port 9245: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9245 is open","description":"Port 9245 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9246","pass":false,"meta":"Port 9246: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9246","value":"[closed]"}],"actual":[{"property":"Ports > Port 9246","value":"Port 9246: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9246 is open","description":"Port 9246 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9247","pass":false,"meta":"Port 9247: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9247","value":"[closed]"}],"actual":[{"property":"Ports > Port 9247","value":"Port 9247: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9247 is open","description":"Port 9247 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9248","pass":false,"meta":"Port 9248: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9248","value":"[closed]"}],"actual":[{"property":"Ports > Port 9248","value":"Port 9248: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9248 is open","description":"Port 9248 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9249","pass":false,"meta":"Port 9249: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9249","value":"[closed]"}],"actual":[{"property":"Ports > Port 9249","value":"Port 9249: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9249 is open","description":"Port 9249 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9250","pass":false,"meta":"Port 9250: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9250","value":"[closed]"}],"actual":[{"property":"Ports > Port 9250","value":"Port 9250: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9250 is open","description":"Port 9250 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9251","pass":false,"meta":"Port 9251: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9251","value":"[closed]"}],"actual":[{"property":"Ports > Port 9251","value":"Port 9251: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9251 is open","description":"Port 9251 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9252","pass":false,"meta":"Port 9252: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9252","value":"[closed]"}],"actual":[{"property":"Ports > Port 9252","value":"Port 9252: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9252 is open","description":"Port 9252 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9253","pass":false,"meta":"Port 9253: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9253","value":"[closed]"}],"actual":[{"property":"Ports > Port 9253","value":"Port 9253: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9253 is open","description":"Port 9253 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9256","pass":false,"meta":"Port 9256: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9256","value":"[closed]"}],"actual":[{"property":"Ports > Port 9256","value":"Port 9256: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9256 is open","description":"Port 9256 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9257","pass":false,"meta":"Port 9257: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9257","value":"[closed]"}],"actual":[{"property":"Ports > Port 9257","value":"Port 9257: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9257 is open","description":"Port 9257 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9273","pass":false,"meta":"Port 9273: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9273","value":"[closed]"}],"actual":[{"property":"Ports > Port 9273","value":"Port 9273: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9273 is open","description":"Port 9273 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9280","pass":false,"meta":"Port 9280: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9280","value":"[closed]"}],"actual":[{"property":"Ports > Port 9280","value":"Port 9280: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9280 is open","description":"Port 9280 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9283","pass":false,"meta":"Port 9283: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9283","value":"[closed]"}],"actual":[{"property":"Ports > Port 9283","value":"Port 9283: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9283 is open","description":"Port 9283 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9289","pass":false,"meta":"Port 9289: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9289","value":"[closed]"}],"actual":[{"property":"Ports > Port 9289","value":"Port 9289: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9289 is open","description":"Port 9289 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9291","pass":false,"meta":"Port 9291: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9291","value":"[closed]"}],"actual":[{"property":"Ports > Port 9291","value":"Port 9291: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9291 is open","description":"Port 9291 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9292","pass":false,"meta":"Port 9292: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9292","value":"[closed]"}],"actual":[{"property":"Ports > Port 9292","value":"Port 9292: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9292 is open","description":"Port 9292 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9295","pass":false,"meta":"Port 9295: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9295","value":"[closed]"}],"actual":[{"property":"Ports > Port 9295","value":"Port 9295: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9295 is open","description":"Port 9295 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9299","pass":false,"meta":"Port 9299: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9299","value":"[closed]"}],"actual":[{"property":"Ports > Port 9299","value":"Port 9299: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9299 is open","description":"Port 9299 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9300","pass":false,"meta":"Port 9300: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9300","value":"[closed]"}],"actual":[{"property":"Ports > Port 9300","value":"Port 9300: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9300 is open","description":"Port 9300 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9301","pass":false,"meta":"Port 9301: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9301","value":"[closed]"}],"actual":[{"property":"Ports > Port 9301","value":"Port 9301: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9301 is open","description":"Port 9301 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9303","pass":false,"meta":"Port 9303: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9303","value":"[closed]"}],"actual":[{"property":"Ports > Port 9303","value":"Port 9303: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9303 is open","description":"Port 9303 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9304","pass":false,"meta":"Port 9304: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9304","value":"[closed]"}],"actual":[{"property":"Ports > Port 9304","value":"Port 9304: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9304 is open","description":"Port 9304 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9305","pass":false,"meta":"Port 9305: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9305","value":"[closed]"}],"actual":[{"property":"Ports > Port 9305","value":"Port 9305: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9305 is open","description":"Port 9305 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9306","pass":false,"meta":"Port 9306: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9306","value":"[closed]"}],"actual":[{"property":"Ports > Port 9306","value":"Port 9306: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9306 is open","description":"Port 9306 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9307","pass":false,"meta":"Port 9307: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9307","value":"[closed]"}],"actual":[{"property":"Ports > Port 9307","value":"Port 9307: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9307 is open","description":"Port 9307 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9308","pass":false,"meta":"Port 9308: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9308","value":"[closed]"}],"actual":[{"property":"Ports > Port 9308","value":"Port 9308: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9308 is open","description":"Port 9308 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9309","pass":false,"meta":"Port 9309: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9309","value":"[closed]"}],"actual":[{"property":"Ports > Port 9309","value":"Port 9309: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9309 is open","description":"Port 9309 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9310","pass":false,"meta":"Port 9310: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9310","value":"[closed]"}],"actual":[{"property":"Ports > Port 9310","value":"Port 9310: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9310 is open","description":"Port 9310 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9311","pass":false,"meta":"Port 9311: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9311","value":"[closed]"}],"actual":[{"property":"Ports > Port 9311","value":"Port 9311: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9311 is open","description":"Port 9311 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9312","pass":false,"meta":"Port 9312: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9312","value":"[closed]"}],"actual":[{"property":"Ports > Port 9312","value":"Port 9312: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9312 is open","description":"Port 9312 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9313","pass":false,"meta":"Port 9313: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9313","value":"[closed]"}],"actual":[{"property":"Ports > Port 9313","value":"Port 9313: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9313 is open","description":"Port 9313 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9315","pass":false,"meta":"Port 9315: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9315","value":"[closed]"}],"actual":[{"property":"Ports > Port 9315","value":"Port 9315: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9315 is open","description":"Port 9315 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9333","pass":false,"meta":"Port 9333: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9333","value":"[closed]"}],"actual":[{"property":"Ports > Port 9333","value":"Port 9333: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9333 is open","description":"Port 9333 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9345","pass":false,"meta":"Port 9345: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9345","value":"[closed]"}],"actual":[{"property":"Ports > Port 9345","value":"Port 9345: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9345 is open","description":"Port 9345 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9350","pass":false,"meta":"Port 9350: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9350","value":"[closed]"}],"actual":[{"property":"Ports > Port 9350","value":"Port 9350: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9350 is open","description":"Port 9350 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9351","pass":false,"meta":"Port 9351: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9351","value":"[closed]"}],"actual":[{"property":"Ports > Port 9351","value":"Port 9351: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9351 is open","description":"Port 9351 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9353","pass":false,"meta":"Port 9353: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9353","value":"[closed]"}],"actual":[{"property":"Ports > Port 9353","value":"Port 9353: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9353 is open","description":"Port 9353 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9376","pass":false,"meta":"Port 9376: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9376","value":"[closed]"}],"actual":[{"property":"Ports > Port 9376","value":"Port 9376: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9376 is open","description":"Port 9376 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9383","pass":false,"meta":"Port 9383: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9383","value":"[closed]"}],"actual":[{"property":"Ports > Port 9383","value":"Port 9383: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9383 is open","description":"Port 9383 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9387","pass":false,"meta":"Port 9387: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9387","value":"[closed]"}],"actual":[{"property":"Ports > Port 9387","value":"Port 9387: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9387 is open","description":"Port 9387 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9389","pass":false,"meta":"Port 9389: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9389","value":"[closed]"}],"actual":[{"property":"Ports > Port 9389","value":"Port 9389: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9389 is open","description":"Port 9389 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9393","pass":false,"meta":"Port 9393: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9393","value":"[closed]"}],"actual":[{"property":"Ports > Port 9393","value":"Port 9393: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9393 is open","description":"Port 9393 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9398","pass":false,"meta":"Port 9398: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9398","value":"[closed]"}],"actual":[{"property":"Ports > Port 9398","value":"Port 9398: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9398 is open","description":"Port 9398 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9399","pass":false,"meta":"Port 9399: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9399","value":"[closed]"}],"actual":[{"property":"Ports > Port 9399","value":"Port 9399: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9399 is open","description":"Port 9399 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9400","pass":false,"meta":"Port 9400: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9400","value":"[closed]"}],"actual":[{"property":"Ports > Port 9400","value":"Port 9400: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9400 is open","description":"Port 9400 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9410","pass":false,"meta":"Port 9410: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9410","value":"[closed]"}],"actual":[{"property":"Ports > Port 9410","value":"Port 9410: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9410 is open","description":"Port 9410 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9418","pass":false,"meta":"Port 9418: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9418","value":"[closed]"}],"actual":[{"property":"Ports > Port 9418","value":"Port 9418: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9418 is open","description":"Port 9418 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9433","pass":false,"meta":"Port 9433: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9433","value":"[closed]"}],"actual":[{"property":"Ports > Port 9433","value":"Port 9433: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9433 is open","description":"Port 9433 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9441","pass":false,"meta":"Port 9441: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9441","value":"[closed]"}],"actual":[{"property":"Ports > Port 9441","value":"Port 9441: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9441 is open","description":"Port 9441 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9443","pass":false,"meta":"Port 9443: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9443","value":"[closed]"}],"actual":[{"property":"Ports > Port 9443","value":"Port 9443: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9443 is open","description":"Port 9443 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9444","pass":false,"meta":"Port 9444: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9444","value":"[closed]"}],"actual":[{"property":"Ports > Port 9444","value":"Port 9444: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9444 is open","description":"Port 9444 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9445","pass":false,"meta":"Port 9445: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9445","value":"[closed]"}],"actual":[{"property":"Ports > Port 9445","value":"Port 9445: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9445 is open","description":"Port 9445 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9446","pass":false,"meta":"Port 9446: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9446","value":"[closed]"}],"actual":[{"property":"Ports > Port 9446","value":"Port 9446: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9446 is open","description":"Port 9446 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9447","pass":false,"meta":"Port 9447: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9447","value":"[closed]"}],"actual":[{"property":"Ports > Port 9447","value":"Port 9447: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9447 is open","description":"Port 9447 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9454","pass":false,"meta":"Port 9454: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9454","value":"[closed]"}],"actual":[{"property":"Ports > Port 9454","value":"Port 9454: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9454 is open","description":"Port 9454 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9455","pass":false,"meta":"Port 9455: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9455","value":"[closed]"}],"actual":[{"property":"Ports > Port 9455","value":"Port 9455: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9455 is open","description":"Port 9455 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9456","pass":false,"meta":"Port 9456: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9456","value":"[closed]"}],"actual":[{"property":"Ports > Port 9456","value":"Port 9456: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9456 is open","description":"Port 9456 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9458","pass":false,"meta":"Port 9458: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9458","value":"[closed]"}],"actual":[{"property":"Ports > Port 9458","value":"Port 9458: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9458 is open","description":"Port 9458 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9465","pass":false,"meta":"Port 9465: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9465","value":"[closed]"}],"actual":[{"property":"Ports > Port 9465","value":"Port 9465: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9465 is open","description":"Port 9465 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9480","pass":false,"meta":"Port 9480: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9480","value":"[closed]"}],"actual":[{"property":"Ports > Port 9480","value":"Port 9480: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9480 is open","description":"Port 9480 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9488","pass":false,"meta":"Port 9488: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9488","value":"[closed]"}],"actual":[{"property":"Ports > Port 9488","value":"Port 9488: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9488 is open","description":"Port 9488 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9500","pass":false,"meta":"Port 9500: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9500","value":"[closed]"}],"actual":[{"property":"Ports > Port 9500","value":"Port 9500: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9500 is open","description":"Port 9500 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9501","pass":false,"meta":"Port 9501: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9501","value":"[closed]"}],"actual":[{"property":"Ports > Port 9501","value":"Port 9501: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9501 is open","description":"Port 9501 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9505","pass":false,"meta":"Port 9505: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9505","value":"[closed]"}],"actual":[{"property":"Ports > Port 9505","value":"Port 9505: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9505 is open","description":"Port 9505 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9507","pass":false,"meta":"Port 9507: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9507","value":"[closed]"}],"actual":[{"property":"Ports > Port 9507","value":"Port 9507: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9507 is open","description":"Port 9507 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9510","pass":false,"meta":"Port 9510: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9510","value":"[closed]"}],"actual":[{"property":"Ports > Port 9510","value":"Port 9510: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9510 is open","description":"Port 9510 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9513","pass":false,"meta":"Port 9513: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9513","value":"[closed]"}],"actual":[{"property":"Ports > Port 9513","value":"Port 9513: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9513 is open","description":"Port 9513 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9515","pass":false,"meta":"Port 9515: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9515","value":"[closed]"}],"actual":[{"property":"Ports > Port 9515","value":"Port 9515: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9515 is open","description":"Port 9515 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9527","pass":false,"meta":"Port 9527: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9527","value":"[closed]"}],"actual":[{"property":"Ports > Port 9527","value":"Port 9527: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9527 is open","description":"Port 9527 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9529","pass":false,"meta":"Port 9529: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9529","value":"[closed]"}],"actual":[{"property":"Ports > Port 9529","value":"Port 9529: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9529 is open","description":"Port 9529 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9530","pass":false,"meta":"Port 9530: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9530","value":"[closed]"}],"actual":[{"property":"Ports > Port 9530","value":"Port 9530: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9530 is open","description":"Port 9530 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9532","pass":false,"meta":"Port 9532: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9532","value":"[closed]"}],"actual":[{"property":"Ports > Port 9532","value":"Port 9532: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9532 is open","description":"Port 9532 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9550","pass":false,"meta":"Port 9550: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9550","value":"[closed]"}],"actual":[{"property":"Ports > Port 9550","value":"Port 9550: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9550 is open","description":"Port 9550 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9553","pass":false,"meta":"Port 9553: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9553","value":"[closed]"}],"actual":[{"property":"Ports > Port 9553","value":"Port 9553: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9553 is open","description":"Port 9553 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9595","pass":false,"meta":"Port 9595: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9595","value":"[closed]"}],"actual":[{"property":"Ports > Port 9595","value":"Port 9595: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9595 is open","description":"Port 9595 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9600","pass":false,"meta":"Port 9600: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9600","value":"[closed]"}],"actual":[{"property":"Ports > Port 9600","value":"Port 9600: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9600 is open","description":"Port 9600 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9606","pass":false,"meta":"Port 9606: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9606","value":"[closed]"}],"actual":[{"property":"Ports > Port 9606","value":"Port 9606: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9606 is open","description":"Port 9606 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9611","pass":false,"meta":"Port 9611: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9611","value":"[closed]"}],"actual":[{"property":"Ports > Port 9611","value":"Port 9611: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9611 is open","description":"Port 9611 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9658","pass":false,"meta":"Port 9658: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9658","value":"[closed]"}],"actual":[{"property":"Ports > Port 9658","value":"Port 9658: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9658 is open","description":"Port 9658 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9663","pass":false,"meta":"Port 9663: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9663","value":"[closed]"}],"actual":[{"property":"Ports > Port 9663","value":"Port 9663: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9663 is open","description":"Port 9663 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9674","pass":false,"meta":"Port 9674: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9674","value":"[closed]"}],"actual":[{"property":"Ports > Port 9674","value":"Port 9674: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9674 is open","description":"Port 9674 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9682","pass":false,"meta":"Port 9682: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9682","value":"[closed]"}],"actual":[{"property":"Ports > Port 9682","value":"Port 9682: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9682 is open","description":"Port 9682 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9690","pass":false,"meta":"Port 9690: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9690","value":"[closed]"}],"actual":[{"property":"Ports > Port 9690","value":"Port 9690: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9690 is open","description":"Port 9690 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9696","pass":false,"meta":"Port 9696: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9696","value":"[closed]"}],"actual":[{"property":"Ports > Port 9696","value":"Port 9696: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9696 is open","description":"Port 9696 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9700","pass":false,"meta":"Port 9700: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9700","value":"[closed]"}],"actual":[{"property":"Ports > Port 9700","value":"Port 9700: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9700 is open","description":"Port 9700 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9704","pass":false,"meta":"Port 9704: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9704","value":"[closed]"}],"actual":[{"property":"Ports > Port 9704","value":"Port 9704: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9704 is open","description":"Port 9704 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9710","pass":false,"meta":"Port 9710: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9710","value":"[closed]"}],"actual":[{"property":"Ports > Port 9710","value":"Port 9710: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9710 is open","description":"Port 9710 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9711","pass":false,"meta":"Port 9711: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9711","value":"[closed]"}],"actual":[{"property":"Ports > Port 9711","value":"Port 9711: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9711 is open","description":"Port 9711 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9734","pass":false,"meta":"Port 9734: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9734","value":"[closed]"}],"actual":[{"property":"Ports > Port 9734","value":"Port 9734: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9734 is open","description":"Port 9734 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9743","pass":false,"meta":"Port 9743: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9743","value":"[closed]"}],"actual":[{"property":"Ports > Port 9743","value":"Port 9743: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9743 is open","description":"Port 9743 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9754","pass":false,"meta":"Port 9754: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9754","value":"[closed]"}],"actual":[{"property":"Ports > Port 9754","value":"Port 9754: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9754 is open","description":"Port 9754 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9758","pass":false,"meta":"Port 9758: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9758","value":"[closed]"}],"actual":[{"property":"Ports > Port 9758","value":"Port 9758: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9758 is open","description":"Port 9758 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9761","pass":false,"meta":"Port 9761: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9761","value":"[closed]"}],"actual":[{"property":"Ports > Port 9761","value":"Port 9761: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9761 is open","description":"Port 9761 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9765","pass":false,"meta":"Port 9765: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9765","value":"[closed]"}],"actual":[{"property":"Ports > Port 9765","value":"Port 9765: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9765 is open","description":"Port 9765 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9773","pass":false,"meta":"Port 9773: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9773","value":"[closed]"}],"actual":[{"property":"Ports > Port 9773","value":"Port 9773: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9773 is open","description":"Port 9773 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9779","pass":false,"meta":"Port 9779: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9779","value":"[closed]"}],"actual":[{"property":"Ports > Port 9779","value":"Port 9779: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9779 is open","description":"Port 9779 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9797","pass":false,"meta":"Port 9797: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9797","value":"[closed]"}],"actual":[{"property":"Ports > Port 9797","value":"Port 9797: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9797 is open","description":"Port 9797 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9800","pass":false,"meta":"Port 9800: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9800","value":"[closed]"}],"actual":[{"property":"Ports > Port 9800","value":"Port 9800: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9800 is open","description":"Port 9800 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9802","pass":false,"meta":"Port 9802: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9802","value":"[closed]"}],"actual":[{"property":"Ports > Port 9802","value":"Port 9802: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9802 is open","description":"Port 9802 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9803","pass":false,"meta":"Port 9803: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9803","value":"[closed]"}],"actual":[{"property":"Ports > Port 9803","value":"Port 9803: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9803 is open","description":"Port 9803 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9804","pass":false,"meta":"Port 9804: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9804","value":"[closed]"}],"actual":[{"property":"Ports > Port 9804","value":"Port 9804: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9804 is open","description":"Port 9804 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9810","pass":false,"meta":"Port 9810: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9810","value":"[closed]"}],"actual":[{"property":"Ports > Port 9810","value":"Port 9810: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9810 is open","description":"Port 9810 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9811","pass":false,"meta":"Port 9811: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9811","value":"[closed]"}],"actual":[{"property":"Ports > Port 9811","value":"Port 9811: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9811 is open","description":"Port 9811 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9861","pass":false,"meta":"Port 9861: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9861","value":"[closed]"}],"actual":[{"property":"Ports > Port 9861","value":"Port 9861: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9861 is open","description":"Port 9861 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9869","pass":false,"meta":"Port 9869: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9869","value":"[closed]"}],"actual":[{"property":"Ports > Port 9869","value":"Port 9869: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9869 is open","description":"Port 9869 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9872","pass":false,"meta":"Port 9872: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9872","value":"[closed]"}],"actual":[{"property":"Ports > Port 9872","value":"Port 9872: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9872 is open","description":"Port 9872 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9876","pass":false,"meta":"Port 9876: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9876","value":"[closed]"}],"actual":[{"property":"Ports > Port 9876","value":"Port 9876: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9876 is open","description":"Port 9876 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9885","pass":false,"meta":"Port 9885: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9885","value":"[closed]"}],"actual":[{"property":"Ports > Port 9885","value":"Port 9885: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9885 is open","description":"Port 9885 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9888","pass":false,"meta":"Port 9888: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9888","value":"[closed]"}],"actual":[{"property":"Ports > Port 9888","value":"Port 9888: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9888 is open","description":"Port 9888 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9898","pass":false,"meta":"Port 9898: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9898","value":"[closed]"}],"actual":[{"property":"Ports > Port 9898","value":"Port 9898: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9898 is open","description":"Port 9898 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9899","pass":false,"meta":"Port 9899: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9899","value":"[closed]"}],"actual":[{"property":"Ports > Port 9899","value":"Port 9899: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9899 is open","description":"Port 9899 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9900","pass":false,"meta":"Port 9900: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9900","value":"[closed]"}],"actual":[{"property":"Ports > Port 9900","value":"Port 9900: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9900 is open","description":"Port 9900 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9901","pass":false,"meta":"Port 9901: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9901","value":"[closed]"}],"actual":[{"property":"Ports > Port 9901","value":"Port 9901: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9901 is open","description":"Port 9901 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9902","pass":false,"meta":"Port 9902: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9902","value":"[closed]"}],"actual":[{"property":"Ports > Port 9902","value":"Port 9902: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9902 is open","description":"Port 9902 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9908","pass":false,"meta":"Port 9908: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9908","value":"[closed]"}],"actual":[{"property":"Ports > Port 9908","value":"Port 9908: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9908 is open","description":"Port 9908 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9909","pass":false,"meta":"Port 9909: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9909","value":"[closed]"}],"actual":[{"property":"Ports > Port 9909","value":"Port 9909: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9909 is open","description":"Port 9909 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9916","pass":false,"meta":"Port 9916: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9916","value":"[closed]"}],"actual":[{"property":"Ports > Port 9916","value":"Port 9916: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9916 is open","description":"Port 9916 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9918","pass":false,"meta":"Port 9918: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9918","value":"[closed]"}],"actual":[{"property":"Ports > Port 9918","value":"Port 9918: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9918 is open","description":"Port 9918 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9919","pass":false,"meta":"Port 9919: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9919","value":"[closed]"}],"actual":[{"property":"Ports > Port 9919","value":"Port 9919: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9919 is open","description":"Port 9919 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9922","pass":false,"meta":"Port 9922: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9922","value":"[closed]"}],"actual":[{"property":"Ports > Port 9922","value":"Port 9922: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9922 is open","description":"Port 9922 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9923","pass":false,"meta":"Port 9923: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9923","value":"[closed]"}],"actual":[{"property":"Ports > Port 9923","value":"Port 9923: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9923 is open","description":"Port 9923 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9926","pass":false,"meta":"Port 9926: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9926","value":"[closed]"}],"actual":[{"property":"Ports > Port 9926","value":"Port 9926: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9926 is open","description":"Port 9926 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9928","pass":false,"meta":"Port 9928: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9928","value":"[closed]"}],"actual":[{"property":"Ports > Port 9928","value":"Port 9928: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9928 is open","description":"Port 9928 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9929","pass":false,"meta":"Port 9929: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9929","value":"[closed]"}],"actual":[{"property":"Ports > Port 9929","value":"Port 9929: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9929 is open","description":"Port 9929 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9930","pass":false,"meta":"Port 9930: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9930","value":"[closed]"}],"actual":[{"property":"Ports > Port 9930","value":"Port 9930: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9930 is open","description":"Port 9930 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9939","pass":false,"meta":"Port 9939: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9939","value":"[closed]"}],"actual":[{"property":"Ports > Port 9939","value":"Port 9939: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9939 is open","description":"Port 9939 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9943","pass":false,"meta":"Port 9943: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9943","value":"[closed]"}],"actual":[{"property":"Ports > Port 9943","value":"Port 9943: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9943 is open","description":"Port 9943 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9944","pass":false,"meta":"Port 9944: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9944","value":"[closed]"}],"actual":[{"property":"Ports > Port 9944","value":"Port 9944: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9944 is open","description":"Port 9944 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9950","pass":false,"meta":"Port 9950: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9950","value":"[closed]"}],"actual":[{"property":"Ports > Port 9950","value":"Port 9950: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9950 is open","description":"Port 9950 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9955","pass":false,"meta":"Port 9955: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9955","value":"[closed]"}],"actual":[{"property":"Ports > Port 9955","value":"Port 9955: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9955 is open","description":"Port 9955 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9966","pass":false,"meta":"Port 9966: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9966","value":"[closed]"}],"actual":[{"property":"Ports > Port 9966","value":"Port 9966: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9966 is open","description":"Port 9966 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9977","pass":false,"meta":"Port 9977: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9977","value":"[closed]"}],"actual":[{"property":"Ports > Port 9977","value":"Port 9977: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9977 is open","description":"Port 9977 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9981","pass":false,"meta":"Port 9981: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9981","value":"[closed]"}],"actual":[{"property":"Ports > Port 9981","value":"Port 9981: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9981 is open","description":"Port 9981 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9988","pass":false,"meta":"Port 9988: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9988","value":"[closed]"}],"actual":[{"property":"Ports > Port 9988","value":"Port 9988: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9988 is open","description":"Port 9988 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9990","pass":false,"meta":"Port 9990: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9990","value":"[closed]"}],"actual":[{"property":"Ports > Port 9990","value":"Port 9990: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9990 is open","description":"Port 9990 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9991","pass":false,"meta":"Port 9991: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9991","value":"[closed]"}],"actual":[{"property":"Ports > Port 9991","value":"Port 9991: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9991 is open","description":"Port 9991 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9992","pass":false,"meta":"Port 9992: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9992","value":"[closed]"}],"actual":[{"property":"Ports > Port 9992","value":"Port 9992: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9992 is open","description":"Port 9992 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9993","pass":false,"meta":"Port 9993: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9993","value":"[closed]"}],"actual":[{"property":"Ports > Port 9993","value":"Port 9993: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9993 is open","description":"Port 9993 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9994","pass":false,"meta":"Port 9994: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9994","value":"[closed]"}],"actual":[{"property":"Ports > Port 9994","value":"Port 9994: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9994 is open","description":"Port 9994 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9997","pass":false,"meta":"Port 9997: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9997","value":"[closed]"}],"actual":[{"property":"Ports > Port 9997","value":"Port 9997: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9997 is open","description":"Port 9997 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9998","pass":false,"meta":"Port 9998: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9998","value":"[closed]"}],"actual":[{"property":"Ports > Port 9998","value":"Port 9998: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9998 is open","description":"Port 9998 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0},{"id":"unknown_open_port:9999","pass":false,"meta":"Port 9999: [open]","vendorOnly":false,"expected":[{"property":"Ports > Port 9999","value":"[closed]"}],"actual":[{"property":"Ports > Port 9999","value":"Port 9999: [open]"}],"severity":1,"cloudscanCategory":"network_sec_v2","prevCloudscanCategory":"network_sec","title":"Port 9999 is open","description":"Port 9999 is open on this server, however no service was detected listening on this port. The configuration of the server should be reviewed and unnecessary ports closed.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-01-16T14:35:47.999907Z","sources":["3.33.236.10"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"","riskDetails":"","recommendedRemediation":"","knownExploitedVulnCount":0}],"website_sec_v2":[{"id":"x_frame_options_header_v2","pass":false,"meta":"","vendorOnly":false,"expected":[{"property":"Headers > x-frame-options","value":"[deny or sameorigin]"}],"actual":[{"property":"Headers > x-frame-options","value":"[not set]"}],"severity":3,"cloudscanCategory":"website_sec_v2","prevCloudscanCategory":"website_sec","title":"X-Frame-Options is not deny or sameorigin","description":"Browsers may display this website's content in frames. This can lead to clickjacking attacks.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-03-24T12:26:06.263062Z","sources":["www.duendesoftware.com:9100"],"none":false,"noneReason":null,"prevProvisionalID":"x_frame_options_header","summary":"X-Frame-Options is a server header that dictates whether a page is allowed to be rendered using the  <frame>, <iframe>, <embed> or <object> tags. This measure prevents attackers from rendering a page within a frame they control, where they can then gather inputs to the page like login credentials.","riskDetails":"The deny and sameorigin options control if or when a page is allowed to be rendered in a frame. The \"deny\" option prevents the page from being rendered in a frame and provides blanket protection if there is never a need for the page to be in a frame. The \"sameorigin\" option specifies that the page can only be rendered in a frame on the same domain, preventing attacker-controlled domains from presenting the page. Missing these directives enables click-jacking attacks where the user interacts with the page without knowing that the attacker can intercept any inputs or actions they take.","recommendedRemediation":"Add a server header for X-Frame-Options with an option of \"deny\" if there is no need for the site to appear in a frame, or \"sameorigin\" to restrict this option to other pages on the same domain.","knownExploitedVulnCount":0,"checkID":"x_frame_options_header_v2","category":"clickjacking","controlCheckID":"IM.WS.CJ.PA","passTitle":"X-Frame-Options is not deny or sameorigin","passDescription":"Browsers are prevented from displaying this website's content in frames. This helps mitigate clickjacking attacks.","passGroupDescription":"All websites have safely implemented the X-Frame-Options header.","failTitle":"X-Frame-Options is not deny or sameorigin","failDescription":"Browsers may display this website's content in frames. This can lead to clickjacking attacks.","remediation":"Set X-Frame-Options to deny or sameorigin.","issue":"Impacted domains allow browsers to display their content in frames. This can lead to clickjacking attacks.","recommendation":"The website needs to set the X-Frame-Options header to deny or sameorigin. Alternatively, configure a Content Security Policy with the frame-ancestors directive. This will prevent browsers from displaying the website's content in frames.","defaultSeverity":3,"categoryTotalCost":5,"overrideContext":null,"Deprecated":false,"ISOControls":["A.13.1.1"],"ISO2022Controls":["8.20"],"NISTControls":["PR.AC-5"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"X-Frame-Options is a server header that dictates whether a page is allowed to be rendered using the  <frame>, <iframe>, <embed> or <object> tags. This measure prevents attackers from rendering a page within a frame they control, where they can then gather inputs to the page like login credentials.","RiskDetails":"The deny and sameorigin options control if or when a page is allowed to be rendered in a frame. The \"deny\" option prevents the page from being rendered in a frame and provides blanket protection if there is never a need for the page to be in a frame. The \"sameorigin\" option specifies that the page can only be rendered in a frame on the same domain, preventing attacker-controlled domains from presenting the page. Missing these directives enables click-jacking attacks where the user interacts with the page without knowing that the attacker can intercept any inputs or actions they take.","RecommendedRemediation":"Add a server header for X-Frame-Options with an option of \"deny\" if there is no need for the site to appear in a frame, or \"sameorigin\" to restrict this option to other pages on the same domain."},{"id":"content_security_policy_header_v2","pass":false,"meta":"","vendorOnly":false,"expected":[{"property":"Headers > content-security-policy","value":"[valid policy]"}],"actual":[{"property":"Headers > content-security-policy","value":"[not set]"}],"severity":3,"cloudscanCategory":"website_sec_v2","prevCloudscanCategory":"website_sec","title":"CSP is not implemented","description":"No valid Content Security Policy is implemented. This increases the risk of XSS and clickjacking attacks.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2023-03-16T05:47:03.740486Z","sources":["duendesoftware.com:443","www.duendesoftware.com:9100"],"none":false,"noneReason":null,"prevProvisionalID":"content_security_policy_header","summary":"A Content-Security-Policy header defines directives for server governance on website behaviors through the HTTP header, though you can also supply HTML meta tags with a string-matching attribute that sets a CSP for the page. With your CSP, you define the approved origins for content that browsers will load on your website, such as JavaScript, CSS stylesheets, images, and more.","riskDetails":"Without a CSP, malicious actors can inject their preferred content into your website, such as injecting a malicious script in a cross-site scripting attack or manipulating user behavior through a clickjacking attack. XSS attacks and UI redress are two attack vulnerabilities that could be exploited without a Content Security Policy that defines authorized content sources.","recommendedRemediation":"To create the Content Security Policy for your website, you will need to update the configuration file containing your HTTP Response header. Different server setups and hosting platforms require different approaches to your configuration files. For example, you update the .htaccess or .httpd.conf files for Apache web servers, whereas NGINX servers require modification in the server block.","knownExploitedVulnCount":0,"checkID":"content_security_policy_header_v2","category":"xss","controlCheckID":"IM.WS.CJ.UQ","passTitle":"CSP implemented","passDescription":"A Content Security Policy is implemented to help protect against XSS and clickjacking attacks.","passGroupDescription":"All websites have a Content Security Policy implemented.","failTitle":"CSP is not implemented","failDescription":"No valid Content Security Policy is implemented. This increases the risk of XSS and clickjacking attacks.","remediation":"Design and implement a Content Security Policy.","issue":"Impacted domains do not have a valid Content Security Policy implemented. This increases the risk of XSS and clickjacking attacks.","recommendation":"A Content Security Policy for this website should be designed and implemented.","defaultSeverity":3,"categoryTotalCost":8,"overrideContext":null,"Deprecated":false,"ISOControls":["A.13.1.1"],"ISO2022Controls":["8.20"],"NISTControls":["PR.AC-5"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"A Content-Security-Policy header defines directives for server governance on website behaviors through the HTTP header, though you can also supply HTML meta tags with a string-matching attribute that sets a CSP for the page. With your CSP, you define the approved origins for content that browsers will load on your website, such as JavaScript, CSS stylesheets, images, and more.","RiskDetails":"Without a CSP, malicious actors can inject their preferred content into your website, such as injecting a malicious script in a cross-site scripting attack or manipulating user behavior through a clickjacking attack. XSS attacks and UI redress are two attack vulnerabilities that could be exploited without a Content Security Policy that defines authorized content sources.","RecommendedRemediation":"To create the Content Security Policy for your website, you will need to update the configuration file containing your HTTP Response header. Different server setups and hosting platforms require different approaches to your configuration files. For example, you update the .htaccess or .httpd.conf files for Apache web servers, whereas NGINX servers require modification in the server block."},{"id":"x_content_type_options_header_v2","pass":false,"meta":"","vendorOnly":false,"expected":[{"property":"Headers > x-content-type-options","value":"nosniff"}],"actual":[{"property":"Headers > x-content-type-options","value":"[not set]"}],"severity":2,"cloudscanCategory":"website_sec_v2","prevCloudscanCategory":"website_sec","title":"X-Content-Type-Options is not nosniff","description":"Browsers may interpret files as a different MIME type than what is specified in the Content-Type HTTP header. This can lead to MIME confusion attacks.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2026-03-24T12:26:06.263062Z","sources":["www.duendesoftware.com:9100"],"none":false,"noneReason":null,"prevProvisionalID":"x_content_type_options_header","summary":"The X-Content-Type-Options header is not set to \"nosniff,\" an option that prevents MIME type sniffing. This header ensures that the content types defined in the Content-Type header are used and not changed.","riskDetails":"Multipurpose Internet Mail Extension (MIME) content types are subject to content sniffing attacks, in which the attacker turns non-executable MIME types into executable MIME types. Without this option, an attacker may attempt cross-site scripting by uploading a non-executable content type (like an image) that contains script content that would be executed when another user accesses the file. The \"nosniff\" option ensures that content is only treated as an image and not script.","recommendedRemediation":"In the file that configures your server headers, add the header X-Content-Type-Options: nosniff. You should also ensure that the Content-Type is set correctly for the content you are expecting to server, and test that the site renders as desired after the change.","knownExploitedVulnCount":0,"checkID":"x_content_type_options_header_v2","category":"xss","controlCheckID":"IM.WS.MI.UQ","passTitle":"X-Content-Type-Options is not nosniff","passDescription":"Browsers are prevented from interpreting files as a different MIME type to what is specified in the Content-Type HTTP header. This helps mitigate MIME confusion attacks.","passGroupDescription":"All sites have set X-Content-Type-Options to nosniff","failTitle":"X-Content-Type-Options is not nosniff","failDescription":"Browsers may interpret files as a different MIME type than what is specified in the Content-Type HTTP header. This can lead to MIME confusion attacks.","remediation":"Set X-Content-Type-Options to nosniff","issue":"Impacted domains are not preventing MIME sniffing by setting the X-Content-Type-Options header to nosniff. This can lead to MIME confusion attacks.","recommendation":"The website needs to set the X-Content-Type-Options header to nosniff. This will prevent browsers from interpreting files as a different MIME type than what is specified in the Content-Type HTTP Header.","defaultSeverity":2,"categoryTotalCost":1,"overrideContext":null,"Deprecated":false,"ISOControls":["A.13.1.1"],"ISO2022Controls":["8.20"],"NISTControls":["PR.AC-5"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"The X-Content-Type-Options header is not set to \"nosniff,\" an option that prevents MIME type sniffing. This header ensures that the content types defined in the Content-Type header are used and not changed.","RiskDetails":"Multipurpose Internet Mail Extension (MIME) content types are subject to content sniffing attacks, in which the attacker turns non-executable MIME types into executable MIME types. Without this option, an attacker may attempt cross-site scripting by uploading a non-executable content type (like an image) that contains script content that would be executed when another user accesses the file. The \"nosniff\" option ensures that content is only treated as an image and not script.","RecommendedRemediation":"In the file that configures your server headers, add the header X-Content-Type-Options: nosniff. You should also ensure that the Content-Type is set correctly for the content you are expecting to server, and test that the site renders as desired after the change."}],"dns":[{"id":"dnssec_enabled","pass":false,"meta":"","vendorOnly":false,"expected":[{"property":"DNSSEC enabled","value":"true"}],"actual":[{"property":"DNSSEC enabled","value":"false"}],"severity":2,"cloudscanCategory":"dns","prevCloudscanCategory":"network_sec","title":"DNSSEC not enabled","description":"DNSSEC records prevent third parties from forging the records that guarantee a domain's identity. DNSSEC should be configured for this domain.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2020-10-16T03:35:16.150713Z","sources":["duendesoftware.com"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Domain Name System (DNS) is the service that translates human-friendly names to IP addresses. When a URL is sent from the browser, it goes to a DNS server that references its database and returns an IP address for the browser to use. Domain Name System Security Extensions (DNSSEC) is an optional feature of DNS that authenticates (but does not encrypt) responses to DNS requests. DNSSEC uses certificates to ensure only authorized DNS translations are returned to a client.","riskDetails":"Without DNSSEC, domains are much more susceptible to DNS poisoning attacks. DNS poisoning is when a malicious actor manipulates the response to a DNS request in order to point the client to an IP address of their choosing. This allows them to then impersonate a valid website and capture any credentials or sensitive information given by the client.","recommendedRemediation":"Enable DNSSEC on the domain. This is a three step process that involves creating the necessary DNSSEC records in your domain, activating DNSSEC at your domain registrar and enabling DNSSEC signature validation on all DNS servers. The specifics of each step vary depending on the platforms and vendors in play.","knownExploitedVulnCount":0,"checkID":"dnssec_enabled","category":"dns","controlCheckID":"IM.DS.DA.PA","passTitle":"DNSSEC enabled","passDescription":"DNSSEC records prevent third parties from forging the records that guarantee a domain's identity.","passGroupDescription":"All applicable sites have DNSSEC enabled.","failTitle":"DNSSEC not enabled","failDescription":"DNSSEC records prevent third parties from forging the records that guarantee a domain's identity. DNSSEC should be configured for this domain.","remediation":"Configure DNSSEC for domain.","issue":"We've detected that DNSSEC is missing from some domains. DNSSEC provides DNS resolvers origin authentication of DNS data, authenticated denial of existence and data integrity but not availability or confidentiality.","recommendation":"The domain owner should turn on DNSSEC for all domains. This can generally be done at their domain name registrar.","defaultSeverity":2,"categoryTotalCost":2,"overrideContext":null,"Deprecated":false,"ISOControls":["A.13.1.2"],"ISO2022Controls":["8.20"],"NISTControls":["PR.AC-5"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Domain Name System (DNS) is the service that translates human-friendly names to IP addresses. When a URL is sent from the browser, it goes to a DNS server that references its database and returns an IP address for the browser to use. Domain Name System Security Extensions (DNSSEC) is an optional feature of DNS that authenticates (but does not encrypt) responses to DNS requests. DNSSEC uses certificates to ensure only authorized DNS translations are returned to a client.","RiskDetails":"Without DNSSEC, domains are much more susceptible to DNS poisoning attacks. DNS poisoning is when a malicious actor manipulates the response to a DNS request in order to point the client to an IP address of their choosing. This allows them to then impersonate a valid website and capture any credentials or sensitive information given by the client.","RecommendedRemediation":"Enable DNSSEC on the domain. This is a three step process that involves creating the necessary DNSSEC records in your domain, activating DNSSEC at your domain registrar and enabling DNSSEC signature validation on all DNS servers. The specifics of each step vary depending on the platforms and vendors in play."},{"id":"domain_registrar_deletion_protection","pass":false,"meta":"clientDeleteProhibited:not enabled, serverDeleteProhibited:not enabled","vendorOnly":false,"expected":[{"property":"Domain > Registrar Deletion Protection","value":"clientDeleteProhibited or serverDeleteProhibited: set"}],"actual":[{"property":"Domain > Registrar Deletion Protection","value":"clientDeleteProhibited:not enabled, serverDeleteProhibited:not enabled"}],"severity":2,"cloudscanCategory":"dns","prevCloudscanCategory":"brand_protect","title":"Domain registrar or registry deletion protection not enabled","description":"Domain is not protected from unsolicited deletion requests with the registrar or registry. The domain should have clientDeleteProhibited or serverDeleteProhibited set.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2020-10-16T03:35:16.150713Z","sources":["duendesoftware.com"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Domain deletion protection is a DNS setting that prevents ownership of the domain from being deleted until the owner has disabled this setting. It is a DNS security mechanism intended to make it harder for an attacker to make unauthorized modifications to domain ownership.","riskDetails":"Attackers may attempt to hijack domains or disrupt their availability by impersonating the domain's owner and deleting domain data. ","recommendedRemediation":"Look up the whois information for the domain either using the CLI or an online tool. It should have a Domain Status of \"serverDeleteProhibited\" or \"clientDeleteProhibited.\" Log into your domain registrar's site. Navigate to the settings for this domain. You should have an option to enable this setting and save the configuration.","knownExploitedVulnCount":0,"checkID":"domain_registrar_deletion_protection","category":"domain","controlCheckID":"IM.DS.DO.XG","passTitle":"Domain registrar or registry deletion protection enabled","passDescription":"Domain is protected from unsolicited deletion requests with the registrar or registry.","passGroupDescription":"No domains detected as being susceptible to unsolicited deletion requests.","failTitle":"Domain registrar or registry deletion protection not enabled","failDescription":"Domain is not protected from unsolicited deletion requests with the registrar or registry. The domain should have clientDeleteProhibited or serverDeleteProhibited set.","remediation":"Set clientDeleteProhibited or serverDeleteProhibited with the registrar/registry.","issue":"Impacted domains are not protected from unsolicited deletion requests. This means the domain could be deleted by a third-party via social engineering.","recommendation":"Contact the domain name registrar and enact status restriction clientDeleteProhibited which prevents the unauthorized deletion of the domain.","defaultSeverity":2,"categoryTotalCost":1,"overrideContext":null,"Deprecated":false,"ISOControls":["A.14.1.2"],"ISO2022Controls":["8.9"],"NISTControls":["PR.AC-5","PR.DS-2","PR.DS-5","PR.DS-6"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Domain deletion protection is a DNS setting that prevents ownership of the domain from being deleted until the owner has disabled this setting. It is a DNS security mechanism intended to make it harder for an attacker to make unauthorized modifications to domain ownership.","RiskDetails":"Attackers may attempt to hijack domains or disrupt their availability by impersonating the domain's owner and deleting domain data. ","RecommendedRemediation":"Look up the whois information for the domain either using the CLI or an online tool. It should have a Domain Status of \"serverDeleteProhibited\" or \"clientDeleteProhibited.\" Log into your domain registrar's site. Navigate to the settings for this domain. You should have an option to enable this setting and save the configuration."},{"id":"domain_registrar_update_protection","pass":false,"meta":"clientUpdateProhibited:not enabled, serverUpdateProhibited:not enabled","vendorOnly":false,"expected":[{"property":"Domain > Registrar Update Protection","value":"clientUpdateProhibited: set or serverUpdateProhibited: set"}],"actual":[{"property":"Domain > Registrar Update Protection","value":"clientUpdateProhibited:not enabled, serverUpdateProhibited:not enabled"}],"severity":2,"cloudscanCategory":"dns","prevCloudscanCategory":"brand_protect","title":"Domain registrar or registry update protection not enabled","description":"Domain is not protected from unsolicited update requests with the registrar or registry. The domain should have clientUpdateProhibited or serverUpdateProhibited set.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2020-10-16T03:35:16.150713Z","sources":["duendesoftware.com"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Domain update protection is a DNS setting that prevents updates to the ownership of the domain until the owner has disabled this setting. It is a DNS security mechanism intended to make it harder for an attacker to make unauthorized modifications to domain ownership through social engineering. ","riskDetails":"Attackers may attempt to hijack domains by impersonating the domain's owner and modifying domain ownership data. ","recommendedRemediation":"Look up the whois information for the domain either using the CLI or an online tool. It should have a Domain Status of \"serverUpdateProhibited\" or \"clientUpdateProhibited.\" Log into your domain registrar's site. Navigate to the settings for this domain. You should have an option to enable this setting and save the configuration.","knownExploitedVulnCount":0,"checkID":"domain_registrar_update_protection","category":"domain","controlCheckID":"IM.DS.DO.AA","passTitle":"Domain registrar or registry update protection enabled","passDescription":"Domain is protected from unsolicited update requests with the registrar or registry.","passGroupDescription":"No domains detected as being susceptible to unsolicited update requests.","failTitle":"Domain registrar or registry update protection not enabled","failDescription":"Domain is not protected from unsolicited update requests with the registrar or registry. The domain should have clientUpdateProhibited or serverUpdateProhibited set.","remediation":"Set clientUpdateProhibited or serverUpdateProhibited with the registrar/registry.","issue":"Some domains aren’t protected from unsolicited update requests. This means the domain’s DNS records could be changed by a third-party via social engineering.","recommendation":"Ask the domain name registrar to enact status restriction clientUpdateProhibited which prevents unauthorized updates to the domain.","defaultSeverity":2,"categoryTotalCost":1,"overrideContext":null,"Deprecated":false,"ISOControls":["A.14.1.2"],"ISO2022Controls":["8.9"],"NISTControls":["PR.AC-5","PR.DS-2","PR.DS-5","PR.DS-6"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Domain update protection is a DNS setting that prevents updates to the ownership of the domain until the owner has disabled this setting. It is a DNS security mechanism intended to make it harder for an attacker to make unauthorized modifications to domain ownership through social engineering. ","RiskDetails":"Attackers may attempt to hijack domains by impersonating the domain's owner and modifying domain ownership data. ","RecommendedRemediation":"Look up the whois information for the domain either using the CLI or an online tool. It should have a Domain Status of \"serverUpdateProhibited\" or \"clientUpdateProhibited.\" Log into your domain registrar's site. Navigate to the settings for this domain. You should have an option to enable this setting and save the configuration."},{"id":"caa_enabled","pass":false,"meta":"","vendorOnly":false,"expected":[{"property":"CAA","value":"[set]"}],"actual":[{"property":"CAA","value":"[not set]"}],"severity":1,"cloudscanCategory":"dns","prevCloudscanCategory":"website_sec","title":"CAA not enabled","description":"The domain does not contain a valid Certification Authority Authorization (CAA) record. A CAA record indicates which Certificate Authorities (CAs) are authorized to issue certificates for a domain.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2022-11-25T03:09:57.335253Z","sources":["duendesoftware.com","www.duendesoftware.com"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Certificate Authority Authorization (CAA) is a security mechanism that allows domain owners to specify which Certificate Authorities (CAs) are permitted to issue SSL/TLS certificates for their domain. The CAA policy is enforced through DNS (Domain Name System) records, providing an extra layer of security against unauthorized certificate issuance.","riskDetails":"When a Certificate Authority receives a certificate request for a domain, it is required to check the domain's CAA records before issuing the certificate. Without a CAA, it is possible to have certificates issued for a domain by an unapproved certificate authority.","recommendedRemediation":"CAA is implemented as a DNS resource record (type CAA). Domain owners add CAA records to their DNS zone file, specifying which CAs are allowed to issue certificates for that domain. To allow Let's Encrypt to issue certificates, the record would look like: example.com.  IN  CAA  0 issue \"letsencrypt.org\".","knownExploitedVulnCount":0,"checkID":"caa_enabled","category":"ssl","controlCheckID":"IM.DS.CA.PA","passTitle":"CAA enabled","passDescription":"The domain contains a valid Certification Authority Authorization (CAA) record. A CAA record indicates which Certificate Authorities (CAs) are authorized to issue certificates for a domain.","passGroupDescription":"All applicable sites contain a valid Certification Authority Authorization (CAA) record. A CAA record indicates which Certificate Authorities (CAs) are authorized to issue certificates for a domain.","failTitle":"CAA not enabled","failDescription":"The domain does not contain a valid Certification Authority Authorization (CAA) record. A CAA record indicates which Certificate Authorities (CAs) are authorized to issue certificates for a domain.","remediation":"Where possible, specify the Certificate Authorities that are authorized to issue certificates for this domain in a CAA DNS record.","issue":"The domain does not contain a valid CAA record.","recommendation":"Where possible, specify the Certificate Authorities that are authorized to issue certificates for this domain in a CAA DNS record.","defaultSeverity":1,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.13.1.1"],"ISO2022Controls":["8.20"],"NISTControls":["PR.AC-5"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Certificate Authority Authorization (CAA) is a security mechanism that allows domain owners to specify which Certificate Authorities (CAs) are permitted to issue SSL/TLS certificates for their domain. The CAA policy is enforced through DNS (Domain Name System) records, providing an extra layer of security against unauthorized certificate issuance.","RiskDetails":"When a Certificate Authority receives a certificate request for a domain, it is required to check the domain's CAA records before issuing the certificate. Without a CAA, it is possible to have certificates issued for a domain by an unapproved certificate authority.","RecommendedRemediation":"CAA is implemented as a DNS resource record (type CAA). Domain owners add CAA records to their DNS zone file, specifying which CAs are allowed to issue certificates for that domain. To allow Let's Encrypt to issue certificates, the record would look like: example.com.  IN  CAA  0 issue \"letsencrypt.org\"."}],"email_sec_v2":[{"id":"dmarc_policy_quarantine","pass":false,"meta":"v=DMARC1; p=quarantine; rua=mailto:dmarc-reports@duendesoftware.com; ruf=mailto:dmarc-reports@duendesoftware.com; fo=1;","vendorOnly":false,"expected":[{"property":"DNS > DMARC","value":"v=DMARC1; p=reject; ..."}],"actual":[{"property":"DNS > DMARC","value":"v=DMARC1; p=quarantine; rua=mailto:dmarc-reports@duendesoftware.com; ruf=mailto:dmarc-reports@duendesoftware.com; fo=1;"}],"severity":2,"cloudscanCategory":"email_sec_v2","prevCloudscanCategory":"email_sec","title":"DMARC policy is p=quarantine","description":"The DMARC policy should be set to p=reject for maximum protection.","checkedAt":"2026-04-16T13:27:36.678252Z","dateDetected":"2025-02-18T22:07:54.725752Z","sources":["duendesoftware.com"],"none":false,"noneReason":null,"prevProvisionalID":null,"summary":"Domain-based Message Authentication, Reporting and Conformance (DMARC) is an email security feature that works in conjunction with Sender Policy Framework (SPF) and/or DomainKeys Identified Mail (DKIM) to ensure that messages actually originate from the organizations claimed in the From: address. It does this by “aligning” the From: address with either the SPF or DKIM policy in the sender domain. If a message’s From: address does not align with either of these policies, DMARC offers options on how to handle the message, including delivering it, quarantining it and blocking it altogether.","riskDetails":"One of the most common phishing techniques is called email spoofing. Spoofing is when a malicious actor rewrites their email headers to make it seem as if the message is coming from a different, legitimate email domain. DMARC helps prevent spoofing by authenticating the From: address to the sender’s domain. However, if DMARC is configured to use p=quarantine, it means that the fraudulent messages are still delivered to the destination email system. The destination system then determines how to handle quarantine procedures, depending on how it has been configured. This method should only be used temporarily to tweak DMARC/SPF before implementing a p=reject policy.","recommendedRemediation":"The p= value in DMARC provides instructions on what to do with an email that fails DMARC alignment. The p= value should ultimately be set to reject for best security; however, p=quarantine can be used temporarily to monitor DMARC behavior and ensure false positives are not being quarantined. Once this monitoring is complete, the p= value should be set to reject. This helps prevent fraudulent email from reaching end users.","knownExploitedVulnCount":0,"checkID":"dmarc_policy_quarantine","category":"email","controlCheckID":"IM.ES.EA.TG","passTitle":"DMARC policy is not p=quarantine","passDescription":"DMARC reject policy provides the most effective protection against fraudulent emails being sent from a domain.","passGroupDescription":"All applicable sites have a DMARC reject policy enforced. This provides the most effective protection against fraudulent emails being sent from a domain.","failTitle":"DMARC policy is p=quarantine","failDescription":"The DMARC policy should be set to p=reject for maximum protection.","remediation":"Set DMARC policy to p=reject.","issue":"The DMARC policy is set to p=quarantine which means tells email receivers to treat emails that fail DMARC as suspicious. This typically means the email will end up in spam.","recommendation":"The domain owner should set their DMARC policy to p=reject to ensure emails that fail the DMARC check are rejected by recipients.","defaultSeverity":2,"categoryTotalCost":0,"overrideContext":null,"Deprecated":false,"ISOControls":["A.13.2.3"],"ISO2022Controls":["5.14"],"NISTControls":["PR.AC-5"],"ExcludeFromHardcodedPassedRisks":false,"Summary":"Domain-based Message Authentication, Reporting and Conformance (DMARC) is an email security feature that works in conjunction with Sender Policy Framework (SPF) and/or DomainKeys Identified Mail (DKIM) to ensure that messages actually originate from the organizations claimed in the From: address. It does this by “aligning” the From: address with either the SPF or DKIM policy in the sender domain. If a message’s From: address does not align with either of these policies, DMARC offers options on how to handle the message, including delivering it, quarantining it and blocking it altogether.","RiskDetails":"One of the most common phishing techniques is called email spoofing. Spoofing is when a malicious actor rewrites their email headers to make it seem as if the message is coming from a different, legitimate email domain. DMARC helps prevent spoofing by authenticating the From: address to the sender’s domain. However, if DMARC is configured to use p=quarantine, it means that the fraudulent messages are still delivered to the destination email system. The destination system then determines how to handle quarantine procedures, depending on how it has been configured. This method should only be used temporarily to tweak DMARC/SPF before implementing a p=reject policy.","RecommendedRemediation":"The p= value in DMARC provides instructions on what to do with an email that fails DMARC alignment. The p= value should ultimately be set to reject for best security; however, p=quarantine can be used temporarily to monitor DMARC behavior and ensure false positives are not being quarantined. Once this monitoring is complete, the p= value should be set to reject. This helps prevent fraudulent email from reaching end users."}]},"cstarScore":276,"publicScore":730,"vendorName":"Duende Software","name":"Duende Software","display_name":"Duende Software","vendorId":5271170789867520,"business":{"employees":5},"address":{"city":"Barrington","state":"RI","country":"United States","countryCode":"US"},"ceo":{},"primaryHostname":"duendesoftware.com"}