These docs are for v2.0. Click to read the latest docs for v3.0.

Retrieve an IP address report

{
  'response_code': 1,
  'verbose_msg': 'IP address found in dataset',
  'asn': '25532',
  'country': 'RU',
  'resolutions': [{
    'last_resolved': '2013-04-08 00:00:00',
    'hostname': '027.ru'
  }, {
    'last_resolved': '2013-04-08 00:00:00',
    'hostname': 'auto.rema-tiptop.ru'
  }, {
    'last_resolved': '2013-04-08 00:00:00',
    'hostname': 'catalog24de.ru'
  }, {
    'last_resolved': '2013-04-08 00:00:00',
    'hostname': 'club.velhod.ru'
  }, {
    'last_resolved': '2013-04-08 00:00:00',
    'hostname': 'danilova.pro'
  }],
  'detected_urls': [{
    'url': 'http://027.ru/',
    'positives': 2,
    'total': 37,
    'scan_date': '2013-04-07 07:18:09'
  }],
  'detected_downloaded_samples': [{
    'date': '2018-03-29 18:38:05',
    'positives': 2,
    'total': 59,
    'sha256': 'd9cacb75a3fd126762f348d00fb6e3809ede2c13b2ad251831e130bcb7ae7a84'
  }, {
    'date': '2018-03-29 08:52:38',
    'positives': 2,
    'total': 59,
    'sha256': '416751ebbd5d6c37bb20233a39ade80db584057f3d5c4bbf976ce9c332836707'
  }],
  'undetected_downloaded_samples': [{
    'date': '2018-03-28 06:36:55',
    'positives': 0,
    'total': 0,
    'sha256': '4a91398fd21f2d0b09fc7478d016d4a8fc9fe6f1c01e10b8e7c725542260cd9f'
  }, ],
  'undetected_urls': [
    [
      'http://zadiplomom.ru/',
      '3aafd5a54bb034882b8f5544bb647b6841bcb6ce938c40fb92be4cb84f2f0983',
      0,
      67,
      '2018-02-19 18:04:15'
    ],
  }
}

Response fields.

Response keyDescription
asnAutonomous system number
countryOur guess on what country it is in
resolutionsHostnames that this IP address resolves to and the date
detected_urlsURLs at this IP address that have at least 1 detection on a URL scan
detected_downloaded_samplesFiles that have been downloaded from this IP address with at least one AV detection
undetected_downloaded_samplesFiles that have been downloaded from this IP address with zero AV detections
undetected_urlsURLs at this IP address with no detections on a URL scan.
Language
Click Try It! to start a request and see the response here!