This entity describes an IP data model.
Attributes | Description | Example |
---|---|---|
data.items[].abuses.score | Abuse confidence score. |
|
data.items[].abuses.reports_num | Abuse reports total number. |
|
data.items[].abuses.reports | Abuse reports list. |
|
data.items[].cidr | The subnet the IP address belongs to. |
|
data.items[].cve_list[] | The list of CVEs associated with the IP address. |
|
data.items[].cve_list[].ports[] | The list of ports with services affected by the CVE. |
|
data.items[].cve_list[].technology | The technology name detected on the ports. |
|
data.items[].cve_list[].id | The CVE ID defined by the MITRE Corporation. |
|
data.items[].cve_list[].base_score_cvss2 | CVE score according to the Common Vulnerability Scoring System Version 2 (CVSS2). |
|
data.items[].geo_info | LocationData - geo information |
|
data.items[].ip | The IP address. |
|
data.items[].isp_info | ISPInfo - info about ISP, AS, organization |
|
data.items[].ports | Port represents port record with cpe, cve info |
|
data.items[].ports[].banner | The banner received from the port. |
|
data.items[].ports[].http_extract | Data extracted from the home page of the website with the domain name. For details see "Domain details" endpoint docs. |
|
data.items[].ports[].masscan_service_name | The service type running on the port. Example: “http”. | |
data.items[].ports[].port | The open port number. |
|
data.items[].ports[].updated_at | Timestamp when the port data was updated last time. |
|
data.items[].ptr_record | The PTR record data for the IP address. |
|
data.items[].ptr_record.value | The PTR record value. |
|
data.items[].ptr_record.updated_at | Timestamp when the data about this PTR records was updated last time. |
|
data.items[].security_score.score | The IP address security score. The score is based on the vulnerabilities associated with services that are running on the open ports. |
|
data.items[].updated_at | Timestamp when the data about this IP host was updated last time. |
|
data.items[].technologies[] | List of technologies, detected on the open ports. |
|
data.items[].technologies[].name | The name of the technology. |
|
data.items[].technologies[].version | The version of the technology. |
|
data.items[].ports[].trackers.adsense_id | The last Google AdSense identifier found on the webpage. |
|
data.items[].ports[].trackers.apple_itunes_app | The last Apple iTunes app identifier found on the webpage. |
|
data.items[].ports[].trackers.google_play_app | The last Google Play app identifier found on the webpage. |
|
data.items[].ports[].trackers.google_analytics_key | The last Google Analytics key found on the webpage. |
|
data.items[].ports[].trackers.google_site_verification | The last Google Site verification identifier found on the webpage. |
|
{
"abuses": {
"reports_num": 0,
"score": 0
},
"cidr": "string",
"cve_list": [
{
"base_score": 0,
"id": "string"
}
],
"geo_info": {
"city_name": "string",
"country": "string",
"country_iso_code": "string",
"location": {
"lat": 0,
"lon": 0
}
},
"ip": "string",
"isp_info": {
"as_num": 0,
"as_org": "string",
"isp": "string",
"updated_at": "2021-05-31T12:48:53.242Z"
},
"ports": [
{
"banner": "string",
"extract": {
"cookies": [
{
"domain": "string",
"expire": "2021-05-31T12:48:53.243Z",
"http_only": true,
"key": "string",
"max_age": 0,
"path": "string",
"security": true,
"value": "string"
}
],
"description": "string",
"emails": [
"string"
],
"extracted_at": "2021-05-31T12:48:53.243Z",
"favicon_sha256": "string",
"final_redirect_url": {
"full_uri": "string",
"host": "string",
"path": "string"
},
"http_headers": [
{
"name": "string",
"value": "string"
}
],
"http_status_code": 0,
"links": [
{
"anchor": "string",
"url": "string",
"url_host": "string"
}
],
"meta_tags": [
{
"name": "string",
"value": "string"
}
],
"robots_txt": "string",
"scripts": [
"string"
],
"styles": [
"string"
],
"title": "string"
},
"masscan_service_name": "string",
"port": 0,
"technology": [
{
"name": "string",
"version": "string"
}
],
"trackers": {
"adsense_id": "string",
"apple_itunes_app": "string",
"google_analytics_key": "string",
"google_play_app": "string",
"google_site_verification": "string"
},
"updated_at": "2021-05-31T12:48:53.244Z"
}
],
"ptr_record": {
"updated_at": "2021-05-31T12:48:53.244Z",
"value": "string"
},
"security_score": {
"score": 0
},
"technologies": [
{
"name": "string",
"port": 0,
"version": "string"
}
],
"updated_at": "2021-05-31T12:48:53.244Z"
}