Check DNS, Urls + Redirects, Certificates and Content of your Website


 

 

N

 

No trusted Certificate

 

Checked:
25.10.2019 12:15:19

 

Older results

No older results found

 

1. IP-Addresses

HostTypeIP-Addressis auth.∑ Queries∑ Timeout
75.51.0.155
A
75.51.0.155
Miami/Florida/United States (US) - AT&T Corp
Hostname: wetrag.net
yes


 

2. DNSSEC

 

No DNSSEC - Informations found

 

3. Name Servers

 

No Nameserver entries found

 

4. SOA-Entries

 

No SOA entries found

5. Screenshots

No Screenshot listed, because no screenshot found. Perhaps the check is too old, the feature startet 2019-12-23.

 

 

6. Url-Checks


:

:
DomainnameHttp-StatusredirectSec.G
• http://75.51.0.155/
75.51.0.155
200

Html is minified: 100.00 %
0.313
H
small visible content (num chars: 20)
nothing to see here!
Date: Fri, 25 Oct 2019 10:15:23 GMT
Content-Type: text/html
Content-Length: 21
Last-Modified: Thu, 24 Jan 2019 13:56:07 GMT
Connection: close
ETag: "5c49c3f7-15"
Server: Flimsy-Expidited
Accept-Ranges: bytes

• https://75.51.0.155/
75.51.0.155
Inline-JavaScript (∑/total): 0/0 Inline-CSS (∑/total): 0/0
200

Html is minified: 100.00 %
Other inline scripts (∑/total): 0/0
4.216
N
Certificate error: RemoteCertificateNameMismatch
small visible content (num chars: 9)
ZERO FIVE
Date: Fri, 25 Oct 2019 10:15:24 GMT
Content-Type: text/html
Content-Length: 193
Connection: close
X-Frame-Options: DENY,DENY
X-Content-Type-Options: nosniff,nosniff
Last-Modified: Fri, 21 Dec 2018 07:21:38 GMT
Accept-Ranges: bytes
LoadHeader: It took D=0 microseconds to serve your request at t=1571998524393562
Cache-Control: max-age=19582016
Content-Language: en
Server: Flimsy-Expidited
X-XSS-Protection: 1; mode=block
Content-Security-Policy: default-src 'none'; script-src 'self' unsafe-eval unsafe-inline https://adservice.google.com https://pagead2.googlesyndication.com https://www.google-analytics.com; frame-src https://googleads.g.doubleclick.net; frame-ancestors 'none'; img-src 'self' https://c.statcounter.com https://www.google-analytics.com; base-uri 'self'; form-action 'self'
Access-Control-Allow-Origin: https://www.google-analytics.com; vary 'origin'
Feature-Policy: geolocation none;midi none;notifications none;push none;sync-xhr none;microphone none;camera none;magnetometer none;gyroscope none;speaker none;vibrate none;fullscreen none;payment none
Strict-Transport-Security: max-age=65432100; includeSubDomains; preload
Referrer-Policy: strict-origin

• http://75.51.0.155/.well-known/acme-challenge/check-your-website-dot-server-daten-dot-de
75.51.0.155
Inline-JavaScript (∑/total): 0/0 Inline-CSS (∑/total): 0/0
404

Html is minified: 110.61 %
Other inline scripts (∑/total): 0/0
0.330
A
Not Found
Visible Content: 404 Not Found nginx
Date: Fri, 25 Oct 2019 10:15:28 GMT
Content-Type: text/html
Content-Length: 146
Connection: close
Server: Flimsy-Expidited

 

7. Comments



1. General Results, most used to calculate the result

Aname "75.51.0.155" is ipv4 address, public suffix is not defined
AGood: All ip addresses are public addresses
AGood: every https has a Strict Transport Security Header
AGood: HSTS max-age is long enough, 65432100 seconds = 757 days
AGood: HSTS has includeSubdomains - directive
AGood: HSTS has preload directive
Warning: HSTS preload sent, but not in Preload-List. Never send a preload directive if you don't know what preload means. Check https://hstspreload.org/ to learn the basics about the Google-Preload list. If you send a preload directive, you should **immediately** add your domain to the HSTS preload list via https://hstspreload.org/ . If Google accepts the domain, so the status is "pending": Note that new entries are hardcoded into the Chrome source code and can take several months before they reach the stable version. So you will see this message some months. If you don't want that or if you don't understand "preload", but if you send a preload directive and if you have correct A-redirects, everybody can add your domain to that list. Then you may have problems, it's not easy to undo that. So if you don't want your domain preloaded, remove the preload directive.
AGood: Some urls with http status 200/404 have a complete Content-Type header (MediaType / MediaSubType + correct charset):0 complete Content-Type - header (3 urls)
http://75.51.0.155/ 75.51.0.155


Url with incomplete Content-Type - header - missing charset
https://75.51.0.155/ 75.51.0.155


Url with incomplete Content-Type - header - missing charset
http://75.51.0.155/.well-known/acme-challenge/check-your-website-dot-server-daten-dot-de 75.51.0.155


