v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
Hosts

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

subdivision_1_namestring nullable

The subdivision name if applicable.

subdivision_1_iso_codestring nullable

The subdivision ISO if applicable.

servicestring

The type of service associated with host.

scan_httpstring

The company owns this resource and it should be scanned if possible. The value can be 0 or 1.

record_load_timestampstring

The timestamp for when record was loaded.

postal_codestring nullable

The postal code associated with host if available.

netblock_scan_statusstring nullable

The status of the netblock scan.

netblock_idstring nullable

The netblock id associated with the host.

metro_codestring nullable

The metro code associated with the host if available.

longitudestring nullable

The latitude associated with the host if available.

latitudestring nullable

The longitude associated with the host if available.

is_webstring

Was a web server found? The value can be 0 or 1.

ip_addrstring

The ip address associated with the host.

hosting_typestring

Is it hosted internally or externally? The value can be internal or external.

hosting_providerstring nullable

The hosting provider if available.

host_namestring nullable

The name of the host.

form_field_types_detectedstring nullable

Any form fields detected.

domain_namestring nullable

The domain name if available.

country_namestring nullable

The name of country if available.

country_iso_codestring nullable

The country ISO code if available.

continent_namestring nullable

The continent if available.

continent_codestring nullable

The continent code if available.

city_namestring nullable

The city name if available.

auth_detectedstring

Was the host auto detected? The value can be yes or no.

asset_value_numericstring

The numeric asset value associated with the host.

asset_valuestring

The asset value associated with host. The value can be high, medium, low or idle.

analysis_idstring

The unique identifier for an Analysis.

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"
  }
]