{
  "hostname": "tkaccelis.com",
  "jobId": "cmryxytuf0006ue0re5z6mvpo",
  "status": "DONE",
  "overallScore": 88,
  "groups": [
    {
      "group": "website",
      "score": 87,
      "present": true
    },
    {
      "group": "mail",
      "score": 91,
      "present": true
    }
  ],
  "generatedAt": "2026-07-25T04:11:49.708Z",
  "finishedAt": "2026-07-24T12:54:06.853Z",
  "categories": [
    {
      "category": "dns",
      "group": "website",
      "status": "DONE",
      "score": 78,
      "findings": [
        {
          "id": "dns.ns.present",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.dns.ns.title",
          "verdictKey": "findings.dns.ns.verdict.present",
          "verdictParams": {
            "count": 3,
            "ipv6count": 3
          },
          "whyItMattersKey": "findings.dns.ns.why",
          "technicalDetails": {
            "rows": [
              [
                "ns.inwx.de",
                "192.174.68.104",
                "2001:67c:1bc::104"
              ],
              [
                "ns2.inwx.de",
                "176.97.158.104",
                "2001:67c:10b8::104"
              ],
              [
                "ns3.inwx.eu",
                "45.87.158.53",
                "2a02:d500::53"
              ]
            ],
            "columns": [
              "tech.columns.nameserver",
              "tech.columns.ipv4",
              "tech.columns.ipv6"
            ]
          },
          "whatIsCheckedKey": "findings.dns.ns.what",
          "requirementLevel": "required"
        },
        {
          "id": "dns.ipv4.present",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.dns.ipv4.title",
          "verdictKey": "findings.dns.ipv4.verdict.present",
          "verdictParams": {
            "count": 2,
            "address": "3.77.8.153"
          },
          "whyItMattersKey": "findings.dns.ipv4.why",
          "technicalDetails": {
            "rows": [
              [
                "3.77.8.153"
              ],
              [
                "18.158.31.107"
              ]
            ],
            "columns": [
              "tech.columns.ipv4"
            ]
          },
          "whatIsCheckedKey": "findings.dns.ipv4.what",
          "requirementLevel": "required"
        },
        {
          "id": "dns.ipv6.missing",
          "status": "not_found",
          "severity": "low",
          "titleKey": "findings.dns.ipv6.title",
          "verdictKey": "findings.dns.ipv6.verdict.missing",
          "whyItMattersKey": "findings.dns.ipv6.why",
          "whatIsCheckedKey": "findings.dns.ipv6.what",
          "recommendationKey": "findings.dns.ipv6.recommendation",
          "requirementLevel": "recommended"
        },
        {
          "id": "dns.mx.present",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.dns.mx.title",
          "verdictKey": "findings.dns.mx.verdict.present",
          "verdictParams": {
            "count": 1
          },
          "whyItMattersKey": "findings.dns.mx.why",
          "technicalDetails": {
            "rows": [
              [
                0,
                "tkaccelis-com.mail.protection.outlook.com"
              ]
            ],
            "columns": [
              "tech.columns.priority",
              "tech.columns.mx_host"
            ]
          },
          "whatIsCheckedKey": "findings.dns.mx.what",
          "requirementLevel": "optional"
        },
        {
          "id": "dns.caa.missing",
          "status": "not_found",
          "severity": "low",
          "titleKey": "findings.dns.caa.title",
          "verdictKey": "findings.dns.caa.verdict.missing",
          "whyItMattersKey": "findings.dns.caa.why",
          "whatIsCheckedKey": "findings.dns.caa.what",
          "recommendationKey": "findings.dns.caa.recommendation",
          "requirementLevel": "recommended",
          "docsUrl": "https://datatracker.ietf.org/doc/html/rfc8659"
        },
        {
          "id": "dns.dnssec.insecure",
          "status": "not_found",
          "severity": "medium",
          "titleKey": "findings.dns.dnssec.title",
          "verdictKey": "findings.dns.dnssec.verdict.insecure",
          "whyItMattersKey": "findings.dns.dnssec.why",
          "technicalDetails": {
            "rows": [
              [
                "DNSKEY",
                false
              ],
              [
                "AD",
                false
              ]
            ],
            "columns": [
              "tech.columns.property",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.dns.dnssec.what",
          "recommendationKey": "findings.dns.dnssec.recommendation",
          "requirementLevel": "recommended",
          "docsUrl": "https://datatracker.ietf.org/doc/html/rfc4033"
        }
      ]
    },
    {
      "category": "dnsserver",
      "group": "website",
      "status": "DONE",
      "score": 100,
      "findings": [
        {
          "id": "dns.health.answer.ok",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.dns.health.answer.title",
          "verdictKey": "findings.dns.health.answer.verdict.ok",
          "whyItMattersKey": "findings.dns.health.answer.why",
          "whatIsCheckedKey": "findings.dns.health.answer.what",
          "requirementLevel": "required"
        },
        {
          "id": "dns.health.nscount.ok",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.dns.health.nscount.title",
          "verdictKey": "findings.dns.health.nscount.verdict.ok",
          "verdictParams": {
            "count": 3
          },
          "whyItMattersKey": "findings.dns.health.nscount.why",
          "technicalDetails": {
            "rows": [
              [
                "ns.inwx.de"
              ],
              [
                "ns2.inwx.de"
              ],
              [
                "ns3.inwx.eu"
              ]
            ],
            "columns": [
              "tech.columns.nameserver"
            ]
          },
          "whatIsCheckedKey": "findings.dns.health.nscount.what",
          "requirementLevel": "required",
          "docsUrl": "https://datatracker.ietf.org/doc/html/rfc2182"
        },
        {
          "id": "dns.health.responding.ok",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.dns.health.responding.title",
          "verdictKey": "findings.dns.health.responding.verdict.ok",
          "verdictParams": {
            "count": 3
          },
          "whyItMattersKey": "findings.dns.health.responding.why",
          "technicalDetails": {
            "rows": [
              [
                "ns.inwx.de",
                "192.174.68.104",
                true,
                true,
                2026072203
              ],
              [
                "ns2.inwx.de",
                "176.97.158.104",
                true,
                true,
                2026072203
              ],
              [
                "ns3.inwx.eu",
                "45.87.158.53",
                true,
                true,
                2026072203
              ]
            ],
            "columns": [
              "tech.columns.nameserver",
              "tech.columns.ip",
              "tech.columns.responding",
              "tech.columns.authoritative",
              "tech.columns.serial"
            ]
          },
          "whatIsCheckedKey": "findings.dns.health.responding.what",
          "requirementLevel": "required"
        },
        {
          "id": "dns.health.authoritative.ok",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.dns.health.authoritative.title",
          "verdictKey": "findings.dns.health.authoritative.verdict.ok",
          "verdictParams": {
            "count": 3
          },
          "whyItMattersKey": "findings.dns.health.authoritative.why",
          "technicalDetails": {
            "rows": [
              [
                "ns.inwx.de",
                "192.174.68.104",
                true,
                true,
                2026072203
              ],
              [
                "ns2.inwx.de",
                "176.97.158.104",
                true,
                true,
                2026072203
              ],
              [
                "ns3.inwx.eu",
                "45.87.158.53",
                true,
                true,
                2026072203
              ]
            ],
            "columns": [
              "tech.columns.nameserver",
              "tech.columns.ip",
              "tech.columns.responding",
              "tech.columns.authoritative",
              "tech.columns.serial"
            ]
          },
          "whatIsCheckedKey": "findings.dns.health.authoritative.what",
          "requirementLevel": "required"
        },
        {
          "id": "dns.health.serialsync.ok",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.dns.health.serialsync.title",
          "verdictKey": "findings.dns.health.serialsync.verdict.ok",
          "whyItMattersKey": "findings.dns.health.serialsync.why",
          "technicalDetails": {
            "rows": [
              [
                "ns.inwx.de",
                "192.174.68.104",
                true,
                true,
                2026072203
              ],
              [
                "ns2.inwx.de",
                "176.97.158.104",
                true,
                true,
                2026072203
              ],
              [
                "ns3.inwx.eu",
                "45.87.158.53",
                true,
                true,
                2026072203
              ]
            ],
            "columns": [
              "tech.columns.nameserver",
              "tech.columns.ip",
              "tech.columns.responding",
              "tech.columns.authoritative",
              "tech.columns.serial"
            ]
          },
          "whatIsCheckedKey": "findings.dns.health.serialsync.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "dns.health.openresolver.closed",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.dns.health.openresolver.title",
          "verdictKey": "findings.dns.health.openresolver.verdict.closed",
          "whyItMattersKey": "findings.dns.health.openresolver.why",
          "technicalDetails": {
            "rows": [
              [
                "ns.inwx.de",
                "192.174.68.104",
                true,
                true,
                2026072203
              ],
              [
                "ns2.inwx.de",
                "176.97.158.104",
                true,
                true,
                2026072203
              ],
              [
                "ns3.inwx.eu",
                "45.87.158.53",
                true,
                true,
                2026072203
              ]
            ],
            "columns": [
              "tech.columns.nameserver",
              "tech.columns.ip",
              "tech.columns.responding",
              "tech.columns.authoritative",
              "tech.columns.serial"
            ]
          },
          "whatIsCheckedKey": "findings.dns.health.openresolver.what",
          "requirementLevel": "required",
          "docsUrl": "https://datatracker.ietf.org/doc/html/rfc5358"
        },
        {
          "id": "dns.health.publicips.ok",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.dns.health.publicips.title",
          "verdictKey": "findings.dns.health.publicips.verdict.ok",
          "whyItMattersKey": "findings.dns.health.publicips.why",
          "technicalDetails": {
            "rows": [
              [
                "ns.inwx.de",
                "192.174.68.104",
                true
              ],
              [
                "ns.inwx.de",
                "2001:67c:1bc::104",
                true
              ],
              [
                "ns2.inwx.de",
                "176.97.158.104",
                true
              ],
              [
                "ns2.inwx.de",
                "2001:67c:10b8::104",
                true
              ],
              [
                "ns3.inwx.eu",
                "45.87.158.53",
                true
              ],
              [
                "ns3.inwx.eu",
                "2a02:d500::53",
                true
              ]
            ],
            "columns": [
              "tech.columns.nameserver",
              "tech.columns.ip",
              "tech.columns.public"
            ]
          },
          "whatIsCheckedKey": "findings.dns.health.publicips.what",
          "requirementLevel": "required"
        },
        {
          "id": "dns.health.dispersion.ok",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.dns.health.dispersion.title",
          "verdictKey": "findings.dns.health.dispersion.verdict.ok",
          "verdictParams": {
            "networks": 6
          },
          "whyItMattersKey": "findings.dns.health.dispersion.why",
          "technicalDetails": {
            "rows": [
              [
                "ns.inwx.de",
                "192.174.68.104",
                "192.174.68.0/24"
              ],
              [
                "ns.inwx.de",
                "2001:67c:1bc::104",
                "2001:67c:1bc::/48"
              ],
              [
                "ns2.inwx.de",
                "176.97.158.104",
                "176.97.158.0/24"
              ],
              [
                "ns2.inwx.de",
                "2001:67c:10b8::104",
                "2001:67c:10b8::/48"
              ],
              [
                "ns3.inwx.eu",
                "45.87.158.53",
                "45.87.158.0/24"
              ],
              [
                "ns3.inwx.eu",
                "2a02:d500::53",
                "2a02:d500::/48"
              ]
            ],
            "columns": [
              "tech.columns.nameserver",
              "tech.columns.ip",
              "tech.columns.network"
            ]
          },
          "whatIsCheckedKey": "findings.dns.health.dispersion.what",
          "requirementLevel": "recommended",
          "docsUrl": "https://datatracker.ietf.org/doc/html/rfc2182"
        },
        {
          "id": "dns.health.soarefresh.ok",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.dns.health.soarefresh.title",
          "verdictKey": "findings.dns.health.soarefresh.verdict.ok",
          "verdictParams": {
            "max": 43200,
            "min": 1200,
            "value": 10800
          },
          "whyItMattersKey": "findings.dns.health.soarefresh.why",
          "technicalDetails": {
            "rows": [
              [
                "MNAME",
                "ns.inwx.de"
              ],
              [
                "Serial",
                2026072203
              ],
              [
                "Refresh",
                10800
              ],
              [
                "Retry",
                3600
              ],
              [
                "Expire",
                1209600
              ],
              [
                "Minimum TTL",
                3600
              ]
            ],
            "columns": [
              "tech.columns.property",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.dns.health.soarefresh.what",
          "requirementLevel": "recommended",
          "docsUrl": "https://www.ripe.net/publications/docs/ripe-203/"
        },
        {
          "id": "dns.health.soaretry.ok",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.dns.health.soaretry.title",
          "verdictKey": "findings.dns.health.soaretry.verdict.ok",
          "verdictParams": {
            "max": 7200,
            "min": 120,
            "value": 3600
          },
          "whyItMattersKey": "findings.dns.health.soaretry.why",
          "technicalDetails": {
            "rows": [
              [
                "MNAME",
                "ns.inwx.de"
              ],
              [
                "Serial",
                2026072203
              ],
              [
                "Refresh",
                10800
              ],
              [
                "Retry",
                3600
              ],
              [
                "Expire",
                1209600
              ],
              [
                "Minimum TTL",
                3600
              ]
            ],
            "columns": [
              "tech.columns.property",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.dns.health.soaretry.what",
          "requirementLevel": "recommended",
          "docsUrl": "https://www.ripe.net/publications/docs/ripe-203/"
        },
        {
          "id": "dns.health.soaexpire.ok",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.dns.health.soaexpire.title",
          "verdictKey": "findings.dns.health.soaexpire.verdict.ok",
          "verdictParams": {
            "max": 2419200,
            "min": 604800,
            "value": 1209600
          },
          "whyItMattersKey": "findings.dns.health.soaexpire.why",
          "technicalDetails": {
            "rows": [
              [
                "MNAME",
                "ns.inwx.de"
              ],
              [
                "Serial",
                2026072203
              ],
              [
                "Refresh",
                10800
              ],
              [
                "Retry",
                3600
              ],
              [
                "Expire",
                1209600
              ],
              [
                "Minimum TTL",
                3600
              ]
            ],
            "columns": [
              "tech.columns.property",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.dns.health.soaexpire.what",
          "requirementLevel": "recommended",
          "docsUrl": "https://www.ripe.net/publications/docs/ripe-203/"
        },
        {
          "id": "dns.health.sominttl.ok",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.dns.health.sominttl.title",
          "verdictKey": "findings.dns.health.sominttl.verdict.ok",
          "verdictParams": {
            "max": 86400,
            "min": 300,
            "value": 3600
          },
          "whyItMattersKey": "findings.dns.health.sominttl.why",
          "technicalDetails": {
            "rows": [
              [
                "MNAME",
                "ns.inwx.de"
              ],
              [
                "Serial",
                2026072203
              ],
              [
                "Refresh",
                10800
              ],
              [
                "Retry",
                3600
              ],
              [
                "Expire",
                1209600
              ],
              [
                "Minimum TTL",
                3600
              ]
            ],
            "columns": [
              "tech.columns.property",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.dns.health.sominttl.what",
          "requirementLevel": "recommended",
          "docsUrl": "https://www.ripe.net/publications/docs/ripe-203/"
        },
        {
          "id": "dns.health.serialformat.ok",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.dns.health.serialformat.title",
          "verdictKey": "findings.dns.health.serialformat.verdict.ok",
          "verdictParams": {
            "serial": "2026072203"
          },
          "whyItMattersKey": "findings.dns.health.serialformat.why",
          "technicalDetails": {
            "rows": [
              [
                "MNAME",
                "ns.inwx.de"
              ],
              [
                "Serial",
                2026072203
              ],
              [
                "Refresh",
                10800
              ],
              [
                "Retry",
                3600
              ],
              [
                "Expire",
                1209600
              ],
              [
                "Minimum TTL",
                3600
              ]
            ],
            "columns": [
              "tech.columns.property",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.dns.health.serialformat.what",
          "requirementLevel": "optional"
        },
        {
          "id": "dns.health.parentmatch.ok",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.dns.health.parentmatch.title",
          "verdictKey": "findings.dns.health.parentmatch.verdict.ok",
          "whyItMattersKey": "findings.dns.health.parentmatch.why",
          "technicalDetails": {
            "rows": [
              [
                "ns.inwx.de",
                true,
                true
              ],
              [
                "ns2.inwx.de",
                true,
                true
              ],
              [
                "ns3.inwx.eu",
                true,
                true
              ]
            ],
            "columns": [
              "tech.columns.nameserver",
              "tech.columns.in_zone",
              "tech.columns.at_parent"
            ]
          },
          "whatIsCheckedKey": "findings.dns.health.parentmatch.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "dns.health.glue.not_needed",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.dns.health.glue.title",
          "verdictKey": "findings.dns.health.glue.verdict.not_needed",
          "whyItMattersKey": "findings.dns.health.glue.why",
          "whatIsCheckedKey": "findings.dns.health.glue.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "dns.health.primaryatparent.ok",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.dns.health.primaryatparent.title",
          "verdictKey": "findings.dns.health.primaryatparent.verdict.ok",
          "verdictParams": {
            "primary": "ns.inwx.de"
          },
          "whyItMattersKey": "findings.dns.health.primaryatparent.why",
          "technicalDetails": {
            "rows": [
              [
                "ns.inwx.de",
                true,
                true
              ],
              [
                "ns2.inwx.de",
                true,
                true
              ],
              [
                "ns3.inwx.eu",
                true,
                true
              ]
            ],
            "columns": [
              "tech.columns.nameserver",
              "tech.columns.in_zone",
              "tech.columns.at_parent"
            ]
          },
          "whatIsCheckedKey": "findings.dns.health.primaryatparent.what",
          "requirementLevel": "recommended"
        }
      ]
    },
    {
      "category": "http",
      "group": "website",
      "status": "DONE",
      "score": 85,
      "findings": [
        {
          "id": "http.reachable.https",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.http.reachable.title",
          "verdictKey": "findings.http.reachable.verdict.https",
          "whyItMattersKey": "findings.http.reachable.why",
          "technicalDetails": {
            "rows": [
              [
                "https",
                true
              ],
              [
                "http",
                true
              ],
              [
                "final_url",
                "https://www.tkaccelis.com:443/"
              ]
            ],
            "columns": [
              "tech.columns.property",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.http.reachable.what",
          "requirementLevel": "required"
        },
        {
          "id": "http.ipv6.no_aaaa",
          "status": "not_found",
          "severity": "low",
          "titleKey": "findings.http.ipv6.title",
          "verdictKey": "findings.http.ipv6.verdict.no_aaaa",
          "whyItMattersKey": "findings.http.ipv6.why",
          "technicalDetails": {
            "rows": [],
            "columns": [
              "tech.columns.ipv6"
            ]
          },
          "whatIsCheckedKey": "findings.http.ipv6.what",
          "recommendationKey": "findings.http.ipv6.recommendation",
          "requirementLevel": "recommended"
        },
        {
          "id": "http.https_redirect.yes",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.http.https_redirect.title",
          "verdictKey": "findings.http.https_redirect.verdict.yes",
          "whyItMattersKey": "findings.http.https_redirect.why",
          "whatIsCheckedKey": "findings.http.https_redirect.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "http.hsts.present",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.http.hsts.title",
          "verdictKey": "findings.http.hsts.verdict.present",
          "whyItMattersKey": "findings.http.hsts.why",
          "technicalDetails": {
            "rows": [
              [
                "header",
                "max-age=3153600000; includeSubDomains"
              ],
              [
                "includeSubDomains",
                true
              ],
              [
                "preload",
                false
              ]
            ],
            "columns": [
              "tech.columns.property",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.http.hsts.what",
          "requirementLevel": "recommended",
          "docsUrl": "https://datatracker.ietf.org/doc/html/rfc6797"
        },
        {
          "id": "http.csp.present",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.http.csp.title",
          "verdictKey": "findings.http.csp.verdict.present",
          "whyItMattersKey": "findings.http.csp.why",
          "technicalDetails": {
            "rows": [
              [
                "Content-Security-Policy",
                "default-src 'self'; base-uri 'self'; img-src * data: 'unsafe-inline'; style-src * 'unsafe-inline'; script-src * data: 'unsafe-inline' 'unsafe-eval'; font-src 'self' thyssenkrupp.com *.thyssenkrupp.com *.recruitmentplatform.com *.bootstrapcdn.com; connect-src *; frame-ancestors 'self'; frame-src *; media-src * blob:; object-src * data: 'unsafe-eval'; worker-src blob:"
              ]
            ],
            "columns": [
              "tech.columns.property",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.http.csp.what",
          "requirementLevel": "recommended",
          "docsUrl": "https://www.w3.org/TR/CSP3/"
        },
        {
          "id": "http.xfo.present",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.http.xfo.title",
          "verdictKey": "findings.http.xfo.verdict.present",
          "whyItMattersKey": "findings.http.xfo.why",
          "technicalDetails": {
            "rows": [
              [
                "X-Frame-Options",
                "sameorigin"
              ]
            ],
            "columns": [
              "tech.columns.property",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.http.xfo.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "http.xcto.nosniff",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.http.xcto.title",
          "verdictKey": "findings.http.xcto.verdict.nosniff",
          "whyItMattersKey": "findings.http.xcto.why",
          "whatIsCheckedKey": "findings.http.xcto.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "http.referrer.present",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.http.referrer.title",
          "verdictKey": "findings.http.referrer.verdict.present",
          "whyItMattersKey": "findings.http.referrer.why",
          "technicalDetails": {
            "rows": [
              [
                "Referrer-Policy",
                "strict-origin-when-cross-origin"
              ]
            ],
            "columns": [
              "tech.columns.property",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.http.referrer.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "http.compression.active",
          "status": "fail",
          "severity": "low",
          "titleKey": "findings.http.compression.title",
          "verdictKey": "findings.http.compression.verdict.active",
          "verdictParams": {
            "encoding": "gzip"
          },
          "whyItMattersKey": "findings.http.compression.why",
          "technicalDetails": {
            "rows": [
              [
                "content_encoding",
                "gzip"
              ]
            ],
            "columns": [
              "tech.columns.property",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.http.compression.what",
          "recommendationKey": "findings.http.compression.recommendation",
          "recommendationParams": {
            "encoding": "gzip"
          },
          "requirementLevel": "optional"
        },
        {
          "id": "http.securitytxt.missing",
          "status": "not_found",
          "severity": "low",
          "titleKey": "findings.http.securitytxt.title",
          "verdictKey": "findings.http.securitytxt.verdict.missing",
          "whyItMattersKey": "findings.http.securitytxt.why",
          "whatIsCheckedKey": "findings.http.securitytxt.what",
          "recommendationKey": "findings.http.securitytxt.recommendation",
          "requirementLevel": "recommended",
          "docsUrl": "https://datatracker.ietf.org/doc/html/rfc9116"
        },
        {
          "id": "http.http2.supported",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.http.http2.title",
          "verdictKey": "findings.http.http2.verdict.supported",
          "whyItMattersKey": "findings.http.http2.why",
          "technicalDetails": {
            "rows": [
              [
                "negotiated_protocol",
                "HTTP/2"
              ]
            ],
            "columns": [
              "tech.columns.property",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.http.http2.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "http.http3.not_advertised",
          "status": "not_found",
          "severity": "info",
          "titleKey": "findings.http.http3.title",
          "verdictKey": "findings.http.http3.verdict.not_advertised",
          "whyItMattersKey": "findings.http.http3.why",
          "whatIsCheckedKey": "findings.http.http3.what",
          "recommendationKey": "findings.http.http3.recommendation",
          "requirementLevel": "optional"
        },
        {
          "id": "http.cookies.none",
          "status": "not_applicable",
          "severity": "info",
          "titleKey": "findings.http.cookies.title",
          "verdictKey": "findings.http.cookies.verdict.none",
          "whyItMattersKey": "findings.http.cookies.why",
          "whatIsCheckedKey": "findings.http.cookies.what",
          "requirementLevel": "recommended",
          "docsUrl": "https://datatracker.ietf.org/doc/html/rfc6265"
        },
        {
          "id": "http.mixedcontent.none",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.http.mixedcontent.title",
          "verdictKey": "findings.http.mixedcontent.verdict.none",
          "whyItMattersKey": "findings.http.mixedcontent.why",
          "whatIsCheckedKey": "findings.http.mixedcontent.what",
          "requirementLevel": "required"
        },
        {
          "id": "http.sri.no_external",
          "status": "not_applicable",
          "severity": "info",
          "titleKey": "findings.http.sri.title",
          "verdictKey": "findings.http.sri.verdict.no_external",
          "whyItMattersKey": "findings.http.sri.why",
          "whatIsCheckedKey": "findings.http.sri.what",
          "requirementLevel": "recommended",
          "docsUrl": "https://www.w3.org/TR/SRI/"
        }
      ]
    },
    {
      "category": "mail",
      "group": "mail",
      "status": "DONE",
      "score": 85,
      "findings": [
        {
          "id": "mail.mx.present",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.mx.title",
          "verdictKey": "findings.mail.mx.verdict.present",
          "verdictParams": {
            "count": 1
          },
          "whyItMattersKey": "findings.mail.mx.why",
          "technicalDetails": {
            "rows": [
              [
                0,
                "tkaccelis-com.mail.protection.outlook.com"
              ]
            ],
            "columns": [
              "tech.columns.priority",
              "tech.columns.mx_host"
            ]
          },
          "whatIsCheckedKey": "findings.mail.mx.what",
          "requirementLevel": "required"
        },
        {
          "id": "mail.spf.strict",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.spf.title",
          "verdictKey": "findings.mail.spf.verdict.strict",
          "whyItMattersKey": "findings.mail.spf.why",
          "technicalDetails": {
            "rows": [
              [
                "record",
                "v=spf1 ip4:170.56.159.196 ip4:170.56.159.197 ip4:170.56.159.200 ip4:170.56.159.201 ip4:170.56.159.202 ip4:216.221.161.137 ip4:216.221.161.138 ip4:216.221.161.139 ip4:216.221.161.140 include:spf.protection.outlook.com include:_spf.spotler.email include:eskerondemand.com include:_spfbb.thyssenkrupp.com -all"
              ]
            ],
            "columns": [
              "tech.columns.property",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.spf.what",
          "requirementLevel": "recommended",
          "docsUrl": "https://datatracker.ietf.org/doc/html/rfc7208"
        },
        {
          "id": "mail.dkim.present",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.dkim.title",
          "verdictKey": "findings.mail.dkim.verdict.present",
          "verdictParams": {
            "count": 2
          },
          "whyItMattersKey": "findings.mail.dkim.why",
          "technicalDetails": {
            "rows": [
              [
                "selector1",
                "rsa 2048 bit"
              ],
              [
                "selector2",
                "rsa 2048 bit"
              ]
            ],
            "columns": [
              "tech.columns.selector",
              "tech.columns.key"
            ]
          },
          "whatIsCheckedKey": "findings.mail.dkim.what",
          "requirementLevel": "recommended",
          "docsUrl": "https://datatracker.ietf.org/doc/html/rfc6376"
        },
        {
          "id": "mail.dmarc.enforced",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.dmarc.title",
          "verdictKey": "findings.mail.dmarc.verdict.enforced",
          "verdictParams": {
            "policy": "quarantine"
          },
          "whyItMattersKey": "findings.mail.dmarc.why",
          "technicalDetails": {
            "rows": [
              [
                "record",
                "v=DMARC1; p=quarantine; rua=mailto:dmarc.rua@tkaccelis.com; ruf=mailto:dmarc.ruf@tkaccelis.com;adkim=r;aspf=r"
              ],
              [
                "policy",
                "quarantine"
              ]
            ],
            "columns": [
              "tech.columns.property",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.dmarc.what",
          "requirementLevel": "recommended",
          "docsUrl": "https://datatracker.ietf.org/doc/html/rfc7489"
        },
        {
          "id": "mail.bimi.missing",
          "status": "not_found",
          "severity": "info",
          "titleKey": "findings.mail.bimi.title",
          "verdictKey": "findings.mail.bimi.verdict.missing",
          "whyItMattersKey": "findings.mail.bimi.why",
          "whatIsCheckedKey": "findings.mail.bimi.what",
          "recommendationKey": "findings.mail.bimi.recommendation",
          "requirementLevel": "optional",
          "docsUrl": "https://datatracker.ietf.org/doc/html/draft-brand-indicators-for-message-identification"
        },
        {
          "id": "mail.mtasts.missing",
          "status": "not_found",
          "severity": "low",
          "titleKey": "findings.mail.mtasts.title",
          "verdictKey": "findings.mail.mtasts.verdict.missing",
          "whyItMattersKey": "findings.mail.mtasts.why",
          "whatIsCheckedKey": "findings.mail.mtasts.what",
          "recommendationKey": "findings.mail.mtasts.recommendation",
          "requirementLevel": "recommended",
          "docsUrl": "https://datatracker.ietf.org/doc/html/rfc8461"
        },
        {
          "id": "mail.tlsrpt.missing",
          "status": "not_found",
          "severity": "low",
          "titleKey": "findings.mail.tlsrpt.title",
          "verdictKey": "findings.mail.tlsrpt.verdict.missing",
          "whyItMattersKey": "findings.mail.tlsrpt.why",
          "whatIsCheckedKey": "findings.mail.tlsrpt.what",
          "recommendationKey": "findings.mail.tlsrpt.recommendation",
          "requirementLevel": "optional",
          "docsUrl": "https://datatracker.ietf.org/doc/html/rfc8460"
        },
        {
          "id": "mail.ipv6.all",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.ipv6.title",
          "verdictKey": "findings.mail.ipv6.verdict.all",
          "whyItMattersKey": "findings.mail.ipv6.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com",
                "2a01:111:f403:ca04::f"
              ]
            ],
            "columns": [
              "tech.columns.mx_host",
              "tech.columns.ipv6"
            ]
          },
          "whatIsCheckedKey": "findings.mail.ipv6.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "mail.starttls.all",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.starttls.title",
          "verdictKey": "findings.mail.starttls.verdict.all",
          "whyItMattersKey": "findings.mail.starttls.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com",
                "valid"
              ]
            ],
            "columns": [
              "tech.columns.mx_host",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.starttls.what",
          "requirementLevel": "required",
          "docsUrl": "https://datatracker.ietf.org/doc/html/rfc3207"
        },
        {
          "id": "mail.tls.modern",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.tls.title",
          "verdictKey": "findings.mail.tls.verdict.modern",
          "whyItMattersKey": "findings.mail.tls.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com",
                "TLS 1.3"
              ]
            ],
            "columns": [
              "tech.columns.mx_host",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.tls.what",
          "requirementLevel": "required"
        },
        {
          "id": "mail.dane.missing",
          "status": "not_found",
          "severity": "low",
          "titleKey": "findings.mail.dane.title",
          "verdictKey": "findings.mail.dane.verdict.missing",
          "whyItMattersKey": "findings.mail.dane.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com",
                "no TLSA"
              ]
            ],
            "columns": [
              "tech.columns.mx_host",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.dane.what",
          "recommendationKey": "findings.mail.dane.recommendation",
          "requirementLevel": "recommended",
          "docsUrl": "https://datatracker.ietf.org/doc/html/rfc7672"
        },
        {
          "id": "mail.ptr.partial",
          "status": "fail",
          "severity": "low",
          "titleKey": "findings.mail.ptr.title",
          "verdictKey": "findings.mail.ptr.verdict.partial",
          "verdictParams": {
            "count": 8,
            "missing": 1
          },
          "whyItMattersKey": "findings.mail.ptr.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com",
                "52.101.73.2",
                "mail-as9pr07cu00302.inbound.protection.outlook.com"
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com",
                "52.101.73.6",
                "mail-am6pr04cu00306.inbound.protection.outlook.com"
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com",
                "52.101.68.32",
                "mail-db3pr0202cu00200.inbound.protection.outlook.com"
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com",
                "52.101.68.15",
                "mail-db6pr03cu00107.inbound.protection.outlook.com"
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com",
                "2a01:111:f403:ca09::20",
                "—"
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com",
                "2a01:111:f403:ca04::f",
                "mail-db7pr03cu00507.inbound.protection.outlook.com"
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com",
                "2a01:111:f403:ca04::1",
                "mail-db7pr03cu00401.inbound.protection.outlook.com"
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com",
                "2a01:111:f403:ca09::b",
                "mail-am7pr05cu00103.inbound.protection.outlook.com"
              ]
            ],
            "columns": [
              "tech.columns.mx_host",
              "tech.columns.ip",
              "tech.columns.ptr"
            ]
          },
          "whatIsCheckedKey": "findings.mail.ptr.what",
          "recommendationKey": "findings.mail.ptr.recommendation",
          "recommendationParams": {
            "count": 8,
            "missing": 1
          },
          "requirementLevel": "recommended"
        },
        {
          "id": "mail.openrelay.closed",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.openrelay.title",
          "verdictKey": "findings.mail.openrelay.verdict.closed",
          "whyItMattersKey": "findings.mail.openrelay.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com",
                "closed",
                "501 5.1.5 Recipient address reserved by RFC 2606 [DB1PEPF000…"
              ]
            ],
            "columns": [
              "tech.columns.mx_host",
              "tech.columns.result",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.openrelay.what",
          "requirementLevel": "required"
        }
      ]
    },
    {
      "category": "blacklist",
      "group": "mail",
      "status": "DONE",
      "score": 100,
      "findings": [
        {
          "id": "mail.bl.spamhauszen.clean",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.bl.spamhauszen.title",
          "verdictKey": "findings.mail.bl.spamhauszen.verdict.clean",
          "verdictParams": {
            "zone": "zen.spamhaus.org"
          },
          "whyItMattersKey": "findings.mail.bl.spamhauszen.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.6)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.32)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.15)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.2)",
                "clean",
                ""
              ]
            ],
            "columns": [
              "tech.columns.target",
              "tech.columns.result",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.bl.spamhauszen.what",
          "requirementLevel": "required"
        },
        {
          "id": "mail.bl.spamhausdbl.clean",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.bl.spamhausdbl.title",
          "verdictKey": "findings.mail.bl.spamhausdbl.verdict.clean",
          "verdictParams": {
            "zone": "dbl.spamhaus.org"
          },
          "whyItMattersKey": "findings.mail.bl.spamhausdbl.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis.com",
                "clean",
                ""
              ]
            ],
            "columns": [
              "tech.columns.target",
              "tech.columns.result",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.bl.spamhausdbl.what",
          "requirementLevel": "required"
        },
        {
          "id": "mail.bl.barracuda.clean",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.bl.barracuda.title",
          "verdictKey": "findings.mail.bl.barracuda.verdict.clean",
          "verdictParams": {
            "zone": "b.barracudacentral.org"
          },
          "whyItMattersKey": "findings.mail.bl.barracuda.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.6)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.32)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.15)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.2)",
                "clean",
                ""
              ]
            ],
            "columns": [
              "tech.columns.target",
              "tech.columns.result",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.bl.barracuda.what",
          "requirementLevel": "required"
        },
        {
          "id": "mail.bl.spamcop.clean",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.bl.spamcop.title",
          "verdictKey": "findings.mail.bl.spamcop.verdict.clean",
          "verdictParams": {
            "zone": "bl.spamcop.net"
          },
          "whyItMattersKey": "findings.mail.bl.spamcop.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.6)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.32)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.15)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.2)",
                "clean",
                ""
              ]
            ],
            "columns": [
              "tech.columns.target",
              "tech.columns.result",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.bl.spamcop.what",
          "requirementLevel": "required"
        },
        {
          "id": "mail.bl.psbl.clean",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.bl.psbl.title",
          "verdictKey": "findings.mail.bl.psbl.verdict.clean",
          "verdictParams": {
            "zone": "psbl.surriel.com"
          },
          "whyItMattersKey": "findings.mail.bl.psbl.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.6)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.32)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.15)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.2)",
                "clean",
                ""
              ]
            ],
            "columns": [
              "tech.columns.target",
              "tech.columns.result",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.bl.psbl.what",
          "requirementLevel": "required"
        },
        {
          "id": "mail.bl.zerospam.clean",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.bl.zerospam.title",
          "verdictKey": "findings.mail.bl.zerospam.verdict.clean",
          "verdictParams": {
            "zone": "bl.0spam.org"
          },
          "whyItMattersKey": "findings.mail.bl.zerospam.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.6)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.32)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.15)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.2)",
                "clean",
                ""
              ]
            ],
            "columns": [
              "tech.columns.target",
              "tech.columns.result",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.bl.zerospam.what",
          "requirementLevel": "required"
        },
        {
          "id": "mail.bl.blocklistde.clean",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.bl.blocklistde.title",
          "verdictKey": "findings.mail.bl.blocklistde.verdict.clean",
          "verdictParams": {
            "zone": "bl.blocklist.de"
          },
          "whyItMattersKey": "findings.mail.bl.blocklistde.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.6)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.32)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.15)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.2)",
                "clean",
                ""
              ]
            ],
            "columns": [
              "tech.columns.target",
              "tech.columns.result",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.bl.blocklistde.what",
          "requirementLevel": "required"
        },
        {
          "id": "mail.bl.surbl.clean",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.bl.surbl.title",
          "verdictKey": "findings.mail.bl.surbl.verdict.clean",
          "verdictParams": {
            "zone": "multi.surbl.org"
          },
          "whyItMattersKey": "findings.mail.bl.surbl.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis.com",
                "clean",
                ""
              ]
            ],
            "columns": [
              "tech.columns.target",
              "tech.columns.result",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.bl.surbl.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "mail.bl.semfresh.clean",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.bl.semfresh.title",
          "verdictKey": "findings.mail.bl.semfresh.verdict.clean",
          "verdictParams": {
            "zone": "fresh.spameatingmonkey.net"
          },
          "whyItMattersKey": "findings.mail.bl.semfresh.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis.com",
                "clean",
                ""
              ]
            ],
            "columns": [
              "tech.columns.target",
              "tech.columns.result",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.bl.semfresh.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "mail.bl.sembl.clean",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.bl.sembl.title",
          "verdictKey": "findings.mail.bl.sembl.verdict.clean",
          "verdictParams": {
            "zone": "bl.spameatingmonkey.net"
          },
          "whyItMattersKey": "findings.mail.bl.sembl.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.6)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.32)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.15)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.2)",
                "clean",
                ""
              ]
            ],
            "columns": [
              "tech.columns.target",
              "tech.columns.result",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.bl.sembl.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "mail.bl.sembackscatter.clean",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.bl.sembackscatter.title",
          "verdictKey": "findings.mail.bl.sembackscatter.verdict.clean",
          "verdictParams": {
            "zone": "backscatter.spameatingmonkey.net"
          },
          "whyItMattersKey": "findings.mail.bl.sembackscatter.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.6)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.32)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.15)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.2)",
                "clean",
                ""
              ]
            ],
            "columns": [
              "tech.columns.target",
              "tech.columns.result",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.bl.sembackscatter.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "mail.bl.spfbl.clean",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.bl.spfbl.title",
          "verdictKey": "findings.mail.bl.spfbl.verdict.clean",
          "verdictParams": {
            "zone": "dnsbl.spfbl.net"
          },
          "whyItMattersKey": "findings.mail.bl.spfbl.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.6)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.32)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.15)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.2)",
                "clean",
                ""
              ]
            ],
            "columns": [
              "tech.columns.target",
              "tech.columns.result",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.bl.spfbl.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "mail.bl.gbudb.clean",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.bl.gbudb.title",
          "verdictKey": "findings.mail.bl.gbudb.verdict.clean",
          "verdictParams": {
            "zone": "truncate.gbudb.net"
          },
          "whyItMattersKey": "findings.mail.bl.gbudb.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.6)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.32)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.15)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.2)",
                "clean",
                ""
              ]
            ],
            "columns": [
              "tech.columns.target",
              "tech.columns.result",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.bl.gbudb.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "mail.bl.spamrats.clean",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.bl.spamrats.title",
          "verdictKey": "findings.mail.bl.spamrats.verdict.clean",
          "verdictParams": {
            "zone": "spam.spamrats.com"
          },
          "whyItMattersKey": "findings.mail.bl.spamrats.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.6)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.32)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.15)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.2)",
                "clean",
                ""
              ]
            ],
            "columns": [
              "tech.columns.target",
              "tech.columns.result",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.bl.spamrats.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "mail.bl.spamratsdyna.clean",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.bl.spamratsdyna.title",
          "verdictKey": "findings.mail.bl.spamratsdyna.verdict.clean",
          "verdictParams": {
            "zone": "dyna.spamrats.com"
          },
          "whyItMattersKey": "findings.mail.bl.spamratsdyna.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.6)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.32)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.15)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.2)",
                "clean",
                ""
              ]
            ],
            "columns": [
              "tech.columns.target",
              "tech.columns.result",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.bl.spamratsdyna.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "mail.bl.spamratsnoptr.clean",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.bl.spamratsnoptr.title",
          "verdictKey": "findings.mail.bl.spamratsnoptr.verdict.clean",
          "verdictParams": {
            "zone": "noptr.spamrats.com"
          },
          "whyItMattersKey": "findings.mail.bl.spamratsnoptr.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.6)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.32)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.15)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.2)",
                "clean",
                ""
              ]
            ],
            "columns": [
              "tech.columns.target",
              "tech.columns.result",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.bl.spamratsnoptr.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "mail.bl.justspam.clean",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.bl.justspam.title",
          "verdictKey": "findings.mail.bl.justspam.verdict.clean",
          "verdictParams": {
            "zone": "dnsbl.justspam.org"
          },
          "whyItMattersKey": "findings.mail.bl.justspam.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.6)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.32)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.15)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.2)",
                "clean",
                ""
              ]
            ],
            "columns": [
              "tech.columns.target",
              "tech.columns.result",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.bl.justspam.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "mail.bl.fabel.clean",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.bl.fabel.title",
          "verdictKey": "findings.mail.bl.fabel.verdict.clean",
          "verdictParams": {
            "zone": "spamsources.fabel.dk"
          },
          "whyItMattersKey": "findings.mail.bl.fabel.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.6)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.32)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.15)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.2)",
                "clean",
                ""
              ]
            ],
            "columns": [
              "tech.columns.target",
              "tech.columns.result",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.bl.fabel.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "mail.bl.s5h.clean",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.bl.s5h.title",
          "verdictKey": "findings.mail.bl.s5h.verdict.clean",
          "verdictParams": {
            "zone": "all.s5h.net"
          },
          "whyItMattersKey": "findings.mail.bl.s5h.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.6)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.32)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.15)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.2)",
                "clean",
                ""
              ]
            ],
            "columns": [
              "tech.columns.target",
              "tech.columns.result",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.bl.s5h.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "mail.bl.dronebl.clean",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.bl.dronebl.title",
          "verdictKey": "findings.mail.bl.dronebl.verdict.clean",
          "verdictParams": {
            "zone": "dnsbl.dronebl.org"
          },
          "whyItMattersKey": "findings.mail.bl.dronebl.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.6)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.32)",
                "unavailable",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.15)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.2)",
                "clean",
                ""
              ]
            ],
            "columns": [
              "tech.columns.target",
              "tech.columns.result",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.bl.dronebl.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "mail.bl.interserver.clean",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.bl.interserver.title",
          "verdictKey": "findings.mail.bl.interserver.verdict.clean",
          "verdictParams": {
            "zone": "rbl.interserver.net"
          },
          "whyItMattersKey": "findings.mail.bl.interserver.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.6)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.32)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.15)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.2)",
                "clean",
                ""
              ]
            ],
            "columns": [
              "tech.columns.target",
              "tech.columns.result",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.bl.interserver.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "mail.bl.mailspike.clean",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.bl.mailspike.title",
          "verdictKey": "findings.mail.bl.mailspike.verdict.clean",
          "verdictParams": {
            "zone": "z.mailspike.net"
          },
          "whyItMattersKey": "findings.mail.bl.mailspike.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.6)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.32)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.15)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.2)",
                "clean",
                ""
              ]
            ],
            "columns": [
              "tech.columns.target",
              "tech.columns.result",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.bl.mailspike.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "mail.bl.uceprotect1.clean",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.bl.uceprotect1.title",
          "verdictKey": "findings.mail.bl.uceprotect1.verdict.clean",
          "verdictParams": {
            "zone": "dnsbl-1.uceprotect.net"
          },
          "whyItMattersKey": "findings.mail.bl.uceprotect1.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.6)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.32)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.15)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.2)",
                "clean",
                ""
              ]
            ],
            "columns": [
              "tech.columns.target",
              "tech.columns.result",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.bl.uceprotect1.what",
          "requirementLevel": "recommended"
        },
        {
          "id": "mail.bl.uceprotect2.clean",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.bl.uceprotect2.title",
          "verdictKey": "findings.mail.bl.uceprotect2.verdict.clean",
          "verdictParams": {
            "zone": "dnsbl-2.uceprotect.net"
          },
          "whyItMattersKey": "findings.mail.bl.uceprotect2.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.6)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.32)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.15)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.2)",
                "clean",
                ""
              ]
            ],
            "columns": [
              "tech.columns.target",
              "tech.columns.result",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.bl.uceprotect2.what",
          "requirementLevel": "optional"
        },
        {
          "id": "mail.bl.uceprotect3.clean",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.mail.bl.uceprotect3.title",
          "verdictKey": "findings.mail.bl.uceprotect3.verdict.clean",
          "verdictParams": {
            "zone": "dnsbl-3.uceprotect.net"
          },
          "whyItMattersKey": "findings.mail.bl.uceprotect3.why",
          "technicalDetails": {
            "rows": [
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.6)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.32)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.68.15)",
                "clean",
                ""
              ],
              [
                "tkaccelis-com.mail.protection.outlook.com (52.101.73.2)",
                "clean",
                ""
              ]
            ],
            "columns": [
              "tech.columns.target",
              "tech.columns.result",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.mail.bl.uceprotect3.what",
          "requirementLevel": "optional"
        }
      ]
    },
    {
      "category": "tls",
      "group": "website",
      "status": "DONE",
      "score": 90,
      "findings": [
        {
          "id": "tls.https.reachable",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.tls.https.title",
          "verdictKey": "findings.tls.https.verdict.reachable",
          "whyItMattersKey": "findings.tls.https.why",
          "whatIsCheckedKey": "findings.tls.https.what",
          "requirementLevel": "required"
        },
        {
          "id": "tls.version.modern",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.tls.version.title",
          "verdictKey": "findings.tls.version.verdict.modern",
          "whyItMattersKey": "findings.tls.version.why",
          "technicalDetails": {
            "rows": [
              [
                "TLS 1.0",
                false
              ],
              [
                "TLS 1.1",
                false
              ],
              [
                "TLS 1.2",
                true
              ],
              [
                "TLS 1.3",
                true
              ]
            ],
            "columns": [
              "tech.columns.property",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.tls.version.what",
          "requirementLevel": "required",
          "docsUrl": "https://datatracker.ietf.org/doc/html/rfc8446"
        },
        {
          "id": "tls.cipher.strong",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.tls.cipher.title",
          "verdictKey": "findings.tls.cipher.verdict.strong",
          "verdictParams": {
            "cipher": "TLS_AES_128_GCM_SHA256"
          },
          "whyItMattersKey": "findings.tls.cipher.why",
          "technicalDetails": {
            "rows": [
              [
                "cipher",
                "TLS_AES_128_GCM_SHA256"
              ],
              [
                "forward_secrecy",
                true
              ]
            ],
            "columns": [
              "tech.columns.property",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.tls.cipher.what",
          "requirementLevel": "required"
        },
        {
          "id": "tls.certificate.valid",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.tls.certificate.title",
          "verdictKey": "findings.tls.certificate.verdict.valid",
          "whyItMattersKey": "findings.tls.certificate.why",
          "technicalDetails": {
            "rows": [
              [
                "subject",
                "tkaccelis.com"
              ],
              [
                "issuer",
                "Amazon RSA 2048 M01"
              ],
              [
                "not_after",
                "2026-12-23T23:59:59Z"
              ],
              [
                "dns_names",
                "tkaccelis.com"
              ]
            ],
            "columns": [
              "tech.columns.property",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.tls.certificate.what",
          "requirementLevel": "required"
        },
        {
          "id": "tls.cert_key.strong",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.tls.cert_key.title",
          "verdictKey": "findings.tls.cert_key.verdict.strong",
          "verdictParams": {
            "bits": 2048,
            "algorithm": "RSA"
          },
          "whyItMattersKey": "findings.tls.cert_key.why",
          "technicalDetails": {
            "rows": [
              [
                "algorithm",
                "RSA"
              ],
              [
                "bits",
                2048
              ]
            ],
            "columns": [
              "tech.columns.property",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.tls.cert_key.what",
          "requirementLevel": "required"
        },
        {
          "id": "tls.cert_sig.strong",
          "status": "pass",
          "severity": "info",
          "titleKey": "findings.tls.cert_sig.title",
          "verdictKey": "findings.tls.cert_sig.verdict.strong",
          "verdictParams": {
            "algorithm": "SHA256-RSA"
          },
          "whyItMattersKey": "findings.tls.cert_sig.why",
          "technicalDetails": {
            "rows": [
              [
                "signature",
                "SHA256-RSA"
              ]
            ],
            "columns": [
              "tech.columns.property",
              "tech.columns.value"
            ]
          },
          "whatIsCheckedKey": "findings.tls.cert_sig.what",
          "requirementLevel": "required"
        },
        {
          "id": "tls.ocsp.not_stapled",
          "status": "not_found",
          "severity": "low",
          "titleKey": "findings.tls.ocsp.title",
          "verdictKey": "findings.tls.ocsp.verdict.not_stapled",
          "whyItMattersKey": "findings.tls.ocsp.why",
          "whatIsCheckedKey": "findings.tls.ocsp.what",
          "recommendationKey": "findings.tls.ocsp.recommendation",
          "requirementLevel": "recommended",
          "docsUrl": "https://datatracker.ietf.org/doc/html/rfc6066"
        },
        {
          "id": "tls.dane.missing",
          "status": "not_found",
          "severity": "low",
          "titleKey": "findings.tls.dane.title",
          "verdictKey": "findings.tls.dane.verdict.missing",
          "whyItMattersKey": "findings.tls.dane.why",
          "whatIsCheckedKey": "findings.tls.dane.what",
          "recommendationKey": "findings.tls.dane.recommendation",
          "requirementLevel": "optional",
          "docsUrl": "https://datatracker.ietf.org/doc/html/rfc6698"
        }
      ]
    }
  ]
}