Url with incomplete Content-Type - header - missing charset
CError - more then one version with Http-Status 200. After all redirects, all users (and search engines) should see the same https url: Non-www or www, but not both with http status 200.
HFatal error: http result with http-status 200, no encryption. Add a redirect http ⇒ https, so every connection is secure. Perhaps in your port 80 vHost something like "RewriteEngine on" + "RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,QSA,R=permanent]" (two rows, without the "). Don't add this in your port 443 vHost, that would create a loop.
Nhttps://75.51.0.155/ 75.51.0.155
200

Error - Certificate isn't trusted, RemoteCertificateNameMismatch

2. Header-Checks


3. DNS- and NameServer - Checks


4. Content- and Performance-critical Checks

AGood: All checks /.well-known/acme-challenge/random-filename without redirects answer with the expected http status 404 - Not Found. Creating a Letsencrypt certificate via http-01 challenge should work. If it doesn't work: Check your vHost configuration (apachectl -S, httpd -S, nginx -T). Every combination of port and ServerName / ServerAlias (Apache) or Server (Nginx) must be unique. Merge duplicated entries in one vHost. If you use an IIS, extensionless files must be allowed in the /.well-known/acme-challenge subdirectory. Create a web.config in that directory. Content: <configuration><system.webServer><staticContent><mimeMap fileExtension="." mimeType="text/plain" /></staticContent></system.webServer></configuration>. If you have a redirect http ⇒ https, that's ok, Letsencrypt follows such redirects to port 80 / 443 (same or other server). There must be a certificate. But the certificate may be expired, self signed or with a not matching domain name. Checking the validation file Letsencrypt ignores such certificate errors. Trouble creating a certificate? Use https://community.letsencrypt.org/ to ask.
https://75.51.0.155/ 75.51.0.155
200

Warning: https result with status 200 and size greater then 1024 Bytes without Compression found. Add Compression support (gzip, deflate, br - these are checked) so the html content is compressed.
AGood: No https + http status 200 with inline CSS / JavaScript found
AGood: Every https result with status 200 has a minified Html-Content with a quota lower then 110 %.
AGood: Every https connection via port 443 supports the http/2 protocol via ALPN.
AGood: Domainname is not on the "Specially Designated Nationals And Blocked Persons List" (SDN). That's an US-list of individuals and companies owned or controlled by, or acting for or on behalf of, targeted countries. It also lists individuals, groups, and entities, such as terrorists and narcotics traffickers designated under programs that are not country-specific. Collectively, such individuals and companies are called "Specially Designated Nationals" or "SDNs." Their assets are blocked and U.S. persons are generally prohibited from dealing with them. So if a domain name is on that list, it's impossible to create a Letsencrypt certificate with that domain name. Check the list manual - https://www.treasury.gov/resource-center/sanctions/sdn-list/pages/default.aspx
ADuration: 14380 milliseconds, 14.380 seconds

 

8. Connections

DomainIPPortCert.ProtocolKeyExchangeStrengthCipherStrengthHashAlgorithmOCSP stapling
Domain/KeyExchangeIP/StrengthPort/CipherCert./StrengthProtocol/HashAlgorithmOCSP stapling
75.51.0.155
75.51.0.155
443
name does not match
Tls12
ECDH Ephermal
384
Aes256
256
Sha384
supported
ok
75.51.0.155
75.51.0.155
443
name does not match
Tls12

ECDH Ephermal
384
Aes256
256
Sha384
supported
ok
http/2 via ALPN supported 
no Tls.1.2
no Tls.1.1
no Tls.1.0
http/2 via ALPN supported
no Tls.1.2
no Tls.1.1
no Tls.1.0
Chain - incomplete

1CN=zerofive.com


2CN=Let's Encrypt Authority X3, O=Let's Encrypt, C=US

 

9. Certificates

1.
1.
CN=zerofive.com
16.10.2019
14.01.2020
1945 days expired
www.zerofive.com, zerofive.com - 2 entries
1.
1.
CN=zerofive.com
16.10.2019

14.01.2020
1945 days expired


www.zerofive.com, zerofive.com - 2 entries

KeyalgorithmEC Public Key (384 bit, secp384r1)
Signatur:SHA256 With RSA-Encryption
Serial Number:0484111A81A015BDE00F6165950C177A9ABC
Thumbprint:AFEB467F466DE65A97ACDA487E0DA786BB59CAF8
SHA256 / Certificate:xJqUUYmTBHshfHKDG9k1sgGxWzu9Vq1WIaEsHOIC0Pk=
SHA256 hex / Cert (DANE * 0 1):e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
SHA256 hex / PublicKey (DANE * 1 1):a39ca0ae40086198d6708847ac10bd69806b7fb72e2b48e11c035a25773a51c2
SHA256 hex / Subject Public Key Information (SPKI):a39ca0ae40086198d6708847ac10bd69806b7fb72e2b48e11c035a25773a51c2
SPKI checked via https://v1.pwnedkeys.com/spki-hash:Good: Key isn't compromised
OCSP - Url:http://ocsp.int-x3.letsencrypt.org
OCSP - must staple:no
Certificate Transparency:yes
Enhanced Key Usage:Serverauthentifizierung (1.3.6.1.5.5.7.3.1), Clientauthentifizierung (1.3.6.1.5.5.7.3.2)




2.
CN=Let's Encrypt Authority X3, O=Let's Encrypt, C=US
17.03.2016
17.03.2021
1517 days expired


2.
CN=Let's Encrypt Authority X3, O=Let's Encrypt, C=US
17.03.2016

17.03.2021
1517 days expired




KeyalgorithmRSA encryption (2048 bit)
Signatur:SHA256 With RSA-Encryption
Serial Number:0A0141420000015385736A0B85ECA708
Thumbprint:E6A3B45B062D509B3382282D196EFE97D5956CCB
SHA256 / Certificate:JYR9Zo608E/dQLErawdAxWfafQJDCOtsLJb+QdneIY0=
SHA256 hex / Cert (DANE * 0 1):25847d668eb4f04fdd40b12b6b0740c567da7d024308eb6c2c96fe41d9de218d
SHA256 hex / PublicKey (DANE * 1 1):60b87575447dcba2a36b7d11ac09fb24a9db406fee12d2cc90180517616e8a18
SHA256 hex / Subject Public Key Information (SPKI):60b87575447dcba2a36b7d11ac09fb24a9db406fee12d2cc90180517616e8a18
SPKI checked via https://v1.pwnedkeys.com/spki-hash:Good: Key isn't compromised
OCSP - Url:http://isrg.trustid.ocsp.identrust.com
OCSP - must staple:no
Certificate Transparency:no
Enhanced Key Usage:




3.
CN=DST Root CA X3, O=Digital Signature Trust Co.
30.09.2000
30.09.2021
1320 days expired


3.
CN=DST Root CA X3, O=Digital Signature Trust Co.
30.09.2000

30.09.2021
1320 days expired




KeyalgorithmRSA encryption (2048 bit)
Signatur:SHA-1 with RSA Encryption
Serial Number:44AFB080D6A327BA893039862EF8406B
Thumbprint:DAC9024F54D8F6DF94935FB1732638CA6AD77C13
SHA256 / Certificate:BocmAzGnJAPZCfEF5pvPDTLhvSST/8bZIG0RvNZ3Bzk=
SHA256 hex / Cert (DANE * 0 1):0687260331a72403d909f105e69bcf0d32e1bd2493ffc6d9206d11bcd6770739
SHA256 hex / PublicKey (DANE * 1 1):563b3caf8cfef34c2335caf560a7a95906e8488462eb75ac59784830df9e5b2b
SHA256 hex / Subject Public Key Information (SPKI):563b3caf8cfef34c2335caf560a7a95906e8488462eb75ac59784830df9e5b2b
SPKI checked via https://v1.pwnedkeys.com/spki-hash:Good: Key isn't compromised
OCSP - Url:
OCSP - must staple:no
Certificate Transparency:no
Enhanced Key Usage:




 

10. Last Certificates - Certificate Transparency Log Check

1. Source CertSpotter - active certificates (one check per day)

No CertSpotter - CT-Log entries found

 

2. Source crt.sh - old and new certificates, sometimes very slow - only certificates with "not after" > of the last months are listed

No CRT - CT-Log entries found

 

11. Html-Content - Entries

Summary

No data found or small Code-update

 

Details (currently limited to 500 rows - some problems with spam users)

Small Code Update - wait one minute

 

12. Html-Parsing via https://validator.w3.org/nu/

Small Code update, wait one minute

 

13. Nameserver - IP-Adresses

Required Root-climbing DNS-Queries to find ip addresses of all Name Servers:

 

No NameServer - IP address informations found. The feature is new (2020-05-07), so recheck this domain.

 

14. CAA - Entries

No CAA entries found

 

15. TXT - Entries

No TXT entries found

 

16. DomainService - Entries

No DomainServiceEntries entries found

 

 

17. Cipher Suites

No Ciphers found

 

18. Portchecks

Small Code Update - wait one minute

 

 

Permalink: https://check-your-website.server-daten.de/?i=c1a16608-fbc9-47e3-84fa-a6da0b403917

 

Last Result: https://check-your-website.server-daten.de/?q=75.51.0.155 - 2019-10-25 12:15:19

 

Do you like this page? Support this tool, add a link on your page:

 

<a href="https://check-your-website.server-daten.de/?q=75.51.0.155" target="_blank">Check this Site: 75.51.0.155</a>

 

 

Do you really want to support this project? Donate: Check-your-website, IBAN DE98 1001 0010 0575 2211 07, SWIFT/BIC PBNKDEFF, Euro

 

QR-Code of this page - https://check-your-website.server-daten.de/?d=75.51.0.155