recog 2.3.21 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/README.md +42 -16
- data/Rakefile +2 -9
- data/lib/recog/db.rb +2 -1
- data/lib/recog/db_manager.rb +1 -1
- data/lib/recog/fingerprint.rb +33 -6
- data/lib/recog/fingerprint_parse_error.rb +10 -0
- data/lib/recog/verifier.rb +9 -9
- data/lib/recog/verify_reporter.rb +17 -6
- data/lib/recog/version.rb +1 -1
- data/{bin → recog/bin}/recog_match +0 -1
- data/{xml → recog/xml}/apache_modules.xml +0 -0
- data/{xml → recog/xml}/apache_os.xml +98 -56
- data/{xml → recog/xml}/architecture.xml +15 -1
- data/recog/xml/dhcp_vendor_class.xml +206 -0
- data/{xml → recog/xml}/dns_versionbind.xml +16 -13
- data/{xml → recog/xml}/favicons.xml +297 -47
- data/{xml → recog/xml}/fingerprints.xsd +9 -1
- data/{xml → recog/xml}/ftp_banners.xml +160 -156
- data/{xml → recog/xml}/h323_callresp.xml +101 -101
- data/{xml → recog/xml}/hp_pjl_id.xml +84 -84
- data/{xml → recog/xml}/html_title.xml +727 -34
- data/{xml → recog/xml}/http_cookies.xml +160 -77
- data/{xml → recog/xml}/http_servers.xml +556 -283
- data/{xml → recog/xml}/http_wwwauth.xml +190 -75
- data/{xml → recog/xml}/imap_banners.xml +5 -5
- data/{xml → recog/xml}/ldap_searchresult.xml +0 -0
- data/{xml → recog/xml}/mdns_device-info_txt.xml +389 -26
- data/{xml → recog/xml}/mdns_workstation_txt.xml +0 -0
- data/{xml → recog/xml}/mysql_banners.xml +1 -1
- data/{xml → recog/xml}/mysql_error.xml +0 -0
- data/{xml → recog/xml}/nntp_banners.xml +11 -8
- data/{xml → recog/xml}/ntp_banners.xml +97 -97
- data/{xml → recog/xml}/operating_system.xml +95 -80
- data/{xml → recog/xml}/pop_banners.xml +23 -23
- data/{xml → recog/xml}/rsh_resp.xml +3 -3
- data/{xml → recog/xml}/rtsp_servers.xml +0 -0
- data/{xml → recog/xml}/sip_banners.xml +43 -5
- data/{xml → recog/xml}/sip_user_agents.xml +175 -27
- data/{xml → recog/xml}/smb_native_lm.xml +5 -5
- data/{xml → recog/xml}/smb_native_os.xml +25 -25
- data/{xml → recog/xml}/smtp_banners.xml +147 -146
- data/{xml → recog/xml}/smtp_debug.xml +0 -0
- data/{xml → recog/xml}/smtp_ehlo.xml +1 -1
- data/{xml → recog/xml}/smtp_expn.xml +0 -0
- data/{xml → recog/xml}/smtp_help.xml +11 -11
- data/{xml → recog/xml}/smtp_mailfrom.xml +0 -0
- data/{xml → recog/xml}/smtp_noop.xml +2 -2
- data/{xml → recog/xml}/smtp_quit.xml +0 -0
- data/{xml → recog/xml}/smtp_rcptto.xml +0 -0
- data/{xml → recog/xml}/smtp_rset.xml +0 -0
- data/{xml → recog/xml}/smtp_turn.xml +0 -0
- data/{xml → recog/xml}/smtp_vrfy.xml +0 -0
- data/{xml → recog/xml}/snmp_sysdescr.xml +1570 -1430
- data/{xml → recog/xml}/snmp_sysobjid.xml +38 -27
- data/{xml → recog/xml}/ssh_banners.xml +16 -10
- data/{xml → recog/xml}/telnet_banners.xml +238 -21
- data/{xml → recog/xml}/tls_jarm.xml +56 -6
- data/{xml → recog/xml}/x11_banners.xml +3 -3
- data/{xml → recog/xml}/x509_issuers.xml +49 -1
- data/{xml → recog/xml}/x509_subjects.xml +139 -38
- data/recog.gemspec +9 -5
- data/spec/data/external_example_fingerprint/hp_printer_ex_01.txt +1 -0
- data/spec/data/external_example_fingerprint/hp_printer_ex_02.txt +1 -0
- data/spec/data/external_example_fingerprint.xml +8 -0
- data/spec/data/external_example_illegal_path_fingerprint.xml +7 -0
- data/spec/lib/recog/db_spec.rb +84 -61
- data/spec/lib/recog/fingerprint_spec.rb +4 -4
- data/spec/lib/recog/verify_reporter_spec.rb +73 -4
- data/spec/spec_helper.rb +4 -0
- metadata +65 -134
- data/.github/ISSUE_TEMPLATE/bug_report.md +0 -37
- data/.github/ISSUE_TEMPLATE/feature_request.md +0 -17
- data/.github/ISSUE_TEMPLATE/fingerprint_request.md +0 -27
- data/.github/PULL_REQUEST_TEMPLATE +0 -24
- data/.github/SECURITY.md +0 -35
- data/.github/workflows/ci.yml +0 -26
- data/.gitignore +0 -23
- data/.rspec +0 -3
- data/.ruby-gemset +0 -1
- data/.ruby-version +0 -1
- data/.snyk +0 -10
- data/.travis.yml +0 -25
- data/CONTRIBUTING.md +0 -270
- data/bin/recog_cleanup +0 -16
- data/bin/recog_export +0 -81
- data/bin/recog_standardize +0 -148
- data/bin/recog_verify +0 -64
- data/cpe-remap.yaml +0 -343
- data/features/data/failing_banners_fingerprints.xml +0 -20
- data/features/data/matching_banners_fingerprints.xml +0 -23
- data/features/data/multiple_banners_fingerprints.xml +0 -32
- data/features/data/no_tests.xml +0 -3
- data/features/data/sample_banner.txt +0 -2
- data/features/data/successful_tests.xml +0 -18
- data/features/data/tests_with_failures.xml +0 -20
- data/features/data/tests_with_warnings.xml +0 -17
- data/features/match.feature +0 -36
- data/features/support/aruba.rb +0 -3
- data/features/support/env.rb +0 -6
- data/features/verify.feature +0 -48
- data/identifiers/README.md +0 -70
- data/identifiers/fields.txt +0 -104
- data/identifiers/hw_device.txt +0 -78
- data/identifiers/hw_family.txt +0 -113
- data/identifiers/hw_product.txt +0 -410
- data/identifiers/os_architecture.txt +0 -10
- data/identifiers/os_device.txt +0 -75
- data/identifiers/os_family.txt +0 -233
- data/identifiers/os_product.txt +0 -340
- data/identifiers/service_family.txt +0 -249
- data/identifiers/service_product.txt +0 -752
- data/identifiers/vendor.txt +0 -798
- data/lib/recog/verifier_factory.rb +0 -13
- data/misc/convert_mysql_err +0 -61
- data/misc/order.xsl +0 -17
- data/requirements.txt +0 -2
- data/spec/lib/fingerprint_self_test_spec.rb +0 -174
- data/update_cpes.py +0 -250
data/identifiers/fields.txt
DELETED
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
agilent.serial
|
|
2
|
-
apache.info
|
|
3
|
-
apache.variant
|
|
4
|
-
apache.variant.version
|
|
5
|
-
chromecast.capabilities
|
|
6
|
-
chromecast.generation
|
|
7
|
-
chromecast.serial_number
|
|
8
|
-
cisco.imc_model
|
|
9
|
-
cisco.serial_number
|
|
10
|
-
cookie
|
|
11
|
-
dell.service_tag
|
|
12
|
-
extron.model
|
|
13
|
-
fortinet.serial_number
|
|
14
|
-
host.domain
|
|
15
|
-
host.ip
|
|
16
|
-
host.mac
|
|
17
|
-
host.mac_eui64
|
|
18
|
-
host.mac_local
|
|
19
|
-
host.name
|
|
20
|
-
host.time
|
|
21
|
-
hw.certainty
|
|
22
|
-
hw.cpe23
|
|
23
|
-
hw.device
|
|
24
|
-
hw.family
|
|
25
|
-
hw.model
|
|
26
|
-
hw.product
|
|
27
|
-
hw.serial_number
|
|
28
|
-
hw.series
|
|
29
|
-
hw.vendor
|
|
30
|
-
hw.version
|
|
31
|
-
imail.eval
|
|
32
|
-
jetty.info
|
|
33
|
-
junction.cookie
|
|
34
|
-
junction.name
|
|
35
|
-
lenovo.machine_model
|
|
36
|
-
lenovo.machine_type
|
|
37
|
-
linux.kernel.version
|
|
38
|
-
loadbalancer.poolname
|
|
39
|
-
mdaemon.unregistered
|
|
40
|
-
mercur.os.info
|
|
41
|
-
metainfo.version
|
|
42
|
-
metainfo.version.version
|
|
43
|
-
ms.nttp.version
|
|
44
|
-
notes.build.version
|
|
45
|
-
ntmail.id
|
|
46
|
-
openssh.comment
|
|
47
|
-
openssh.cvepatch
|
|
48
|
-
os.arch
|
|
49
|
-
os.build
|
|
50
|
-
os.certainty
|
|
51
|
-
os.cpe23
|
|
52
|
-
os.device
|
|
53
|
-
os.edition
|
|
54
|
-
os.family
|
|
55
|
-
os.model
|
|
56
|
-
os.product
|
|
57
|
-
os.rev
|
|
58
|
-
os.vendor
|
|
59
|
-
os.version
|
|
60
|
-
os.version.version
|
|
61
|
-
os.version.version.version
|
|
62
|
-
postfix.os.info
|
|
63
|
-
postoffice.build
|
|
64
|
-
postoffice.id
|
|
65
|
-
procurve.model
|
|
66
|
-
proftpd.server.name
|
|
67
|
-
pureftpd.config
|
|
68
|
-
python.version
|
|
69
|
-
qpopper.version
|
|
70
|
-
ruckus.serial_number
|
|
71
|
-
securetransport.build
|
|
72
|
-
sendmail.config.version
|
|
73
|
-
sendmail.hpux.phne.version
|
|
74
|
-
sendmail.vendor.version
|
|
75
|
-
service.certainty
|
|
76
|
-
service.component.cpe23
|
|
77
|
-
service.component.family
|
|
78
|
-
service.component.product
|
|
79
|
-
service.component.vendor
|
|
80
|
-
service.component.version
|
|
81
|
-
service.cpe23
|
|
82
|
-
service.device
|
|
83
|
-
service.edition
|
|
84
|
-
service.family
|
|
85
|
-
service.node
|
|
86
|
-
service.product
|
|
87
|
-
service.protocol
|
|
88
|
-
service.vendor
|
|
89
|
-
service.version
|
|
90
|
-
service.version.version
|
|
91
|
-
service.version.version.version
|
|
92
|
-
service.version.version.version.version
|
|
93
|
-
siemens.model
|
|
94
|
-
snmp.fpmib.oid.1
|
|
95
|
-
snmp.fpmib.oid.2
|
|
96
|
-
system.time
|
|
97
|
-
system.time.format
|
|
98
|
-
system.time.micros
|
|
99
|
-
system.time.millis
|
|
100
|
-
tandberg.model
|
|
101
|
-
thttpd.mx-patch
|
|
102
|
-
tomcat.info
|
|
103
|
-
wd2go.device_id
|
|
104
|
-
zmailer.ident
|
data/identifiers/hw_device.txt
DELETED
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
ADSL Modem
|
|
2
|
-
AV Receiver
|
|
3
|
-
Access Control
|
|
4
|
-
Alarm Panel
|
|
5
|
-
Appliance
|
|
6
|
-
Audio Encoder
|
|
7
|
-
Broadband Router
|
|
8
|
-
Building Automation
|
|
9
|
-
Cable Modem
|
|
10
|
-
Check Scanner
|
|
11
|
-
DOCSIS Cable Modem
|
|
12
|
-
DSL Modem
|
|
13
|
-
DVR
|
|
14
|
-
Data Terminal
|
|
15
|
-
Desktop
|
|
16
|
-
Device
|
|
17
|
-
Device Hub
|
|
18
|
-
Device Server
|
|
19
|
-
Display Controller
|
|
20
|
-
Environment Control
|
|
21
|
-
Ethernet Adapter
|
|
22
|
-
Firewall
|
|
23
|
-
HMI Controller
|
|
24
|
-
Handheld Scanner
|
|
25
|
-
Hypervisor
|
|
26
|
-
IP Camera
|
|
27
|
-
IPS
|
|
28
|
-
Industrial Control
|
|
29
|
-
JTAG Adapter
|
|
30
|
-
KVM
|
|
31
|
-
Laptop
|
|
32
|
-
Light Bulb
|
|
33
|
-
Lights Out Management
|
|
34
|
-
Media Receiver
|
|
35
|
-
Media Server
|
|
36
|
-
Mobile Phone
|
|
37
|
-
Monitoring
|
|
38
|
-
Multifunction Device
|
|
39
|
-
NAS
|
|
40
|
-
Network Appliance
|
|
41
|
-
Network Audio
|
|
42
|
-
Network Management Device
|
|
43
|
-
PLC
|
|
44
|
-
Power Device
|
|
45
|
-
Power Relay
|
|
46
|
-
Powerline
|
|
47
|
-
Print Server
|
|
48
|
-
Printer
|
|
49
|
-
Relay Controller
|
|
50
|
-
Router
|
|
51
|
-
SD-WAN Appliance
|
|
52
|
-
SIP Device
|
|
53
|
-
SIP Gateway
|
|
54
|
-
Scanner
|
|
55
|
-
Security Appliance
|
|
56
|
-
Smart TV
|
|
57
|
-
Storage
|
|
58
|
-
Storage Appliance
|
|
59
|
-
Support Appliance
|
|
60
|
-
Switch
|
|
61
|
-
Tablet
|
|
62
|
-
Tape Library
|
|
63
|
-
Telecom
|
|
64
|
-
Test Instrument
|
|
65
|
-
VPN
|
|
66
|
-
Video Conference
|
|
67
|
-
Video Conferencing
|
|
68
|
-
Video Decoder
|
|
69
|
-
Video Encoder
|
|
70
|
-
VoIP
|
|
71
|
-
VoIP Server
|
|
72
|
-
VoIP Switch
|
|
73
|
-
Voice Appliance
|
|
74
|
-
WAP
|
|
75
|
-
WLAN Repeater
|
|
76
|
-
Whiteboard
|
|
77
|
-
Wireless Controller
|
|
78
|
-
Wireless Presenter
|
data/identifiers/hw_family.txt
DELETED
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
AR Series
|
|
2
|
-
Adaptive Security Appliance
|
|
3
|
-
Aficio
|
|
4
|
-
AirPort
|
|
5
|
-
Apple TV
|
|
6
|
-
Communication Manager
|
|
7
|
-
DVR
|
|
8
|
-
Data ONTAP
|
|
9
|
-
DiskStation
|
|
10
|
-
Document Centre
|
|
11
|
-
EDR
|
|
12
|
-
Extended Systems ExtendNet
|
|
13
|
-
FRITZ!Box
|
|
14
|
-
FRITZ!Fon
|
|
15
|
-
FRITZ!Powerline
|
|
16
|
-
FRITZ!WLAN Repeater
|
|
17
|
-
FS
|
|
18
|
-
Firewall-1
|
|
19
|
-
Forms Printer
|
|
20
|
-
FortiGate
|
|
21
|
-
FortiVoice
|
|
22
|
-
GW25
|
|
23
|
-
GXV
|
|
24
|
-
GXW
|
|
25
|
-
HDX
|
|
26
|
-
HandyTone
|
|
27
|
-
HomePod
|
|
28
|
-
Honeywell
|
|
29
|
-
ILOM
|
|
30
|
-
IMDVR
|
|
31
|
-
ION
|
|
32
|
-
JetDirect
|
|
33
|
-
LaserJet
|
|
34
|
-
LinkCom Xpress
|
|
35
|
-
MGate
|
|
36
|
-
MPEG4 DVR
|
|
37
|
-
MT
|
|
38
|
-
MX Series
|
|
39
|
-
Mac mini
|
|
40
|
-
MacBook
|
|
41
|
-
MacBook Pro
|
|
42
|
-
MegaRAC
|
|
43
|
-
MiiNePort
|
|
44
|
-
Multifunction
|
|
45
|
-
My Book
|
|
46
|
-
NE
|
|
47
|
-
NPort
|
|
48
|
-
NetScaler
|
|
49
|
-
NetVanta
|
|
50
|
-
Netscaler
|
|
51
|
-
Network Audio
|
|
52
|
-
Network Security Appliance
|
|
53
|
-
Network Video Door Station
|
|
54
|
-
Optra
|
|
55
|
-
Orbi
|
|
56
|
-
POWER System
|
|
57
|
-
Phaser
|
|
58
|
-
Primergy
|
|
59
|
-
Pro Series
|
|
60
|
-
RMX
|
|
61
|
-
ReadyNAS
|
|
62
|
-
RealPresence
|
|
63
|
-
RealPresence Group
|
|
64
|
-
Router
|
|
65
|
-
S500 Range
|
|
66
|
-
SIP Device
|
|
67
|
-
SIP Gateway
|
|
68
|
-
SL2100
|
|
69
|
-
Service Access Switch
|
|
70
|
-
Service Router
|
|
71
|
-
Simatic HMI
|
|
72
|
-
Simatic NET
|
|
73
|
-
Simatic S7
|
|
74
|
-
Simatic Sinumerik
|
|
75
|
-
SoundPoint
|
|
76
|
-
SoundTouch
|
|
77
|
-
SpeedTouch
|
|
78
|
-
Speedport
|
|
79
|
-
Storage
|
|
80
|
-
Sun Fire
|
|
81
|
-
Sunny
|
|
82
|
-
Switch
|
|
83
|
-
System X
|
|
84
|
-
TASKalfa
|
|
85
|
-
TelePresence
|
|
86
|
-
Time Capsule
|
|
87
|
-
TippingPoint
|
|
88
|
-
Turbo Station
|
|
89
|
-
UNIVERGE
|
|
90
|
-
UniFi
|
|
91
|
-
Unified Security Gateway
|
|
92
|
-
VDX
|
|
93
|
-
VSX
|
|
94
|
-
Vigor
|
|
95
|
-
VoIP
|
|
96
|
-
WD2GO
|
|
97
|
-
WiMax
|
|
98
|
-
Wide Format
|
|
99
|
-
Wide Format Printer
|
|
100
|
-
WorkCentre
|
|
101
|
-
WorkCentre Pro
|
|
102
|
-
Xserve
|
|
103
|
-
ZXDSL
|
|
104
|
-
ZXHN
|
|
105
|
-
ZXV
|
|
106
|
-
airMAX
|
|
107
|
-
iLO
|
|
108
|
-
iMac
|
|
109
|
-
iPad
|
|
110
|
-
iPad Air
|
|
111
|
-
iPad Pro
|
|
112
|
-
iPad mini
|
|
113
|
-
iPhone
|
data/identifiers/hw_product.txt
DELETED
|
@@ -1,410 +0,0 @@
|
|
|
1
|
-
33220A Waveform Generator
|
|
2
|
-
33521A Waveform Generator
|
|
3
|
-
34972A Data Logger
|
|
4
|
-
3PAR
|
|
5
|
-
53230A Frequency Counter
|
|
6
|
-
883 VoIP
|
|
7
|
-
ADB-4820CD
|
|
8
|
-
APIC
|
|
9
|
-
AV Receiver
|
|
10
|
-
AVC787
|
|
11
|
-
Access Control
|
|
12
|
-
Access Gateway
|
|
13
|
-
Access Point
|
|
14
|
-
Adaptive Security Appliance
|
|
15
|
-
AirPort Express
|
|
16
|
-
AirPort Extreme
|
|
17
|
-
Alarm Panel
|
|
18
|
-
AppDynamics
|
|
19
|
-
Apple TV (2nd generation)
|
|
20
|
-
Apple TV (3rd generation)
|
|
21
|
-
Apple TV (4th generation)
|
|
22
|
-
Apple TV 4K
|
|
23
|
-
Apple TV 4K (2nd generation)
|
|
24
|
-
Appliance
|
|
25
|
-
ArchiveTeam Warrior
|
|
26
|
-
Asset Management
|
|
27
|
-
AutoVu SharpV
|
|
28
|
-
BladeSystem Onboard Administrator
|
|
29
|
-
Border GW
|
|
30
|
-
Bridge
|
|
31
|
-
CC EtherNet/IP
|
|
32
|
-
CP
|
|
33
|
-
Camera
|
|
34
|
-
Captive Portal
|
|
35
|
-
CarDetector
|
|
36
|
-
Catalyst
|
|
37
|
-
Catalyst 1900
|
|
38
|
-
Celerra
|
|
39
|
-
Chromecast
|
|
40
|
-
ClearPass Policy Manager
|
|
41
|
-
ClickShare
|
|
42
|
-
CloudKey
|
|
43
|
-
CommandPost
|
|
44
|
-
ConnectUPS Web Card
|
|
45
|
-
Crosswork SON Appliance
|
|
46
|
-
D Series
|
|
47
|
-
DCS-825L
|
|
48
|
-
DCS-932
|
|
49
|
-
DD OS
|
|
50
|
-
DNA Center
|
|
51
|
-
DSL Router
|
|
52
|
-
Data ONTAP
|
|
53
|
-
Digital Signage Player
|
|
54
|
-
Discover
|
|
55
|
-
Discovery
|
|
56
|
-
Document Centre
|
|
57
|
-
DuraFon
|
|
58
|
-
ECOM100
|
|
59
|
-
EDR-G902
|
|
60
|
-
EDR-G903
|
|
61
|
-
EM7
|
|
62
|
-
EP-series
|
|
63
|
-
EXA Signal Analyzer
|
|
64
|
-
Eagle Eye Director II
|
|
65
|
-
EchoLife Home Gateway
|
|
66
|
-
EdgeRouter X
|
|
67
|
-
EdgeSwitch
|
|
68
|
-
Elevation
|
|
69
|
-
Email Security Gateway
|
|
70
|
-
EqualLogic
|
|
71
|
-
Ethernet Relay Controller
|
|
72
|
-
Ethernet Relay Module
|
|
73
|
-
Excella
|
|
74
|
-
Fastmark M5
|
|
75
|
-
Fiber Network Box
|
|
76
|
-
Firepower
|
|
77
|
-
Firewall
|
|
78
|
-
Firewall-1
|
|
79
|
-
FlexiPacket Hub
|
|
80
|
-
FortiMail
|
|
81
|
-
FortiManager
|
|
82
|
-
GXP1610
|
|
83
|
-
GXP1615
|
|
84
|
-
GXP1625
|
|
85
|
-
GXP1628
|
|
86
|
-
GXP2200
|
|
87
|
-
GigaVUE
|
|
88
|
-
HDHomeRun
|
|
89
|
-
HDIPCam
|
|
90
|
-
HT801
|
|
91
|
-
HT802
|
|
92
|
-
HT812
|
|
93
|
-
HT813
|
|
94
|
-
HT814
|
|
95
|
-
HT818
|
|
96
|
-
HiPer Access Router Card
|
|
97
|
-
Home Controller
|
|
98
|
-
Home Gateway
|
|
99
|
-
HomePod
|
|
100
|
-
Hue
|
|
101
|
-
HyperFlex Connect
|
|
102
|
-
IA Appliance
|
|
103
|
-
IAM
|
|
104
|
-
IBHLink S7++
|
|
105
|
-
ILOM
|
|
106
|
-
IMC
|
|
107
|
-
IP Camera
|
|
108
|
-
IP Link Control Processor
|
|
109
|
-
IP2IR
|
|
110
|
-
IPMI
|
|
111
|
-
IVR
|
|
112
|
-
Infinity Controler
|
|
113
|
-
IntelliSlot Web Card
|
|
114
|
-
Internet Payment Gateway
|
|
115
|
-
Internet Phone Adapter
|
|
116
|
-
Isilon InsightIQ
|
|
117
|
-
Isilon OneFS
|
|
118
|
-
J-Link Pro
|
|
119
|
-
J9155A
|
|
120
|
-
JetDirect
|
|
121
|
-
K1000
|
|
122
|
-
KWS-1043N
|
|
123
|
-
Key Management
|
|
124
|
-
Key Management Server
|
|
125
|
-
Lantick Ethernet Relay Controller
|
|
126
|
-
Lencore Sound Manager 2
|
|
127
|
-
MDS 9000
|
|
128
|
-
MXA Signal Analyzer
|
|
129
|
-
Mac Pro (Early 2008)
|
|
130
|
-
Mac Pro (Early 2009)
|
|
131
|
-
Mac Pro (Late 2013)
|
|
132
|
-
Mac Pro (Late 2019)
|
|
133
|
-
Mac Pro (Mid 2006)
|
|
134
|
-
Mac Pro (Mid 2007)
|
|
135
|
-
Mac Pro (Mid 2012)
|
|
136
|
-
Mac mini (Late 2009)
|
|
137
|
-
Mac mini (Late 2012)
|
|
138
|
-
Mac mini (Late 2014)
|
|
139
|
-
Mac mini (Late 2018)
|
|
140
|
-
Mac mini (M1, 2020)
|
|
141
|
-
Mac mini (Mid 2007)
|
|
142
|
-
Mac mini (Mid 2010)
|
|
143
|
-
Mac mini (Mid 2011)
|
|
144
|
-
MacBook (13-inch, Mid 2010)
|
|
145
|
-
MacBook (Retina, 12-inch, 2017)
|
|
146
|
-
MacBook (Retina, 12-inch, Early 2015)
|
|
147
|
-
MacBook (Retina, 12-inch, Early 2016)
|
|
148
|
-
MacBook Air (11-inch, Early 2014)
|
|
149
|
-
MacBook Air (11-inch, Early 2015)
|
|
150
|
-
MacBook Air (11-inch, Late 2010)
|
|
151
|
-
MacBook Air (11-inch, Mid 2011)
|
|
152
|
-
MacBook Air (11-inch, Mid 2012)
|
|
153
|
-
MacBook Air (13-inch, 2017)
|
|
154
|
-
MacBook Air (13-inch, Early 2014)
|
|
155
|
-
MacBook Air (13-inch, Late 2010)
|
|
156
|
-
MacBook Air (13-inch, Mid 2011)
|
|
157
|
-
MacBook Air (13-inch, Mid 2012)
|
|
158
|
-
MacBook Air (M1, 2020)
|
|
159
|
-
MacBook Air (Mid 2009)
|
|
160
|
-
MacBook Air (Retina, 13-inch, 2018)
|
|
161
|
-
MacBook Air (Retina, 13-inch, 2019)
|
|
162
|
-
MacBook Air (Retina, 13-inch, 2020)
|
|
163
|
-
MacBook Pro (13-inch, 2016, Four Thunderbolt 3 ports)
|
|
164
|
-
MacBook Pro (13-inch, 2016, Two Thunderbolt 3 ports)
|
|
165
|
-
MacBook Pro (13-inch, 2017, Four Thunderbolt 3 ports)
|
|
166
|
-
MacBook Pro (13-inch, 2017, Two Thunderbolt 3 ports)
|
|
167
|
-
MacBook Pro (13-inch, 2018, Four Thunderbolt 3 ports)
|
|
168
|
-
MacBook Pro (13-inch, 2019, Two Thunderbolt 3 ports)
|
|
169
|
-
MacBook Pro (13-inch, 2020)
|
|
170
|
-
MacBook Pro (13-inch, Late 2011)
|
|
171
|
-
MacBook Pro (13-inch, M1, 2020)
|
|
172
|
-
MacBook Pro (13-inch, Mid 2009)
|
|
173
|
-
MacBook Pro (13-inch, Mid 2010)
|
|
174
|
-
MacBook Pro (13-inch, Mid 2012)
|
|
175
|
-
MacBook Pro (15-inch, 2016)
|
|
176
|
-
MacBook Pro (15-inch, 2017)
|
|
177
|
-
MacBook Pro (15-inch, 2018)
|
|
178
|
-
MacBook Pro (15-inch, 2019)
|
|
179
|
-
MacBook Pro (15-inch, Late 2008)
|
|
180
|
-
MacBook Pro (15-inch, Late 2011)
|
|
181
|
-
MacBook Pro (15-inch, Mid 2009)
|
|
182
|
-
MacBook Pro (15-inch, Mid 2010)
|
|
183
|
-
MacBook Pro (15-inch, Mid 2012)
|
|
184
|
-
MacBook Pro (16-inch, 2019)
|
|
185
|
-
MacBook Pro (17-inch, Early 2008)
|
|
186
|
-
MacBook Pro (17-inch, Late 2011)
|
|
187
|
-
MacBook Pro (17-inch, Mid 2009)
|
|
188
|
-
MacBook Pro (17-inch, Mid 2010)
|
|
189
|
-
MacBook Pro (Retina, 13-inch, Early 2013)
|
|
190
|
-
MacBook Pro (Retina, 13-inch, Early 2015)
|
|
191
|
-
MacBook Pro (Retina, 13-inch, Late 2013)
|
|
192
|
-
MacBook Pro (Retina, 15-inch, Early 2013)
|
|
193
|
-
MacBook Pro (Retina, 15-inch, Late 2013)
|
|
194
|
-
MacBook Pro (Retina, 15-inch, Mid 2015)
|
|
195
|
-
Makito X Decoder
|
|
196
|
-
Media Gateway
|
|
197
|
-
MediaLink Controller
|
|
198
|
-
MediaSense
|
|
199
|
-
Meeting Management
|
|
200
|
-
Meeting Server
|
|
201
|
-
MegaRAC
|
|
202
|
-
Meraki Device
|
|
203
|
-
Mercury
|
|
204
|
-
Mergepoint
|
|
205
|
-
Miniserver
|
|
206
|
-
My Book Live
|
|
207
|
-
N5172B Signal Generator
|
|
208
|
-
NAM
|
|
209
|
-
NAS4Free
|
|
210
|
-
NFVIS
|
|
211
|
-
NPort
|
|
212
|
-
NetScaler Gateway
|
|
213
|
-
NetScaler SDX Gateway
|
|
214
|
-
NetScreen
|
|
215
|
-
NetVR
|
|
216
|
-
Netbox
|
|
217
|
-
Netscaler Gateway
|
|
218
|
-
Network Camera
|
|
219
|
-
Network Gateway
|
|
220
|
-
Network Node
|
|
221
|
-
Network Security Appliance
|
|
222
|
-
Nexus 1000V
|
|
223
|
-
Nexus Player
|
|
224
|
-
OfficeConnect Switch
|
|
225
|
-
OnHub
|
|
226
|
-
OpenManage
|
|
227
|
-
OpenManage Switch
|
|
228
|
-
OpenNAC
|
|
229
|
-
Orbi micro
|
|
230
|
-
Orbit IP Camera
|
|
231
|
-
PDR M800
|
|
232
|
-
PIAF Virtual Appliance
|
|
233
|
-
PLAY
|
|
234
|
-
PLC-5
|
|
235
|
-
Paragon-100G
|
|
236
|
-
Photonic Switch
|
|
237
|
-
PoliWall
|
|
238
|
-
PowerVault 124T
|
|
239
|
-
Prime Collaboration Manager
|
|
240
|
-
Primergy
|
|
241
|
-
Printer
|
|
242
|
-
Prosafe Plus
|
|
243
|
-
R Series
|
|
244
|
-
RT31P2
|
|
245
|
-
RTU
|
|
246
|
-
Rack PDU Card
|
|
247
|
-
Raspberry Pi
|
|
248
|
-
ReadyNAS
|
|
249
|
-
RecoverPoint
|
|
250
|
-
ReeCam
|
|
251
|
-
Roku
|
|
252
|
-
Room Alert
|
|
253
|
-
S7 DALI Gateway
|
|
254
|
-
SD-WAN
|
|
255
|
-
SHIELD
|
|
256
|
-
SIP Gateway
|
|
257
|
-
SIParator Firewall
|
|
258
|
-
SL2100
|
|
259
|
-
SLS
|
|
260
|
-
SPA
|
|
261
|
-
SPA112
|
|
262
|
-
SPA122
|
|
263
|
-
SRP
|
|
264
|
-
SV8100
|
|
265
|
-
SV9100
|
|
266
|
-
ScanFront
|
|
267
|
-
Scrutinizer
|
|
268
|
-
Sensor
|
|
269
|
-
Sentry Switched CDU
|
|
270
|
-
ShareLink Pro
|
|
271
|
-
Sigma Control 2
|
|
272
|
-
SimpliVity OmniStack
|
|
273
|
-
Site Recovery Manager
|
|
274
|
-
SmartEdge Sensor
|
|
275
|
-
Softswitch
|
|
276
|
-
SolsticePod
|
|
277
|
-
SoundPoint
|
|
278
|
-
Spot
|
|
279
|
-
Stealthwatch
|
|
280
|
-
Steelhead
|
|
281
|
-
Storage Appliance
|
|
282
|
-
Sub
|
|
283
|
-
Sunny WebBox
|
|
284
|
-
SuperStack 3
|
|
285
|
-
SuperStack 3 Firewall
|
|
286
|
-
SuperStack II
|
|
287
|
-
Symmetry EN-2DBC
|
|
288
|
-
System Management
|
|
289
|
-
TG789vac
|
|
290
|
-
TelePresence
|
|
291
|
-
TelePresence MCU
|
|
292
|
-
Tenable Appliance
|
|
293
|
-
Tenable Core
|
|
294
|
-
Tetration
|
|
295
|
-
Time Capsule
|
|
296
|
-
TouchLink Control Panel
|
|
297
|
-
UCM6202
|
|
298
|
-
UCM6204
|
|
299
|
-
UCM6208
|
|
300
|
-
UCS Manager
|
|
301
|
-
USG20-VPN
|
|
302
|
-
USG40
|
|
303
|
-
USG60
|
|
304
|
-
UniFi Cloud Key
|
|
305
|
-
UniFi NVR
|
|
306
|
-
UniFi Security Gateway
|
|
307
|
-
Univerge
|
|
308
|
-
Universal Media Gateway
|
|
309
|
-
VBrick Rev
|
|
310
|
-
VPN Gateway
|
|
311
|
-
Verizon FiOS Router
|
|
312
|
-
Video Controller
|
|
313
|
-
Vigor
|
|
314
|
-
Virtual Connect Manager
|
|
315
|
-
Virtual Traffic Manager
|
|
316
|
-
Vood
|
|
317
|
-
WLAN AP
|
|
318
|
-
WNR2000
|
|
319
|
-
WebBox
|
|
320
|
-
Whiteboard
|
|
321
|
-
Wireless Dock
|
|
322
|
-
Wireless LAN Controller
|
|
323
|
-
Wireless Router
|
|
324
|
-
XCC
|
|
325
|
-
Xfinity Broadband Router
|
|
326
|
-
Xserve (Early 2008)
|
|
327
|
-
Xserve (Early 2009)
|
|
328
|
-
Xserve (Late 2006)
|
|
329
|
-
Xserve G4
|
|
330
|
-
Xserve G4 (Slot Load)
|
|
331
|
-
Xserve G5
|
|
332
|
-
Zone Director
|
|
333
|
-
airCube
|
|
334
|
-
e-STUDIO
|
|
335
|
-
iCOM Control Panel
|
|
336
|
-
iDRAC
|
|
337
|
-
iLO
|
|
338
|
-
iLO 3
|
|
339
|
-
iLO 4
|
|
340
|
-
iMac (20/24-inch, Early 2008)
|
|
341
|
-
iMac (21.5-inch, 2017)
|
|
342
|
-
iMac (21.5-inch, Late 2012)
|
|
343
|
-
iMac (21.5-inch, Late 2013)
|
|
344
|
-
iMac (21.5-inch, Late 2015)
|
|
345
|
-
iMac (21.5-inch, Mid 2010)
|
|
346
|
-
iMac (21.5-inch, Mid 2011)
|
|
347
|
-
iMac (21.5-inch, Mid 2014)
|
|
348
|
-
iMac (24-inch, Early 2009)
|
|
349
|
-
iMac (27-inch, Late 2009)
|
|
350
|
-
iMac (27-inch, Late 2012)
|
|
351
|
-
iMac (27-inch, Late 2013)
|
|
352
|
-
iMac (27-inch, Mid 2010)
|
|
353
|
-
iMac (27-inch, Mid 2011)
|
|
354
|
-
iMac (Retina 4K, 21.5-inch, 2017)
|
|
355
|
-
iMac (Retina 4K, 21.5-inch, 2019)
|
|
356
|
-
iMac (Retina 4K, 21.5-inch, Late 2015)
|
|
357
|
-
iMac (Retina 5K, 27-inch, 2017)
|
|
358
|
-
iMac (Retina 5K, 27-inch, 2019)
|
|
359
|
-
iMac (Retina 5K, 27-inch, 2020)
|
|
360
|
-
iMac (Retina 5K, 27-inch, Late 2015)
|
|
361
|
-
iMac (Retina 5K, 27-inch, Mid 2015)
|
|
362
|
-
iMac Pro (Retina 5K, Late 2017)
|
|
363
|
-
iPad (4th generation)
|
|
364
|
-
iPad (5th generation)
|
|
365
|
-
iPad (6th generation)
|
|
366
|
-
iPad Air
|
|
367
|
-
iPad Air (3rd generation)
|
|
368
|
-
iPad Air 2
|
|
369
|
-
iPad Pro (10.5-inch)
|
|
370
|
-
iPad Pro (11-inch)
|
|
371
|
-
iPad Pro (11-inch, 2nd generation)
|
|
372
|
-
iPad Pro (12.9-inch)
|
|
373
|
-
iPad Pro (12.9-inch, 2nd generation)
|
|
374
|
-
iPad Pro (12.9-inch, 3rd generation)
|
|
375
|
-
iPad Pro (12.9-inch, 4th generation)
|
|
376
|
-
iPad Pro (9.7-inch)
|
|
377
|
-
iPad mini
|
|
378
|
-
iPad mini (5th generation)
|
|
379
|
-
iPad mini 2
|
|
380
|
-
iPad mini 3
|
|
381
|
-
iPad mini 4
|
|
382
|
-
iPhone
|
|
383
|
-
iPhone 11 Pro
|
|
384
|
-
iPhone 11 Pro Max
|
|
385
|
-
iPhone 12 5G
|
|
386
|
-
iPhone 12 Mini 5G
|
|
387
|
-
iPhone 12 Pro 5G
|
|
388
|
-
iPhone 12 Pro Max 5G
|
|
389
|
-
iPhone 3G
|
|
390
|
-
iPhone 3GS
|
|
391
|
-
iPhone 4
|
|
392
|
-
iPhone 4s
|
|
393
|
-
iPhone 5
|
|
394
|
-
iPhone 5c
|
|
395
|
-
iPhone 5s
|
|
396
|
-
iPhone 6
|
|
397
|
-
iPhone 6 Plus
|
|
398
|
-
iPhone 6s
|
|
399
|
-
iPhone 6s Plus
|
|
400
|
-
iPhone 7
|
|
401
|
-
iPhone 7 Plus
|
|
402
|
-
iPhone 8
|
|
403
|
-
iPhone 8 Plus
|
|
404
|
-
iPhone SE
|
|
405
|
-
iPhone SE (2020)
|
|
406
|
-
iPhone X
|
|
407
|
-
iPhone XR
|
|
408
|
-
iPhone XS
|
|
409
|
-
iPhone XS Max
|
|
410
|
-
vManage
|