Wednesday 16 October 2013

Lookup all available information for a specific IP address.

Lookup all available information for a specific IP address.

Query Parameters:


key – Shodan API key
ip – IP address of the devices to get information on

my domain with vulnerability test links like

https://<my domain>/lab/vulsearch?q=SOHDAN%wKEYWORD=/api/host?ip=1.1.1.1&key=SHODAN_API_KEY

Method GET

responce saved in host/reportSOHDAN.txt as below

{
'ip': '1.1.1.1',
'hostnames': ['example.com'],
'country_name': 'Switzerland',
'country_code': 'CH',
'city': 'Zurich',
'latitude': null,
'longitude': null,
'os': 'Windows 2000',
'data': [
{
'port': 80,
'banner': 'HTTP/1.0 401 Unauthorized
Date: Fri, 08 Feb 2013 01:03:04 GMT
Server: cisco-IOS
Connection: close
Accept-Ranges: none
WWW-Authenticate: Basic realm="level_15_access"',
'timestamp': '24.01.2012'
}
]
}

0 comments:

Post a Comment