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 | |
---|---|---|
China | 162,101 | 47.31% |
United States | 54,689 | 15.96% |
South Korea | 14,448 | 4.22% |
Germany | 8,642 | 2.52% |
Canada | 8,533 | 2.49% |
Italy | 6,994 | 2.04% |
France | 6,712 | 1.96% |
Spain | 6,614 | 1.93% |
Turkey | 6,346 | 1.85% |
Brazil | 5,561 | 1.62% |
Remaining Results | 61,963 | 18.09% |
Total | 342,603 | 100.0% |
JSON Report
{
"query": "not services.truncated: true and services.service_name: {ATG, BACNET, CITRIX, CODESYS, DIGI, DNP3, EIP, FINS, FOX, GE_SRTP, IEC61850_5_104, MODBUS, PCWORX, PRO_CON_OS, S7, WDRPC}",
"field": "location.country",
"total": 342603,
"duration": 100,
"total_omitted": 61963,
"potential_deviation": 1373,
"buckets": [
{
"key": "China",
"count": 162101
},
{
"key": "United States",
"count": 54689
},
{
"key": "South Korea",
"count": 14448
},
{
"key": "Germany",
"count": 8642
},
{
"key": "Canada",
"count": 8533
},
{
"key": "Italy",
"count": 6994
},
{
"key": "France",
"count": 6712
},
{
"key": "Spain",
"count": 6614
},
{
"key": "Turkey",
"count": 6346
},
{
"key": "Brazil",
"count": 5561
}
]
}