| 1. General Results, most used to calculate the result |
A | name "scimetrica.com" is domain, public suffix is ".com", top-level-domain is ".com", top-level-domain-type is "generic", tld-manager is "VeriSign Global Registry Services", num .com-domains preloaded: 92432 (complete: 239099)
|
A | Good: All ip addresses are public addresses
|
| Warning: Only one ip address found: scimetrica.com has only one ip address.
|
| Warning: Only one ip address found: www.scimetrica.com has only one ip address.
|
| Warning: No ipv6 address found. Ipv6 is the future with a lot of new features. So every domain name should have an ipv6 address. See https://en.wikipedia.org/wiki/IPv6: scimetrica.com has no ipv6 address.
|
| Warning: No ipv6 address found. Ipv6 is the future with a lot of new features. So every domain name should have an ipv6 address. See https://en.wikipedia.org/wiki/IPv6: www.scimetrica.com has no ipv6 address.
|
A | Good: No asked Authoritative Name Server had a timeout
|
A | Good: destination is https
|
A | Good - only one version with Http-Status 200
|
A | Good: one preferred version: www is preferred
|
A | Good: No cookie sent via http.
|
A | Good: every cookie sent via https is marked as secure
|
A | Good: Every cookie has a SameSite Attribute with a correct value Strict/Lax/None
|
A | Good: every https has a Strict Transport Security Header
|
A | Good: HSTS max-age is long enough, 31536001 seconds = 365 days
|
A | Good: HSTS has includeSubdomains - directive
|
| HSTS-Preload-Status: unknown. Domain never included in the Preload-list. Check https://hstspreload.org/ to learn some basics about the Google-Preload-List.
|
A | Good: All urls with http status 200/404 have a complete Content-Type header (MediaType / MediaSubType + correct charset)
|
A | http://scimetrica.com/ 88.99.34.107
| https://scimetrica.com/
| Correct redirect http - https with the same domain name
|
A | http://www.scimetrica.com/ 88.99.34.107
| https://www.scimetrica.com/
| Correct redirect http - https with the same domain name
|
N | https://88.99.34.107/ 88.99.34.107
|
| Error - Certificate isn't trusted, RemoteCertificateNameMismatch
|
| Info: Checking all ip addresses of that domain without sending the hostname only one certificate found. Checking all ip addresses and sending the hostname only one certificate found. Both certificates are different. So that domain requires Server Name Indication (SNI), so the server is able to select the correct certificate.: Domain scimetrica.com, 1 ip addresses.
|
| Info: Checking all ip addresses of that domain without sending the hostname only one certificate found. Checking all ip addresses and sending the hostname only one certificate found. Both certificates are different. So that domain requires Server Name Indication (SNI), so the server is able to select the correct certificate.: Domain www.scimetrica.com, 1 ip addresses.
|
B | No _mta-sts TXT record found (mta-sts: Mail Transfer Agent Strict Transport Security - see RFC 8461). Read the result of server-daten.de (Url-Checks, Comments, Connections and DomainServiceRecords) to see a complete definition. Domainname: _mta-sts.scimetrica.com
|
| 2. Header-Checks (Cross-Origin-* headers are alpha - started 2024-06-05) |
A | www.scimetrica.com 88.99.34.107
| Content-Security-Policy
| Ok: Header without syntax errors found: default-src 'self' data: 'unsafe-inline' 'unsafe-eval' *.myscience.at *.myscience.ca *.myscience.es *.myscience.fr *.myscience.de *.myscience.co.nl *.myscience.uk *.myscience.org *.aura-dsp.com *.creativecdn.com *.bing.com *.bingj.com *.careerjet.ch *.clarity.ms *.doubleclick.net *.dailymotion.com *.googlesyndication.com *.googletagmanager.com *.google.ch *.google.com *.google-analytics.com *.googleapis.com *.gstatic.com *.paypal.com *.paypalobjects.com *.switch.ch *.youtube.com *.ytimg.com *.youtube-nocookie.com *.vimeo.com *.vimeocdn.com ; style-src 'self' 'unsafe-inline' 'unsafe-eval' *.googleapis.com; frame-src 'self' *.dailymotion.com *.doubleclick.net *.google.com *.googlesyndication.com *.paypal.com *.switch.ch *.vimeo.com *.vimeocdn.com *.youtube.com *.youtube-nocookie.com; font-src 'self' https://fonts.gstatic.com; frame-ancestors 'self'; form-action 'self' *.paypal.com *.paypalobjects.com; base-uri 'self'; object-src 'none' ;
|
F |
|
| Bad: default-src with "*" or a scheme found. That allows too much, don't use such a definition. frame-src, style-src
|
F |
|
| Bad: default-src with 'unsafe-inline' or 'unsave-eval'. That's dangerous, don't use it. frame-src, style-src
|
A |
|
| Good: form-action directive found. That reduces the risk sending data to unwanted domains. form-action is a navigation-directive, so default-src isn't used.
|
A |
|
| Good: frame-ancestors directive found. That limits pages who are allowed to use this page in a frame / iframe / object / embed / applet. frame-ancestors is a navigation-directive, so default-src isn't used.
|
A |
|
| Good: base-uri directive found. That limits the URLs which can be used in a document's <base> element. Because it's a document directive, default-src isn't used, so an own directive is required.
|
A |
|
| Good: object-src only with 'none' or 'self' found, no scheme, no other urls. That blocks object / embed / applet - elements.
|
E |
|
| Critical: No script-src defined, the default-src used as fallback allows too much. script-src should always restricted.
|
F |
|
| Dangerous: No script-src defined, but the default-src as fallback allows the data: schema. That allows hidden code injection. Insert <script src='data:application/javascript;base64,YWxlcnQoJ1hTUycpOw=='></script> in your page and see what happens.
|
A |
|
| Good: frame-src without data: defined or frame-src missing and the default-src used as fallback not allows the data: schema. That blocks hidden code injection. Insert <iframe src="data:text/html;charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+PGh0bWw+PGJvZHk+PHA+YmVmb3JlPHNjcmlwdCB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiPmFsZXJ0KCdYU1MnKTwvc2NyaXB0PjxwPmFmdGVyPC9ib2R5PjwvaHRtbD4="></iframe> in your page and see what happens.
|
C |
|
| Info: default-src and some other fetch directives have the same list of values. Remove the other fetch directive, default-src is used as fallback. Directives to remove: frame-src, style-src
|
A |
| X-Content-Type-Options
| Ok: Header without syntax errors found: nosniff
|
A |
| Referrer-Policy
| Ok: Header without syntax errors found: strict-origin-when-cross-origin
|
A |
| Permissions-Policy
| Ok: Header without syntax errors found: accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()
|
A |
| X-Frame-Options
| Ok: Header without syntax errors found: SAMEORIGIN
|
B |
|
| Info: Header is deprecated. May not longer work in modern browsers. SAMEORIGIN. Better solution: Use a Content-Security-Policy Header with a frame-ancestors directive. DENY - use 'none', SAMEORIGIN - use 'self'. If you want to allow some domains to frame your page, add these urls.
|
A |
| X-Xss-Protection
| Ok: Header without syntax errors found: 1
|
B |
|
| Info: Header is deprecated. May not longer work in modern browsers. 1
|
| 3. DNS- and NameServer - Checks |
A | Info:: 2 Root-climbing DNS Queries required to find all IPv4- and IPv6-Addresses of 3 Name Servers.
|
A | Info:: 2 Queries complete, 2 with IPv6, 0 with IPv4.
|
A | Good: All DNS Queries done via IPv6.
|
A | Good: Some ip addresses of name servers found with the minimum of two DNS Queries. One to find the TLD-Zone, one to ask the TLD-Zone.ns1.sciencetool.ch (144.76.145.163), ns2.sciencetool.ch (159.69.190.194), ns3.sciencetool.ch (46.4.113.178)
|
A | Good (1 - 3.0):: An average of 0.7 queries per domain name server required to find all ip addresses of all name servers.
|
A | Info:: 3 different Name Servers found: ns1.sciencetool.ch, ns2.sciencetool.ch, ns3.sciencetool.ch, 3 Name Servers included in Delegation: ns1.sciencetool.ch, ns2.sciencetool.ch, ns3.sciencetool.ch, 3 Name Servers included in 1 Zone definitions: ns1.sciencetool.ch, ns2.sciencetool.ch, ns3.sciencetool.ch, 1 Name Servers listed in SOA.Primary: ns1.sciencetool.ch.
|
A | Good: Only one SOA.Primary Name Server found.: ns1.sciencetool.ch.
|
A | Good: SOA.Primary Name Server included in the delegation set.: ns1.sciencetool.ch.
|
A | Good: Consistency between delegation and zone. The set of NS records served by the authoritative name servers must match those proposed for the delegation in the parent zone. Ordered list of name servers: ns1.sciencetool.ch, ns2.sciencetool.ch, ns3.sciencetool.ch
|
A | Good: All Name Server Domain Names have a Public Suffix.
|
A | Good: All Name Server Domain Names ending with a Public Suffix have minimal one IPv4- or IPv6 address.
|
A | Good: All Name Server ip addresses are public.
|
A | Good: Minimal 2 different name servers (public suffix and public ip address) found: 3 different Name Servers found
|
A | Good: All name servers have ipv4- and ipv6-addresses.: 3 different Name Servers found
|
| Warning: All Name Servers have the same Top Level Domain / Public Suffix. If there is a problem with that Top Level Domain, your domain may be affected. Better: Use Name Servers with different top level domains.: 3 Name Servers, 1 Top Level Domain: ch
|
| Warning: All Name Servers have the same domain name. If there is a problem with that domain name (or with the name servers of that domain name), your domain may be affected. Better: Use Name Servers with different domain names / different top level domains.: Only one domain name used: sciencetool.ch
|
| Warning: All Name Servers from the same Country / IP location.: 3 Name Servers, 1 Countries: DE
|
A | Info: Ipv4-Subnet-list: 3 Name Servers, 3 different subnets (first Byte): 144., 159., 88., 3 different subnets (first two Bytes): 144.76., 159.69., 88.99., 3 different subnets (first three Bytes): 144.76.145., 159.69.190., 88.99.34.
|
A | Excellent: Every Name Server IPv4-address starts with an unique Byte.
|
A | Info: IPv6-Subnet-list: 3 Name Servers with IPv6, 1 different subnets (first block): 2a01:, 1 different subnets (first two blocks): 2a01:04f8:, 3 different subnets (first three blocks): 2a01:04f8:0192:, 2a01:04f8:0c17:, 2a01:04f8:1c17:, 3 different subnets (first four blocks): 2a01:04f8:0192:34d7:, 2a01:04f8:0c17:abcc:, 2a01:04f8:1c17:779d:
|
A | Good: Name Server IPv6 addresses from different subnets found.
|
A | Good: Nameserver supports TCP connections: 6 good Nameserver
|
A | Good: Nameserver supports Echo Capitalization: 6 good Nameserver
|
A | Good: Nameserver supports EDNS with max. 512 Byte Udp payload, message is smaller: 6 good Nameserver
|
A | Good: Nameserver has passed 10 EDNS-Checks (OP100, FLAGS, V1, V1OP100, V1FLAGS, DNSSEC, V1DNSSEC, NSID, COOKIE, CLIENTSUBNET): 6 good Nameserver
|
A | Good: All SOA have the same Serial Number
|
| Warning: No CAA entry with issue/issuewild found, every CAA can create a certificate. Read https://en.wikipedia.org/wiki/DNS_Certification_Authority_Authorization to learn some basics about the idea of CAA. Your name server must support such an entry. Not all dns providers support CAA entries.
|
| 4. Content- and Performance-critical Checks |
A | Good: 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.
|
A | Good: Every https result with status 200 and greater 1024 Bytes is compressed (gzip, deflate, br checked).
|
| https://www.scimetrica.com/ 88.99.34.107
|
| Warning: Https + http status 200 + Inline CSS / JavaScript found. Don't use inline CSS / JavaScript. These are compiled and re-used ressources, save these with a long Cache-Control max-age - header.
|
A | Good: Every https result with status 200 has a minified Html-Content with a quota lower then 110 %.
|
A | Good: Every https connection via port 443 supports the http/2 protocol via ALPN.
|
| https://www.scimetrica.com/ 88.99.34.107
|
| Critical: Some script Elements (type text/javascript) with a src-Attribute don't have a defer / async - Attribute. Loading and executing these JavaScripts blocks parsing and rendering the Html-Output. That's bad if your site is large or the connection is slow / mobile usage. Use "async" if the js file has only functions (so nothing is executed after parsing the file) or is independend. Use "defer" if the order of the scripts is important. All "defer" scripts are executed before the DOMContentLoaded event is fired. Check https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script to see some details.: 2 script elements without defer/async.
|
A | Good: All CSS / JavaScript files are sent compressed (gzip, deflate, br checked). That reduces the content of the files. 3 external CSS / JavaScript files found
|
A | Good: All CSS / JavaScript files are sent with a long Cache-Control header (minimum 7 days). So the browser can re-use these files, no download is required. 3 external CSS / JavaScript files with long Cache-Control max-age found
|
A | Good: All images are sent with a long Cache-Control header (minimum 7 days). So the browser can reuse these files, no download is required. 1 image files with long Cache-Control max-age found
|
A | Good: All checked attribute values are enclosed in quotation marks (" or ').
|
A | Good: All img-elements have a valid alt-attribute.: 1 img-elements found.
|
A | Good: 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
|
| https://www.scimetrica.com/.well-known/acme-challenge/check-your-website-dot-server-daten-dot-de
| 2.140 seconds
| Warning: 404 needs more then one second
|
A | Duration: 369540 milliseconds, 369.540 seconds
|