Fast IP Lookups for Open Ports and Vulnerabilities
The InternetDB API provides a fast way to see the open ports for an IP address. It gives a quick, at-a-glance view of the type of device that is running behind an IP address to help you make decisions based on the open ports.
The vulnerability information is based on the metadata of a service. Learn More
Last Updated:
{
"ip": "51.83.59.99",
"ports": [
22,
80,
443,
500
],
"cpes": [
"cpe:/a:igor_sysoev:nginx",
"cpe:/a:openbsd:openssh:7.4"
],
"hostnames": [
"www.sampleresponse.fr"
],
"tags": [
"vpn"
],
"vulns": [
"CVE-2017-15906"
]
}