rapid7 / recog

Pattern recognition for hosts, services, and content
Other
671 stars 199 forks source link

added cpe for honewell devices #558

Closed ycamper closed 1 year ago

ycamper commented 1 year ago

Description

Adding CPE for honeywell label printers.

Motivation and Context

How Has This Been Tested?

Yes:

mark@bleep:~/recog$ echo "Honeywell PM43;P10.17.019667" | bin/recog_match xml/snmp_sysdescr.xml
MATCH: {"matched"=>"Honeywell Thermal Label Printer (Previously Intermec)", "hw.vendor"=>"Honeywell", "hw.model"=>"PM43", "hw.version"=>"10.17.019667", "hw.product"=>"Thermal Label Printer PM43", "hw.device"=>"Printer", "os.vendor"=>"Honeywell", "os.product"=>"Thermal Label Printer PM43", "os.device"=>"Printer", "os.cpe23"=>"cpe:/o:honeywell:intermec_PM43_firmware:10.17.019667", "service.protocol"=>"snmp", "fingerprint_db"=>"snmp.sys_description", "data"=>"Honeywell PM43;P10.17.019667"}

Types of changes

Checklist: