v1

latestOpenAPI 3.0.22026-07-1481515.5 KB
device

Detect iot device by service banners and mac address

Use device service banners and mac address captured by your network port scanner, vulnerability assessment or asset discovery tools to detect device maker, model and firmware information

post/device/detect

Request body

ftp_bannerstring
hostnamestring
http_responsestring
https_responsestring
nic_macstring
snmp_sysdescrstring
snmp_sysoidstring
telnet_bannerstring
upnp_responsestring

Example request

{
  "ftp_banner": "AXIS P3346 Fixed Dome Network Camera 5.20 (2017) ready.",
  "hostname": "",
  "http_response": "",
  "https_response": "",
  "nic_mac": "",
  "snmp_sysdescr": "",
  "snmp_sysoid": "",
  "telnet_banner": "",
  "upnp_response": ""
}

Response

Successful Response

device_typestring nullable
firmware_versionstring nullable
is_discontinuedboolean nullable
manufacturerstring nullable
model_namestring nullable
All 8 operations