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
location.country | hosts | |
---|---|---|
United States | 1,443,575,659 | 58.77% |
India | 181,934,662 | 7.41% |
Germany | 164,304,850 | 6.69% |
China | 90,010,843 | 3.66% |
Brazil | 79,872,417 | 3.25% |
Canada | 64,892,464 | 2.64% |
Russia | 39,805,865 | 1.62% |
France | 35,536,331 | 1.45% |
Netherlands | 34,501,275 | 1.4% |
United Kingdom | 32,532,985 | 1.32% |
Hong Kong | 28,273,809 | 1.15% |
Japan | 25,019,803 | 1.02% |
Israel | 19,614,745 | 0.8% |
Singapore | 16,595,978 | 0.68% |
South Korea | 15,179,489 | 0.62% |
Ireland | 14,658,884 | 0.6% |
Australia | 13,728,761 | 0.56% |
Italy | 11,886,251 | 0.48% |
Poland | 9,895,299 | 0.4% |
Cyprus | 7,766,958 | 0.32% |
Finland | 7,374,085 | 0.3% |
Lithuania | 7,329,677 | 0.3% |
Denmark | 6,522,141 | 0.27% |
South Africa | 6,489,350 | 0.26% |
Spain | 6,080,781 | 0.25% |
Remaining Results | 93,026,989 | 3.79% |
Total | 2,456,417,735 | 100.0% |
JSON Report
{
"query": "services.service_name=`HTTP`",
"field": "location.country",
"total": 2456417735,
"duration": 930,
"total_omitted": 93026989,
"potential_deviation": 1179682,
"buckets": [
{
"key": "United States",
"count": 1443575659
},
{
"key": "India",
"count": 181934662
},
{
"key": "Germany",
"count": 164304850
},
{
"key": "China",
"count": 90010843
},
{
"key": "Brazil",
"count": 79872417
},
{
"key": "Canada",
"count": 64892464
},
{
"key": "Russia",
"count": 39805865
},
{
"key": "France",
"count": 35536331
},
{
"key": "Netherlands",
"count": 34501275
},
{
"key": "United Kingdom",
"count": 32532985
},
{
"key": "Hong Kong",
"count": 28273809
},
{
"key": "Japan",
"count": 25019803
},
{
"key": "Israel",
"count": 19614745
},
{
"key": "Singapore",
"count": 16595978
},
{
"key": "South Korea",
"count": 15179489
},
{
"key": "Ireland",
"count": 14658884
},
{
"key": "Australia",
"count": 13728761
},
{
"key": "Italy",
"count": 11886251
},
{
"key": "Poland",
"count": 9895299
},
{
"key": "Cyprus",
"count": 7766958
},
{
"key": "Finland",
"count": 7374085
},
{
"key": "Lithuania",
"count": 7329677
},
{
"key": "Denmark",
"count": 6522141
},
{
"key": "South Africa",
"count": 6489350
},
{
"key": "Spain",
"count": 6080781
}
]
}