• caglararli@hotmail.com
  • 05386281520

How to classify devices as different assets? [closed]

Çağlar Arlı      -    86 Views

How to classify devices as different assets? [closed]

I'm working on integrating some scanners into one of our solutions. I need to be able to tell if a device is a:

  • desktop computer (in the sense of a computer used with an OS offering some GUI),
  • a server used as infrastructure,
  • a mobile device,
  • an IOT device.

The information I can get resembles this:

os name: winX
vendor: nutanix
os type: windows
services: kerberos port 88 protocol tcp
hostname: mycomputerdummy
fqdn: somevalue
ipv4: ipv4 address

Is there any known algorithm / intuition of determining the device type based on this information?