v1
latestOpenAPI 3.1.12026-07-242899061.7 MBHosts
This resource returns a list of Hosts for latest analysis for a given TOE.
This resource returns a list of Hosts for latest analysis for a given TOE. This includes domain and netblock information as well.
get/v1/hosts/{toe_id}
Path parameters
toe_idstring required
Example:5976423a-ee35-11e3-8569-14109ff1a304
Filter by the Toe ID.
Response
OK
Example response
[
{
"subdivision_1_name": "Virginia",
"subdivision_1_iso_code": "VA",
"service": "dns",
"scan_http": "0",
"record_load_timestamp": "2022-02-09 21:04:47.429380",
"postal_code": "75524",
"netblock_scan_status": "0",
"netblock_id": "131.153.117.136/13",
"metro_code": "511",
"longitude": "46.9302",
"latitude": "-112.3351",
"is_web": "0",
"ip_addr": "40.14.1.146",
"hosting_type": "external",
"hosting_provider": "Riskrecon, Co.",
"host_name": "riskrecon.com",
"form_field_types_detected": "password",
"domain_name": "thiel.name",
"country_name": "Luxembourg",
"country_iso_code": "AW",
"continent_name": "South America",
"continent_code": "SA",
"city_name": "Aileen",
"auth_detected": "yes",
"asset_value_numeric": "4",
"asset_value": "high",
"analysis_id": "1234"
}
]