The new Censys Platform is live! Free, Solo & Teams users can try it now — Enterprise customers, contact your rep.

Report on Hosts

This tool allows you to generate a report on the breakdown of a value present on the Hosts returned by your query. For example, to generate a report on ports seen on Hosts with HTTP services, you could query for services.service_name: HTTP and then generate a report on the breakdown of the field services.port


Report for Hosts


services.tls.version_selected services
TLSv1_3 109,231,892 31.14%
TLSv1_2 64,523,574 18.4%
TLSv1_0 2,093,292 0.6%
TLSv1_1 545,783 0.16%
DTLSv1_2 199,863 0.06%
Total 350,729,909 100.0%

JSON Report


{
  "query": "services.tls.version_selected: *",
  "field": "services.tls.version_selected",
  "total": 350729909,
  "duration": 121,
  "total_omitted": 0,
  "potential_deviation": 0,
  "buckets": [
    {
      "key": "TLSv1_3",
      "count": 109231892
    },
    {
      "key": "TLSv1_2",
      "count": 64523574
    },
    {
      "key": "TLSv1_0",
      "count": 2093292
    },
    {
      "key": "TLSv1_1",
      "count": 545783
    },
    {
      "key": "DTLSv1_2",
      "count": 199863
    }
  ]
}