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.smtp.banner | services | |
---|---|---|
220 mta1.yahoo.com ESMTP service ready | 1 | 12.5% |
220 mta2.yahoo.com ESMTP service ready | 1 | 12.5% |
Total | 8 | 100.0% |
JSON Report
{
"query": "\"Your inbox is our canvas for exceptional impressions!\"",
"field": "services.smtp.banner",
"total": 8,
"duration": 902,
"total_omitted": 0,
"potential_deviation": 0,
"buckets": [
{
"key": "220 mta1.yahoo.com ESMTP service ready\r\n",
"count": 1
},
{
"key": "220 mta2.yahoo.com ESMTP service ready\r\n",
"count": 1
}
]
}