recog 2.3.14 → 2.3.19
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/.github/SECURITY.md +35 -0
- data/.github/workflows/ci.yml +26 -0
- data/.snyk +10 -0
- data/LICENSE +1 -1
- data/bin/recog_standardize +2 -2
- data/cpe-remap.yaml +55 -14
- data/identifiers/hw_device.txt +5 -4
- data/identifiers/hw_family.txt +12 -0
- data/identifiers/hw_product.txt +76 -6
- data/identifiers/os_architecture.txt +0 -10
- data/identifiers/os_device.txt +13 -31
- data/identifiers/os_family.txt +2 -95
- data/identifiers/os_product.txt +34 -117
- data/identifiers/service_family.txt +7 -36
- data/identifiers/service_product.txt +238 -92
- data/identifiers/vendor.txt +78 -193
- data/lib/recog/version.rb +1 -1
- data/requirements.txt +1 -1
- data/update_cpes.py +96 -48
- data/xml/dns_versionbind.xml +39 -16
- data/xml/favicons.xml +150 -17
- data/xml/ftp_banners.xml +21 -19
- data/xml/hp_pjl_id.xml +1 -1
- data/xml/html_title.xml +200 -23
- data/xml/http_cookies.xml +89 -1
- data/xml/http_servers.xml +144 -18
- data/xml/http_wwwauth.xml +28 -20
- data/xml/ldap_searchresult.xml +9 -6
- data/xml/mdns_device-info_txt.xml +308 -10
- data/xml/ntp_banners.xml +9 -1
- data/xml/operating_system.xml +1 -0
- data/xml/rtsp_servers.xml +7 -0
- data/xml/sip_banners.xml +344 -8
- data/xml/sip_user_agents.xml +320 -7
- data/xml/smb_native_lm.xml +32 -1
- data/xml/smb_native_os.xml +158 -33
- data/xml/smtp_banners.xml +7 -2
- data/xml/smtp_help.xml +2 -0
- data/xml/smtp_vrfy.xml +2 -1
- data/xml/snmp_sysdescr.xml +252 -86
- data/xml/ssh_banners.xml +118 -11
- data/xml/telnet_banners.xml +34 -9
- data/xml/tls_jarm.xml +139 -0
- data/xml/x509_issuers.xml +24 -5
- data/xml/x509_subjects.xml +97 -17
- metadata +6 -5
- data/identifiers/software_class.txt +0 -26
- data/identifiers/software_family.txt +0 -91
- data/identifiers/software_product.txt +0 -333
data/identifiers/os_device.txt
CHANGED
|
@@ -3,38 +3,32 @@ ADSL Router
|
|
|
3
3
|
ATM DSL Unit
|
|
4
4
|
Alarm Panel
|
|
5
5
|
Appliance
|
|
6
|
-
|
|
7
|
-
Bridge
|
|
8
|
-
Broadband router
|
|
6
|
+
Broadband Router
|
|
9
7
|
CSU/DSU
|
|
10
8
|
Cable Modem
|
|
11
9
|
Check Scanner
|
|
12
|
-
Console server
|
|
13
10
|
Copier
|
|
14
11
|
DSL Modem
|
|
15
12
|
DSLAM
|
|
16
13
|
DSU/CSU
|
|
17
14
|
DVR
|
|
18
15
|
Device Server
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
Fax server
|
|
22
|
-
File server
|
|
16
|
+
Fax Server
|
|
17
|
+
File Server
|
|
23
18
|
Firewall
|
|
24
19
|
Frame Relay
|
|
25
|
-
|
|
26
|
-
General
|
|
20
|
+
HMI Controller
|
|
27
21
|
HiPath
|
|
28
22
|
Hub
|
|
29
23
|
Hypervisor
|
|
30
24
|
IDS
|
|
25
|
+
IP Camera
|
|
31
26
|
IPS
|
|
32
27
|
KVM
|
|
33
28
|
Lights Out Management
|
|
34
29
|
Linux
|
|
35
|
-
Load
|
|
30
|
+
Load Balancer
|
|
36
31
|
Mainframe
|
|
37
|
-
Management
|
|
38
32
|
Management Processor
|
|
39
33
|
Media Gateway
|
|
40
34
|
Mobile
|
|
@@ -47,32 +41,25 @@ Network
|
|
|
47
41
|
Network Audio
|
|
48
42
|
Network Management Device
|
|
49
43
|
Network Scanner
|
|
50
|
-
Network management device
|
|
51
44
|
Onboard Administrator
|
|
52
|
-
PBX
|
|
53
|
-
PDA
|
|
54
45
|
PDU
|
|
55
46
|
PLC
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
Print server
|
|
47
|
+
Point of Sale
|
|
48
|
+
Power Device
|
|
49
|
+
Print Server
|
|
60
50
|
Printer
|
|
51
|
+
Remote Access Server
|
|
61
52
|
Remote Terminal
|
|
62
|
-
Remote access server
|
|
63
53
|
Router
|
|
64
54
|
SD-WAN Appliance
|
|
55
|
+
SIP Device
|
|
56
|
+
SIP Gateway
|
|
65
57
|
SSL-VPN
|
|
66
58
|
Scanner
|
|
67
59
|
Security Appliance
|
|
68
|
-
Server
|
|
69
|
-
Specialized
|
|
70
60
|
Storage
|
|
71
61
|
Switch
|
|
72
|
-
Tablet
|
|
73
62
|
Tape library
|
|
74
|
-
Telecom
|
|
75
|
-
Terminal server
|
|
76
63
|
Test Instrument
|
|
77
64
|
UPS
|
|
78
65
|
USB Server
|
|
@@ -80,15 +67,10 @@ UnixWare
|
|
|
80
67
|
VPN
|
|
81
68
|
Video Conferencing
|
|
82
69
|
ViewStation
|
|
83
|
-
Virtualization host
|
|
84
70
|
VoIP
|
|
85
71
|
VoIP Switch
|
|
86
72
|
WAN Accelerator
|
|
87
73
|
WAP
|
|
88
|
-
Web
|
|
89
|
-
Web proxy
|
|
90
|
-
Web server
|
|
74
|
+
Web Proxy
|
|
91
75
|
Wireless Controller
|
|
92
76
|
Wireless Presenter
|
|
93
|
-
Workstation
|
|
94
|
-
X terminal
|
data/identifiers/os_family.txt
CHANGED
|
@@ -4,63 +4,39 @@
|
|
|
4
4
|
760 Series
|
|
5
5
|
A/UX
|
|
6
6
|
AIX
|
|
7
|
-
AMOS
|
|
8
|
-
AOS
|
|
9
|
-
AOS/VS
|
|
10
|
-
APC
|
|
11
7
|
AR Series
|
|
12
8
|
Accelar
|
|
13
9
|
Access Point
|
|
14
10
|
Adaptive Security Appliance
|
|
15
11
|
Aficio
|
|
16
12
|
AirPort
|
|
17
|
-
AmigaOS
|
|
18
13
|
Apple iOS
|
|
19
14
|
Application Switch
|
|
20
|
-
Atari
|
|
21
|
-
AtheOS
|
|
22
|
-
AuspexOS
|
|
23
|
-
BIG-IP
|
|
24
15
|
BOSS
|
|
25
|
-
BSD
|
|
26
|
-
BSDi
|
|
27
16
|
BayRS
|
|
28
17
|
BayStack
|
|
29
|
-
BeOS
|
|
30
18
|
BitStorm
|
|
31
19
|
Blade Switch
|
|
32
20
|
BladeCenter
|
|
33
21
|
Blue Coat
|
|
34
|
-
Brocade
|
|
35
22
|
Brother
|
|
36
|
-
CBOS
|
|
37
23
|
CM Series
|
|
38
24
|
CS 1000
|
|
39
25
|
CS Series
|
|
40
|
-
CacheOS
|
|
41
26
|
CatOS
|
|
42
|
-
CentOS
|
|
43
27
|
Check Point
|
|
44
28
|
Checkpoint
|
|
45
29
|
Clariion
|
|
46
30
|
ClickShareOS
|
|
47
|
-
Clix
|
|
48
31
|
Color Laser Printer
|
|
49
32
|
ColorQube
|
|
50
33
|
ColorWave
|
|
51
|
-
ComOS
|
|
52
34
|
Comware
|
|
53
35
|
ConnectUPS
|
|
54
36
|
Connectrix
|
|
55
|
-
Content Networking System
|
|
56
|
-
ConvexOS
|
|
57
37
|
Copier
|
|
58
38
|
CryptoStore
|
|
59
|
-
CyROS
|
|
60
|
-
Cyras
|
|
61
|
-
DART
|
|
62
39
|
DG/UX
|
|
63
|
-
DOS
|
|
64
40
|
DS60 Series
|
|
65
41
|
Data ONTAP
|
|
66
42
|
Dell Remote Access Controller
|
|
@@ -72,17 +48,15 @@ Digital Unix
|
|
|
72
48
|
DocuColor
|
|
73
49
|
DocuPrint
|
|
74
50
|
Document Centre
|
|
75
|
-
Domain/OS
|
|
76
51
|
Dynix
|
|
52
|
+
EDR
|
|
77
53
|
ERS
|
|
78
|
-
ES
|
|
79
54
|
EX
|
|
80
55
|
Embedded
|
|
81
56
|
Enterprise Linux
|
|
82
57
|
Ethernet Interface
|
|
83
58
|
Ethernet Routing Switch
|
|
84
59
|
Extended Systems ExtendNet
|
|
85
|
-
ExtremeWare
|
|
86
60
|
FRITZ!Box
|
|
87
61
|
FRITZ!Fon
|
|
88
62
|
FS
|
|
@@ -91,109 +65,78 @@ Fiery
|
|
|
91
65
|
Firewall-1
|
|
92
66
|
Forms Printer
|
|
93
67
|
FortiOS
|
|
94
|
-
Fortinet
|
|
95
68
|
FrameSaver
|
|
96
69
|
FreeBSD
|
|
97
|
-
GAiA
|
|
98
70
|
GigaVUE HD
|
|
99
71
|
GigaVUE TA
|
|
100
72
|
GranDSLAM
|
|
101
73
|
HFA
|
|
102
|
-
HI-UX
|
|
103
74
|
HP-UX
|
|
104
75
|
HP3000
|
|
105
76
|
HomeConnect
|
|
106
77
|
HotWire
|
|
107
|
-
Hurd
|
|
108
78
|
I-Class
|
|
109
79
|
ILOM
|
|
110
80
|
IM Series
|
|
111
81
|
IOS
|
|
112
82
|
IP Console Switch
|
|
113
83
|
IP KVM
|
|
114
|
-
IPS
|
|
115
84
|
IPSIO
|
|
116
85
|
IPSO
|
|
117
86
|
IRIX
|
|
118
87
|
Imagio
|
|
119
88
|
Imagistics
|
|
120
89
|
Infoprint
|
|
121
|
-
Integrated Dell Remote Access Controller
|
|
122
90
|
Integrity
|
|
123
91
|
IntelliJack
|
|
124
92
|
Irix
|
|
125
93
|
IronWare
|
|
126
|
-
Ironware
|
|
127
94
|
JetDirect
|
|
128
95
|
Junos
|
|
129
|
-
KA9Q
|
|
130
96
|
Laser Printer
|
|
131
97
|
Laser Shot
|
|
132
98
|
LaserJet
|
|
133
99
|
LinkBuilder
|
|
134
100
|
Linux
|
|
135
|
-
LynxOS
|
|
136
|
-
MAXserver
|
|
137
101
|
MCNS Cable Modem
|
|
138
|
-
MPE/iX
|
|
139
102
|
MSA
|
|
140
103
|
MT
|
|
141
|
-
MVS
|
|
142
104
|
MX
|
|
143
105
|
MX Series
|
|
144
106
|
Mac OS
|
|
145
107
|
Mac OS X
|
|
146
|
-
Mach
|
|
147
|
-
Madge CrossFire
|
|
148
108
|
MarkNet
|
|
149
109
|
MatchPort
|
|
150
|
-
MedNet
|
|
151
110
|
MegaRAC
|
|
152
111
|
Meridian 1
|
|
153
|
-
Minix
|
|
154
112
|
Multibox
|
|
155
113
|
Multifunction
|
|
156
114
|
NC Series
|
|
157
115
|
NEO
|
|
158
|
-
NEXTSTEP
|
|
159
|
-
NX-OS
|
|
160
116
|
NetBSD
|
|
161
117
|
NetCache
|
|
162
|
-
NetOS
|
|
163
118
|
NetQue
|
|
164
119
|
NetScaler
|
|
165
|
-
NetStation
|
|
166
120
|
NetVanta
|
|
167
121
|
NetWare
|
|
168
122
|
Netopia
|
|
169
123
|
NetportExpress
|
|
170
124
|
Netscaler
|
|
171
125
|
Network Printer
|
|
172
|
-
|
|
173
|
-
Newton OS
|
|
174
|
-
Nexpose
|
|
175
|
-
NmpSW
|
|
126
|
+
NetworkOS
|
|
176
127
|
OPTI-MX
|
|
177
|
-
OS-9
|
|
178
|
-
OS/2
|
|
179
|
-
OS/390
|
|
180
128
|
OS/400
|
|
181
129
|
OfficeConnect
|
|
182
130
|
OpenBSD
|
|
183
|
-
OpenROUTE
|
|
184
131
|
OpenServer
|
|
185
132
|
OpenVMS
|
|
186
133
|
OpenWRT
|
|
187
134
|
Optra
|
|
188
|
-
PAN-OS
|
|
189
135
|
PIX
|
|
190
136
|
PLC
|
|
191
137
|
Packet-Optical
|
|
192
|
-
PacketShaper pSOS
|
|
193
138
|
PalmOS
|
|
194
|
-
Palo Alto
|
|
195
139
|
Phaser
|
|
196
|
-
Plan9
|
|
197
140
|
Plotwave Series
|
|
198
141
|
PowerEdge Integrated
|
|
199
142
|
PowerVault
|
|
@@ -203,25 +146,18 @@ Pro Series
|
|
|
203
146
|
ProCurve
|
|
204
147
|
ProLiant
|
|
205
148
|
Procurve
|
|
206
|
-
QNX
|
|
207
149
|
RISC OS
|
|
208
|
-
RS
|
|
209
150
|
RT
|
|
210
151
|
RTP Power Controller
|
|
211
152
|
RackBotz
|
|
212
153
|
Raptor
|
|
213
|
-
Reliant UNIX
|
|
214
154
|
Router
|
|
215
155
|
RouterOS
|
|
216
|
-
SAN-OS
|
|
217
156
|
SCO UNIX
|
|
218
|
-
SHARP AR Series
|
|
219
|
-
SHARP MX Series
|
|
220
157
|
SINIX
|
|
221
158
|
SIP Device
|
|
222
159
|
SIP Gateway
|
|
223
160
|
SNMP-Link
|
|
224
|
-
SPP-UX
|
|
225
161
|
SSL-VPN
|
|
226
162
|
ST9000 Series
|
|
227
163
|
ST9600 Series
|
|
@@ -234,15 +170,10 @@ Secure Router
|
|
|
234
170
|
Sharp AR Series
|
|
235
171
|
Sharp MX Series
|
|
236
172
|
ShoreGear
|
|
237
|
-
Simatic HMI
|
|
238
|
-
Simatic NET
|
|
239
|
-
Simatic S7
|
|
240
|
-
Simatic Sinumerik
|
|
241
173
|
Solaris
|
|
242
174
|
SonicOS
|
|
243
175
|
SpectraComm
|
|
244
176
|
SpeedTouch
|
|
245
|
-
StackTOS
|
|
246
177
|
StorEdge
|
|
247
178
|
StorageWorks
|
|
248
179
|
Subscriber Networks
|
|
@@ -253,49 +184,29 @@ System Storage
|
|
|
253
184
|
T3 Termination
|
|
254
185
|
TASKalfa
|
|
255
186
|
TDS750 Series
|
|
256
|
-
TINIOS
|
|
257
|
-
TOPS-20
|
|
258
|
-
Tahoe OS
|
|
259
|
-
Tandem NSK
|
|
260
|
-
Taos
|
|
261
|
-
ThreadX
|
|
262
|
-
TiOS
|
|
263
187
|
Time Capsule
|
|
264
188
|
TippingPoint
|
|
265
189
|
Total Access
|
|
266
190
|
TrafficWare
|
|
267
|
-
Tru64 UNIX
|
|
268
191
|
UCOS
|
|
269
192
|
UCS
|
|
270
193
|
UDS
|
|
271
194
|
UNIX
|
|
272
|
-
UX/4800
|
|
273
|
-
Ubuntu
|
|
274
|
-
Ultrasound Device
|
|
275
195
|
Ultrix
|
|
276
|
-
UnicOS
|
|
277
|
-
Unisys
|
|
278
196
|
Unix
|
|
279
197
|
UnixWare
|
|
280
198
|
V1905
|
|
281
199
|
V1910
|
|
282
200
|
VCX
|
|
283
201
|
VG200
|
|
284
|
-
VM
|
|
285
|
-
VM/CMS
|
|
286
|
-
VM/ESA
|
|
287
|
-
VMS
|
|
288
202
|
VMware ESX/ESXi
|
|
289
|
-
VOS
|
|
290
203
|
VPN
|
|
291
204
|
VRP
|
|
292
205
|
Vantage
|
|
293
206
|
VarioLink
|
|
294
207
|
VarioPrint
|
|
295
|
-
VirtuOS
|
|
296
208
|
VoIP
|
|
297
209
|
VxWorks
|
|
298
|
-
WAAS
|
|
299
210
|
WAP
|
|
300
211
|
WLSE
|
|
301
212
|
WaveCore
|
|
@@ -305,11 +216,9 @@ Wide Format Printer
|
|
|
305
216
|
Windows
|
|
306
217
|
WorkCentre
|
|
307
218
|
WorkCentre Pro
|
|
308
|
-
Worldgroup
|
|
309
219
|
XC
|
|
310
220
|
XPort
|
|
311
221
|
XPress
|
|
312
|
-
ZyNOS
|
|
313
222
|
audioOS
|
|
314
223
|
bizhub
|
|
315
224
|
e-STUDIO
|
|
@@ -318,8 +227,6 @@ iOS
|
|
|
318
227
|
iPR Series
|
|
319
228
|
iR Series
|
|
320
229
|
imageCLASS
|
|
321
|
-
lwIP
|
|
322
230
|
optiPoint
|
|
323
231
|
tvOS
|
|
324
|
-
xMach
|
|
325
232
|
z/OS
|
data/identifiers/os_product.txt
CHANGED
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
761
|
|
11
11
|
ADSL Modem
|
|
12
12
|
AIX
|
|
13
|
-
AIX VIOS
|
|
14
13
|
AMD
|
|
15
14
|
AOS
|
|
16
15
|
ATEN Linux
|
|
@@ -22,14 +21,12 @@ AirPort Extreme
|
|
|
22
21
|
Allied Telesyn router
|
|
23
22
|
Android
|
|
24
23
|
Appliance
|
|
25
|
-
BIG-IP
|
|
26
24
|
BSD/OS
|
|
27
25
|
Base Station
|
|
28
26
|
Blade System
|
|
29
27
|
BladeCenter Advanced Management Module
|
|
30
28
|
BladeCenter Management Module
|
|
31
29
|
BladeSystems
|
|
32
|
-
BoSS
|
|
33
30
|
Brother Printer
|
|
34
31
|
Business Policy Switch 2000
|
|
35
32
|
C760
|
|
@@ -43,13 +40,14 @@ CatOS
|
|
|
43
40
|
Celerra
|
|
44
41
|
CentOS
|
|
45
42
|
Checkpoint FW1
|
|
46
|
-
|
|
43
|
+
Chrome OS
|
|
47
44
|
CloudKey
|
|
48
45
|
CoBox
|
|
49
46
|
Cobalt RaQ
|
|
50
47
|
CommandPost
|
|
51
48
|
Comware
|
|
52
49
|
ConnectUPS
|
|
50
|
+
Cumulus Linux
|
|
53
51
|
D2D Backup System
|
|
54
52
|
DCS-2100
|
|
55
53
|
DD OS
|
|
@@ -68,30 +66,25 @@ Digital Unix
|
|
|
68
66
|
Discover
|
|
69
67
|
Document Centre
|
|
70
68
|
Dynix
|
|
69
|
+
EDR G902 Firmware
|
|
70
|
+
EDR G903 Firmware
|
|
71
71
|
ESX
|
|
72
72
|
ESXi
|
|
73
|
-
Eagle Secure Gateway
|
|
74
73
|
EdgeBlaster
|
|
75
74
|
EdgeOS
|
|
76
75
|
Email Appliance
|
|
77
76
|
Enterprise AP
|
|
78
77
|
Enterprise Linux
|
|
79
|
-
Enterprise Linux AS
|
|
80
|
-
Enterprise Linux ES
|
|
81
|
-
Enterprise Linux WS
|
|
82
78
|
Enterprise WAP
|
|
83
79
|
EqualLogic
|
|
84
|
-
EulerOS
|
|
85
80
|
Excella
|
|
86
|
-
ExtendNet DX
|
|
87
|
-
ExtendNet SX
|
|
88
81
|
FRITZ!BOX
|
|
82
|
+
FRITZ!OS
|
|
89
83
|
Fabric OS
|
|
90
84
|
Fastmark M5
|
|
91
85
|
FaxPress
|
|
92
86
|
Fedora
|
|
93
87
|
Fedora Core Linux
|
|
94
|
-
Fibre Channel
|
|
95
88
|
Fiery Print Server
|
|
96
89
|
Firepower
|
|
97
90
|
Firewall-1
|
|
@@ -100,9 +93,20 @@ FortiOS
|
|
|
100
93
|
FreeBSD
|
|
101
94
|
G2 Console Switch
|
|
102
95
|
GAiA OS
|
|
96
|
+
GXP1610 Firmware
|
|
97
|
+
GXP1615 Firmware
|
|
98
|
+
GXP1625 Firmware
|
|
99
|
+
GXP1628 Firmware
|
|
100
|
+
GXP2200 Firmware
|
|
103
101
|
GigaVUE HD
|
|
104
102
|
GigaVUE TA1
|
|
105
103
|
HP-UX
|
|
104
|
+
HT801 Firmware
|
|
105
|
+
HT802 Firmware
|
|
106
|
+
HT812 Firmware
|
|
107
|
+
HT813 Firmware
|
|
108
|
+
HT814 Firmware
|
|
109
|
+
HT818 Firmware
|
|
106
110
|
HiPath 3000
|
|
107
111
|
HipServ
|
|
108
112
|
Hydra
|
|
@@ -110,23 +114,19 @@ IDP
|
|
|
110
114
|
ILOM
|
|
111
115
|
IMC
|
|
112
116
|
IOS
|
|
113
|
-
IOS-XE
|
|
114
|
-
IOS-XR
|
|
115
117
|
IPReach
|
|
116
118
|
IPSO
|
|
117
119
|
IRIX
|
|
118
|
-
Integrated Dell Remote Access Controller
|
|
119
120
|
Integrated Lights Out Manager
|
|
120
121
|
Irix
|
|
121
122
|
Isilon OneFS OS
|
|
122
123
|
JetDirect
|
|
123
124
|
Junos OS
|
|
124
125
|
Kamikaze
|
|
126
|
+
KeeneticOS
|
|
125
127
|
LX
|
|
126
|
-
LaserJet
|
|
127
128
|
Linux
|
|
128
129
|
Linux AMI
|
|
129
|
-
Linux AMI 2
|
|
130
130
|
Linux Enterprise Desktop
|
|
131
131
|
Linux Enterprise Server
|
|
132
132
|
MDS 9000
|
|
@@ -136,19 +136,16 @@ MSL Tape Library
|
|
|
136
136
|
Mac OS
|
|
137
137
|
Mac OS X
|
|
138
138
|
Mac OS X Server
|
|
139
|
-
Madge CrossFire
|
|
140
139
|
Management Processor
|
|
141
|
-
MedNet Server
|
|
142
140
|
Meeting Management
|
|
143
141
|
MegaRAC
|
|
144
142
|
Mergepoint
|
|
145
|
-
Meridian
|
|
146
143
|
Meridian 1 Call Server
|
|
147
144
|
NAM
|
|
145
|
+
NAS4Free
|
|
148
146
|
NEO Tape Library
|
|
149
147
|
NET+OS
|
|
150
148
|
NFVIS
|
|
151
|
-
NG
|
|
152
149
|
NRG Printer
|
|
153
150
|
NT
|
|
154
151
|
NX-OS
|
|
@@ -160,11 +157,9 @@ NetScaler Gateway
|
|
|
160
157
|
NetScaler SDX Gateway
|
|
161
158
|
NetVanta
|
|
162
159
|
NetWare
|
|
163
|
-
Netopia
|
|
164
160
|
Network Gateway
|
|
165
161
|
Network Scanner
|
|
166
162
|
Network Storage Router
|
|
167
|
-
Nortel
|
|
168
163
|
OS/400
|
|
169
164
|
OS/400 (IBM i)
|
|
170
165
|
OSF/1
|
|
@@ -179,17 +174,13 @@ OpenTV
|
|
|
179
174
|
OpenVMS
|
|
180
175
|
OpenWall
|
|
181
176
|
PA Firewall
|
|
182
|
-
PA Panorama
|
|
183
|
-
PAN-OS
|
|
184
177
|
PANOS
|
|
185
178
|
PIX
|
|
186
179
|
PLC-5
|
|
187
180
|
PRO/100
|
|
188
181
|
PacketShaper
|
|
189
|
-
PacketShaper pSOS
|
|
190
182
|
PalmOS
|
|
191
183
|
Panorama Server
|
|
192
|
-
Passport
|
|
193
184
|
Photon Linux
|
|
194
185
|
PocketPro
|
|
195
186
|
Polycom
|
|
@@ -201,28 +192,35 @@ Prestige 660HW-61
|
|
|
201
192
|
Prestige 660HW-D1
|
|
202
193
|
Prestige 660ME-61
|
|
203
194
|
Prime Collaboration Manager
|
|
195
|
+
Print Server
|
|
204
196
|
Print server
|
|
205
197
|
PrintServer
|
|
206
198
|
Printer
|
|
207
199
|
Printer Board
|
|
208
200
|
ProLiant
|
|
201
|
+
Proxmox
|
|
202
|
+
Pulse Connect Secure
|
|
209
203
|
RASExpress
|
|
210
204
|
RDK
|
|
211
205
|
RISC OS
|
|
212
206
|
RT
|
|
207
|
+
RT31P2 Firmware
|
|
213
208
|
Raptor
|
|
214
209
|
RecoverPoint
|
|
215
210
|
RedHat Enterprise AS
|
|
216
211
|
RedHat Enterprise WS
|
|
217
|
-
|
|
212
|
+
RiOS
|
|
218
213
|
Router
|
|
219
214
|
RouterOS
|
|
220
|
-
SAN-OS
|
|
221
215
|
SCM Manager module
|
|
222
216
|
SCO UNIX
|
|
223
217
|
SEHI
|
|
224
218
|
SINIX
|
|
225
|
-
|
|
219
|
+
SL2100 Firmware
|
|
220
|
+
SPA112 Firmware
|
|
221
|
+
SPA122 Firmware
|
|
222
|
+
SV8100 Firmware
|
|
223
|
+
SV9100 Firmware
|
|
226
224
|
SVR
|
|
227
225
|
ScanFront
|
|
228
226
|
ScreenOS
|
|
@@ -233,7 +231,6 @@ SmartServer
|
|
|
233
231
|
SmoothWall
|
|
234
232
|
Solaris
|
|
235
233
|
SonicOS
|
|
236
|
-
SonicWALL
|
|
237
234
|
SoundTouch
|
|
238
235
|
Spectrum24 Ethernet Access Point
|
|
239
236
|
SpeedTouch
|
|
@@ -252,16 +249,16 @@ Tape Systems
|
|
|
252
249
|
Tasman Networks router
|
|
253
250
|
TelePresence
|
|
254
251
|
Tenable Core
|
|
255
|
-
|
|
252
|
+
TetrationOS
|
|
256
253
|
TimOS
|
|
257
254
|
Time Capsule Firmware
|
|
258
255
|
Traverse
|
|
259
|
-
Tru64 UNIX
|
|
260
256
|
Tru64 Unix
|
|
257
|
+
UCM6202 Firmware
|
|
258
|
+
UCM6204 Firmware
|
|
259
|
+
UCM6208 Firmware
|
|
261
260
|
UCS Device
|
|
262
|
-
UCS Manager
|
|
263
261
|
UNIX
|
|
264
|
-
UPS
|
|
265
262
|
Ubuntu Linux
|
|
266
263
|
Ultrix
|
|
267
264
|
UnixWare
|
|
@@ -274,127 +271,46 @@ VMware ESXi Server
|
|
|
274
271
|
VPN
|
|
275
272
|
VPN 3000 Concentrator
|
|
276
273
|
VRP
|
|
277
|
-
Vigor
|
|
278
274
|
Virtual Library
|
|
279
275
|
VoIP
|
|
280
276
|
VxWorks
|
|
281
|
-
WAAS
|
|
282
277
|
WAP
|
|
283
278
|
WBR204G
|
|
284
|
-
WRT54G
|
|
285
279
|
WaveCore
|
|
286
280
|
WebCSU
|
|
287
281
|
Windows
|
|
288
282
|
Windows 10
|
|
289
|
-
Windows 10 Education Edition
|
|
290
|
-
Windows 10 Enterprise Edition
|
|
291
|
-
Windows 10 Home Edition
|
|
292
283
|
Windows 10 Mobile
|
|
293
|
-
Windows 10 Mobile Edition
|
|
294
|
-
Windows 10 Mobile Enterprise Edition
|
|
295
|
-
Windows 10 Professional Edition
|
|
296
284
|
Windows 10 or Windows Server 2016
|
|
297
285
|
Windows 2000
|
|
298
|
-
Windows 2000 Advanced Server
|
|
299
286
|
Windows 2000 Datacenter Server
|
|
300
|
-
Windows 2000 Professional
|
|
301
287
|
Windows 2000 Server
|
|
302
288
|
Windows 7
|
|
303
|
-
Windows 7 Enterprise Edition
|
|
304
|
-
Windows 7 Enterprise N Edition
|
|
305
|
-
Windows 7 Home, Basic Edition
|
|
306
|
-
Windows 7 Home, Basic N Edition
|
|
307
|
-
Windows 7 Home, Premium Edition
|
|
308
|
-
Windows 7 Home, Premium N Edition
|
|
309
|
-
Windows 7 Professional Edition
|
|
310
|
-
Windows 7 Starter Edition
|
|
311
|
-
Windows 7 Starter N Edition
|
|
312
|
-
Windows 7 Ultimate Edition
|
|
313
|
-
Windows 7 Ultimate N Edition
|
|
314
289
|
Windows 7 or Windows Server 2008 R2
|
|
315
290
|
Windows 8
|
|
316
|
-
Windows 8 Enterprise Edition
|
|
317
|
-
Windows 8 Professional Edition
|
|
318
291
|
Windows 8 or Windows Server 2012
|
|
319
292
|
Windows 8.1
|
|
320
|
-
Windows 8.1 Enterprise Edition
|
|
321
|
-
Windows 8.1 Professional Edition
|
|
322
293
|
Windows 8.1 or Windows Server 2012 R2
|
|
323
294
|
Windows 95
|
|
324
|
-
Windows 98
|
|
325
|
-
Windows 98SE
|
|
326
295
|
Windows CE
|
|
327
|
-
Windows Essential Business Server 2008
|
|
328
|
-
Windows Longhorn Server Beta
|
|
329
|
-
Windows ME
|
|
330
296
|
Windows NT
|
|
331
|
-
Windows NT Advanced Server
|
|
332
297
|
Windows NT Server
|
|
333
|
-
Windows NT Server, Enterprise Edition
|
|
334
|
-
Windows NT Server, Terminal Server Edition
|
|
335
298
|
Windows NT Workstation
|
|
336
299
|
Windows Phone
|
|
337
|
-
Windows RT
|
|
338
300
|
Windows Server 2000
|
|
339
301
|
Windows Server 2003
|
|
340
302
|
Windows Server 2003 R2
|
|
341
|
-
Windows Server 2003 R2, Datacenter Edition
|
|
342
|
-
Windows Server 2003 R2, Enterprise Edition
|
|
343
|
-
Windows Server 2003 R2, Express Edition
|
|
344
|
-
Windows Server 2003 R2, Standard Edition
|
|
345
|
-
Windows Server 2003 R2, Web Edition
|
|
346
|
-
Windows Server 2003 R2, Workgroup Edition
|
|
347
303
|
Windows Server 2003, Datacenter Edition
|
|
348
|
-
Windows Server 2003, Enterprise Edition
|
|
349
|
-
Windows Server 2003, Standard Edition
|
|
350
|
-
Windows Server 2003, Web Edition
|
|
351
304
|
Windows Server 2008
|
|
352
305
|
Windows Server 2008 Datacenter Edition
|
|
353
|
-
Windows Server 2008 Enterprise Edition
|
|
354
|
-
Windows Server 2008 HPC Edition
|
|
355
306
|
Windows Server 2008 R2
|
|
356
307
|
Windows Server 2008 R2, Datacenter Edition
|
|
357
|
-
Windows Server 2008 R2, Enterprise Edition
|
|
358
|
-
Windows Server 2008 R2, Standard Edition
|
|
359
|
-
Windows Server 2008 R2, Web Edition
|
|
360
|
-
Windows Server 2008 Standard Edition
|
|
361
|
-
Windows Server 2008 Storage Edition
|
|
362
|
-
Windows Server 2008 Web Edition
|
|
363
308
|
Windows Server 2012
|
|
364
|
-
Windows Server 2012 Datacenter Edition
|
|
365
|
-
Windows Server 2012 Essentials Edition
|
|
366
|
-
Windows Server 2012 Foundation Edition
|
|
367
309
|
Windows Server 2012 R2
|
|
368
|
-
Windows Server 2012 R2 Datacenter Edition
|
|
369
|
-
Windows Server 2012 R2 Essentials Edition
|
|
370
|
-
Windows Server 2012 R2 Foundation Edition
|
|
371
|
-
Windows Server 2012 R2 Standard Edition
|
|
372
|
-
Windows Server 2012 Standard Edition
|
|
373
310
|
Windows Server 2016
|
|
374
|
-
Windows Server 2016 Datacenter Edition
|
|
375
|
-
Windows Server 2016 Essentials Edition
|
|
376
|
-
Windows Server 2016 Foundation Edition
|
|
377
|
-
Windows Server 2016 Standard Edition
|
|
378
311
|
Windows Server 2019
|
|
379
|
-
Windows Small Business Server 2003
|
|
380
|
-
Windows Small Business Server 2003 R2
|
|
381
|
-
Windows Small Business Server 2008
|
|
382
|
-
Windows Storage Server 2012
|
|
383
|
-
Windows Storage Server 2012 R2
|
|
384
|
-
Windows Storage Server 2016
|
|
385
312
|
Windows Vista
|
|
386
|
-
Windows Vista Business Edition
|
|
387
|
-
Windows Vista Business N Edition
|
|
388
|
-
Windows Vista Enterprise Edition
|
|
389
|
-
Windows Vista Home, Basic Edition
|
|
390
|
-
Windows Vista Home, Basic N Edition
|
|
391
|
-
Windows Vista Home, Premium Edition
|
|
392
|
-
Windows Vista Starter Edition
|
|
393
|
-
Windows Vista Ultimate Edition
|
|
394
313
|
Windows XP
|
|
395
|
-
Windows XP Home
|
|
396
|
-
Windows XP Professional
|
|
397
|
-
Windows XP Tablet PC Edition
|
|
398
314
|
Wireless Controller
|
|
399
315
|
Wireless LAN Controller
|
|
400
316
|
WorkCentre Pro
|
|
@@ -403,13 +319,14 @@ XCC Linux
|
|
|
403
319
|
XOS
|
|
404
320
|
Zentyal
|
|
405
321
|
Zone Director
|
|
322
|
+
ZyNOS firmware
|
|
406
323
|
audioOS
|
|
407
|
-
cs
|
|
408
324
|
e-STUDIO
|
|
409
325
|
eCos
|
|
410
326
|
iDRAC Linux
|
|
411
327
|
iLO
|
|
412
328
|
iLO 2
|
|
329
|
+
iLO 3
|
|
413
330
|
iOS
|
|
414
331
|
iScale
|
|
415
332
|
im
|