recog 2.3.8 → 2.3.9
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/.gitignore +6 -0
- data/CONTRIBUTING.md +136 -37
- data/README.md +18 -16
- data/bin/recog_cleanup +16 -0
- data/bin/recog_standardize +30 -6
- data/identifiers/README.md +9 -0
- data/identifiers/hw_device.txt +77 -0
- data/identifiers/hw_family.txt +96 -0
- data/identifiers/hw_product.txt +328 -0
- data/identifiers/os_architecture.txt +6 -6
- data/identifiers/os_device.txt +45 -3
- data/identifiers/os_family.txt +206 -41
- data/identifiers/os_product.txt +238 -17
- data/identifiers/service_family.txt +144 -57
- data/identifiers/service_product.txt +384 -83
- data/identifiers/vendor.txt +553 -68
- data/lib/recog/version.rb +1 -1
- data/requirements.txt +1 -1
- data/xml/apache_modules.xml +292 -5
- data/xml/apache_os.xml +41 -2
- data/xml/architecture.xml +11 -3
- data/xml/dns_versionbind.xml +76 -8
- data/xml/favicons.xml +1700 -0
- data/xml/ftp_banners.xml +178 -8
- data/xml/h323_callresp.xml +112 -12
- data/xml/hp_pjl_id.xml +47 -5
- data/xml/html_title.xml +1258 -25
- data/xml/http_cookies.xml +64 -9
- data/xml/http_servers.xml +667 -37
- data/xml/http_wwwauth.xml +141 -26
- data/xml/imap_banners.xml +19 -13
- data/xml/ldap_searchresult.xml +81 -9
- data/xml/mdns_device-info_txt.xml +175 -2
- data/xml/mdns_workstation_txt.xml +4 -2
- data/xml/mysql_banners.xml +134 -7
- data/xml/mysql_error.xml +113 -6
- data/xml/nntp_banners.xml +10 -2
- data/xml/ntp_banners.xml +80 -4
- data/xml/operating_system.xml +89 -3
- data/xml/pop_banners.xml +30 -31
- data/xml/rsh_resp.xml +11 -2
- data/xml/rtsp_servers.xml +22 -2
- data/xml/sip_banners.xml +35 -4
- data/xml/sip_user_agents.xml +29 -2
- data/xml/smb_native_lm.xml +10 -2
- data/xml/smb_native_os.xml +79 -2
- data/xml/smtp_banners.xml +146 -7
- data/xml/smtp_debug.xml +6 -4
- data/xml/smtp_ehlo.xml +7 -5
- data/xml/smtp_expn.xml +13 -4
- data/xml/smtp_help.xml +23 -4
- data/xml/smtp_mailfrom.xml +5 -2
- data/xml/smtp_noop.xml +6 -5
- data/xml/smtp_quit.xml +5 -4
- data/xml/smtp_rcptto.xml +5 -2
- data/xml/smtp_rset.xml +4 -4
- data/xml/smtp_turn.xml +4 -4
- data/xml/smtp_vrfy.xml +14 -4
- data/xml/snmp_sysdescr.xml +731 -24
- data/xml/snmp_sysobjid.xml +47 -2
- data/xml/ssh_banners.xml +175 -5
- data/xml/telnet_banners.xml +266 -15
- data/xml/x11_banners.xml +26 -3
- data/xml/x509_issuers.xml +30 -6
- data/xml/x509_subjects.xml +200 -31
- metadata +8 -2
data/identifiers/README.md
CHANGED
@@ -22,6 +22,15 @@ Fingerprints should use these identifiers whenever possible; if a different name
|
|
22
22
|
|
23
23
|
`os_device.txt` defines known types of devices by function or purpose.
|
24
24
|
|
25
|
+
|
26
|
+
### Hardware
|
27
|
+
|
28
|
+
`hw_product.txt` defines known hardware product names.
|
29
|
+
|
30
|
+
`hw_family.txt` defines known hardware product families.
|
31
|
+
|
32
|
+
`hw_device.txt` defines known types of devices by function or purpose (overlaps with `os_device.txt`).
|
33
|
+
|
25
34
|
### Services
|
26
35
|
|
27
36
|
`service_product.txt` defines known service product names.
|
@@ -0,0 +1,77 @@
|
|
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
|
+
IP Camera
|
26
|
+
IPS
|
27
|
+
Industrial Control
|
28
|
+
JTAG Adapter
|
29
|
+
KVM
|
30
|
+
Laptop
|
31
|
+
Light Bulb
|
32
|
+
Lights Out Management
|
33
|
+
Media Receiver
|
34
|
+
Media Server
|
35
|
+
Mobile Phone
|
36
|
+
Monitoring
|
37
|
+
Multifunction Device
|
38
|
+
NAS
|
39
|
+
Network Appliance
|
40
|
+
Network Audio
|
41
|
+
Network Management Device
|
42
|
+
PLC
|
43
|
+
Power Relay
|
44
|
+
Power device
|
45
|
+
Powerline
|
46
|
+
Print server
|
47
|
+
Printer
|
48
|
+
Router
|
49
|
+
SD-WAN Appliance
|
50
|
+
SIP Device
|
51
|
+
SIP Gateway
|
52
|
+
Scanner
|
53
|
+
Security Appliance
|
54
|
+
Smart TV
|
55
|
+
Storage
|
56
|
+
Storage Appliance
|
57
|
+
Support Appliance
|
58
|
+
Switch
|
59
|
+
Tablet
|
60
|
+
Tape Library
|
61
|
+
Telecom
|
62
|
+
Test Instrument
|
63
|
+
VPN
|
64
|
+
Video Conference
|
65
|
+
Video Conferencing
|
66
|
+
Video Decoder
|
67
|
+
Video Encoder
|
68
|
+
VoIP
|
69
|
+
VoIP Server
|
70
|
+
VoIP Switch
|
71
|
+
Voice Appliance
|
72
|
+
WAP
|
73
|
+
WLAN Repeater
|
74
|
+
Web cam
|
75
|
+
Whiteboard
|
76
|
+
Wireless Controller
|
77
|
+
Wireless Presenter
|
@@ -0,0 +1,96 @@
|
|
1
|
+
AR Series
|
2
|
+
Adaptive Security Appliance
|
3
|
+
Aficio
|
4
|
+
AirPort
|
5
|
+
Apple TV
|
6
|
+
Communication Manager
|
7
|
+
DVR
|
8
|
+
DiskStation
|
9
|
+
Document Centre
|
10
|
+
Extended Systems ExtendNet
|
11
|
+
FRITZ!Box
|
12
|
+
FRITZ!Powerline
|
13
|
+
FRITZ!WLAN Repeater
|
14
|
+
FS
|
15
|
+
Firewall-1
|
16
|
+
Forms Printer
|
17
|
+
FortiGate
|
18
|
+
GW25
|
19
|
+
GXV
|
20
|
+
GXW
|
21
|
+
HDX
|
22
|
+
HandyTone
|
23
|
+
HomePod
|
24
|
+
Honeywell
|
25
|
+
ILOM
|
26
|
+
IMDVR
|
27
|
+
ION
|
28
|
+
JetDirect
|
29
|
+
LaserJet
|
30
|
+
LinkCom Xpress
|
31
|
+
MGate
|
32
|
+
MPEG4 DVR
|
33
|
+
MT
|
34
|
+
MX Series
|
35
|
+
Mac mini
|
36
|
+
MacBook
|
37
|
+
MacBook Pro
|
38
|
+
MegaRAC
|
39
|
+
Multifunction
|
40
|
+
My Book
|
41
|
+
NE
|
42
|
+
NPort
|
43
|
+
NetVanta
|
44
|
+
Network Audio
|
45
|
+
Network Video Door Station
|
46
|
+
Optra
|
47
|
+
Orbi
|
48
|
+
POWER System
|
49
|
+
Phaser
|
50
|
+
Primergy
|
51
|
+
Pro Series
|
52
|
+
RMX
|
53
|
+
ReadyNAS
|
54
|
+
RealPresence
|
55
|
+
RealPresence Group
|
56
|
+
Router
|
57
|
+
S500 Range
|
58
|
+
SIP Device
|
59
|
+
SIP Gateway
|
60
|
+
Service Access Switch
|
61
|
+
Service Router
|
62
|
+
SoundPoint
|
63
|
+
SoundTouch
|
64
|
+
SpeedTouch
|
65
|
+
Speedport
|
66
|
+
Storage
|
67
|
+
Sun Fire
|
68
|
+
Sunny
|
69
|
+
Switch
|
70
|
+
System X
|
71
|
+
TASKalfa
|
72
|
+
TelePresence
|
73
|
+
Time Capsule
|
74
|
+
TippingPoint
|
75
|
+
Turbo Station
|
76
|
+
UniFi
|
77
|
+
Unified Security Gateway
|
78
|
+
VSX
|
79
|
+
VoIP
|
80
|
+
WD2GO
|
81
|
+
WiMax
|
82
|
+
Wide Format
|
83
|
+
Wide Format Printer
|
84
|
+
WorkCentre
|
85
|
+
WorkCentre Pro
|
86
|
+
Xserve
|
87
|
+
ZXDSL
|
88
|
+
ZXHN
|
89
|
+
ZXV
|
90
|
+
iLO
|
91
|
+
iMac
|
92
|
+
iPad
|
93
|
+
iPad Air
|
94
|
+
iPad Pro
|
95
|
+
iPad mini
|
96
|
+
iPhone
|
@@ -0,0 +1,328 @@
|
|
1
|
+
33220A Waveform Generator
|
2
|
+
33521A Waveform Generator
|
3
|
+
34972A Data Logger
|
4
|
+
3PAR
|
5
|
+
53230A Frequency Counter
|
6
|
+
ADB-4820CD
|
7
|
+
APIC
|
8
|
+
AV Receiver
|
9
|
+
AVC787
|
10
|
+
Access Gateway
|
11
|
+
Access Point
|
12
|
+
Adaptive Security Appliance
|
13
|
+
AirPort Express
|
14
|
+
AirPort Extreme
|
15
|
+
AppDynamics
|
16
|
+
Apple TV (2nd generation)
|
17
|
+
Apple TV (3rd generation)
|
18
|
+
Apple TV (4th generation)
|
19
|
+
Apple TV 4K
|
20
|
+
Appliance
|
21
|
+
ArchiveTeam Warrior
|
22
|
+
Asset Management
|
23
|
+
AutoVu SharpV
|
24
|
+
BladeSystem Onboard Administrator
|
25
|
+
Border GW
|
26
|
+
Bridge
|
27
|
+
CC EtherNet/IP
|
28
|
+
CP
|
29
|
+
Camera
|
30
|
+
Captive Portal
|
31
|
+
CarDetector
|
32
|
+
Catalyst
|
33
|
+
Catalyst 1900
|
34
|
+
Celerra
|
35
|
+
Chromecast
|
36
|
+
ClickShare
|
37
|
+
CloudKey
|
38
|
+
CommandPost
|
39
|
+
ConnectUPS Web Card
|
40
|
+
Crosswork SON Appliance
|
41
|
+
DD OS
|
42
|
+
DNA Center
|
43
|
+
DSL Router
|
44
|
+
Digital Signage Player
|
45
|
+
Discover
|
46
|
+
Discovery
|
47
|
+
Document Centre
|
48
|
+
DuraFon
|
49
|
+
ECOM100
|
50
|
+
EP-series
|
51
|
+
EXA Signal Analyzer
|
52
|
+
Eagle Eye Director II
|
53
|
+
EchoLife Home Gateway
|
54
|
+
EdgeSwitch
|
55
|
+
Elevation
|
56
|
+
EqualLogic
|
57
|
+
Ethernet Relay Module
|
58
|
+
Excella
|
59
|
+
Fastmark M5
|
60
|
+
Fiber Network Box
|
61
|
+
Firepower
|
62
|
+
Firewall
|
63
|
+
Firewall-1
|
64
|
+
FlexiPacket Hub
|
65
|
+
FortiMail
|
66
|
+
FortiManager
|
67
|
+
GigaVUE
|
68
|
+
HDHomeRun
|
69
|
+
HDIPCam
|
70
|
+
HDX {hw.model}
|
71
|
+
HiPer Access Router Card
|
72
|
+
Home Controller
|
73
|
+
Home Gateway
|
74
|
+
HomePod
|
75
|
+
Hue
|
76
|
+
IA Appliance
|
77
|
+
IAM
|
78
|
+
IBHLink S7++
|
79
|
+
ILOM
|
80
|
+
IMC
|
81
|
+
IP Camera
|
82
|
+
IP Link Control Processor
|
83
|
+
IP2IR
|
84
|
+
IPMI
|
85
|
+
IVR
|
86
|
+
IntelliSlot Web Card
|
87
|
+
Internet Payment Gateway
|
88
|
+
Internet Phone Adapter
|
89
|
+
Isilon InsightIQ
|
90
|
+
Isilon OneFS
|
91
|
+
J-Link Pro
|
92
|
+
J9155A
|
93
|
+
JetDirect
|
94
|
+
K1000
|
95
|
+
KWS-1043N
|
96
|
+
Key Management
|
97
|
+
Lantick Ethernet Relay Controller
|
98
|
+
Lencore Sound Manager 2
|
99
|
+
MDS 9000
|
100
|
+
MXA Signal Analyzer
|
101
|
+
Mac Pro (Early 2008)
|
102
|
+
Mac Pro (Early 2009)
|
103
|
+
Mac Pro (Late 2013)
|
104
|
+
Mac Pro (Late 2019)
|
105
|
+
Mac Pro (Mid 2006)
|
106
|
+
Mac Pro (Mid 2007)
|
107
|
+
Mac Pro (Mid 2012)
|
108
|
+
Mac mini (Late 2009)
|
109
|
+
Mac mini (Late 2012)
|
110
|
+
Mac mini (Late 2014)
|
111
|
+
Mac mini (Late 2018)
|
112
|
+
Mac mini (Mid 2007)
|
113
|
+
Mac mini (Mid 2010)
|
114
|
+
Mac mini (Mid 2011)
|
115
|
+
MacBook (13-inch, Mid 2010)
|
116
|
+
MacBook (Retina, 12-inch, 2017)
|
117
|
+
MacBook (Retina, 12-inch, Early 2015)
|
118
|
+
MacBook (Retina, 12-inch, Early 2016)
|
119
|
+
MacBook Air (11-inch, Early 2014)
|
120
|
+
MacBook Air (11-inch, Early 2015)
|
121
|
+
MacBook Air (11-inch, Late 2010)
|
122
|
+
MacBook Air (11-inch, Mid 2011)
|
123
|
+
MacBook Air (11-inch, Mid 2012)
|
124
|
+
MacBook Air (13-inch, 2017)
|
125
|
+
MacBook Air (13-inch, Early 2014)
|
126
|
+
MacBook Air (13-inch, Late 2010)
|
127
|
+
MacBook Air (13-inch, Mid 2011)
|
128
|
+
MacBook Air (13-inch, Mid 2012)
|
129
|
+
MacBook Air (Mid 2009)
|
130
|
+
MacBook Air (Retina, 13-inch, 2018)
|
131
|
+
MacBook Air (Retina, 13-inch, 2019)
|
132
|
+
MacBook Pro (13-inch, 2016, Four Thunderbolt 3 ports)
|
133
|
+
MacBook Pro (13-inch, 2016, Two Thunderbolt 3 ports)
|
134
|
+
MacBook Pro (13-inch, 2017, Four Thunderbolt 3 ports)
|
135
|
+
MacBook Pro (13-inch, 2017, Two Thunderbolt 3 ports)
|
136
|
+
MacBook Pro (13-inch, 2018, Four Thunderbolt 3 ports)
|
137
|
+
MacBook Pro (13-inch, 2019, Two Thunderbolt 3 ports)
|
138
|
+
MacBook Pro (13-inch, Late 2011)
|
139
|
+
MacBook Pro (13-inch, Mid 2009)
|
140
|
+
MacBook Pro (13-inch, Mid 2010)
|
141
|
+
MacBook Pro (13-inch, Mid 2012)
|
142
|
+
MacBook Pro (15-inch, 2016)
|
143
|
+
MacBook Pro (15-inch, 2017)
|
144
|
+
MacBook Pro (15-inch, 2018)
|
145
|
+
MacBook Pro (15-inch, 2019)
|
146
|
+
MacBook Pro (15-inch, Late 2008)
|
147
|
+
MacBook Pro (15-inch, Late 2011)
|
148
|
+
MacBook Pro (15-inch, Mid 2009)
|
149
|
+
MacBook Pro (15-inch, Mid 2010)
|
150
|
+
MacBook Pro (17-inch, Early 2008)
|
151
|
+
MacBook Pro (17-inch, Late 2011)
|
152
|
+
MacBook Pro (17-inch, Mid 2009)
|
153
|
+
MacBook Pro (17-inch, Mid 2010)
|
154
|
+
MacBook Pro (Retina, 13-inch, Early 2013)
|
155
|
+
MacBook Pro (Retina, 13-inch, Early 2015)
|
156
|
+
MacBook Pro (Retina, 13-inch, Late 2013)
|
157
|
+
MacBook Pro (Retina, 15-inch, Early 2013)
|
158
|
+
MacBook Pro (Retina, 15-inch, Late 2013)
|
159
|
+
MacBook Pro (Retina, 15-inch, Mid 2015)
|
160
|
+
Makito X Decoder
|
161
|
+
MediaLink Controller
|
162
|
+
MediaSense
|
163
|
+
Meeting Management
|
164
|
+
MegaRAC
|
165
|
+
Mercury
|
166
|
+
Mergepoint
|
167
|
+
Miniserver
|
168
|
+
My Book Live
|
169
|
+
N5172B Signal Generator
|
170
|
+
NFVIS
|
171
|
+
NPort
|
172
|
+
NetScreen
|
173
|
+
NetVR
|
174
|
+
Netbox
|
175
|
+
Network Gateway
|
176
|
+
Network Node
|
177
|
+
Nexus Player
|
178
|
+
OnHub
|
179
|
+
OpenManage
|
180
|
+
OpenManage Switch
|
181
|
+
OpenNAC
|
182
|
+
Orbit IP Camera
|
183
|
+
PDR M800
|
184
|
+
PLAY
|
185
|
+
PLC-5
|
186
|
+
Paragon-100G
|
187
|
+
Photonic Switch
|
188
|
+
PoliWall
|
189
|
+
PowerVault 124T
|
190
|
+
Prime Collaboration Manager
|
191
|
+
Primergy
|
192
|
+
Printer
|
193
|
+
Prosafe Plus
|
194
|
+
RTU
|
195
|
+
Rack PDU Card
|
196
|
+
Raspberry Pi
|
197
|
+
ReadyNAS
|
198
|
+
RealPresence Group {hw.model}
|
199
|
+
RealPresence Trio {hw.model}
|
200
|
+
RecoverPoint
|
201
|
+
ReeCam
|
202
|
+
Roku
|
203
|
+
Room Alert {hw.product.model}
|
204
|
+
S7 DALI Gateway
|
205
|
+
SHIELD
|
206
|
+
SIP Gateway
|
207
|
+
SIParator Firewall
|
208
|
+
SLS
|
209
|
+
SPA
|
210
|
+
SRP
|
211
|
+
ScanFront
|
212
|
+
Scrutinizer
|
213
|
+
Sensor
|
214
|
+
Sentry Switched CDU
|
215
|
+
ShareLink Pro
|
216
|
+
Sigma Control 2
|
217
|
+
SimpliVity OmniStack
|
218
|
+
Site Recovery Manager
|
219
|
+
SmartEdge Sensor
|
220
|
+
Softswitch
|
221
|
+
SolsticePod
|
222
|
+
SoundPoint
|
223
|
+
Spot
|
224
|
+
Stealthwatch
|
225
|
+
Storage Appliance
|
226
|
+
Sub
|
227
|
+
SuperStack 3
|
228
|
+
SuperStack 3 Firewall
|
229
|
+
SuperStack II
|
230
|
+
Symmetry EN-2DBC
|
231
|
+
System Management
|
232
|
+
TelePresence
|
233
|
+
TelePresence MCU
|
234
|
+
TemPageR {hw.product.model}
|
235
|
+
Tenable Appliance
|
236
|
+
Tenable Core
|
237
|
+
Thermal Label Printer {hw.model}
|
238
|
+
Time Capsule
|
239
|
+
TouchLink Control Panel
|
240
|
+
UCS Manager
|
241
|
+
UniFi Cloud Key
|
242
|
+
UniFi NVR
|
243
|
+
UniFi Security Gateway
|
244
|
+
Universal Media Gateway
|
245
|
+
VBrick Rev
|
246
|
+
Verizon FiOS Router
|
247
|
+
Video Controller
|
248
|
+
Vigor
|
249
|
+
Virtual Connect Manager
|
250
|
+
Virtual Traffic Manager
|
251
|
+
Vood
|
252
|
+
WLAN AP
|
253
|
+
WebBox
|
254
|
+
Whiteboard
|
255
|
+
Wireless Dock
|
256
|
+
Wireless LAN Controller
|
257
|
+
Wireless Router
|
258
|
+
XCC
|
259
|
+
Xserve (Early 2008)
|
260
|
+
Xserve (Early 2009)
|
261
|
+
Xserve (Late 2006)
|
262
|
+
Xserve G4
|
263
|
+
Xserve G4 (Slot Load)
|
264
|
+
Xserve G5
|
265
|
+
Zone Director
|
266
|
+
airCube
|
267
|
+
e-STUDIO
|
268
|
+
iCOM Control Panel
|
269
|
+
iDRAC
|
270
|
+
iLO
|
271
|
+
iMac (21.5-inch, 2017)
|
272
|
+
iMac (21.5-inch, Late 2012)
|
273
|
+
iMac (21.5-inch, Late 2013)
|
274
|
+
iMac (21.5-inch, Late 2015)
|
275
|
+
iMac (21.5-inch, Mid 2010)
|
276
|
+
iMac (21.5-inch, Mid 2011)
|
277
|
+
iMac (21.5-inch, Mid 2014)
|
278
|
+
iMac (24-inch, Early 2009)
|
279
|
+
iMac (27-inch, Late 2009)
|
280
|
+
iMac (27-inch, Late 2012)
|
281
|
+
iMac (27-inch, Late 2013)
|
282
|
+
iMac (27-inch, Mid 2010)
|
283
|
+
iMac (27-inch, Mid 2011)
|
284
|
+
iMac (Retina 4K, 21.5-inch, 2017)
|
285
|
+
iMac (Retina 4K, 21.5-inch, 2019)
|
286
|
+
iMac (Retina 4K, 21.5-inch, Late 2015)
|
287
|
+
iMac (Retina 5K, 27-inch, 2017)
|
288
|
+
iMac (Retina 5K, 27-inch, 2019)
|
289
|
+
iMac (Retina 5K, 27-inch, Late 2015)
|
290
|
+
iMac (Retina 5K, 27-inch, Mid 2015)
|
291
|
+
iMac Pro (Retina 5K, Late 2017)
|
292
|
+
iPad (4th generation)
|
293
|
+
iPad (5th generation)
|
294
|
+
iPad (6th generation)
|
295
|
+
iPad Air
|
296
|
+
iPad Air (3rd generation)
|
297
|
+
iPad Air 2
|
298
|
+
iPad Pro (10.5-inch)
|
299
|
+
iPad Pro (11-inch)
|
300
|
+
iPad Pro (12.9-inch)
|
301
|
+
iPad Pro (9.7-inch)
|
302
|
+
iPad mini
|
303
|
+
iPad mini (5th generation)
|
304
|
+
iPad mini 2
|
305
|
+
iPad mini 3
|
306
|
+
iPad mini 4
|
307
|
+
iPhone
|
308
|
+
iPhone 3G
|
309
|
+
iPhone 3GS
|
310
|
+
iPhone 4
|
311
|
+
iPhone 4s
|
312
|
+
iPhone 5
|
313
|
+
iPhone 5c
|
314
|
+
iPhone 5s
|
315
|
+
iPhone 6
|
316
|
+
iPhone 6 Plus
|
317
|
+
iPhone 6s
|
318
|
+
iPhone 6s Plus
|
319
|
+
iPhone 7
|
320
|
+
iPhone 7 Plus
|
321
|
+
iPhone 8
|
322
|
+
iPhone 8 Plus
|
323
|
+
iPhone SE
|
324
|
+
iPhone X
|
325
|
+
iPhone XR
|
326
|
+
iPhone XS
|
327
|
+
iPhone XS Max
|
328
|
+
vManage
|