Crypto on this site is up to date with the Cryptosense 2019 standards.
Note: The overall score is calculated based on the lowest score achieved by any of the machines scanned.
A!
|
clientondersteuningplus.nl | 185.37.70.68 | 2023-03-24 09:16:30 UTC | ||
-
|
localhost.clientondersteuningplus.nl | 127.0.0.1 | excluded | ||
-
|
pop.clientondersteuningplus.nl | 5.157.84.75 | 2023-03-24 09:16:30 UTC |
Below we list all of the machines detected. For each machine, we list the cryptographic services found. For each service, we give the reasons behind the grading. To see the full details of the cryptography offered by a service, click on "show details".
IP address | 185.37.70.68 |
---|---|
Last scan | 2023-03-24 09:16:30 UTC |
Versions | TLS 1.2 |
---|---|
Ciphers |
|
Cipher order | Server |
Compression |
|
Certificate key | RSA 2048-bit test this key |
Hash algorithm | SHA-256 |
Diffie-Hellman |
|
Certificate start date | 2023-01-23 07:19:52 UTC |
Certificate expiration date | 2023-04-23 07:19:51 UTC |
Certificate serial number | 264366351351156481945398639105837848593324 |
Certificate issuer | CN=R3,O=Let's Encrypt,C=US |
Certificate subject | CN=server097.yourhosting.nl |
Certificate SANs |
|
Trigger | The server uses a 2048-bit RSA key. |
---|---|
Context |
RSA keys must be long enough to provide reasonable security against brute-force attack by factoring. While 2048-bit keys are fine today, a minimum of 3072-bit is recommended by ECRYPT for new systems. |
Trigger | The server uses a 2048-bit Diffie-Hellman group. |
---|---|
Context |
Diffie-Hellman is mainly used so that two machines can compute a shared secret and so benefit from forward secrecy. For security, a 2048-bit group is reasonable although ECRYPT recommends a group size of at least 3072 bits (ECRYPT 2016 report). The use of commonly-shared 1024-bit groups such as Oakley group 2 is especially discouraged because of possible precomputation attacks (weakdh.org). |
Trigger | SSL 2.0 not among the protocols offered by TLS server. |
---|---|
Context |
SSL 2.0 has been officially deprecated as of March 2011 (RFC 6176). |
Trigger | SSL 3.0 not among the protocols offered by TLS server. |
---|---|
Context |
SSL 3.0 has been officially deprecated as of June 2015 (RFC 7568). |
Trigger | TLS 1.0 not among the protocols offered by TLS server. |
---|---|
Context |
TLS 1.0 is discouraged by PCI-DSS and has been considered non-compliant since June 2018 (PCI-DSS v3.2). |
Trigger | The server doesn't support any cipher suites containing the DES cipher. |
---|---|
Context |
DES is a cipher with an effective key length of 56 bits, which is now considered too weak by many agencies, including ECRYPT and NIST (ECRYPT 2016 report, NIST SP 800-57, Part 1, Rev. 3). |
Trigger | The server doesn't support any cipher suites containing the 3DES cipher. |
---|---|
Context |
Three-key-3DES is a cipher with 168-bit keys but an effective key length of 112 bits because of a meet-in-the-middle attack. This is considered enough only for legacy. Furthermore, it has a 64-bit block size, which can be insufficient for some applications, for example because of birthday attacks (sweet32.info). |
Trigger | The server doesn't support any cipher suites containing the NULL cipher. |
---|---|
Context |
Application data is not encrypted when the NULL cipher is used, exposing it to eavesdroppers. |
Trigger | The server doesn't support any EXPORT cipher suites. |
---|---|
Context |
For legacy reasons, some TLS cipher suites are composed of export-grade cryptography, which is insecure by today's standards. Furthermore, servers that accept EXPORT cipher suites may be vulnerable to the FREAK (freakattack.com) or the Logjam (weakdh.org) downgrade attacks. |
Trigger | The server doesn't support any cipher suites containing the RC4 cipher. |
---|---|
Context |
RC4 is a stream cipher in which significant weaknesses have been found. The use of this cipher in any protocol has been discouraged by ECRYPT as of 2014 (ECRYPT 2016 report). In TLS, cipher suites using RC4 have been deprecated as of February 2015 (RFC 7465). |
Trigger | The hash used for the certificate is SHA-256. |
---|---|
Context |
The hash function used on certificate signatures must be cryptographically secure in order for the certificate not to be forgeable. Hash functions MD2 and MD5 are considered to be broken. SHA-1 certificates are in the process of being deprecated because of their weaknesses although many browsers and websites still support them. The SHA-2 family of functions (SHA-224, SHA-256, ...) are a safe alternative. |
Trigger | The server supports some cipher suites that provide forward secrecy. |
---|---|
Context |
Forward secrecy is achieved when the security of session keys is not affected by a compromise of long-term keys. In TLS, forward secrecy is enabled by DHE, ECDHE and DH_anon cipher suites. They protect past communications from a compromise of a long-term key (such as an RSA key). |
Trigger | The server is not vulnerable to DROWN. |
---|---|
Context |
A server is vulnerable to the "General DROWN" attack when it supports, willingly or not, weak SSLv2 cipher suites. A server is vulnerable to the even more powerful "Special DROWN" attack when it is affected by CVE-2016-0703. DROWN may affect any TLS server (even with TLS 1.2 and on a different machine) which uses the same RSA key as the vulnerable SSLv2 server (drownattack.com). |
Trigger | The server is not vulnerable to ROBOT. |
---|---|
Context |
ROBOT (https://robotattack.org/) is the return of a 19-year-old vulnerability that allows performing RSA decryption and signing operations with the private key of a TLS server. It affects vulnerable server implementations that also allow the use of RSA encryption (e.g. TLS_RSA cipher suites). |
Trigger | The expiration date of this certificate is 2023-04-23 07:19:51 UTC. |
---|---|
Context |
Each certificate defines a validity period. Outside of this period, it is not valid. In particular, no revocation information will be kept about an expired certificate. |
Trigger | The start date of this certificate is 2023-01-23 07:19:52 UTC. |
---|---|
Context |
Each certificate defines a validity period. Outside of this period, it is not valid. A validity start date in the future is a sign that the certificate is bogus or that the system that generated it has a desynchronized clock. |
Trigger | This service supports the following compression algorithms: NULL. |
---|---|
Context |
The CRIME vulnerability (also known as CVE-2012-4929) happens when TLS compression is enabled. An attacker can get information about sensitive data in pages by observing the size of compressed responses. Using this, it is possible to impersonate users by retrieving their session cookies. This exploit has been demonstrated on HTTPS, but the weakness is fundamental to compression in TLS and may be exploitable in non-HTTP services. |
Trigger | This service does not support any anonymous cipher suite. |
---|---|
Context |
Each cipher suite describes how server authentication is done. Anonymous cipher suites tell the client not to authenticate the server. They should thus not be used unless server authentication is not required, as is usually the case for SMTP servers. |
Trigger | The server is not vulnerable to Heartbleed. |
---|---|
Context |
The OpenSSL Heartbleed bug (heartbleed.com, CVE-2014-0160) allows secrets including the server's private key to be extracted in the clear. |
High level description |
In some configurations of TLS, it is possible for an attacker with sufficient access to mount a MITM attack that gives him the ability to decrypt and modify all the traffic between the server and the client. |
---|---|
Representation |
|
High level description |
In some configurations of TLS a padding oracle might be present on the server. This makes it possible for an attacker with sufficient access to partially decrypt the information sent from the client to the server. |
---|---|
Representation |
|
High level description |
In some configurations of TLS, it is possible for an attacker with sufficient access to decrypt the Master Secret and thus the rest of the TLS stream. |
---|---|
Representation |
|
Versions | TLS 1.2 |
---|---|
Ciphers |
|
Cipher order | Server |
Compression |
|
Certificate key | RSA 2048-bit test this key |
Hash algorithm | SHA-256 |
Diffie-Hellman |
|
Certificate start date | 2023-02-13 08:19:38 UTC |
Certificate expiration date | 2023-05-14 08:19:37 UTC |
Certificate serial number | 305863876524005035082983644644251009619857 |
Certificate issuer | CN=R3,O=Let's Encrypt,C=US |
Certificate subject | CN=clientondersteuningplus.nl |
Certificate SANs |
|
Trigger | The server uses a 2048-bit RSA key. |
---|---|
Context |
RSA keys must be long enough to provide reasonable security against brute-force attack by factoring. While 2048-bit keys are fine today, a minimum of 3072-bit is recommended by ECRYPT for new systems. |
Trigger | The server uses a 2048-bit Diffie-Hellman group. |
---|---|
Context |
Diffie-Hellman is mainly used so that two machines can compute a shared secret and so benefit from forward secrecy. For security, a 2048-bit group is reasonable although ECRYPT recommends a group size of at least 3072 bits (ECRYPT 2016 report). The use of commonly-shared 1024-bit groups such as Oakley group 2 is especially discouraged because of possible precomputation attacks (weakdh.org). |
Trigger | SSL 2.0 not among the protocols offered by TLS server. |
---|---|
Context |
SSL 2.0 has been officially deprecated as of March 2011 (RFC 6176). |
Trigger | SSL 3.0 not among the protocols offered by TLS server. |
---|---|
Context |
SSL 3.0 has been officially deprecated as of June 2015 (RFC 7568). |
Trigger | TLS 1.0 not among the protocols offered by TLS server. |
---|---|
Context |
TLS 1.0 is discouraged by PCI-DSS and has been considered non-compliant since June 2018 (PCI-DSS v3.2). |
Trigger | The server is not vulnerable to POODLE. |
---|---|
Context |
Servers that support SSL 3.0 with cipher suites containing the CBC mode of operation can be vulnerable to the POODLE attack (RFC 7568). A possible countermeasure consists in enabling TLS Fallback SCSV along with more recent TLS protocols such as TLS 1.2. |
Trigger | The server doesn't support any cipher suites containing the DES cipher. |
---|---|
Context |
DES is a cipher with an effective key length of 56 bits, which is now considered too weak by many agencies, including ECRYPT and NIST (ECRYPT 2016 report, NIST SP 800-57, Part 1, Rev. 3). |
Trigger | The server doesn't support any cipher suites containing the 3DES cipher. |
---|---|
Context |
Three-key-3DES is a cipher with 168-bit keys but an effective key length of 112 bits because of a meet-in-the-middle attack. This is considered enough only for legacy. Furthermore, it has a 64-bit block size, which can be insufficient for some applications, for example because of birthday attacks (sweet32.info). |
Trigger | The server doesn't support any cipher suites containing the NULL cipher. |
---|---|
Context |
Application data is not encrypted when the NULL cipher is used, exposing it to eavesdroppers. |
Trigger | The server doesn't support any EXPORT cipher suites. |
---|---|
Context |
For legacy reasons, some TLS cipher suites are composed of export-grade cryptography, which is insecure by today's standards. Furthermore, servers that accept EXPORT cipher suites may be vulnerable to the FREAK (freakattack.com) or the Logjam (weakdh.org) downgrade attacks. |
Trigger | The server doesn't support any cipher suites containing the RC4 cipher. |
---|---|
Context |
RC4 is a stream cipher in which significant weaknesses have been found. The use of this cipher in any protocol has been discouraged by ECRYPT as of 2014 (ECRYPT 2016 report). In TLS, cipher suites using RC4 have been deprecated as of February 2015 (RFC 7465). |
Trigger | The hash used for the certificate is SHA-256. |
---|---|
Context |
The hash function used on certificate signatures must be cryptographically secure in order for the certificate not to be forgeable. Hash functions MD2 and MD5 are considered to be broken. SHA-1 certificates are in the process of being deprecated because of their weaknesses although many browsers and websites still support them. The SHA-2 family of functions (SHA-224, SHA-256, ...) are a safe alternative. |
Trigger | The server supports some cipher suites that provide forward secrecy. |
---|---|
Context |
Forward secrecy is achieved when the security of session keys is not affected by a compromise of long-term keys. In TLS, forward secrecy is enabled by DHE, ECDHE and DH_anon cipher suites. They protect past communications from a compromise of a long-term key (such as an RSA key). |
Trigger | The server is not vulnerable to DROWN. |
---|---|
Context |
A server is vulnerable to the "General DROWN" attack when it supports, willingly or not, weak SSLv2 cipher suites. A server is vulnerable to the even more powerful "Special DROWN" attack when it is affected by CVE-2016-0703. DROWN may affect any TLS server (even with TLS 1.2 and on a different machine) which uses the same RSA key as the vulnerable SSLv2 server (drownattack.com). |
Trigger | The server is not vulnerable to ROBOT. |
---|---|
Context |
ROBOT (https://robotattack.org/) is the return of a 19-year-old vulnerability that allows performing RSA decryption and signing operations with the private key of a TLS server. It affects vulnerable server implementations that also allow the use of RSA encryption (e.g. TLS_RSA cipher suites). |
Trigger | The expiration date of this certificate is 2023-05-14 08:19:37 UTC. |
---|---|
Context |
Each certificate defines a validity period. Outside of this period, it is not valid. In particular, no revocation information will be kept about an expired certificate. |
Trigger | The start date of this certificate is 2023-02-13 08:19:38 UTC. |
---|---|
Context |
Each certificate defines a validity period. Outside of this period, it is not valid. A validity start date in the future is a sign that the certificate is bogus or that the system that generated it has a desynchronized clock. |
Trigger | This service supports the following compression algorithms: NULL. |
---|---|
Context |
The CRIME vulnerability (also known as CVE-2012-4929) happens when TLS compression is enabled. An attacker can get information about sensitive data in pages by observing the size of compressed responses. Using this, it is possible to impersonate users by retrieving their session cookies. This exploit has been demonstrated on HTTPS, but the weakness is fundamental to compression in TLS and may be exploitable in non-HTTP services. |
Trigger | This service does not support any anonymous cipher suite. |
---|---|
Context |
Each cipher suite describes how server authentication is done. Anonymous cipher suites tell the client not to authenticate the server. They should thus not be used unless server authentication is not required, as is usually the case for SMTP servers. |
Trigger | The server is not vulnerable to Heartbleed. |
---|---|
Context |
The OpenSSL Heartbleed bug (heartbleed.com, CVE-2014-0160) allows secrets including the server's private key to be extracted in the clear. |
High level description |
In some configurations of TLS, it is possible for an attacker with sufficient access to mount a MITM attack that gives him the ability to decrypt and modify all the traffic between the server and the client. |
---|---|
Representation |
|
High level description |
In some configurations of TLS a padding oracle might be present on the server. This makes it possible for an attacker with sufficient access to partially decrypt the information sent from the client to the server. |
---|---|
Representation |
|
High level description |
In some configurations of TLS, it is possible for an attacker with sufficient access to decrypt the Master Secret and thus the rest of the TLS stream. |
---|---|
Representation |
|
Versions | TLS 1.2 |
---|---|
Ciphers |
|
Cipher order | Client |
Compression |
|
Certificate key | RSA 2048-bit test this key |
Hash algorithm | SHA-256 |
Diffie-Hellman |
|
Certificate start date | 2023-01-23 07:19:52 UTC |
Certificate expiration date | 2023-04-23 07:19:51 UTC |
Certificate serial number | 264366351351156481945398639105837848593324 |
Certificate issuer | CN=R3,O=Let's Encrypt,C=US |
Certificate subject | CN=server097.yourhosting.nl |
Certificate SANs |
|
Trigger | The server uses a 2048-bit RSA key. |
---|---|
Context |
RSA keys must be long enough to provide reasonable security against brute-force attack by factoring. While 2048-bit keys are fine today, a minimum of 3072-bit is recommended by ECRYPT for new systems. |
Trigger | The server uses a 2048-bit Diffie-Hellman group. |
---|---|
Context |
Diffie-Hellman is mainly used so that two machines can compute a shared secret and so benefit from forward secrecy. For security, a 2048-bit group is reasonable although ECRYPT recommends a group size of at least 3072 bits (ECRYPT 2016 report). The use of commonly-shared 1024-bit groups such as Oakley group 2 is especially discouraged because of possible precomputation attacks (weakdh.org). |
Trigger | SSL 2.0 not among the protocols offered by TLS server. |
---|---|
Context |
SSL 2.0 has been officially deprecated as of March 2011 (RFC 6176). |
Trigger | SSL 3.0 not among the protocols offered by TLS server. |
---|---|
Context |
SSL 3.0 has been officially deprecated as of June 2015 (RFC 7568). |
Trigger | TLS 1.0 not among the protocols offered by TLS server. |
---|---|
Context |
TLS 1.0 is discouraged by PCI-DSS and has been considered non-compliant since June 2018 (PCI-DSS v3.2). |
Trigger | The server doesn't support any cipher suites containing the DES cipher. |
---|---|
Context |
DES is a cipher with an effective key length of 56 bits, which is now considered too weak by many agencies, including ECRYPT and NIST (ECRYPT 2016 report, NIST SP 800-57, Part 1, Rev. 3). |
Trigger | The server doesn't support any cipher suites containing the 3DES cipher. |
---|---|
Context |
Three-key-3DES is a cipher with 168-bit keys but an effective key length of 112 bits because of a meet-in-the-middle attack. This is considered enough only for legacy. Furthermore, it has a 64-bit block size, which can be insufficient for some applications, for example because of birthday attacks (sweet32.info). |
Trigger | The server doesn't support any cipher suites containing the NULL cipher. |
---|---|
Context |
Application data is not encrypted when the NULL cipher is used, exposing it to eavesdroppers. |
Trigger | The server doesn't support any EXPORT cipher suites. |
---|---|
Context |
For legacy reasons, some TLS cipher suites are composed of export-grade cryptography, which is insecure by today's standards. Furthermore, servers that accept EXPORT cipher suites may be vulnerable to the FREAK (freakattack.com) or the Logjam (weakdh.org) downgrade attacks. |
Trigger | The server doesn't support any cipher suites containing the RC4 cipher. |
---|---|
Context |
RC4 is a stream cipher in which significant weaknesses have been found. The use of this cipher in any protocol has been discouraged by ECRYPT as of 2014 (ECRYPT 2016 report). In TLS, cipher suites using RC4 have been deprecated as of February 2015 (RFC 7465). |
Trigger | The hash used for the certificate is SHA-256. |
---|---|
Context |
The hash function used on certificate signatures must be cryptographically secure in order for the certificate not to be forgeable. Hash functions MD2 and MD5 are considered to be broken. SHA-1 certificates are in the process of being deprecated because of their weaknesses although many browsers and websites still support them. The SHA-2 family of functions (SHA-224, SHA-256, ...) are a safe alternative. |
Trigger | The server supports some cipher suites that provide forward secrecy. |
---|---|
Context |
Forward secrecy is achieved when the security of session keys is not affected by a compromise of long-term keys. In TLS, forward secrecy is enabled by DHE, ECDHE and DH_anon cipher suites. They protect past communications from a compromise of a long-term key (such as an RSA key). |
Trigger | The server is not vulnerable to DROWN. |
---|---|
Context |
A server is vulnerable to the "General DROWN" attack when it supports, willingly or not, weak SSLv2 cipher suites. A server is vulnerable to the even more powerful "Special DROWN" attack when it is affected by CVE-2016-0703. DROWN may affect any TLS server (even with TLS 1.2 and on a different machine) which uses the same RSA key as the vulnerable SSLv2 server (drownattack.com). |
Trigger | The server is not vulnerable to ROBOT. |
---|---|
Context |
ROBOT (https://robotattack.org/) is the return of a 19-year-old vulnerability that allows performing RSA decryption and signing operations with the private key of a TLS server. It affects vulnerable server implementations that also allow the use of RSA encryption (e.g. TLS_RSA cipher suites). |
Trigger | The expiration date of this certificate is 2023-04-23 07:19:51 UTC. |
---|---|
Context |
Each certificate defines a validity period. Outside of this period, it is not valid. In particular, no revocation information will be kept about an expired certificate. |
Trigger | The start date of this certificate is 2023-01-23 07:19:52 UTC. |
---|---|
Context |
Each certificate defines a validity period. Outside of this period, it is not valid. A validity start date in the future is a sign that the certificate is bogus or that the system that generated it has a desynchronized clock. |
Trigger | This service supports the following compression algorithms: NULL. |
---|---|
Context |
The CRIME vulnerability (also known as CVE-2012-4929) happens when TLS compression is enabled. An attacker can get information about sensitive data in pages by observing the size of compressed responses. Using this, it is possible to impersonate users by retrieving their session cookies. This exploit has been demonstrated on HTTPS, but the weakness is fundamental to compression in TLS and may be exploitable in non-HTTP services. |
Trigger | The server is not vulnerable to Heartbleed. |
---|---|
Context |
The OpenSSL Heartbleed bug (heartbleed.com, CVE-2014-0160) allows secrets including the server's private key to be extracted in the clear. |
High level description |
In some configurations of TLS, it is possible for an attacker with sufficient access to mount a MITM attack that gives him the ability to decrypt and modify all the traffic between the server and the client. |
---|---|
Representation |
|
High level description |
In some configurations of TLS a padding oracle might be present on the server. This makes it possible for an attacker with sufficient access to partially decrypt the information sent from the client to the server. |
---|---|
Representation |
|
High level description |
In some configurations of TLS, it is possible for an attacker with sufficient access to decrypt the Master Secret and thus the rest of the TLS stream. |
---|---|
Representation |
|
Versions | TLS 1.2 |
---|---|
Ciphers |
|
Cipher order | Client |
Compression |
|
Certificate key | RSA 2048-bit test this key |
Hash algorithm | SHA-256 |
Diffie-Hellman |
|
Certificate start date | 2023-01-23 07:19:52 UTC |
Certificate expiration date | 2023-04-23 07:19:51 UTC |
Certificate serial number | 264366351351156481945398639105837848593324 |
Certificate issuer | CN=R3,O=Let's Encrypt,C=US |
Certificate subject | CN=server097.yourhosting.nl |
Certificate SANs |
|
Trigger | The server uses a 2048-bit RSA key. |
---|---|
Context |
RSA keys must be long enough to provide reasonable security against brute-force attack by factoring. While 2048-bit keys are fine today, a minimum of 3072-bit is recommended by ECRYPT for new systems. |
Trigger | The server uses a 2048-bit Diffie-Hellman group. |
---|---|
Context |
Diffie-Hellman is mainly used so that two machines can compute a shared secret and so benefit from forward secrecy. For security, a 2048-bit group is reasonable although ECRYPT recommends a group size of at least 3072 bits (ECRYPT 2016 report). The use of commonly-shared 1024-bit groups such as Oakley group 2 is especially discouraged because of possible precomputation attacks (weakdh.org). |
Trigger | SSL 2.0 not among the protocols offered by TLS server. |
---|---|
Context |
SSL 2.0 has been officially deprecated as of March 2011 (RFC 6176). |
Trigger | SSL 3.0 not among the protocols offered by TLS server. |
---|---|
Context |
SSL 3.0 has been officially deprecated as of June 2015 (RFC 7568). |
Trigger | TLS 1.0 not among the protocols offered by TLS server. |
---|---|
Context |
TLS 1.0 is discouraged by PCI-DSS and has been considered non-compliant since June 2018 (PCI-DSS v3.2). |
Trigger | The server doesn't support any cipher suites containing the DES cipher. |
---|---|
Context |
DES is a cipher with an effective key length of 56 bits, which is now considered too weak by many agencies, including ECRYPT and NIST (ECRYPT 2016 report, NIST SP 800-57, Part 1, Rev. 3). |
Trigger | The server doesn't support any cipher suites containing the 3DES cipher. |
---|---|
Context |
Three-key-3DES is a cipher with 168-bit keys but an effective key length of 112 bits because of a meet-in-the-middle attack. This is considered enough only for legacy. Furthermore, it has a 64-bit block size, which can be insufficient for some applications, for example because of birthday attacks (sweet32.info). |
Trigger | The server doesn't support any cipher suites containing the NULL cipher. |
---|---|
Context |
Application data is not encrypted when the NULL cipher is used, exposing it to eavesdroppers. |
Trigger | The server doesn't support any EXPORT cipher suites. |
---|---|
Context |
For legacy reasons, some TLS cipher suites are composed of export-grade cryptography, which is insecure by today's standards. Furthermore, servers that accept EXPORT cipher suites may be vulnerable to the FREAK (freakattack.com) or the Logjam (weakdh.org) downgrade attacks. |
Trigger | The server doesn't support any cipher suites containing the RC4 cipher. |
---|---|
Context |
RC4 is a stream cipher in which significant weaknesses have been found. The use of this cipher in any protocol has been discouraged by ECRYPT as of 2014 (ECRYPT 2016 report). In TLS, cipher suites using RC4 have been deprecated as of February 2015 (RFC 7465). |
Trigger | The hash used for the certificate is SHA-256. |
---|---|
Context |
The hash function used on certificate signatures must be cryptographically secure in order for the certificate not to be forgeable. Hash functions MD2 and MD5 are considered to be broken. SHA-1 certificates are in the process of being deprecated because of their weaknesses although many browsers and websites still support them. The SHA-2 family of functions (SHA-224, SHA-256, ...) are a safe alternative. |
Trigger | The server supports some cipher suites that provide forward secrecy. |
---|---|
Context |
Forward secrecy is achieved when the security of session keys is not affected by a compromise of long-term keys. In TLS, forward secrecy is enabled by DHE, ECDHE and DH_anon cipher suites. They protect past communications from a compromise of a long-term key (such as an RSA key). |
Trigger | The server is not vulnerable to DROWN. |
---|---|
Context |
A server is vulnerable to the "General DROWN" attack when it supports, willingly or not, weak SSLv2 cipher suites. A server is vulnerable to the even more powerful "Special DROWN" attack when it is affected by CVE-2016-0703. DROWN may affect any TLS server (even with TLS 1.2 and on a different machine) which uses the same RSA key as the vulnerable SSLv2 server (drownattack.com). |
Trigger | The server is not vulnerable to ROBOT. |
---|---|
Context |
ROBOT (https://robotattack.org/) is the return of a 19-year-old vulnerability that allows performing RSA decryption and signing operations with the private key of a TLS server. It affects vulnerable server implementations that also allow the use of RSA encryption (e.g. TLS_RSA cipher suites). |
Trigger | The expiration date of this certificate is 2023-04-23 07:19:51 UTC. |
---|---|
Context |
Each certificate defines a validity period. Outside of this period, it is not valid. In particular, no revocation information will be kept about an expired certificate. |
Trigger | The start date of this certificate is 2023-01-23 07:19:52 UTC. |
---|---|
Context |
Each certificate defines a validity period. Outside of this period, it is not valid. A validity start date in the future is a sign that the certificate is bogus or that the system that generated it has a desynchronized clock. |
Trigger | This service supports the following compression algorithms: NULL. |
---|---|
Context |
The CRIME vulnerability (also known as CVE-2012-4929) happens when TLS compression is enabled. An attacker can get information about sensitive data in pages by observing the size of compressed responses. Using this, it is possible to impersonate users by retrieving their session cookies. This exploit has been demonstrated on HTTPS, but the weakness is fundamental to compression in TLS and may be exploitable in non-HTTP services. |
Trigger | The server is not vulnerable to Heartbleed. |
---|---|
Context |
The OpenSSL Heartbleed bug (heartbleed.com, CVE-2014-0160) allows secrets including the server's private key to be extracted in the clear. |
High level description |
In some configurations of TLS, it is possible for an attacker with sufficient access to mount a MITM attack that gives him the ability to decrypt and modify all the traffic between the server and the client. |
---|---|
Representation |
|
High level description |
In some configurations of TLS a padding oracle might be present on the server. This makes it possible for an attacker with sufficient access to partially decrypt the information sent from the client to the server. |
---|---|
Representation |
|
High level description |
In some configurations of TLS, it is possible for an attacker with sufficient access to decrypt the Master Secret and thus the rest of the TLS stream. |
---|---|
Representation |
|
IP address | 127.0.0.1 |
---|---|
Last scan | excluded |
This machine is excluded.
IP address | 5.157.84.75 |
---|---|
Last scan | 2023-03-24 09:16:30 UTC |
No service that could be analyzed detected on this machine.