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
Try It View API DocsLast 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"
]
}
curl https://internetdb.shodan.io/
requests
Python library to lookup 1.1.1.1
:
import requests
host = requests.get("https://internetdb.shodan.io/1.1.1.1").json()