recog 2.1.31 → 2.1.32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/cpe-remap.yaml +3 -0
- data/lib/recog/version.rb +1 -1
- data/xml/hp_pjl_id.xml +15 -15
- data/xml/http_cookies.xml +3 -3
- data/xml/http_servers.xml +8 -8
- data/xml/http_wwwauth.xml +4 -4
- data/xml/mdns_device-info_txt.xml +373 -12
- data/xml/pop_banners.xml +1 -1
- data/xml/snmp_sysdescr.xml +47 -24
- data/xml/upnp_banners.xml +26 -26
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 541810a5f2585b6cafec8c63bb9f0494d8187e08
|
4
|
+
data.tar.gz: aa057ba57c4a5af3bc159598ad22d91313b8a850
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ceaad21d56c99e5b079ef18132800b71d6d940f4dccaaa08a66fae48650c27d6988c4032122d8a05acb3aa8ab7e839d142f2b434ea797f0c1309b203f00317c
|
7
|
+
data.tar.gz: ea7e1b16a0b12bc229b8ac3e16dc91b059343c32ebde666dd8956ec3fc95e1136012a94fc01a33006fcf4c8461e9837c45a5aee2b912cd1bf9f3232d7a0ff5b9
|
data/cpe-remap.yaml
CHANGED
data/lib/recog/version.rb
CHANGED
data/xml/hp_pjl_id.xml
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
LaserJet and Designjet are registered trademarks of HP. Therefore matching for the keywords
|
13
13
|
is sufficient for asserting all relevant information
|
14
14
|
-->
|
15
|
-
<fingerprint pattern="laserjet (.*)(?: series)?"
|
15
|
+
<fingerprint pattern="(?i)laserjet (.*)(?: series)?">
|
16
16
|
<description>HP JetDirect Printer</description>
|
17
17
|
<example>HP LaserJet 4100 Series</example>
|
18
18
|
<example>HP LaserJet 2200</example>
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<param pos="0" name="os.family" value="LaserJet"/>
|
28
28
|
<param pos="1" name="os.product"/>
|
29
29
|
</fingerprint>
|
30
|
-
<fingerprint pattern="(designjet \S+)"
|
30
|
+
<fingerprint pattern="(?i)(designjet \S+)">
|
31
31
|
<description>HP Designjet printer</description>
|
32
32
|
<example>hp designjet 110plus</example>
|
33
33
|
<example>DESIGNJET 1050C</example>
|
@@ -156,7 +156,7 @@
|
|
156
156
|
<param pos="0" name="os.device" value="Printer"/>
|
157
157
|
<param pos="1" name="os.product"/>
|
158
158
|
</fingerprint>
|
159
|
-
<fingerprint pattern="^Oce (fx[^\s:]+):.*$"
|
159
|
+
<fingerprint pattern="(?i)^Oce (fx[^\s:]+):.*$">
|
160
160
|
<description>Oce FX series multifunction device</description>
|
161
161
|
<example os.product="fx3000">Oce fx3000:8C5-B29:Ver.D:U0707161719:B0601271355</example>
|
162
162
|
<param pos="0" name="os.vendor" value="Oce"/>
|
@@ -164,7 +164,7 @@
|
|
164
164
|
<param pos="0" name="os.device" value="Multifunction Device"/>
|
165
165
|
<param pos="1" name="os.product"/>
|
166
166
|
</fingerprint>
|
167
|
-
<fingerprint pattern="^Oce (VL\S+):.*$"
|
167
|
+
<fingerprint pattern="(?i)^Oce (VL\S+):.*$">
|
168
168
|
<description>Oce VarioLink multifunction device</description>
|
169
169
|
<example>Oce VL3200:8C5-D92:Ver.B</example>
|
170
170
|
<param pos="0" name="os.vendor" value="Oce"/>
|
@@ -174,7 +174,7 @@
|
|
174
174
|
</fingerprint>
|
175
175
|
<!-- IGI is Imagistics International, which was acquired by Oce.
|
176
176
|
I can't find MX-MBX3 or any variant online. -->
|
177
|
-
<fingerprint pattern="^OceIGI MX-\S+"
|
177
|
+
<fingerprint pattern="(?i)^OceIGI MX-\S+">
|
178
178
|
<description>Oce-acquired IGI printer</description>
|
179
179
|
<example>OceIGI MX-NBX3 02-Jul-07 14:47</example>
|
180
180
|
<param pos="0" name="os.vendor" value="Oce"/>
|
@@ -182,7 +182,7 @@
|
|
182
182
|
</fingerprint>
|
183
183
|
<!-- im3510/4510 is actually a range of model numbers, but asserting a range
|
184
184
|
of models as a product is preferableto asserting nothing. -->
|
185
|
-
<fingerprint pattern="^Imagistics (im\S+) (.+)"
|
185
|
+
<fingerprint pattern="(?i)^Imagistics (im\S+) (.+)">
|
186
186
|
<description>Oce IM series multifunction device</description>
|
187
187
|
<example>Imagistics im3510/4510 02-Aug-04 10:56</example>
|
188
188
|
<param pos="0" name="os.vendor" value="Oce"/>
|
@@ -209,7 +209,7 @@
|
|
209
209
|
<param pos="0" name="os.device" value="Multifunction Device"/>
|
210
210
|
<param pos="1" name="os.product"/>
|
211
211
|
</fingerprint>
|
212
|
-
<fingerprint pattern="^RICOH ((?:Aficio|MP|SP) .*)$"
|
212
|
+
<fingerprint pattern="(?i)^RICOH ((?:Aficio|MP|SP) .*)$">
|
213
213
|
<description>Ricoh Aficio Printer</description>
|
214
214
|
<example>RICOH Aficio 2075</example>
|
215
215
|
<example>RICOH Aficio AP610N</example>
|
@@ -222,7 +222,7 @@
|
|
222
222
|
</fingerprint>
|
223
223
|
<!-- NRG was acquired by Ricoh; classify NRG printers as such.
|
224
224
|
Be consistent with snmp_sysdescr.xml. -->
|
225
|
-
<fingerprint pattern="^NRG ([MS]P \S+)$"
|
225
|
+
<fingerprint pattern="(?i)^NRG ([MS]P \S+)$">
|
226
226
|
<description>Ricoh NRG printer</description>
|
227
227
|
<example>NRG MP 171</example>
|
228
228
|
<example>NRG MP 3350</example>
|
@@ -238,28 +238,28 @@
|
|
238
238
|
</fingerprint>
|
239
239
|
<!-- Gestetner == NRG, and was acquired by Ricoh.
|
240
240
|
Assert the range of products as os.product. -->
|
241
|
-
<fingerprint pattern="^Gestetner (MP\S+/DSc\S+)$"
|
241
|
+
<fingerprint pattern="(?i)^Gestetner (MP\S+/DSc\S+)$">
|
242
242
|
<description>Ricoh Gestetner multifunction device</description>
|
243
243
|
<example>Gestetner MPC2500/DSc525</example>
|
244
244
|
<param pos="0" name="os.vendor" value="Ricoh"/>
|
245
245
|
<param pos="0" name="os.device" value="Multifunction Device"/>
|
246
246
|
<param pos="1" name="os.product"/>
|
247
247
|
</fingerprint>
|
248
|
-
<fingerprint pattern="^HYDRA$"
|
248
|
+
<fingerprint pattern="(?i)^HYDRA$">
|
249
249
|
<description>RSI Hydra printer</description>
|
250
250
|
<example>HYDRA</example>
|
251
251
|
<param pos="0" name="os.vendor" value="RSI"/>
|
252
252
|
<param pos="0" name="os.device" value="Printer"/>
|
253
253
|
<param pos="0" name="os.product" value="Hydra"/>
|
254
254
|
</fingerprint>
|
255
|
-
<fingerprint pattern="^Savin (\S+)$"
|
255
|
+
<fingerprint pattern="(?i)^Savin (\S+)$">
|
256
256
|
<description>Savin Printer</description>
|
257
257
|
<example>SAVIN 4075</example>
|
258
258
|
<param pos="0" name="os.vendor" value="Savin"/>
|
259
259
|
<param pos="0" name="os.device" value="Printer"/>
|
260
260
|
<param pos="1" name="os.product"/>
|
261
261
|
</fingerprint>
|
262
|
-
<fingerprint pattern="^Samsung ((?:SCX|CLX)-\S+) Series$"
|
262
|
+
<fingerprint pattern="(?i)^Samsung ((?:SCX|CLX)-\S+) Series$">
|
263
263
|
<description>Samsung multifunction device</description>
|
264
264
|
<example>Samsung SCX-5835_5935 Series</example>
|
265
265
|
<example>Samsung CLX-4195 Series</example>
|
@@ -267,7 +267,7 @@
|
|
267
267
|
<param pos="0" name="os.device" value="Multifunction Device"/>
|
268
268
|
<param pos="1" name="os.product"/>
|
269
269
|
</fingerprint>
|
270
|
-
<fingerprint pattern="^Samsung ((?:ML|CLP)-\S+) Series$"
|
270
|
+
<fingerprint pattern="(?i)^Samsung ((?:ML|CLP)-\S+) Series$">
|
271
271
|
<description>Samsung printer</description>
|
272
272
|
<example>Samsung CLP-680 Series</example>
|
273
273
|
<example>Samsung ML-5012_5512 Series</example>
|
@@ -275,7 +275,7 @@
|
|
275
275
|
<param pos="0" name="os.device" value="Printer"/>
|
276
276
|
<param pos="1" name="os.product"/>
|
277
277
|
</fingerprint>
|
278
|
-
<fingerprint pattern="^SHARP (\S+-\S+) .*$"
|
278
|
+
<fingerprint pattern="(?i)^SHARP (\S+-\S+) .*$">
|
279
279
|
<description>Sharp Printer</description>
|
280
280
|
<example>Sharp MX-NBX3 18-Mar-08 10:22</example>
|
281
281
|
<example>Sharp AR-P17 24-Mar-04 19:55</example>
|
@@ -283,7 +283,7 @@
|
|
283
283
|
<param pos="0" name="os.device" value="Printer"/>
|
284
284
|
<param pos="1" name="os.product"/>
|
285
285
|
</fingerprint>
|
286
|
-
<fingerprint pattern="^Source Technologies (\S+)$"
|
286
|
+
<fingerprint pattern="(?i)^Source Technologies (\S+)$">
|
287
287
|
<description>Source Technologies Printer</description>
|
288
288
|
<example>Source Technologies ST-9620</example>
|
289
289
|
<param pos="0" name="os.vendor" value="Source Technologies"/>
|
data/xml/http_cookies.xml
CHANGED
@@ -397,20 +397,20 @@
|
|
397
397
|
a similar cookie name, you must ensure that it is located prior to
|
398
398
|
these and this is enforced by rspec.
|
399
399
|
-->
|
400
|
-
<fingerprint pattern="^JSESSIONID(?:\.[^=]+)?=[^;]+;.*$"
|
400
|
+
<fingerprint pattern="(?i)^JSESSIONID(?:\.[^=]+)?=[^;]+;.*$">
|
401
401
|
<description>Ignore simple JSESSIONID and related cookies</description>
|
402
402
|
<example>JSESSIONID=6ooov35i4l3n36qtaf8csvg0;Path=/</example>
|
403
403
|
<example>jsessionid=6nkp66iogcdc92720%2Dc6e4%2D4989%2Db7b2%2D5021624cfdff;Path=/;secure</example>
|
404
404
|
<example>JSESSIONID.c00a9623=v216643eijh19p9duve5srgf;Path=/;HttpOnly</example>
|
405
405
|
</fingerprint>
|
406
|
-
<fingerprint pattern="^_?SESSION_?ID\s*=\s*[^;]+;.*$"
|
406
|
+
<fingerprint pattern="(?i)^_?SESSION_?ID\s*=\s*[^;]+;.*$">
|
407
407
|
<description>Ignore simple SESSIONID and related cookies</description>
|
408
408
|
<example>sessionId=7dba3249cfcd4b59854055311099a294; path=/;</example>
|
409
409
|
<example>_session_id=7fe933db0fea13e9c872103ba2d142db; path=/; HttpOnly</example>
|
410
410
|
<example>sessionId =0VrS6Ro6uC5QPXKgNdqGvyUgUFtUOVwv6OWAEWcWQ3jLRtAk2TVAgAApN9yTWVz;postId=; path=/;</example>
|
411
411
|
<example>_session_id=18b3e173aa11db0533fd01752e81f583; path=/; HttpOnly</example>
|
412
412
|
</fingerprint>
|
413
|
-
<fingerprint pattern="^sid=[^;]+;.*$"
|
413
|
+
<fingerprint pattern="(?i)^sid=[^;]+;.*$">
|
414
414
|
<description>Ignore simple SID and related cookies</description>
|
415
415
|
<example>sid=sfd10bf73-654458f687aa3c68b3874915f651e0ca;path=/;"</example>
|
416
416
|
</fingerprint>
|
data/xml/http_servers.xml
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
<param pos="0" name="os.family" value="Linux"/>
|
23
23
|
<param pos="0" name="os.cpe23" value="cpe:/o:redhat:linux:-"/>
|
24
24
|
</fingerprint>
|
25
|
-
<fingerprint pattern="^Apache/\d$"
|
25
|
+
<fingerprint pattern="(?i)^Apache/\d$">
|
26
26
|
<description>Apache returning only its major version number</description>
|
27
27
|
<example>Apache/1</example>
|
28
28
|
<example>Apache/2</example>
|
@@ -31,7 +31,7 @@
|
|
31
31
|
<param pos="0" name="service.family" value="Apache"/>
|
32
32
|
<param pos="0" name="service.cpe23" value="cpe:/a:apache:http_server:-"/>
|
33
33
|
</fingerprint>
|
34
|
-
<fingerprint pattern="^Apache$"
|
34
|
+
<fingerprint pattern="(?i)^Apache$">
|
35
35
|
<description>Apache returning no version information</description>
|
36
36
|
<example>Apache</example>
|
37
37
|
<example>apache</example>
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<param pos="0" name="service.family" value="Apache"/>
|
41
41
|
<param pos="0" name="service.cpe23" value="cpe:/a:apache:http_server:-"/>
|
42
42
|
</fingerprint>
|
43
|
-
<fingerprint pattern="^Apache(?:-AdvancedExtranetServer)?(?:/([012][\d.]*)\s*(.*))?$"
|
43
|
+
<fingerprint pattern="(?i)^Apache(?:-AdvancedExtranetServer)?(?:/([012][\d.]*)\s*(.*))?$">
|
44
44
|
<description>Apache</description>
|
45
45
|
<example>Apache-AdvancedExtranetServer/2.0.44 (Mandrake Linux/11mdk) mod_perl/1.99_08 Perl/v5.8.0 mod_ssl/2.0.44 OpenSSL/0.9.7a PHP/4.3.1 mod_jk2/2.0.0</example>
|
46
46
|
<example>Apache-AdvancedExtranetServer/2.0.47 (Mandrake Linux/6.12.92mdk) mod_perl/1.99_09 Perl/v5.8.1 mod_ssl/2.0.47 OpenSSL/0.9.7b PHP/4.3.2</example>
|
@@ -517,7 +517,7 @@
|
|
517
517
|
<param pos="0" name="service.family" value="SMH"/>
|
518
518
|
<param pos="0" name="service.product" value="SMH"/>
|
519
519
|
</fingerprint>
|
520
|
-
<fingerprint pattern="^eHTTP[/ ]v?(\d+\.\d+)"
|
520
|
+
<fingerprint pattern="(?i)^eHTTP[/ ]v?(\d+\.\d+)">
|
521
521
|
<description>HTTP Server present on seemingly only HP ProCurve network devices</description>
|
522
522
|
<example service.version="1.1">EHTTP/1.1</example>
|
523
523
|
<example service.version="2.0">eHTTP v2.0</example>
|
@@ -832,7 +832,7 @@
|
|
832
832
|
<param pos="0" name="apache.variant" value="IBM"/>
|
833
833
|
<param pos="1" name="apache.variant.version"/>
|
834
834
|
</fingerprint>
|
835
|
-
<fingerprint pattern="^(?:IBM_HTTP_SERVER|IBM-HTTP-SERVER)/(\S+)(?: \(\S+\))?$"
|
835
|
+
<fingerprint pattern="(?i)^(?:IBM_HTTP_SERVER|IBM-HTTP-SERVER)/(\S+)(?: \(\S+\))?$">
|
836
836
|
<description>IBM HTTP Server with hardly useful version info</description>
|
837
837
|
<example>IBM-HTTP-Server/1.0</example>
|
838
838
|
<example>IBM_HTTP_Server/7.0.0.9 (Unix)</example>
|
@@ -843,7 +843,7 @@
|
|
843
843
|
<param pos="0" name="apache.variant" value="IBM"/>
|
844
844
|
<param pos="1" name="apache.variant.version"/>
|
845
845
|
</fingerprint>
|
846
|
-
<fingerprint pattern="^(?:IBM_HTTP_SERVER|IBM-HTTP-SERVER)$"
|
846
|
+
<fingerprint pattern="(?i)^(?:IBM_HTTP_SERVER|IBM-HTTP-SERVER)$">
|
847
847
|
<description>IBM HTTP Server with no version info</description>
|
848
848
|
<example>IBM_HTTP_SERVER</example>
|
849
849
|
<example>IBM_HTTP_Server</example>
|
@@ -1748,7 +1748,7 @@
|
|
1748
1748
|
<param pos="1" name="service.version"/>
|
1749
1749
|
<param pos="0" name="service.cpe23" value="cpe:/a:cherrypy:cherrypy:{service.version}"/>
|
1750
1750
|
</fingerprint>
|
1751
|
-
<fingerprint pattern="^TornadoServer/((?:\d+\.)*\d+)$"
|
1751
|
+
<fingerprint pattern="(?i)^TornadoServer/((?:\d+\.)*\d+)$">
|
1752
1752
|
<description>Tornado Python web framework and asynchronous networking library.</description>
|
1753
1753
|
<example>TornadoServer/4.0.2</example>
|
1754
1754
|
<param pos="0" name="service.vendor" value="TornadoWeb"/>
|
@@ -1757,7 +1757,7 @@
|
|
1757
1757
|
<param pos="0" name="service.family" value="Tornado"/>
|
1758
1758
|
<param pos="1" name="service.version"/>
|
1759
1759
|
</fingerprint>
|
1760
|
-
<fingerprint pattern="^SimpleHTTP/((?:\d+\.)*\d+)\s*Python/((?:\d+\.)*\d+)$"
|
1760
|
+
<fingerprint pattern="(?i)^SimpleHTTP/((?:\d+\.)*\d+)\s*Python/((?:\d+\.)*\d+)$">
|
1761
1761
|
<description>SimpleHTTPRequestHandler Python class is a simple HTTP request handler.</description>
|
1762
1762
|
<example>SimpleHTTP/0.6 Python/2.7.6</example>
|
1763
1763
|
<example>SimpleHTTP/0.6 Python/3.4.0</example>
|
data/xml/http_wwwauth.xml
CHANGED
@@ -171,7 +171,7 @@
|
|
171
171
|
<param pos="0" name="os.device" value="WAP"/>
|
172
172
|
<param pos="1" name="os.product"/>
|
173
173
|
</fingerprint>
|
174
|
-
<fingerprint pattern="^(?:Basic|Digest) .*realm="Broadcom Management Service".*$"
|
174
|
+
<fingerprint pattern="(?i)^(?:Basic|Digest) .*realm="Broadcom Management Service".*$">
|
175
175
|
<description>Supposedly part of Broadcom Advanced Control Suite 3 (BACS3) or something similar</description>
|
176
176
|
<example>Digest qop="auth", realm="Broadcom Management Service", nonce="AAAAAAAAAAAAAP//DwHpMwYy1zc=", algorithm="MD5"</example>
|
177
177
|
<param pos="0" name="service.vendor" value="Broadcom"/>
|
@@ -207,7 +207,7 @@
|
|
207
207
|
<param pos="0" name="service.cpe23" value="cpe:/a:f5:big-ip_local_traffic_manager:-"/>
|
208
208
|
</fingerprint>
|
209
209
|
<!-- HP ProCurve -->
|
210
|
-
<fingerprint pattern="^(?:Basic|Digest) realm="(?:HP|ProCurve) (J[3]\d{3}A)"$"
|
210
|
+
<fingerprint pattern="(?i)^(?:Basic|Digest) realm="(?:HP|ProCurve) (J[3]\d{3}A)"$">
|
211
211
|
<description>HP ProCurve Hubs</description>
|
212
212
|
<example os.product="J3295A">Basic realm="HP J3295A"</example>
|
213
213
|
<param pos="0" name="os.vendor" value="HP"/>
|
@@ -215,7 +215,7 @@
|
|
215
215
|
<param pos="0" name="os.device" value="Hub"/>
|
216
216
|
<param pos="1" name="os.product"/>
|
217
217
|
</fingerprint>
|
218
|
-
<fingerprint pattern="^(?:Basic|Digest) realm="(?:HP|ProCurve) (J[489]\d{3}A)"$"
|
218
|
+
<fingerprint pattern="(?i)^(?:Basic|Digest) realm="(?:HP|ProCurve) (J[489]\d{3}A)"$">
|
219
219
|
<description>HP ProCurve Switches</description>
|
220
220
|
<example os.product="J4110A">Basic realm="HP J4110A"</example>
|
221
221
|
<example os.product="J8164A">Basic realm="ProCurve J8164A"</example>
|
@@ -234,7 +234,7 @@
|
|
234
234
|
<param pos="0" name="service.family" value="Oracle"/>
|
235
235
|
</fingerprint>
|
236
236
|
<!-- a variety of headers we currently just ignore -->
|
237
|
-
<fingerprint pattern="^NTLM$"
|
237
|
+
<fingerprint pattern="(?i)^NTLM$">
|
238
238
|
<description>Ignore NTLM-only</description>
|
239
239
|
<example>NTLM</example>
|
240
240
|
<example>Ntlm</example>
|
@@ -12,110 +12,471 @@
|
|
12
12
|
The number specified after osxvers= is equivalent to the major
|
13
13
|
version of OS X plus 4. E.g. osxvers=13 means OS X 10.9
|
14
14
|
-->
|
15
|
+
<fingerprint pattern="^osxvers=18">
|
16
|
+
<description>OS X 10.14 (Mojave)</description>
|
17
|
+
<example>osxvers=18</example>
|
18
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
19
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.14"/>
|
20
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
21
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
22
|
+
<param pos="0" name="os.version" value="10.14"/>
|
23
|
+
</fingerprint>
|
24
|
+
<fingerprint pattern="^osxvers=17">
|
25
|
+
<description>OS X 10.13 (High Sierra)</description>
|
26
|
+
<example>osxvers=17</example>
|
27
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
28
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.13"/>
|
29
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
30
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
31
|
+
<param pos="0" name="os.version" value="10.13"/>
|
32
|
+
</fingerprint>
|
33
|
+
<fingerprint pattern="^osxvers=16">
|
34
|
+
<description>OS X 10.12 (Sierra)</description>
|
35
|
+
<example>osxvers=16</example>
|
36
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
37
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.12"/>
|
38
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
39
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
40
|
+
<param pos="0" name="os.version" value="10.12"/>
|
41
|
+
</fingerprint>
|
42
|
+
<fingerprint pattern="^osxvers=15">
|
43
|
+
<description>OS X 10.11 (El Capitan)</description>
|
44
|
+
<example>osxvers=15</example>
|
45
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
46
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.11"/>
|
47
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
48
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
49
|
+
<param pos="0" name="os.version" value="10.11"/>
|
50
|
+
</fingerprint>
|
15
51
|
<fingerprint pattern="^osxvers=14">
|
16
52
|
<description>OS X 10.10 (Yosemite)</description>
|
17
53
|
<example>osxvers=14</example>
|
18
54
|
<param pos="0" name="os.vendor" value="Apple"/>
|
55
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.10"/>
|
19
56
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
20
57
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
21
58
|
<param pos="0" name="os.version" value="10.10"/>
|
22
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.10"/>
|
23
59
|
</fingerprint>
|
24
60
|
<fingerprint pattern="^osxvers=13">
|
25
61
|
<description>OS X 10.9 (Mavericks)</description>
|
26
62
|
<example>osxvers=13</example>
|
27
63
|
<param pos="0" name="os.vendor" value="Apple"/>
|
64
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.9"/>
|
28
65
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
29
66
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
30
67
|
<param pos="0" name="os.version" value="10.9"/>
|
31
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.9"/>
|
32
68
|
</fingerprint>
|
33
69
|
<fingerprint pattern="^osxvers=12">
|
34
70
|
<description>OS X 10.8 (Mountain Lion)</description>
|
35
71
|
<example>osxvers=12</example>
|
36
72
|
<param pos="0" name="os.vendor" value="Apple"/>
|
73
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.8"/>
|
37
74
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
38
75
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
39
76
|
<param pos="0" name="os.version" value="10.8"/>
|
40
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.8"/>
|
41
77
|
</fingerprint>
|
42
78
|
<fingerprint pattern="^osxvers=11">
|
43
79
|
<description>Mac OS X 10.7 (Lion)</description>
|
44
80
|
<example>osxvers=11</example>
|
45
81
|
<param pos="0" name="os.vendor" value="Apple"/>
|
82
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.7"/>
|
46
83
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
47
84
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
48
85
|
<param pos="0" name="os.version" value="10.7"/>
|
49
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.7"/>
|
50
86
|
</fingerprint>
|
51
87
|
<fingerprint pattern="^osxvers=10">
|
52
88
|
<description>Mac OS X 10.6 (Snow Leopard)</description>
|
53
89
|
<example>osxvers=10</example>
|
54
90
|
<param pos="0" name="os.vendor" value="Apple"/>
|
91
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.6"/>
|
55
92
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
56
93
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
57
94
|
<param pos="0" name="os.version" value="10.6"/>
|
58
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.6"/>
|
59
95
|
</fingerprint>
|
60
96
|
<fingerprint pattern="^osxvers=9">
|
61
97
|
<description>Mac OS X 10.5 (Leopard)</description>
|
62
98
|
<example>osxvers=9</example>
|
63
99
|
<param pos="0" name="os.vendor" value="Apple"/>
|
100
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.5"/>
|
64
101
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
65
102
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
66
103
|
<param pos="0" name="os.version" value="10.5"/>
|
67
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.5"/>
|
68
104
|
</fingerprint>
|
69
105
|
<fingerprint pattern="^osxvers=8">
|
70
106
|
<description>Mac OS X 10.4 (Tiger)</description>
|
71
107
|
<example>osxvers=8</example>
|
72
108
|
<param pos="0" name="os.vendor" value="Apple"/>
|
109
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.4"/>
|
73
110
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
74
111
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
75
112
|
<param pos="0" name="os.version" value="10.4"/>
|
76
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.4"/>
|
77
113
|
</fingerprint>
|
78
114
|
<fingerprint pattern="^osxvers=7">
|
79
115
|
<description>Mac OS X 10.3 (Panther)</description>
|
80
116
|
<example>osxvers=7</example>
|
81
117
|
<param pos="0" name="os.vendor" value="Apple"/>
|
118
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.3"/>
|
82
119
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
83
120
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
84
121
|
<param pos="0" name="os.version" value="10.3"/>
|
85
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.3"/>
|
86
122
|
</fingerprint>
|
87
123
|
<fingerprint pattern="^osxvers=6">
|
88
124
|
<description>Mac OS X 10.2 (Jaguar)</description>
|
89
125
|
<example>osxvers=6</example>
|
90
126
|
<param pos="0" name="os.vendor" value="Apple"/>
|
127
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.2"/>
|
91
128
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
92
129
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
93
130
|
<param pos="0" name="os.version" value="10.2"/>
|
94
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.2"/>
|
95
131
|
</fingerprint>
|
96
132
|
<fingerprint pattern="^osxvers=5">
|
97
133
|
<description>Mac OS X 10.1 (Puma)</description>
|
98
134
|
<example>osxvers=5</example>
|
99
135
|
<param pos="0" name="os.vendor" value="Apple"/>
|
136
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.1"/>
|
100
137
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
101
138
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
102
139
|
<param pos="0" name="os.version" value="10.1"/>
|
103
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.1"/>
|
104
140
|
</fingerprint>
|
105
141
|
<fingerprint pattern="^osxvers=4">
|
106
142
|
<description>Mac OS X 10.0 (Cheetah)</description>
|
107
143
|
<example>osxvers=4</example>
|
108
144
|
<param pos="0" name="os.vendor" value="Apple"/>
|
145
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.0"/>
|
109
146
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
110
147
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
111
148
|
<param pos="0" name="os.version" value="10.0"/>
|
112
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.0"/>
|
113
149
|
</fingerprint>
|
150
|
+
<!-- The entry below is very likely an AirPort Extreme but I can't find a reference. -->
|
114
151
|
<fingerprint pattern="^model=AirPort.*$">
|
115
152
|
<description>AirPort</description>
|
116
153
|
<example>model=AirPort5,114</example>
|
117
154
|
<param pos="0" name="os.vendor" value="Apple"/>
|
155
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:airport_base_station_firmware:-"/>
|
118
156
|
<param pos="0" name="os.family" value="AirPort"/>
|
119
|
-
<param pos="0" name="os.product" value="AirPort"/>
|
157
|
+
<param pos="0" name="os.product" value="AirPort Base Station Firmware"/>
|
158
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
159
|
+
<param pos="0" name="hw.family" value="AirPort"/>
|
160
|
+
<param pos="0" name="hw.product" value="AirPort"/>
|
161
|
+
<param pos="0" name="hw.device" value="WAP"/>
|
162
|
+
</fingerprint>
|
163
|
+
<!-- MacBookPro - Reference for the following: https://support.apple.com/en-us/HT201300 -->
|
164
|
+
<fingerprint pattern="^model=MacBookPro15,2$">
|
165
|
+
<description>MacBook Pro (13-inch, 2018, Four Thunderbolt 3 ports)</description>
|
166
|
+
<example>model=MacBookPro15,2</example>
|
167
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
168
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
169
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
170
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
171
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
172
|
+
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
173
|
+
<param pos="0" name="hw.product" value="MacBook Pro (13-inch, 2018, Four Thunderbolt 3 ports)"/>
|
174
|
+
<param pos="0" name="hw.device" value="Laptop"/>
|
175
|
+
</fingerprint>
|
176
|
+
<fingerprint pattern="^model=MacBookPro15,1$">
|
177
|
+
<description>MacBook Pro (15-inch, 2018)</description>
|
178
|
+
<example>model=MacBookPro15,1</example>
|
179
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
180
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
181
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
182
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
183
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
184
|
+
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
185
|
+
<param pos="0" name="hw.product" value="MacBook Pro (15-inch, 2018)"/>
|
186
|
+
<param pos="0" name="hw.device" value="Laptop"/>
|
187
|
+
</fingerprint>
|
188
|
+
<fingerprint pattern="^model=MacBookPro14,3$">
|
189
|
+
<description>MacBook Pro (15-inch, 2017)</description>
|
190
|
+
<example>model=MacBookPro14,3</example>
|
191
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
192
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
193
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
194
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
195
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
196
|
+
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
197
|
+
<param pos="0" name="hw.product" value="MacBook Pro (15-inch, 2017)"/>
|
198
|
+
<param pos="0" name="hw.device" value="Laptop"/>
|
199
|
+
</fingerprint>
|
200
|
+
<fingerprint pattern="^model=MacBookPro14,2$">
|
201
|
+
<description>MacBook Pro (13-inch, 2017, Four Thunderbolt 3 ports)</description>
|
202
|
+
<example>model=MacBookPro14,2</example>
|
203
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
204
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
205
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
206
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
207
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
208
|
+
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
209
|
+
<param pos="0" name="hw.product" value="MacBook Pro (13-inch, 2017, Four Thunderbolt 3 ports)"/>
|
210
|
+
<param pos="0" name="hw.device" value="Laptop"/>
|
211
|
+
</fingerprint>
|
212
|
+
<fingerprint pattern="^model=MacBookPro14,1$">
|
213
|
+
<description>MacBook Pro (13-inch, 2017, Two Thunderbolt 3 ports)</description>
|
214
|
+
<example>model=MacBookPro14,1</example>
|
215
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
216
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
217
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
218
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
219
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
220
|
+
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
221
|
+
<param pos="0" name="hw.product" value="MacBook Pro (13-inch, 2017, Two Thunderbolt 3 ports)"/>
|
222
|
+
<param pos="0" name="hw.device" value="Laptop"/>
|
223
|
+
</fingerprint>
|
224
|
+
<fingerprint pattern="^model=MacBookPro13,3$">
|
225
|
+
<description>MacBook Pro (15-inch, 2016)</description>
|
226
|
+
<example>model=MacBookPro13,3</example>
|
227
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
228
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
229
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
230
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
231
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
232
|
+
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
233
|
+
<param pos="0" name="hw.product" value="MacBook Pro (15-inch, 2016)"/>
|
234
|
+
<param pos="0" name="hw.device" value="Laptop"/>
|
235
|
+
</fingerprint>
|
236
|
+
<fingerprint pattern="^model=MacBookPro13,2$">
|
237
|
+
<description>MacBook Pro (13-inch, 2016, Four Thunderbolt 3 ports)</description>
|
238
|
+
<example>model=MacBookPro13,2</example>
|
239
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
240
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
241
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
242
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
243
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
244
|
+
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
245
|
+
<param pos="0" name="hw.product" value="MacBook Pro (13-inch, 2016, Four Thunderbolt 3 ports)"/>
|
246
|
+
<param pos="0" name="hw.device" value="Laptop"/>
|
247
|
+
</fingerprint>
|
248
|
+
<fingerprint pattern="^model=MacBookPro13,1$">
|
249
|
+
<description>MacBook Pro (13-inch, 2016, Two Thunderbolt 3 ports)</description>
|
250
|
+
<example>model=MacBookPro13,1</example>
|
251
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
252
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
253
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
254
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
255
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
256
|
+
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
257
|
+
<param pos="0" name="hw.product" value="MacBook Pro (13-inch, 2016, Two Thunderbolt 3 ports)"/>
|
258
|
+
<param pos="0" name="hw.device" value="Laptop"/>
|
259
|
+
</fingerprint>
|
260
|
+
<fingerprint pattern="^model=MacBookPro11,4$">
|
261
|
+
<description>MacBook Pro (Retina, 15-inch, Mid 2015)</description>
|
262
|
+
<example>model=MacBookPro11,4</example>
|
263
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
264
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
265
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
266
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
267
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
268
|
+
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
269
|
+
<param pos="0" name="hw.product" value="MacBook Pro (Retina, 15-inch, Mid 2015)"/>
|
270
|
+
<param pos="0" name="hw.device" value="Laptop"/>
|
271
|
+
</fingerprint>
|
272
|
+
<fingerprint pattern="^model=MacBookPro11,3$">
|
273
|
+
<description>MacBook Pro (Retina, 15-inch, Late 2013) - rev 2</description>
|
274
|
+
<example>model=MacBookPro11,3</example>
|
275
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
276
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
277
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
278
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
279
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
280
|
+
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
281
|
+
<param pos="0" name="hw.product" value="MacBook Pro (Retina, 15-inch, Late 2013)"/>
|
282
|
+
<param pos="0" name="hw.device" value="Laptop"/>
|
283
|
+
</fingerprint>
|
284
|
+
<fingerprint pattern="^model=MacBookPro11,2$">
|
285
|
+
<description>MacBook Pro (Retina, 15-inch, Late 2013)</description>
|
286
|
+
<example>model=MacBookPro11,2</example>
|
287
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
288
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
289
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
290
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
291
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
292
|
+
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
293
|
+
<param pos="0" name="hw.product" value="MacBook Pro (Retina, 15-inch, Late 2013)"/>
|
294
|
+
<param pos="0" name="hw.device" value="Laptop"/>
|
295
|
+
</fingerprint>
|
296
|
+
<fingerprint pattern="^model=MacBookPro11,1$">
|
297
|
+
<description>MacBook Pro (Retina, 13-inch, Late 2013)</description>
|
298
|
+
<example>model=MacBookPro11,1</example>
|
299
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
300
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
301
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
302
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
303
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
304
|
+
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
305
|
+
<param pos="0" name="hw.product" value="MacBook Pro (Retina, 13-inch, Late 2013)"/>
|
306
|
+
<param pos="0" name="hw.device" value="Laptop"/>
|
307
|
+
</fingerprint>
|
308
|
+
<fingerprint pattern="^model=MacBookPro10,2$">
|
309
|
+
<description>MacBook Pro (Retina, 13-inch, Early 2013)</description>
|
310
|
+
<example>model=MacBookPro10,2</example>
|
311
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
312
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
313
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
314
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
315
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
316
|
+
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
317
|
+
<param pos="0" name="hw.product" value="MacBook Pro (Retina, 13-inch, Early 2013)"/>
|
318
|
+
<param pos="0" name="hw.device" value="Laptop"/>
|
319
|
+
</fingerprint>
|
320
|
+
<fingerprint pattern="^model=MacBookPro10,1$">
|
321
|
+
<description>MacBook Pro (Retina, 15-inch, Early 2013)</description>
|
322
|
+
<example>model=MacBookPro10,1</example>
|
323
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
324
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
325
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
326
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
327
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
328
|
+
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
329
|
+
<param pos="0" name="hw.product" value="MacBook Pro (Retina, 15-inch, Early 2013)"/>
|
330
|
+
<param pos="0" name="hw.device" value="Laptop"/>
|
331
|
+
</fingerprint>
|
332
|
+
<!-- MacBook - Reference for the following: https://support.apple.com/en-us/HT201608 -->
|
333
|
+
<fingerprint pattern="^model=MacBook10,1$">
|
334
|
+
<description>MacBook (Retina, 12-inch, 2017)</description>
|
335
|
+
<example>model=MacBook10,1</example>
|
336
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
337
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
338
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
339
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
340
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
341
|
+
<param pos="0" name="hw.family" value="MacBook"/>
|
342
|
+
<param pos="0" name="hw.product" value="MacBook (Retina, 12-inch, 2017)"/>
|
343
|
+
<param pos="0" name="hw.device" value="Laptop"/>
|
344
|
+
</fingerprint>
|
345
|
+
<fingerprint pattern="^model=MacBook9,1$">
|
346
|
+
<description>MacBook (Retina, 12-inch, Early 2016)</description>
|
347
|
+
<example>model=MacBook9,1</example>
|
348
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
349
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
350
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
351
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
352
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
353
|
+
<param pos="0" name="hw.family" value="MacBook"/>
|
354
|
+
<param pos="0" name="hw.product" value="MacBook (Retina, 12-inch, Early 2016)"/>
|
355
|
+
<param pos="0" name="hw.device" value="Laptop"/>
|
356
|
+
</fingerprint>
|
357
|
+
<fingerprint pattern="^model=MacBook8,1$">
|
358
|
+
<description>MacBook (Retina, 12-inch, Early 2015)</description>
|
359
|
+
<example>model=MacBook8,1</example>
|
360
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
361
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
362
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
363
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
364
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
365
|
+
<param pos="0" name="hw.family" value="MacBook"/>
|
366
|
+
<param pos="0" name="hw.product" value="MacBook (Retina, 12-inch, Early 2015)"/>
|
367
|
+
<param pos="0" name="hw.device" value="Laptop"/>
|
368
|
+
</fingerprint>
|
369
|
+
<fingerprint pattern="^model=MacBook7,1$">
|
370
|
+
<description>MacBook (13-inch, Mid 2010)</description>
|
371
|
+
<example>model=MacBook7,1</example>
|
372
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
373
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
374
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
375
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
376
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
377
|
+
<param pos="0" name="hw.family" value="MacBook"/>
|
378
|
+
<param pos="0" name="hw.product" value="MacBook (13-inch, Mid 2010)"/>
|
379
|
+
<param pos="0" name="hw.device" value="Laptop"/>
|
380
|
+
</fingerprint>
|
381
|
+
<!-- MacMini - Reference for the following: https://support.apple.com/en-us/HT201894 -->
|
382
|
+
<fingerprint pattern="^model=Macmini7,1$">
|
383
|
+
<description>Mac mini (Late 2014)</description>
|
384
|
+
<example>model=Macmini7,1</example>
|
385
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
386
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
387
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
388
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
389
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
390
|
+
<param pos="0" name="hw.family" value="Mac mini"/>
|
391
|
+
<param pos="0" name="hw.product" value="Mac mini (Late 2014)"/>
|
392
|
+
<param pos="0" name="hw.device" value="Desktop"/>
|
393
|
+
</fingerprint>
|
394
|
+
<fingerprint pattern="^model=Macmini6,2$">
|
395
|
+
<description>Mac mini (Late 2012) - rev 2</description>
|
396
|
+
<example>model=Macmini6,2</example>
|
397
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
398
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
399
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
400
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
401
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
402
|
+
<param pos="0" name="hw.family" value="Mac mini"/>
|
403
|
+
<param pos="0" name="hw.product" value="Mac mini (Late 2012)"/>
|
404
|
+
<param pos="0" name="hw.device" value="Desktop"/>
|
405
|
+
</fingerprint>
|
406
|
+
<fingerprint pattern="^model=Macmini6,1$">
|
407
|
+
<description>Mac mini (Late 2012)</description>
|
408
|
+
<example>model=Macmini6,1</example>
|
409
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
410
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
411
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
412
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
413
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
414
|
+
<param pos="0" name="hw.family" value="Mac mini"/>
|
415
|
+
<param pos="0" name="hw.product" value="Mac mini (Late 2012)"/>
|
416
|
+
<param pos="0" name="hw.device" value="Desktop"/>
|
417
|
+
</fingerprint>
|
418
|
+
<!-- iPad Pro - Reference for the following: https://www.theiphonewiki.com/ -->
|
419
|
+
<fingerprint pattern="^model=J20[78]AP$">
|
420
|
+
<description>iPad Pro (10.5-inch)</description>
|
421
|
+
<example>model=J207AP</example>
|
422
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
423
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:iphone_os:-"/>
|
424
|
+
<param pos="0" name="os.family" value="iOS"/>
|
425
|
+
<param pos="0" name="os.product" value="iOS"/>
|
426
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
427
|
+
<param pos="0" name="hw.family" value="iPad Pro"/>
|
428
|
+
<param pos="0" name="hw.product" value="iPad Pro (10.5-inch)"/>
|
429
|
+
<param pos="0" name="hw.device" value="Tablet"/>
|
430
|
+
</fingerprint>
|
431
|
+
<fingerprint pattern="^model=J12[78]AP$">
|
432
|
+
<description>iPad Pro (9.7-inch))</description>
|
433
|
+
<example>model=J127AP</example>
|
434
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
435
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:iphone_os:-"/>
|
436
|
+
<param pos="0" name="os.family" value="iOS"/>
|
437
|
+
<param pos="0" name="os.product" value="iOS"/>
|
438
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
439
|
+
<param pos="0" name="hw.family" value="iPad Pro"/>
|
440
|
+
<param pos="0" name="hw.product" value="iPad Pro (9.7-inch)"/>
|
441
|
+
<param pos="0" name="hw.device" value="Tablet"/>
|
442
|
+
</fingerprint>
|
443
|
+
<!-- iPad -->
|
444
|
+
<fingerprint pattern="^model=J71[ts]AP$">
|
445
|
+
<description>iPad (5th generation)</description>
|
446
|
+
<example>model=J71tAP</example>
|
447
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
448
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:iphone_os:-"/>
|
449
|
+
<param pos="0" name="os.family" value="iOS"/>
|
450
|
+
<param pos="0" name="os.product" value="iOS"/>
|
451
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
452
|
+
<param pos="0" name="hw.family" value="iPad"/>
|
453
|
+
<param pos="0" name="hw.product" value="iPad (5th generation)"/>
|
454
|
+
<param pos="0" name="hw.device" value="Tablet"/>
|
455
|
+
</fingerprint>
|
456
|
+
<!-- iPad Air -->
|
457
|
+
<fingerprint pattern="^model=J7[123]AP$">
|
458
|
+
<description>iPad Air</description>
|
459
|
+
<example>model=J72AP</example>
|
460
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
461
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:iphone_os:-"/>
|
462
|
+
<param pos="0" name="os.family" value="iOS"/>
|
463
|
+
<param pos="0" name="os.product" value="iOS"/>
|
464
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
465
|
+
<param pos="0" name="hw.family" value="iPad Air"/>
|
466
|
+
<param pos="0" name="hw.product" value="iPad Air"/>
|
467
|
+
<param pos="0" name="hw.device" value="Tablet"/>
|
468
|
+
</fingerprint>
|
469
|
+
<!-- iPad mini -->
|
470
|
+
<fingerprint pattern="^model=J8[567]AP$">
|
471
|
+
<description>iPad mini 2</description>
|
472
|
+
<example>model=J85AP</example>
|
473
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
474
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:iphone_os:-"/>
|
475
|
+
<param pos="0" name="os.family" value="iOS"/>
|
476
|
+
<param pos="0" name="os.product" value="iOS"/>
|
477
|
+
<param pos="0" name="hw.vendor" value="Apple"/>
|
478
|
+
<param pos="0" name="hw.family" value="iPad mini"/>
|
479
|
+
<param pos="0" name="hw.product" value="iPad mini 2"/>
|
480
|
+
<param pos="0" name="hw.device" value="Tablet"/>
|
120
481
|
</fingerprint>
|
121
482
|
</fingerprints>
|