recog 2.3.8 → 2.3.9
Sign up to get free protection for your applications and to get access to all the features.
- 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/xml/http_cookies.xml
CHANGED
@@ -1,9 +1,10 @@
|
|
1
|
-
<?xml version=
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
2
|
<fingerprints matches="http_header.cookie" protocol="http" database_type="service">
|
3
3
|
<!--
|
4
4
|
Set-Cookie HTTP header values are matched against these patterns to fingerprint HTTP
|
5
5
|
servers.
|
6
6
|
-->
|
7
|
+
|
7
8
|
<fingerprint pattern="^(CFCLIENT_[^=]+|CFGLOBALS|CFID|CFTOKEN)=.*">
|
8
9
|
<description>Adobe (Macromedia) ColdFusion uses various cookies</description>
|
9
10
|
<param pos="1" name="cookie"/>
|
@@ -12,6 +13,7 @@
|
|
12
13
|
<param pos="0" name="service.product" value="ColdFusion"/>
|
13
14
|
<param pos="0" name="service.cpe23" value="cpe:/a:adobe:coldfusion:-"/>
|
14
15
|
</fingerprint>
|
16
|
+
|
15
17
|
<fingerprint pattern="^ANsession\d+=(\S+);.*">
|
16
18
|
<description>Array Networks Secure Access Gateway / SSL VPN</description>
|
17
19
|
<example>ANsession0002262072457555=IPMI; path=/;secure</example>
|
@@ -20,6 +22,7 @@
|
|
20
22
|
<param pos="0" name="service.family" value="Secure Access Gateway"/>
|
21
23
|
<param pos="0" name="hw.device" value="VPN"/>
|
22
24
|
</fingerprint>
|
25
|
+
|
23
26
|
<fingerprint pattern="^(Apache)=[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.([0-9]+);.*">
|
24
27
|
<description>Apache</description>
|
25
28
|
<param pos="1" name="cookie"/>
|
@@ -29,6 +32,7 @@
|
|
29
32
|
<param pos="0" name="service.product" value="HTTPD"/>
|
30
33
|
<param pos="0" name="service.cpe23" value="cpe:/a:apache:http_server:-"/>
|
31
34
|
</fingerprint>
|
35
|
+
|
32
36
|
<fingerprint pattern="^(JServSessionIdroot)=.*">
|
33
37
|
<description>Apache JServ</description>
|
34
38
|
<param pos="1" name="cookie"/>
|
@@ -36,6 +40,7 @@
|
|
36
40
|
<param pos="0" name="service.family" value="JServ"/>
|
37
41
|
<param pos="0" name="service.product" value="JServ"/>
|
38
42
|
</fingerprint>
|
43
|
+
|
39
44
|
<fingerprint pattern="^(ATG_SESSION_ID|DYN_USER_CONFIRM|DYN_USER_ID)=.*">
|
40
45
|
<description>ATG Dynamo</description>
|
41
46
|
<param pos="1" name="cookie"/>
|
@@ -43,6 +48,7 @@
|
|
43
48
|
<param pos="0" name="service.family" value="Dynamo"/>
|
44
49
|
<param pos="0" name="service.product" value="Dynamo"/>
|
45
50
|
</fingerprint>
|
51
|
+
|
46
52
|
<fingerprint pattern="^(WebLogicSession)=[^!]+![^!]+!([0-9]+);.*">
|
47
53
|
<description>BEA WebLogic (with timestamp)</description>
|
48
54
|
<param pos="1" name="cookie"/>
|
@@ -52,6 +58,7 @@
|
|
52
58
|
<param pos="0" name="service.product" value="WebLogic"/>
|
53
59
|
<param pos="0" name="service.cpe23" value="cpe:/a:bea:weblogic_server:-"/>
|
54
60
|
</fingerprint>
|
61
|
+
|
55
62
|
<fingerprint pattern="^(WebLogicSession)=.*">
|
56
63
|
<description>BEA WebLogic (no timestamp)</description>
|
57
64
|
<param pos="1" name="cookie"/>
|
@@ -60,6 +67,7 @@
|
|
60
67
|
<param pos="0" name="service.product" value="WebLogic"/>
|
61
68
|
<param pos="0" name="service.cpe23" value="cpe:/a:bea:weblogic_server:-"/>
|
62
69
|
</fingerprint>
|
70
|
+
|
63
71
|
<fingerprint pattern="^(BCSI-CSC[0-9A-Za-z]+)=.*">
|
64
72
|
<description>BlueCoat Proxy</description>
|
65
73
|
<param pos="1" name="cookie"/>
|
@@ -67,20 +75,22 @@
|
|
67
75
|
<param pos="0" name="service.family" value="Proxy"/>
|
68
76
|
<param pos="0" name="service.product" value="Proxy"/>
|
69
77
|
</fingerprint>
|
78
|
+
|
70
79
|
<fingerprint pattern="^(CAKEPHP)=.*">
|
71
80
|
<description>CakePHP - http://www.cakephp.org/</description>
|
72
81
|
<param pos="1" name="cookie"/>
|
73
82
|
<param pos="0" name="service.family" value="PHP"/>
|
74
83
|
<param pos="0" name="service.product" value="CakePHP"/>
|
75
84
|
</fingerprint>
|
85
|
+
|
76
86
|
<!--
|
77
87
|
For the following two Cisco Content Service Switch fingerprints:
|
78
88
|
The cookie value breaks down to [box-id][service-id][timeout-value]
|
79
89
|
unfortunately, there's no separator so it's hard to tell what the
|
80
90
|
actual break is between the pieces of data.
|
81
|
-
|
82
91
|
http://www.cisco.com/warp/public/117/AP_cookies.html
|
83
92
|
-->
|
93
|
+
|
84
94
|
<fingerprint pattern="^(ARPT)=([A-Z]+)([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3})[A-Z]+.*">
|
85
95
|
<description>Cisco 11000 Series Content Service Switch (CSS)</description>
|
86
96
|
<param pos="1" name="cookie"/>
|
@@ -90,6 +100,7 @@
|
|
90
100
|
<param pos="0" name="service.family" value="Content Service Switch"/>
|
91
101
|
<param pos="0" name="service.product" value="11000 Series Content Service Switch"/>
|
92
102
|
</fingerprint>
|
103
|
+
|
93
104
|
<fingerprint pattern="^(ARPT)=.*">
|
94
105
|
<description>Cisco 11000 Series Content Service Switch (CSS) - catch all variant</description>
|
95
106
|
<param pos="1" name="cookie"/>
|
@@ -97,6 +108,7 @@
|
|
97
108
|
<param pos="0" name="service.family" value="Content Service Switch"/>
|
98
109
|
<param pos="0" name="service.product" value="11000 Series Content Service Switch"/>
|
99
110
|
</fingerprint>
|
111
|
+
|
100
112
|
<fingerprint pattern="^webvpn(?:c|context|_portal|Lang|login|SharePoint)?=">
|
101
113
|
<description>Cisco ASA VPN</description>
|
102
114
|
<example>webvpn=; expires=Thu, 01 Jan 1970 22:00:00 GMT; path=/; secure</example>
|
@@ -117,6 +129,7 @@
|
|
117
129
|
<param pos="0" name="hw.device" value="Firewall"/>
|
118
130
|
<param pos="0" name="hw.cpe23" value="cpe:/h:cisco:adaptive_security_appliance:-"/>
|
119
131
|
</fingerprint>
|
132
|
+
|
120
133
|
<fingerprint pattern="^(st8id)=.*">
|
121
134
|
<description>Citrix Application Protection System, Enterprise - http://support.citrix.com/article/CTX109330</description>
|
122
135
|
<param pos="1" name="cookie"/>
|
@@ -124,9 +137,11 @@
|
|
124
137
|
<param pos="0" name="service.family" value="Application Protection System"/>
|
125
138
|
<param pos="0" name="service.product" value="Application Protection System, Enterprise"/>
|
126
139
|
</fingerprint>
|
127
|
-
|
140
|
+
|
141
|
+
<fingerprint pattern="^NSC_(?:AAAC|BASEURL|CERT|DLGE|EPAC|TASS|TEMP|TMA[APS]|PERS|USER)=.*">
|
128
142
|
<description>Citrix NetScaler</description>
|
129
143
|
<example>NSC_AAAC=xyz;</example>
|
144
|
+
<example>NSC_TEMP=xyz;</example>
|
130
145
|
<param pos="0" name="os.vendor" value="Citrix"/>
|
131
146
|
<param pos="0" name="os.family" value="NetScaler"/>
|
132
147
|
<param pos="0" name="os.device" value="Network Management Device"/>
|
@@ -137,14 +152,16 @@
|
|
137
152
|
<param pos="0" name="service.product" value="NetScaler"/>
|
138
153
|
<param pos="0" name="service.cpe23" value="cpe:/a:citrix:netscaler:-"/>
|
139
154
|
</fingerprint>
|
155
|
+
|
140
156
|
<fingerprint pattern="^DSSignInURL=/">
|
141
157
|
<description>Pulse Secure VPN</description>
|
142
158
|
<example>DSSignInURL=/; path=/; secure</example>
|
143
159
|
<param pos="0" name="os.vendor" value="Pulse Secure"/>
|
144
|
-
<param pos="0" name="os.family" value="SSL
|
145
|
-
<param pos="0" name="os.device" value="SSL
|
146
|
-
<param pos="0" name="os.product" value="SSL
|
160
|
+
<param pos="0" name="os.family" value="SSL-VPN"/>
|
161
|
+
<param pos="0" name="os.device" value="SSL-VPN"/>
|
162
|
+
<param pos="0" name="os.product" value="SSL-VPN"/>
|
147
163
|
</fingerprint>
|
164
|
+
|
148
165
|
<fingerprint pattern="^(EktGUID|ecm)=.*">
|
149
166
|
<description>Ektron CMS400.net</description>
|
150
167
|
<param pos="1" name="cookie"/>
|
@@ -152,8 +169,10 @@
|
|
152
169
|
<param pos="0" name="service.family" value="CMS400.NET"/>
|
153
170
|
<param pos="0" name="service.product" value="CMS400.NET"/>
|
154
171
|
</fingerprint>
|
155
|
-
|
172
|
+
|
173
|
+
<fingerprint pattern="(?i)^(BIGipServer([^=]+))=.*">
|
156
174
|
<description>F5 BIG-IP LTM - Server variant</description>
|
175
|
+
<example loadbalancer.poolname="CustomerRP">BigIpServerCustomerRP=5a; path=/; domain=.foo.bar; secure; HttpOnly</example>
|
157
176
|
<param pos="1" name="cookie"/>
|
158
177
|
<param pos="2" name="loadbalancer.poolname"/>
|
159
178
|
<param pos="0" name="service.vendor" value="F5"/>
|
@@ -161,6 +180,7 @@
|
|
161
180
|
<param pos="0" name="service.product" value="BIG-IP LTM"/>
|
162
181
|
<param pos="0" name="service.cpe23" value="cpe:/a:f5:big-ip_local_traffic_manager:-"/>
|
163
182
|
</fingerprint>
|
183
|
+
|
164
184
|
<fingerprint pattern="^(BigIPCookie)=.*">
|
165
185
|
<description>F5 BIG-IP LTM</description>
|
166
186
|
<param pos="1" name="cookie"/>
|
@@ -169,6 +189,7 @@
|
|
169
189
|
<param pos="0" name="service.product" value="BIG-IP LTM"/>
|
170
190
|
<param pos="0" name="service.cpe23" value="cpe:/a:f5:big-ip_local_traffic_manager:-"/>
|
171
191
|
</fingerprint>
|
192
|
+
|
172
193
|
<fingerprint pattern="^(SERVERID)=([A-Za-z0-9\-_]+)">
|
173
194
|
<description>HAProxy - http://haproxy.1wt.eu/download/1.2/doc/architecture.txt</description>
|
174
195
|
<param pos="1" name="cookie"/>
|
@@ -176,6 +197,7 @@
|
|
176
197
|
<param pos="0" name="service.family" value="HAProxy"/>
|
177
198
|
<param pos="0" name="service.product" value="HAProxy"/>
|
178
199
|
</fingerprint>
|
200
|
+
|
179
201
|
<fingerprint pattern="^(AMWEBJCT!([^!]+)!([^=]+))=.*">
|
180
202
|
<description>IBM Tivoli Access Manager for e-business WebSEAL
|
181
203
|
http://publib.boulder.ibm.com/infocenter/tivihelp/v2r1/index.jsp?topic=/com.ibm.itame.doc/am60_webseal_admin180.htm
|
@@ -187,6 +209,7 @@
|
|
187
209
|
<param pos="0" name="service.family" value="Tivoli"/>
|
188
210
|
<param pos="0" name="service.product" value="Tivoli Access Manager for e-business WebSEAL"/>
|
189
211
|
</fingerprint>
|
212
|
+
|
190
213
|
<fingerprint pattern="^(PD-S-SESSION-ID|PD-H-SESSION-ID|PD_STATEFUL_[^=]+)=.*">
|
191
214
|
<description>IBM Tivoli Access Manager for e-business WebSeal
|
192
215
|
http://publib.boulder.ibm.com/infocenter/tivihelp/v2r1/index.jsp?topic=/com.ibm.itame.doc/am60_webseal_admin117.htm
|
@@ -196,6 +219,7 @@
|
|
196
219
|
<param pos="0" name="service.family" value="Tivoli"/>
|
197
220
|
<param pos="0" name="service.product" value="Tivoli Access Manager for e-business WebSEAL"/>
|
198
221
|
</fingerprint>
|
222
|
+
|
199
223
|
<fingerprint pattern="^(IBMCBR)=.*">
|
200
224
|
<description>IBM WebSphere Load Balancer</description>
|
201
225
|
<param pos="1" name="cookie"/>
|
@@ -203,12 +227,14 @@
|
|
203
227
|
<param pos="0" name="service.family" value="WebSphere"/>
|
204
228
|
<param pos="0" name="service.product" value="WebSphere Load Balancer"/>
|
205
229
|
</fingerprint>
|
230
|
+
|
206
231
|
<fingerprint pattern="^(mbfcookie(?:\[lang\])?)=.*">
|
207
232
|
<description>Joom!Fish http://www.joomfish.net/</description>
|
208
233
|
<param pos="1" name="cookie"/>
|
209
234
|
<param pos="0" name="service.family" value="Joom!Fish"/>
|
210
235
|
<param pos="0" name="service.product" value="Joom!Fish"/>
|
211
236
|
</fingerprint>
|
237
|
+
|
212
238
|
<fingerprint pattern="^(MSCSAuth|MSCSProfile)=.*">
|
213
239
|
<description>Microsoft Commerce Server - http://msdn2.microsoft.com/en-us/library/ms953828.aspx</description>
|
214
240
|
<param pos="1" name="cookie"/>
|
@@ -217,6 +243,7 @@
|
|
217
243
|
<param pos="0" name="service.product" value="Commerce Server"/>
|
218
244
|
<param pos="0" name="service.cpe23" value="cpe:/a:microsoft:commerce_server:-"/>
|
219
245
|
</fingerprint>
|
246
|
+
|
220
247
|
<fingerprint pattern="^(ASPSESSIONID[A-Z]+|ASP\.NET_SessionId|\.ASPXANONYMOUS)=.*">
|
221
248
|
<description>Microsoft IIS (ASP.NET)
|
222
249
|
http://msdn2.microsoft.com/en-us/library/ms953828.aspx
|
@@ -232,6 +259,7 @@
|
|
232
259
|
<param pos="0" name="service.component.product" value="ASP.NET"/>
|
233
260
|
<param pos="0" name="service.component.cpe23" value="cpe:/a:microsoft:asp.net:-"/>
|
234
261
|
</fingerprint>
|
262
|
+
|
235
263
|
<fingerprint pattern="^(AlteonP)=.*">
|
236
264
|
<description>Nortel Alteon Web Switch</description>
|
237
265
|
<param pos="1" name="cookie"/>
|
@@ -239,6 +267,7 @@
|
|
239
267
|
<param pos="0" name="service.family" value="Alteon"/>
|
240
268
|
<param pos="0" name="service.product" value="Alteon Web Switch"/>
|
241
269
|
</fingerprint>
|
270
|
+
|
242
271
|
<fingerprint pattern="^((?:SS_X_)?CSINTERSESSIONID)=.*">
|
243
272
|
<description>OpenMarket/FatWire Content Server (www.fatwire.com)</description>
|
244
273
|
<param pos="1" name="cookie"/>
|
@@ -246,6 +275,7 @@
|
|
246
275
|
<param pos="0" name="service.family" value="Content Server"/>
|
247
276
|
<param pos="0" name="service.product" value="Content Server"/>
|
248
277
|
</fingerprint>
|
278
|
+
|
249
279
|
<fingerprint pattern="^(parkinglot)=.*">
|
250
280
|
<description>Oversee Webserver</description>
|
251
281
|
<param pos="1" name="cookie"/>
|
@@ -253,6 +283,7 @@
|
|
253
283
|
<param pos="0" name="service.family" value="Webserver"/>
|
254
284
|
<param pos="0" name="service.product" value="Webserver"/>
|
255
285
|
</fingerprint>
|
286
|
+
|
256
287
|
<fingerprint pattern="^(PHPSESSID|PHPSESSION)=.*">
|
257
288
|
<description>PHP - http://www.php.net/ref.session</description>
|
258
289
|
<param pos="1" name="cookie"/>
|
@@ -261,6 +292,7 @@
|
|
261
292
|
<param pos="0" name="service.product" value="PHP"/>
|
262
293
|
<param pos="0" name="service.cpe23" value="cpe:/a:php:php:-"/>
|
263
294
|
</fingerprint>
|
295
|
+
|
264
296
|
<fingerprint pattern="^(RMID)=.*">
|
265
297
|
<description>RealMedia OpenAdStream</description>
|
266
298
|
<param pos="1" name="cookie"/>
|
@@ -268,6 +300,7 @@
|
|
268
300
|
<param pos="0" name="service.family" value="OpenAdStream"/>
|
269
301
|
<param pos="0" name="service.product" value="OpenAdStream"/>
|
270
302
|
</fingerprint>
|
303
|
+
|
271
304
|
<fingerprint pattern="^(RoxenUserID)=.*">
|
272
305
|
<description>Roxen WebServer</description>
|
273
306
|
<param pos="1" name="cookie"/>
|
@@ -275,6 +308,7 @@
|
|
275
308
|
<param pos="0" name="service.family" value="WebServer"/>
|
276
309
|
<param pos="0" name="service.product" value="WebServer"/>
|
277
310
|
</fingerprint>
|
311
|
+
|
278
312
|
<fingerprint pattern="^(_sn)=.*">
|
279
313
|
<description>Siebel CRM</description>
|
280
314
|
<param pos="1" name="cookie"/>
|
@@ -282,6 +316,7 @@
|
|
282
316
|
<param pos="0" name="service.family" value="CRM"/>
|
283
317
|
<param pos="0" name="service.product" value="CRM"/>
|
284
318
|
</fingerprint>
|
319
|
+
|
285
320
|
<!-- This fingerprint is not specific enough. Multiple products are sold under
|
286
321
|
the brand iPlanet/Sun ONE/Sun Java.
|
287
322
|
<fingerprint pattern="^(iPlanetUserId)=.*">
|
@@ -291,7 +326,9 @@
|
|
291
326
|
<param pos="0" name="service.family" value="???"/>
|
292
327
|
<param pos="0" name="service.product" value="???"/>
|
293
328
|
</fingerprint>
|
329
|
+
|
294
330
|
-->
|
331
|
+
|
295
332
|
<fingerprint pattern="^(NSES40Session)=.*">
|
296
333
|
<description>Netscape Enterprise Server (subsequently iPlanet Web Server, Sun ONE Web Server, presently Sun Java System Web Server)</description>
|
297
334
|
<param pos="1" name="cookie"/>
|
@@ -301,6 +338,7 @@
|
|
301
338
|
<param pos="0" name="service.version" value="4.0"/>
|
302
339
|
<param pos="0" name="service.cpe23" value="cpe:/a:sun:java_system_web_server:4.0"/>
|
303
340
|
</fingerprint>
|
341
|
+
|
304
342
|
<fingerprint pattern="^(gx_session_id|JROUTE)=.*">
|
305
343
|
<description>Sun Java System Application Server (formerly iPlanet Application Server, Sun ONE Application Server)</description>
|
306
344
|
<param pos="1" name="cookie"/>
|
@@ -309,6 +347,7 @@
|
|
309
347
|
<param pos="0" name="service.product" value="Java System Application Server"/>
|
310
348
|
<param pos="0" name="service.cpe23" value="cpe:/a:sun:java_system_application_server:-"/>
|
311
349
|
</fingerprint>
|
350
|
+
|
312
351
|
<fingerprint pattern="^(fe_typo_user)=.*">
|
313
352
|
<description>TYPO3 CMS - http://typo3.com/</description>
|
314
353
|
<param pos="1" name="cookie"/>
|
@@ -316,6 +355,7 @@
|
|
316
355
|
<param pos="0" name="service.family" value="CMS"/>
|
317
356
|
<param pos="0" name="service.product" value="CMS"/>
|
318
357
|
</fingerprint>
|
358
|
+
|
319
359
|
<fingerprint pattern="^(SaneID)=.*">
|
320
360
|
<description>Unica NetTracker - http://netinsight.unica.com/Products/NetTracker.cfm</description>
|
321
361
|
<param pos="1" name="cookie"/>
|
@@ -323,6 +363,7 @@
|
|
323
363
|
<param pos="0" name="service.family" value="NetTracker"/>
|
324
364
|
<param pos="0" name="service.product" value="NetTracker"/>
|
325
365
|
</fingerprint>
|
366
|
+
|
326
367
|
<fingerprint pattern="^(__utm[a-z])=.*">
|
327
368
|
<description>Urchin Tracking Module - http://www.google.com/support/urchin45/bin/answer.py?answer=28307&topic=7425</description>
|
328
369
|
<param pos="1" name="cookie"/>
|
@@ -330,6 +371,7 @@
|
|
330
371
|
<param pos="0" name="service.family" value="Urchin"/>
|
331
372
|
<param pos="0" name="service.product" value="Urchin Tracking Module"/>
|
332
373
|
</fingerprint>
|
374
|
+
|
333
375
|
<fingerprint pattern="^(vgncontext|vgnvisitor|ssuid)=.*">
|
334
376
|
<description>Vignette</description>
|
335
377
|
<param pos="1" name="cookie"/>
|
@@ -337,6 +379,7 @@
|
|
337
379
|
<param pos="0" name="service.family" value="Vignette"/>
|
338
380
|
<param pos="0" name="service.product" value="Vignette"/>
|
339
381
|
</fingerprint>
|
382
|
+
|
340
383
|
<fingerprint pattern="^(wgSession)=.*">
|
341
384
|
<description>Plain Black WebGUI - http://www.plainblack.com/webgui</description>
|
342
385
|
<param pos="1" name="cookie"/>
|
@@ -344,6 +387,7 @@
|
|
344
387
|
<param pos="0" name="service.family" value="WebGUI"/>
|
345
388
|
<param pos="0" name="service.product" value="WebGUI"/>
|
346
389
|
</fingerprint>
|
390
|
+
|
347
391
|
<fingerprint pattern="^(WEBTRENDSID|WEBTRENDS_ID)=.*">
|
348
392
|
<description>WebTrends</description>
|
349
393
|
<param pos="1" name="cookie"/>
|
@@ -351,20 +395,24 @@
|
|
351
395
|
<param pos="0" name="service.family" value="WebTrends"/>
|
352
396
|
<param pos="0" name="service.product" value="WebTrends"/>
|
353
397
|
</fingerprint>
|
398
|
+
|
354
399
|
<fingerprint pattern="^(_ZopeId)=.*">
|
355
400
|
<description>Zope</description>
|
356
401
|
<param pos="1" name="cookie"/>
|
357
402
|
<param pos="0" name="service.family" value="Zope"/>
|
358
403
|
<param pos="0" name="service.product" value="Zope"/>
|
359
404
|
</fingerprint>
|
405
|
+
|
360
406
|
<fingerprint pattern="^(portal)=([0-9]+\.[0-9]+\.[0-9]+).*">
|
361
407
|
<description>OracleAS Portal default cookie name - http://download.oracle.com/docs/cd/B14099_19/portal.1014/b19305/cg_app_f.htm</description>
|
362
408
|
<param pos="1" name="cookie"/>
|
363
409
|
<param pos="2" name="service.version"/>
|
364
410
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
365
411
|
<param pos="0" name="service.family" value="OracleAS"/>
|
366
|
-
<param pos="0" name="service.product" value="
|
412
|
+
<param pos="0" name="service.product" value="Application Server Portal"/>
|
413
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:application_server_portal:{service.version}"/>
|
367
414
|
</fingerprint>
|
415
|
+
|
368
416
|
<fingerprint pattern="^Compaq-HMMD=[^;]+;.*$">
|
369
417
|
<description>HP System Management Homepage (SMH)</description>
|
370
418
|
<example>Compaq-HMMD=0001-c01fffff-487a-394a-aab0-ffffffffffff-ffffffffffffffff; path=/</example>
|
@@ -373,6 +421,7 @@
|
|
373
421
|
<param pos="0" name="service.family" value="SMH"/>
|
374
422
|
<param pos="0" name="service.product" value="SMH"/>
|
375
423
|
</fingerprint>
|
424
|
+
|
376
425
|
<fingerprint pattern="^MoodleSession=">
|
377
426
|
<description>Moodle</description>
|
378
427
|
<example>MoodleSession=uohhsgcain708q5l4gqcmmb5s2; path=/</example>
|
@@ -381,12 +430,14 @@
|
|
381
430
|
<param pos="0" name="service.component.product" value="Moodle"/>
|
382
431
|
<param pos="0" name="service.component.cpe23" value="cpe:/a:moodle:moodle:-"/>
|
383
432
|
</fingerprint>
|
433
|
+
|
384
434
|
<fingerprint pattern="_arachni_webui_session=">
|
385
435
|
<description>Arachni Security Scanner</description>
|
386
436
|
<example>_arachni_webui_session=el2MMEVVcld3Q2dBc3UvSmtQYmlPckpxSE2CMmlwd1Nja2lvUk5tRG5XYTlnRHJuVVVTblVNMTBOdGhrUU02dzC0K1I0Mnk3d1I3SUlCcngwQkliV3Y5VDBnVVZkOWJsS0VGSlYwM1RGMlVzVDNKcXlrdFNQZ0lIM1VBN3RDZFIrZTBrdjZmdSt0YnV2djh1RFE0S1czUmZQcGxNNW9UWVQydXFCZmNHZDRmTlg4cWludE5SUDRYU2JwdWw4Qmk3dEpDV3ZBejRkbU9ueFJKNG1HenplUEJjem9LU09IM0Z6ZHM4YU00aVpKUHJRVzR3SG8rRzBjWG9jclpqZGd2dmp2TnVGbjkvb0lmanZvM3lPZGhXb3c9PS0tR0dXVWppWnorMG1NNjlXTkYvaEswUT09--44b846e66f558667d7503010a726e2388803136f; path=/; HttpOnly</example>
|
387
437
|
<param pos="0" name="service.vendor" value="Arachni"/>
|
388
438
|
<param pos="0" name="service.product" value="Arachni"/>
|
389
439
|
</fingerprint>
|
440
|
+
|
390
441
|
<!--
|
391
442
|
Ignore various cookies that are very generic cookies for session IDs
|
392
443
|
that are not necessarily indicative of any particular
|
@@ -394,12 +445,14 @@
|
|
394
445
|
a similar cookie name, you must ensure that it is located prior to
|
395
446
|
these and this is enforced by rspec.
|
396
447
|
-->
|
448
|
+
|
397
449
|
<fingerprint pattern="(?i)^JSESSIONID(?:\.[^=]+)?=[^;]+;.*$">
|
398
450
|
<description>Ignore simple JSESSIONID and related cookies</description>
|
399
451
|
<example>JSESSIONID=6ooov35i4l3n36qtaf8csvg0;Path=/</example>
|
400
452
|
<example>jsessionid=6nkp66iogcdc92720%2Dc6e4%2D4989%2Db7b2%2D5021624cfdff;Path=/;secure</example>
|
401
453
|
<example>JSESSIONID.c00a9623=v216643eijh19p9duve5srgf;Path=/;HttpOnly</example>
|
402
454
|
</fingerprint>
|
455
|
+
|
403
456
|
<fingerprint pattern="(?i)^_?SESSION_?ID\s*=\s*[^;]+;.*$">
|
404
457
|
<description>Ignore simple SESSIONID and related cookies</description>
|
405
458
|
<example>sessionId=7dba3249cfcd4b59854055311099a294; path=/;</example>
|
@@ -407,8 +460,10 @@
|
|
407
460
|
<example>sessionId =0VrS6Ro6uC5QPXKgNdqGvyUgUFtUOVwv6OWAEWcWQ3jLRtAk2TVAgAApN9yTWVz;postId=; path=/;</example>
|
408
461
|
<example>_session_id=18b3e173aa11db0533fd01752e81f583; path=/; HttpOnly</example>
|
409
462
|
</fingerprint>
|
463
|
+
|
410
464
|
<fingerprint pattern="(?i)^sid=[^;]+;.*$">
|
411
465
|
<description>Ignore simple SID and related cookies</description>
|
412
466
|
<example>sid=sfd10bf73-654458f687aa3c68b3874915f651e0ca;path=/;"</example>
|
413
467
|
</fingerprint>
|
414
|
-
|
468
|
+
|
469
|
+
</fingerprints>
|
data/xml/http_servers.xml
CHANGED
@@ -1,6 +1,7 @@
|
|
1
|
-
<?xml version=
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
2
|
<fingerprints matches="http_header.server" protocol="http" database_type="service" preference="0.90">
|
3
3
|
<!-- HTTP Server headers are matched against these patterns to fingerprint HTTP servers. -->
|
4
|
+
|
4
5
|
<fingerprint pattern="(?i)^AirTunes/([\d\.]+)$">
|
5
6
|
<description>Apple AirTunes/AirPlay, more generally RTSP used by a variety of wireless a/v products</description>
|
6
7
|
<example service.version="220.68">AirTunes/220.68</example>
|
@@ -9,6 +10,7 @@
|
|
9
10
|
<param pos="1" name="service.version"/>
|
10
11
|
<param pos="0" name="hw.device" value="Media Server"/>
|
11
12
|
</fingerprint>
|
13
|
+
|
12
14
|
<fingerprint pattern="(?i)^cpsrvd(?:/([\d\.]+))?$">
|
13
15
|
<description>cPanel Service Daemon</description>
|
14
16
|
<example service.version="11.44.3.0">cpsrvd/11.44.3.0</example>
|
@@ -17,6 +19,7 @@
|
|
17
19
|
<param pos="0" name="service.product" value="cPanel Service Daemon"/>
|
18
20
|
<param pos="1" name="service.version"/>
|
19
21
|
</fingerprint>
|
22
|
+
|
20
23
|
<fingerprint pattern="(?i)^cwpsrv$">
|
21
24
|
<description>CentOS Web Panel</description>
|
22
25
|
<example>cwpsrv</example>
|
@@ -27,6 +30,7 @@
|
|
27
30
|
<param pos="0" name="os.product" value="Linux"/>
|
28
31
|
<param pos="0" name="os.cpe23" value="cpe:/o:centos:centos:-"/>
|
29
32
|
</fingerprint>
|
33
|
+
|
30
34
|
<fingerprint pattern="^Stronghold/(\d\.\d) Apache/([012][\d.]*)\s*(.*)$">
|
31
35
|
<description>Red Hat Stronghold Enterprise Apache</description>
|
32
36
|
<example service.version="1.3.19" service.cpe23="cpe:/a:apache:http_server:1.3.19" service.component.cpe23="cpe:/a:redhat:stronghold:3.0">Stronghold/3.0 Apache/1.3.19 RedHat/3014c</example>
|
@@ -47,6 +51,7 @@
|
|
47
51
|
<param pos="0" name="os.family" value="Linux"/>
|
48
52
|
<param pos="0" name="os.cpe23" value="cpe:/o:redhat:linux:-"/>
|
49
53
|
</fingerprint>
|
54
|
+
|
50
55
|
<fingerprint pattern="(?i)^Apache/\d$">
|
51
56
|
<description>Apache returning only its major version number</description>
|
52
57
|
<example>Apache/1</example>
|
@@ -56,6 +61,17 @@
|
|
56
61
|
<param pos="0" name="service.family" value="Apache"/>
|
57
62
|
<param pos="0" name="service.cpe23" value="cpe:/a:apache:http_server:-"/>
|
58
63
|
</fingerprint>
|
64
|
+
|
65
|
+
<fingerprint pattern="^Apache ([\d.]+)$">
|
66
|
+
<description>Apache returning just version number</description>
|
67
|
+
<example service.version="1.3.29">Apache 1.3.29</example>
|
68
|
+
<param pos="0" name="service.vendor" value="Apache"/>
|
69
|
+
<param pos="0" name="service.product" value="HTTPD"/>
|
70
|
+
<param pos="0" name="service.family" value="Apache"/>
|
71
|
+
<param pos="1" name="service.version"/>
|
72
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:apache:http_server:{service.version}"/>
|
73
|
+
</fingerprint>
|
74
|
+
|
59
75
|
<fingerprint pattern="(?i)^Apache$">
|
60
76
|
<description>Apache returning no version information</description>
|
61
77
|
<example>Apache</example>
|
@@ -65,6 +81,7 @@
|
|
65
81
|
<param pos="0" name="service.family" value="Apache"/>
|
66
82
|
<param pos="0" name="service.cpe23" value="cpe:/a:apache:http_server:-"/>
|
67
83
|
</fingerprint>
|
84
|
+
|
68
85
|
<fingerprint pattern="(?i)^Apache(?:-AdvancedExtranetServer)?(?:/([012][\d.]*)\s*(.*))?$">
|
69
86
|
<description>Apache</description>
|
70
87
|
<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>
|
@@ -90,6 +107,7 @@
|
|
90
107
|
<param pos="0" name="service.cpe23" value="cpe:/a:apache:http_server:{service.version}"/>
|
91
108
|
<param pos="2" name="apache.info"/>
|
92
109
|
</fingerprint>
|
110
|
+
|
93
111
|
<fingerprint pattern="(?i)^CouchDB/([\.\d]+) .*$">
|
94
112
|
<description>Apache CouchDB</description>
|
95
113
|
<example service.version="2.1.1">CouchDB/2.1.1 (Erlang OTP/20)</example>
|
@@ -98,11 +116,13 @@
|
|
98
116
|
<param pos="1" name="service.version"/>
|
99
117
|
<param pos="0" name="service.cpe23" value="cpe:/a:apache:couchdb:{service.version}"/>
|
100
118
|
</fingerprint>
|
119
|
+
|
101
120
|
<fingerprint pattern="^support@arraynetworks.net$">
|
102
121
|
<description>Array Networks device</description>
|
103
122
|
<example>support@arraynetworks.net</example>
|
104
123
|
<param pos="0" name="service.vendor" value="Array Networks"/>
|
105
124
|
</fingerprint>
|
125
|
+
|
106
126
|
<fingerprint pattern="^Check Point SVN foundation$">
|
107
127
|
<description>Check Point Firewall NG</description>
|
108
128
|
<example>Check Point SVN foundation</example>
|
@@ -120,6 +140,25 @@
|
|
120
140
|
<param pos="0" name="hw.family" value="Firewall-1"/>
|
121
141
|
<param pos="0" name="hw.product" value="Firewall-1"/>
|
122
142
|
</fingerprint>
|
143
|
+
|
144
|
+
<fingerprint pattern="^CPWS$">
|
145
|
+
<description>Check Point Firewall NG - short version</description>
|
146
|
+
<example>CPWS</example>
|
147
|
+
<param pos="0" name="service.vendor" value="Check Point"/>
|
148
|
+
<param pos="0" name="service.product" value="Firewall-1"/>
|
149
|
+
<param pos="0" name="service.family" value="Firewall-1"/>
|
150
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:checkpoint:firewall-1:-"/>
|
151
|
+
<param pos="0" name="os.vendor" value="Check Point"/>
|
152
|
+
<param pos="0" name="os.device" value="Firewall"/>
|
153
|
+
<param pos="0" name="os.family" value="Firewall-1"/>
|
154
|
+
<param pos="0" name="os.product" value="GAiA OS"/>
|
155
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:checkpoint:gaia_os:-"/>
|
156
|
+
<param pos="0" name="hw.vendor" value="Check Point"/>
|
157
|
+
<param pos="0" name="hw.device" value="Firewall"/>
|
158
|
+
<param pos="0" name="hw.family" value="Firewall-1"/>
|
159
|
+
<param pos="0" name="hw.product" value="Firewall-1"/>
|
160
|
+
</fingerprint>
|
161
|
+
|
123
162
|
<fingerprint pattern="^Microsoft-IIS/([1234]\.0)$">
|
124
163
|
<description>Microsoft IIS 1.0 - 4.0 runs on Windows NT 4.0</description>
|
125
164
|
<example>Microsoft-IIS/4.0</example>
|
@@ -134,6 +173,7 @@
|
|
134
173
|
<param pos="0" name="os.version" value="4.0"/>
|
135
174
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows_nt:4.0"/>
|
136
175
|
</fingerprint>
|
176
|
+
|
137
177
|
<fingerprint pattern="^Microsoft-IIS/5.0$">
|
138
178
|
<description>Microsoft IIS 5.0 runs on Windows 2000</description>
|
139
179
|
<example>Microsoft-IIS/5.0</example>
|
@@ -147,6 +187,7 @@
|
|
147
187
|
<param pos="0" name="os.product" value="Windows 2000"/>
|
148
188
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows_2000:-"/>
|
149
189
|
</fingerprint>
|
190
|
+
|
150
191
|
<fingerprint pattern="^Microsoft-IIS/5.1$">
|
151
192
|
<description>Microsoft IIS 5.1 runs on Windows XP</description>
|
152
193
|
<example>Microsoft-IIS/5.1</example>
|
@@ -160,6 +201,7 @@
|
|
160
201
|
<param pos="0" name="os.product" value="Windows XP"/>
|
161
202
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows_xp:-"/>
|
162
203
|
</fingerprint>
|
204
|
+
|
163
205
|
<fingerprint pattern="^Microsoft-IIS/6.0$">
|
164
206
|
<description>Microsoft IIS 6.0 runs on Windows Server 2003 (and Windows XP x64)</description>
|
165
207
|
<example>Microsoft-IIS/6.0</example>
|
@@ -173,6 +215,7 @@
|
|
173
215
|
<param pos="0" name="os.product" value="Windows Server 2003"/>
|
174
216
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows_server_2003:-"/>
|
175
217
|
</fingerprint>
|
218
|
+
|
176
219
|
<fingerprint pattern="^Microsoft-IIS/7.0$">
|
177
220
|
<description>Microsoft IIS 7.0 runs on Windows Server 2008 (and Windows Vista)</description>
|
178
221
|
<example>Microsoft-IIS/7.0</example>
|
@@ -186,6 +229,7 @@
|
|
186
229
|
<param pos="0" name="os.product" value="Windows Server 2008"/>
|
187
230
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows_server_2008:-"/>
|
188
231
|
</fingerprint>
|
232
|
+
|
189
233
|
<fingerprint pattern="^Microsoft-IIS/7.5$">
|
190
234
|
<description>Microsoft IIS 7.5 runs on Windows Server 2008 R2 (and Windows 7)</description>
|
191
235
|
<example>Microsoft-IIS/7.5</example>
|
@@ -199,6 +243,7 @@
|
|
199
243
|
<param pos="0" name="os.product" value="Windows Server 2008 R2"/>
|
200
244
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows_server_2008:-"/>
|
201
245
|
</fingerprint>
|
246
|
+
|
202
247
|
<fingerprint pattern="^Microsoft-IIS/8.0$">
|
203
248
|
<description>Microsoft IIS 8.0 runs on Windows Server 2012 (and Windows 8)</description>
|
204
249
|
<example>Microsoft-IIS/8.0</example>
|
@@ -212,6 +257,7 @@
|
|
212
257
|
<param pos="0" name="os.product" value="Windows Server 2012"/>
|
213
258
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows_server_2012:-"/>
|
214
259
|
</fingerprint>
|
260
|
+
|
215
261
|
<fingerprint pattern="^Microsoft-IIS/8.5$">
|
216
262
|
<description>Microsoft IIS 8.5 runs on Windows Server 2012 R2 (and Windows 8.1)</description>
|
217
263
|
<example>Microsoft-IIS/8.5</example>
|
@@ -225,6 +271,7 @@
|
|
225
271
|
<param pos="0" name="os.product" value="Windows Server 2012 R2"/>
|
226
272
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows_server_2012:-"/>
|
227
273
|
</fingerprint>
|
274
|
+
|
228
275
|
<fingerprint pattern="^Microsoft-IIS/10.0$">
|
229
276
|
<description>Microsoft IIS 10.0 runs on Windows Server 2016 and 2019</description>
|
230
277
|
<example>Microsoft-IIS/10.0</example>
|
@@ -236,6 +283,7 @@
|
|
236
283
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
237
284
|
<param pos="0" name="os.family" value="Windows"/>
|
238
285
|
</fingerprint>
|
286
|
+
|
239
287
|
<fingerprint pattern="^Microsoft-IIS/([\d\.]+)$">
|
240
288
|
<description>Microsoft IIS new, unknown Windows version</description>
|
241
289
|
<example>Microsoft-IIS/9.0</example>
|
@@ -245,6 +293,7 @@
|
|
245
293
|
<param pos="1" name="service.version"/>
|
246
294
|
<param pos="0" name="service.cpe23" value="cpe:/a:microsoft:iis:{service.version}"/>
|
247
295
|
</fingerprint>
|
296
|
+
|
248
297
|
<fingerprint pattern="^Microsoft-IIS$">
|
249
298
|
<description>Microsoft IIS, no version information</description>
|
250
299
|
<example>Microsoft-IIS</example>
|
@@ -255,6 +304,7 @@
|
|
255
304
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
256
305
|
<param pos="0" name="os.family" value="Windows"/>
|
257
306
|
</fingerprint>
|
307
|
+
|
258
308
|
<fingerprint pattern="^MS .NET Remoting, MS .NET CLR (\d+\.\d+\.\d+\.\d+)$">
|
259
309
|
<description>Microsoft .NET Remoting and Common Language Runtime (CLR)</description>
|
260
310
|
<example>MS .NET Remoting, MS .NET CLR 2.0.50727.42</example>
|
@@ -270,6 +320,7 @@
|
|
270
320
|
<param pos="0" name="os.product" value="Windows"/>
|
271
321
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
272
322
|
</fingerprint>
|
323
|
+
|
273
324
|
<fingerprint pattern="^Microsoft-WinCE/(\d\.\d+)$">
|
274
325
|
<description>Windows CE embedded devices, including HP iPAQ, Palm Treo, Motorola phones, and many more</description>
|
275
326
|
<example os.version="4.10">Microsoft-WinCE/4.10</example>
|
@@ -286,6 +337,7 @@
|
|
286
337
|
<param pos="1" name="os.version"/>
|
287
338
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows_ce:{os.version}"/>
|
288
339
|
</fingerprint>
|
340
|
+
|
289
341
|
<fingerprint pattern="^Microsoft-PWS/(\d\.\d+)$">
|
290
342
|
<description>Microsoft Personal Web Server runs on Windows 9x, ME, etc.</description>
|
291
343
|
<example>Microsoft-PWS/4.0</example>
|
@@ -299,6 +351,7 @@
|
|
299
351
|
<param pos="0" name="os.product" value="Windows"/>
|
300
352
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
301
353
|
</fingerprint>
|
354
|
+
|
302
355
|
<fingerprint pattern="^Microsoft-PWS-95/(\d\.\d+)$">
|
303
356
|
<description>Microsoft Personal Web Server for Windows 95</description>
|
304
357
|
<example>Microsoft-PWS-95/4.0</example>
|
@@ -312,6 +365,7 @@
|
|
312
365
|
<param pos="0" name="os.product" value="Windows 95"/>
|
313
366
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows_95:-"/>
|
314
367
|
</fingerprint>
|
368
|
+
|
315
369
|
<fingerprint pattern="(?i)^mt-daapd(?:/(.+))?$">
|
316
370
|
<description>Firefly Media Server</description>
|
317
371
|
<example service.version="0.2.4.1">mt-daapd/0.2.4.1</example>
|
@@ -320,6 +374,7 @@
|
|
320
374
|
<param pos="0" name="service.product" value="Media Server"/>
|
321
375
|
<param pos="1" name="service.version"/>
|
322
376
|
</fingerprint>
|
377
|
+
|
323
378
|
<fingerprint pattern="^Apache[ -]Coyote/(\d\.\d)$">
|
324
379
|
<description>HTTP connector for Apache Tomcat to run as a standalone HTTP server - Coyote variant</description>
|
325
380
|
<example>Apache-Coyote/1.1</example>
|
@@ -333,6 +388,7 @@
|
|
333
388
|
<param pos="0" name="service.component.family" value="Coyote"/>
|
334
389
|
<param pos="1" name="service.component.version"/>
|
335
390
|
</fingerprint>
|
391
|
+
|
336
392
|
<fingerprint pattern="^Apache Tomcat$">
|
337
393
|
<description>HTTP connector for Apache Tomcat with no version</description>
|
338
394
|
<example>Apache Tomcat</example>
|
@@ -341,6 +397,7 @@
|
|
341
397
|
<param pos="0" name="service.family" value="Tomcat"/>
|
342
398
|
<param pos="0" name="service.cpe23" value="cpe:/a:apache:tomcat:-"/>
|
343
399
|
</fingerprint>
|
400
|
+
|
344
401
|
<fingerprint pattern="^Servlet [\d\.]+; JBoss-(\S+) \(build: .*\)/Tomcat-(\S+)$">
|
345
402
|
<description>JBoss with embedded Tomcat</description>
|
346
403
|
<example service.version="4.0.4.GA" service.component.version="5.5">Servlet 2.4; JBoss-4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200605151000)/Tomcat-5.5</example>
|
@@ -354,6 +411,7 @@
|
|
354
411
|
<param pos="2" name="service.component.version"/>
|
355
412
|
<param pos="0" name="service.component.cpe23" value="cpe:/a:apache:tomcat:{service.component.version}"/>
|
356
413
|
</fingerprint>
|
414
|
+
|
357
415
|
<fingerprint pattern="^Servlet [\d\.]+; Tomcat-(\S+)/JBoss-(\S+) \(build: .*\)$">
|
358
416
|
<description>JBoss with embedded Tomcat - Tomcat build variant</description>
|
359
417
|
<example service.version="4.0.1sp1" service.component.version="5.0.28">Servlet 2.4; Tomcat-5.0.28/JBoss-4.0.1sp1 (build: CVSTag=JBoss_4_0_1_SP1 date=200502160314)</example>
|
@@ -367,6 +425,7 @@
|
|
367
425
|
<param pos="1" name="service.component.version"/>
|
368
426
|
<param pos="0" name="service.component.cpe23" value="cpe:/a:apache:tomcat:{service.component.version}"/>
|
369
427
|
</fingerprint>
|
428
|
+
|
370
429
|
<fingerprint pattern="^Servlet [\d\.]+; JBoss-([\S]+)(?: \(build.*)?/JBossWeb-(\S+)$">
|
371
430
|
<description>JBoss with JBossweb</description>
|
372
431
|
<example service.version="4.2.3.GA" service.component.version="2.0">Servlet 2.4; JBoss-4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)/JBossWeb-2.0</example>
|
@@ -375,10 +434,12 @@
|
|
375
434
|
<param pos="0" name="service.product" value="JBoss EAP"/>
|
376
435
|
<param pos="1" name="service.version"/>
|
377
436
|
<param pos="0" name="service.cpe23" value="cpe:/a:redhat:jboss_enterprise_application_platform:{service.version}"/>
|
378
|
-
<param pos="0" name="service.component.vendor" value="
|
437
|
+
<param pos="0" name="service.component.vendor" value="Red Hat"/>
|
379
438
|
<param pos="0" name="service.component.product" value="JBossWeb"/>
|
380
439
|
<param pos="2" name="service.component.version"/>
|
440
|
+
<param pos="0" name="service.component.cpe23" value="cpe:/a:redhat:jboss_web_framework_kit:{service.component.version}"/>
|
381
441
|
</fingerprint>
|
442
|
+
|
382
443
|
<fingerprint pattern="^Servlet\/[\d\.]+; JBossAS-(.*)$">
|
383
444
|
<description>JBoss AS</description>
|
384
445
|
<example service.version="6">Servlet/3.0; JBossAS-6</example>
|
@@ -387,6 +448,7 @@
|
|
387
448
|
<param pos="1" name="service.version"/>
|
388
449
|
<param pos="0" name="service.cpe23" value="cpe:/a:redhat:jboss_wildfly_application_server:{service.version}"/>
|
389
450
|
</fingerprint>
|
451
|
+
|
390
452
|
<fingerprint pattern="^JBoss-EAP\/(\d+)$">
|
391
453
|
<description>JBoss EAP</description>
|
392
454
|
<example service.version="7">JBoss-EAP/7</example>
|
@@ -396,6 +458,7 @@
|
|
396
458
|
<param pos="1" name="service.version"/>
|
397
459
|
<param pos="0" name="service.cpe23" value="cpe:/a:redhat:jboss_enterprise_application_platform:{service.version}"/>
|
398
460
|
</fingerprint>
|
461
|
+
|
399
462
|
<fingerprint pattern="^Apache Tomcat/(\d\.[\d.]+)(?:-LE-jdk14)? \(HTTP/1.1 Connector\)$">
|
400
463
|
<description>HTTP connector for Apache Tomcat to run as a standalone HTTP server - Apache variant</description>
|
401
464
|
<example service.version="4.0.6">Apache Tomcat/4.0.6 (HTTP/1.1 Connector)</example>
|
@@ -410,6 +473,7 @@
|
|
410
473
|
<param pos="0" name="service.component.family" value="Apache Tomcat HTTP Connector"/>
|
411
474
|
<param pos="0" name="service.component.product" value="Apache Tomcat HTTP Connector"/>
|
412
475
|
</fingerprint>
|
476
|
+
|
413
477
|
<fingerprint pattern="^Tomcat Web Server/(\d\.[\dA-Z.]+)(?: Final)?(?:\s\(([^\)]+)\))?$">
|
414
478
|
<description>HTTP connector for Apache Tomcat to run as a standalone HTTP server</description>
|
415
479
|
<example>Tomcat Web Server/3.2.2 (JSP 1.1; Servlet 2.2; Java 1.3.1; Windows 2000 5.0 x86; java.vendor=Sun Microsystems Inc.)</example>
|
@@ -423,15 +487,18 @@
|
|
423
487
|
<param pos="0" name="service.cpe23" value="cpe:/a:apache:tomcat:{service.version}"/>
|
424
488
|
<param pos="2" name="tomcat.info"/>
|
425
489
|
</fingerprint>
|
426
|
-
|
427
|
-
|
428
|
-
<
|
490
|
+
|
491
|
+
<fingerprint pattern="^(?:Apache )?Tomcat/([\d.]+)$">
|
492
|
+
<description>Apache Tomcat with version information</description>
|
493
|
+
<example service.version="2.1">Tomcat/2.1</example>
|
494
|
+
<example service.version="9.0.5">Apache Tomcat/9.0.5</example>
|
429
495
|
<param pos="0" name="service.vendor" value="Apache"/>
|
430
496
|
<param pos="0" name="service.product" value="Tomcat"/>
|
431
497
|
<param pos="0" name="service.family" value="Tomcat"/>
|
432
498
|
<param pos="1" name="service.version"/>
|
433
499
|
<param pos="0" name="service.cpe23" value="cpe:/a:apache:tomcat:{service.version}"/>
|
434
500
|
</fingerprint>
|
501
|
+
|
435
502
|
<fingerprint pattern="^PDR-M800/1.0$">
|
436
503
|
<description>Merit LILIN PDR M800</description>
|
437
504
|
<example>PDR-M800/1.0</example>
|
@@ -439,6 +506,7 @@
|
|
439
506
|
<param pos="0" name="hw.product" value="PDR M800"/>
|
440
507
|
<param pos="0" name="hw.device" value="DVR"/>
|
441
508
|
</fingerprint>
|
509
|
+
|
442
510
|
<fingerprint pattern="^PHP/(\S+)$">
|
443
511
|
<description>PHP</description>
|
444
512
|
<example service.component.version="4.4.2-1build1">PHP/4.4.2-1build1</example>
|
@@ -446,13 +514,16 @@
|
|
446
514
|
<param pos="0" name="service.component.product" value="PHP"/>
|
447
515
|
<param pos="1" name="service.component.version"/>
|
448
516
|
</fingerprint>
|
517
|
+
|
449
518
|
<!-- TODO: Capture ZendServer version in fingerprint -->
|
519
|
+
|
450
520
|
<fingerprint pattern="^PHP/(\S+)\s+ZendServer/\S+$">
|
451
521
|
<description>PHP with ZendServer</description>
|
452
522
|
<example service.component.version="5.3.14">PHP/5.3.14 ZendServer/5.0</example>
|
453
523
|
<param pos="0" name="service.component.product" value="PHP"/>
|
454
524
|
<param pos="1" name="service.component.version"/>
|
455
525
|
</fingerprint>
|
526
|
+
|
456
527
|
<fingerprint pattern="^Oracle Application Server Containers for J2EE 10g \(([\d.]+)\)$">
|
457
528
|
<description>Oracle Application Server Containers for J2EE 10g</description>
|
458
529
|
<example>Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)</example>
|
@@ -461,6 +532,7 @@
|
|
461
532
|
<param pos="0" name="service.family" value="Oracle"/>
|
462
533
|
<param pos="1" name="service.version"/>
|
463
534
|
</fingerprint>
|
535
|
+
|
464
536
|
<fingerprint pattern="^Oracle Containers for J2EE$">
|
465
537
|
<description>Oracle Application Server Containers for J2EE</description>
|
466
538
|
<example>Oracle Containers for J2EE</example>
|
@@ -468,6 +540,7 @@
|
|
468
540
|
<param pos="0" name="service.product" value="Oracle Application Server Containers"/>
|
469
541
|
<param pos="0" name="service.family" value="Oracle"/>
|
470
542
|
</fingerprint>
|
543
|
+
|
471
544
|
<fingerprint pattern="^Oracle Application Server/10g \(([\d.]+)\) Apache/([12][\d.]+)\s*(.*)$">
|
472
545
|
<description>Oracle Application Server 10g with Apache info (powered by Apache)</description>
|
473
546
|
<example>Oracle Application Server/10g (10.1.2) Apache/1.3.34 (Unix) mod_perl/1.29 mod_jk/1.2.14 OracleAS-Web-Cache-10g/10.1.2.0.2 (N;ecid=119642322340,0)</example>
|
@@ -480,7 +553,9 @@
|
|
480
553
|
<param pos="0" name="apache.variant" value="Oracle"/>
|
481
554
|
<param pos="1" name="apache.variant.version"/>
|
482
555
|
</fingerprint>
|
556
|
+
|
483
557
|
<!-- TODO: this needs to be improved -->
|
558
|
+
|
484
559
|
<fingerprint pattern="^Oracle-Application-Server-\d+[ig](?:[ /]([\d.]+) (?:\(.*\)|Oracle-HTTP-Server\s*(.*)))?$">
|
485
560
|
<description>Oracle Application Server 10g (powered by Apache)</description>
|
486
561
|
<example>Oracle-Application-Server-11g</example>
|
@@ -497,6 +572,7 @@
|
|
497
572
|
<param pos="0" name="apache.variant" value="Oracle"/>
|
498
573
|
<param pos="1" name="apache.variant.version"/>
|
499
574
|
</fingerprint>
|
575
|
+
|
500
576
|
<fingerprint pattern="^Oracle9iAS/([\d.]+) Oracle HTTP Server\s*(.*)$">
|
501
577
|
<description>Oracle 9i Application Server</description>
|
502
578
|
<example>Oracle9iAS/9.0.2.3.0 Oracle HTTP Server Oracle9iAS-Web-Cache/9.0.2.3.0 (N)</example>
|
@@ -509,6 +585,7 @@
|
|
509
585
|
<param pos="0" name="apache.variant" value="Oracle"/>
|
510
586
|
<param pos="1" name="apache.variant.version"/>
|
511
587
|
</fingerprint>
|
588
|
+
|
512
589
|
<fingerprint pattern="^Oracle HTTP Server Powered by Apache/([12][\d.]*)\s*(.*)$">
|
513
590
|
<description>Oracle HTTP Server (powered by Apache) - version string variant</description>
|
514
591
|
<example>Oracle HTTP Server Powered by Apache/1.3.12 (Unix) ApacheJServ/1.1 mod_ssl/2.6.4 OpenSSL/0.9.5a</example>
|
@@ -522,6 +599,7 @@
|
|
522
599
|
<param pos="2" name="apache.info"/>
|
523
600
|
<param pos="0" name="apache.variant" value="Oracle"/>
|
524
601
|
</fingerprint>
|
602
|
+
|
525
603
|
<fingerprint pattern="^Oracle HTTP Server Powered by Apache$">
|
526
604
|
<description>Oracle HTTP Server (powered by Apache)</description>
|
527
605
|
<example>Oracle HTTP Server Powered by Apache</example>
|
@@ -531,6 +609,25 @@
|
|
531
609
|
<param pos="0" name="service.cpe23" value="cpe:/a:apache:http_server:-"/>
|
532
610
|
<param pos="0" name="apache.variant" value="Oracle"/>
|
533
611
|
</fingerprint>
|
612
|
+
|
613
|
+
<fingerprint pattern="^Oracle-Web-Cache-11g/([\d.]+) \(N;ecid=[^)]+\)$">
|
614
|
+
<description>Oracle Web Cache</description>
|
615
|
+
<example service.version="11.1.1.9.0">Oracle-Web-Cache-11g/11.1.1.9.0 (N;ecid=93620137613024,0:1)</example>
|
616
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
617
|
+
<param pos="0" name="service.product" value="Web Cache"/>
|
618
|
+
<param pos="1" name="service.version"/>
|
619
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:web_cache:{service.version}"/>
|
620
|
+
</fingerprint>
|
621
|
+
|
622
|
+
<fingerprint pattern="^OracleAS-Web-Cache-10g/([\d.]+).*">
|
623
|
+
<description>Oracle Application Server Web Cache</description>
|
624
|
+
<example service.version="10.1.2.3.0">OracleAS-Web-Cache-10g/10.1.2.3.0</example>
|
625
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
626
|
+
<param pos="0" name="service.product" value="Application Server Web Cache"/>
|
627
|
+
<param pos="1" name="service.version"/>
|
628
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:application_server_web_cache:{service.version}"/>
|
629
|
+
</fingerprint>
|
630
|
+
|
534
631
|
<fingerprint pattern="^HP Apache-based Web Server/([012][\d.]*)\s*\(Unix\)\s*(.*)$">
|
535
632
|
<description>Apache running on HP-UX</description>
|
536
633
|
<example>HP Apache-based Web Server/1.3.26 (Unix) mod_ssl/2.8.9 OpenSSL/0.9.6c</example>
|
@@ -547,6 +644,7 @@
|
|
547
644
|
<param pos="0" name="os.product" value="HP-UX"/>
|
548
645
|
<param pos="0" name="os.cpe23" value="cpe:/o:hp:hp-ux:-"/>
|
549
646
|
</fingerprint>
|
647
|
+
|
550
648
|
<fingerprint pattern="^CompaqHTTPServer/([0-9.]*)(?: HP System Management Homepage(?:/.*)?)?$">
|
551
649
|
<description>HP/Compaq HTTP Server</description>
|
552
650
|
<example>CompaqHTTPServer/9.9 HP System Management Homepage/2.1.5.146</example>
|
@@ -559,6 +657,7 @@
|
|
559
657
|
<param pos="0" name="service.family" value="Compaq HTTP Server"/>
|
560
658
|
<param pos="1" name="service.version"/>
|
561
659
|
</fingerprint>
|
660
|
+
|
562
661
|
<fingerprint pattern="^HPSMH$">
|
563
662
|
<description>HP System Management Homepage (SMH)</description>
|
564
663
|
<example>HPSMH</example>
|
@@ -566,6 +665,7 @@
|
|
566
665
|
<param pos="0" name="service.family" value="SMH"/>
|
567
666
|
<param pos="0" name="service.product" value="SMH"/>
|
568
667
|
</fingerprint>
|
668
|
+
|
569
669
|
<fingerprint pattern="(?i)^eHTTP[/ ]v?(\d+\.\d+)">
|
570
670
|
<description>HTTP Server present on seemingly only HP ProCurve network devices</description>
|
571
671
|
<example service.version="1.1">EHTTP/1.1</example>
|
@@ -578,6 +678,7 @@
|
|
578
678
|
<param pos="0" name="os.family" value="ProCurve"/>
|
579
679
|
<param pos="0" name="os.certainty" value="0.75"/>
|
580
680
|
</fingerprint>
|
681
|
+
|
581
682
|
<fingerprint pattern="^(?:BBC \d+\.\d+\.\d+\.?\d*; )?(?:com.hp.openview.)?[c|C]oda (\d+\.\d+\.\d+\.?\d*)$">
|
582
683
|
<description>HP Openview Coda (Communications Daemon)</description>
|
583
684
|
<example service.component.version="0.0.1">com.hp.openview.Coda 0.0.1</example>
|
@@ -592,6 +693,7 @@
|
|
592
693
|
<param pos="0" name="service.component.product" value="CODA"/>
|
593
694
|
<param pos="1" name="service.component.version"/>
|
594
695
|
</fingerprint>
|
696
|
+
|
595
697
|
<fingerprint pattern="^BBC \d+\.\d+\.\d+\.?\d*; ovbbcrcp (\d+\.\d+\.\d+\.?\d*)$">
|
596
698
|
<description>OpenView Reverse Channel Proxy (RCP)</description>
|
597
699
|
<example service.component.version="11.00.044">BBC 11.00.044; ovbbcrcp 11.00.044</example>
|
@@ -604,6 +706,7 @@
|
|
604
706
|
<param pos="0" name="service.component.product" value="Reverse Channel Proxy"/>
|
605
707
|
<param pos="1" name="service.component.version"/>
|
606
708
|
</fingerprint>
|
709
|
+
|
607
710
|
<fingerprint pattern="^(?:BBC \d+\.\d+\.\d+\.?\d*; )?com.hp.openview.bbc.LLBServer (\d+\.\d+\.\d+\.?\d*)$">
|
608
711
|
<description>HP Openview LLBServer (Local Location Broker)</description>
|
609
712
|
<example service.component.version="2.6.8.1">com.hp.openview.bbc.LLBServer 2.6.8.1</example>
|
@@ -617,6 +720,7 @@
|
|
617
720
|
<param pos="0" name="service.component.product" value="LLBServer"/>
|
618
721
|
<param pos="1" name="service.component.version"/>
|
619
722
|
</fingerprint>
|
723
|
+
|
620
724
|
<fingerprint pattern="^BBC \d+\.\d+\.\d+; ovbbccb (\d+\.\d+\.\d+)$">
|
621
725
|
<description>OpenView Communication Broker (ovbbccb)</description>
|
622
726
|
<example service.component.version="06.00.083">BBC 06.00.083; ovbbccb 06.00.083</example>
|
@@ -630,6 +734,7 @@
|
|
630
734
|
<param pos="0" name="service.component.product" value="Communication Broker"/>
|
631
735
|
<param pos="1" name="service.component.version"/>
|
632
736
|
</fingerprint>
|
737
|
+
|
633
738
|
<fingerprint pattern="^BBC \d+\.\d+\.\d+; ovbbccb unknown version$">
|
634
739
|
<description>OpenView Communication Broker (ovbbccb) with no version</description>
|
635
740
|
<example>BBC 11.13.007; ovbbccb unknown version</example>
|
@@ -641,6 +746,7 @@
|
|
641
746
|
<param pos="0" name="service.component.family" value="OpenView"/>
|
642
747
|
<param pos="0" name="service.component.product" value="Communication Broker"/>
|
643
748
|
</fingerprint>
|
749
|
+
|
644
750
|
<fingerprint pattern="^UOS$">
|
645
751
|
<description>HTTP Server that appears unique to Managment Console on HP TippingPoint IPS Devices</description>
|
646
752
|
<example>UOS</example>
|
@@ -654,6 +760,7 @@
|
|
654
760
|
<param pos="0" name="hw.family" value="TippingPoint"/>
|
655
761
|
<param pos="0" name="hw.device" value="IPS"/>
|
656
762
|
</fingerprint>
|
763
|
+
|
657
764
|
<fingerprint pattern="^uc-httpd[ \/]([\d.]+)$">
|
658
765
|
<description>Xiongmai Tech uc-httpd</description>
|
659
766
|
<example service.version="1.0.0">uc-httpd 1.0.0</example>
|
@@ -662,6 +769,7 @@
|
|
662
769
|
<param pos="0" name="service.product" value="uc-httpd"/>
|
663
770
|
<param pos="1" name="service.version"/>
|
664
771
|
</fingerprint>
|
772
|
+
|
665
773
|
<fingerprint pattern="^micro_httpd$">
|
666
774
|
<description>ACME micro_httpd</description>
|
667
775
|
<example>micro_httpd</example>
|
@@ -669,6 +777,7 @@
|
|
669
777
|
<param pos="0" name="service.product" value="micro_httpd"/>
|
670
778
|
<param pos="0" name="service.cpe23" value="cpe:/a:acme:micro_httpd:-"/>
|
671
779
|
</fingerprint>
|
780
|
+
|
672
781
|
<fingerprint pattern="^mini_httpd$">
|
673
782
|
<description>ACME mini_httpd</description>
|
674
783
|
<example>mini_httpd</example>
|
@@ -676,6 +785,7 @@
|
|
676
785
|
<param pos="0" name="service.product" value="mini_httpd"/>
|
677
786
|
<param pos="0" name="service.cpe23" value="cpe:/a:acme:mini_httpd:-"/>
|
678
787
|
</fingerprint>
|
788
|
+
|
679
789
|
<fingerprint pattern="^LiteSpeed\/?(:?[\d.]+)?(?: \S+)?">
|
680
790
|
<description>LiteSpeed</description>
|
681
791
|
<example>LiteSpeed</example>
|
@@ -684,6 +794,7 @@
|
|
684
794
|
<param pos="0" name="service.product" value="LiteSpeed Web Server"/>
|
685
795
|
<param pos="1" name="service.version"/>
|
686
796
|
</fingerprint>
|
797
|
+
|
687
798
|
<fingerprint pattern="^IdeaWebServer\/v?([\d.]+)$">
|
688
799
|
<description>Idea Web Server</description>
|
689
800
|
<example service.version="0.83.74">IdeaWebServer/0.83.74</example>
|
@@ -692,6 +803,7 @@
|
|
692
803
|
<param pos="0" name="service.product" value="Idea Web Server"/>
|
693
804
|
<param pos="1" name="service.version"/>
|
694
805
|
</fingerprint>
|
806
|
+
|
695
807
|
<fingerprint pattern="^openresty\/?(:?[\d.]+)?$">
|
696
808
|
<description>OpenResty OpenResty</description>
|
697
809
|
<example>openresty</example>
|
@@ -701,6 +813,7 @@
|
|
701
813
|
<param pos="1" name="service.version"/>
|
702
814
|
<param pos="0" name="service.cpe23" value="cpe:/a:openresty:openresty:{service.version}"/>
|
703
815
|
</fingerprint>
|
816
|
+
|
704
817
|
<fingerprint pattern="^gunicorn\/([\d.]+)+$">
|
705
818
|
<description>Gunicorn Gunicorn</description>
|
706
819
|
<example service.version="19.7.1">gunicorn/19.7.1</example>
|
@@ -709,6 +822,7 @@
|
|
709
822
|
<param pos="1" name="service.version"/>
|
710
823
|
<param pos="0" name="service.cpe23" value="cpe:/a:gunicorn:gunicorn:{service.version}"/>
|
711
824
|
</fingerprint>
|
825
|
+
|
712
826
|
<fingerprint pattern="^Serv-U\/([\d.]+)$">
|
713
827
|
<description>Serv-U HTTP interface</description>
|
714
828
|
<example service.version="15.1.6.31">Serv-U/15.1.6.31</example>
|
@@ -717,6 +831,26 @@
|
|
717
831
|
<param pos="0" name="service.product" value="FTP Server"/>
|
718
832
|
<param pos="1" name="service.version"/>
|
719
833
|
</fingerprint>
|
834
|
+
|
835
|
+
<fingerprint pattern="^Wing FTP Server/([\d.]+)\([^)]*\)$">
|
836
|
+
<description>Wing FTP HTTP interface - with version</description>
|
837
|
+
<example service.version="3.6.0">Wing FTP Server/3.6.0(customer name here)</example>
|
838
|
+
<param pos="0" name="service.vendor" value="WFTPServer"/>
|
839
|
+
<param pos="0" name="service.family" value="Wing FTP"/>
|
840
|
+
<param pos="0" name="service.product" value="Wing FTP Server"/>
|
841
|
+
<param pos="1" name="service.version"/>
|
842
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:wftpserver:wing_ftp_server:{service.version}"/>
|
843
|
+
</fingerprint>
|
844
|
+
|
845
|
+
<fingerprint pattern="^Wing FTP Server\([^)]*\)$">
|
846
|
+
<description>Wing FTP HTTP interface - no version</description>
|
847
|
+
<example>Wing FTP Server(customer name here)</example>
|
848
|
+
<param pos="0" name="service.vendor" value="WFTPServer"/>
|
849
|
+
<param pos="0" name="service.family" value="Wing FTP"/>
|
850
|
+
<param pos="0" name="service.product" value="Wing FTP Server"/>
|
851
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:wftpserver:wing_ftp_server:-"/>
|
852
|
+
</fingerprint>
|
853
|
+
|
720
854
|
<fingerprint pattern="^(?i)Linux UPnP/1.0 Sonos/([\d\.\-a-z]+) \((BR\d+)\)$">
|
721
855
|
<description>Sonos Bridge/ZoneBridge</description>
|
722
856
|
<example hw.model="BR100" hw.version="47.2-59120">Linux UPnP/1.0 Sonos/47.2-59120 (BR100)</example>
|
@@ -727,6 +861,7 @@
|
|
727
861
|
<param pos="2" name="hw.model"/>
|
728
862
|
<param pos="0" name="os.product" value="Linux"/>
|
729
863
|
</fingerprint>
|
864
|
+
|
730
865
|
<fingerprint pattern="^(?i)Linux UPnP/1.0 Sonos/([\d\.\-a-z]+) \(ANVIL\)$">
|
731
866
|
<description>Sonos Subwoofer Speaker</description>
|
732
867
|
<example>Linux UPnP/1.0 Sonos/31.3-22220 (ANVIL)</example>
|
@@ -736,6 +871,7 @@
|
|
736
871
|
<param pos="1" name="hw.version"/>
|
737
872
|
<param pos="0" name="os.product" value="Linux"/>
|
738
873
|
</fingerprint>
|
874
|
+
|
739
875
|
<fingerprint pattern="(?i)^Linux UPnP/1.0 Sonos/([\d\.\-a-z]+) \(ZP(S?\d+)\)$">
|
740
876
|
<description>Sonos PLAY/ZonePlayer wireless speaker</description>
|
741
877
|
<example hw.model="S1" hw.version="39.2-47040c">Linux UPnP/1.0 Sonos/39.2-47040c (ZPS1)</example>
|
@@ -748,6 +884,7 @@
|
|
748
884
|
<param pos="2" name="hw.model"/>
|
749
885
|
<param pos="0" name="os.product" value="Linux"/>
|
750
886
|
</fingerprint>
|
887
|
+
|
751
888
|
<fingerprint pattern="(?i)^Linux UPnP/1.0 Sonos/([\d\.\-a-z]+) \(WD(\d+)\)$">
|
752
889
|
<description>Sonos Wireless Dock</description>
|
753
890
|
<example hw.model="100" hw.version="36.4-41270">Linux UPnP/1.0 Sonos/36.4-41270 (WD100)</example>
|
@@ -758,6 +895,7 @@
|
|
758
895
|
<param pos="2" name="hw.model"/>
|
759
896
|
<param pos="0" name="os.product" value="Linux"/>
|
760
897
|
</fingerprint>
|
898
|
+
|
761
899
|
<fingerprint pattern="^Varnish(?:[- ]Cache)?$">
|
762
900
|
<description>Varnish Cache</description>
|
763
901
|
<example>Varnish</example>
|
@@ -767,6 +905,7 @@
|
|
767
905
|
<param pos="0" name="service.product" value="Varnish"/>
|
768
906
|
<param pos="0" name="service.cpe23" value="cpe:/a:varnish-cache:varnish:-"/>
|
769
907
|
</fingerprint>
|
908
|
+
|
770
909
|
<fingerprint pattern="^Tengine\/?(:?[\d.]+)?$">
|
771
910
|
<description>Tengine</description>
|
772
911
|
<example>Tengine</example>
|
@@ -776,6 +915,7 @@
|
|
776
915
|
<param pos="0" name="service.product" value="Tengine"/>
|
777
916
|
<param pos="1" name="service.version"/>
|
778
917
|
</fingerprint>
|
918
|
+
|
779
919
|
<fingerprint pattern="^Mikrotik HttpProxy$">
|
780
920
|
<description>MikroTik RouterOS - Proxy service</description>
|
781
921
|
<example>Mikrotik HttpProxy</example>
|
@@ -788,6 +928,7 @@
|
|
788
928
|
<param pos="0" name="hw.vendor" value="MikroTik"/>
|
789
929
|
<param pos="0" name="hw.device" value="Router"/>
|
790
930
|
</fingerprint>
|
931
|
+
|
791
932
|
<fingerprint pattern="^Helix Server Version ([0-9.]*) \(win32\) \(RealServer compatible\)$">
|
792
933
|
<description>RealMedia Helix Server - Windows</description>
|
793
934
|
<example>Helix Server Version 9.0.4.960 (win32) (RealServer compatible)</example>
|
@@ -800,6 +941,7 @@
|
|
800
941
|
<param pos="0" name="service.family" value="Helix Server"/>
|
801
942
|
<param pos="1" name="service.version"/>
|
802
943
|
</fingerprint>
|
944
|
+
|
803
945
|
<fingerprint pattern="^Helix Server Version ([0-9.]*) \(linux-\S+\) \(RealServer compatible\)$">
|
804
946
|
<description>RealMedia Helix Server - Linux</description>
|
805
947
|
<example>Helix Server Version 9.0.4.960 (linux-2.2-libc6-i586-server) (RealServer compatible)</example>
|
@@ -810,6 +952,7 @@
|
|
810
952
|
<param pos="0" name="service.family" value="Helix Server"/>
|
811
953
|
<param pos="1" name="service.version"/>
|
812
954
|
</fingerprint>
|
955
|
+
|
813
956
|
<fingerprint pattern="^ReeCam IP Camera$">
|
814
957
|
<description>Shenzhen ReeCam cameras</description>
|
815
958
|
<example>ReeCam IP Camera</example>
|
@@ -817,12 +960,14 @@
|
|
817
960
|
<param pos="0" name="hw.product" value="ReeCam"/>
|
818
961
|
<param pos="0" name="hw.device" value="Web cam"/>
|
819
962
|
</fingerprint>
|
963
|
+
|
820
964
|
<fingerprint pattern="^Netwave IP Camera$">
|
821
965
|
<description>Netwave cameras</description>
|
822
966
|
<example>Netwave IP Camera</example>
|
823
967
|
<param pos="0" name="hw.vendor" value="Netwave"/>
|
824
968
|
<param pos="0" name="hw.device" value="Web cam"/>
|
825
969
|
</fingerprint>
|
970
|
+
|
826
971
|
<fingerprint pattern="^Cougar/([0-9.]*)$">
|
827
972
|
<description>Windows Media Services (older versions)</description>
|
828
973
|
<example>Cougar/9.01.01.3841</example>
|
@@ -835,6 +980,7 @@
|
|
835
980
|
<param pos="0" name="service.family" value="Windows Media Services"/>
|
836
981
|
<param pos="1" name="service.version"/>
|
837
982
|
</fingerprint>
|
983
|
+
|
838
984
|
<fingerprint pattern="^WMServer/([0-9.]*)$">
|
839
985
|
<description>Windows Media Services (newer versions)</description>
|
840
986
|
<example>WMServer/9.1.1.3841</example>
|
@@ -847,6 +993,7 @@
|
|
847
993
|
<param pos="0" name="service.family" value="Windows Media Services"/>
|
848
994
|
<param pos="1" name="service.version"/>
|
849
995
|
</fingerprint>
|
996
|
+
|
850
997
|
<fingerprint pattern="^Microsoft-HTTPAPI/(?:[0-9\.]*)$">
|
851
998
|
<description>Generic Microsoft HTTP service</description>
|
852
999
|
<example>Microsoft-HTTPAPI/2.0</example>
|
@@ -855,6 +1002,7 @@
|
|
855
1002
|
<param pos="0" name="os.product" value="Windows"/>
|
856
1003
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
857
1004
|
</fingerprint>
|
1005
|
+
|
858
1006
|
<fingerprint pattern="(?i)^(?:(?:Cube|(?:Mini )?Dome|Day/Night|PAN/?Tilt|POE|IR|HD|H.264|Surveillance|With|Wired|Wireless(?: N)?|Network|Internet|(?:IP(?:[\s_-])?)?Cameras?[\s_]*\d*) ?){1,5}?(?: Login)?$">
|
859
1007
|
<description>Generic IP Cameras</description>
|
860
1008
|
<example>camera</example>
|
@@ -862,6 +1010,7 @@
|
|
862
1010
|
<example>Mini Dome IP Camera</example>
|
863
1011
|
<param pos="0" name="hw.device" value="Web cam"/>
|
864
1012
|
</fingerprint>
|
1013
|
+
|
865
1014
|
<fingerprint pattern="^ASP.NET$">
|
866
1015
|
<description>Something written in ASP.NET</description>
|
867
1016
|
<example>ASP.NET</example>
|
@@ -871,6 +1020,7 @@
|
|
871
1020
|
<param pos="0" name="os.certainty" value="0.6"/>
|
872
1021
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
873
1022
|
</fingerprint>
|
1023
|
+
|
874
1024
|
<fingerprint pattern="^[Xx]itami$">
|
875
1025
|
<description>Xitami web server</description>
|
876
1026
|
<example>Xitami</example>
|
@@ -878,6 +1028,7 @@
|
|
878
1028
|
<param pos="0" name="service.product" value="HTTP"/>
|
879
1029
|
<param pos="0" name="service.family" value="Webserver"/>
|
880
1030
|
</fingerprint>
|
1031
|
+
|
881
1032
|
<fingerprint pattern="^VCS-VIDOS-NVR$">
|
882
1033
|
<description>Bosch VCS VIDOS-NVR network video recorder</description>
|
883
1034
|
<example>VCS-VIDOS-NVR</example>
|
@@ -887,12 +1038,14 @@
|
|
887
1038
|
<param pos="0" name="hw.vendor" value="Bosch"/>
|
888
1039
|
<param pos="0" name="hw.device" value="DVR"/>
|
889
1040
|
</fingerprint>
|
1041
|
+
|
890
1042
|
<fingerprint pattern="^FUHO-DVR$">
|
891
1043
|
<description>FUHO Surveillance/DVR</description>
|
892
1044
|
<example>FUHO-DVR</example>
|
893
1045
|
<param pos="0" name="hw.vendor" value="FUHO"/>
|
894
1046
|
<param pos="0" name="hw.device" value="DVR"/>
|
895
1047
|
</fingerprint>
|
1048
|
+
|
896
1049
|
<fingerprint pattern="^HeiTel GmbH Web Server \[\S+\]$">
|
897
1050
|
<description>HeiTel Digital Video Recorder</description>
|
898
1051
|
<example>HeiTel GmbH Web Server [V1.15/V1.14/V1.3]</example>
|
@@ -902,6 +1055,7 @@
|
|
902
1055
|
<param pos="0" name="hw.vendor" value="HeiTel"/>
|
903
1056
|
<param pos="0" name="hw.device" value="DVR"/>
|
904
1057
|
</fingerprint>
|
1058
|
+
|
905
1059
|
<fingerprint pattern="^MiniServ/([0-9.]*)$">
|
906
1060
|
<description>mini_httpd</description>
|
907
1061
|
<example>MiniServ/0.01</example>
|
@@ -909,6 +1063,7 @@
|
|
909
1063
|
<param pos="0" name="service.family" value="WebServer"/>
|
910
1064
|
<param pos="1" name="service.version"/>
|
911
1065
|
</fingerprint>
|
1066
|
+
|
912
1067
|
<fingerprint pattern="^IBM HTTP Server/(V\d+R\d+M\d+)$">
|
913
1068
|
<description>IBM HTTP server running on AS/400</description>
|
914
1069
|
<example>IBM HTTP Server/V5R3M0</example>
|
@@ -923,6 +1078,7 @@
|
|
923
1078
|
<param pos="1" name="os.version"/>
|
924
1079
|
<param pos="0" name="os.cpe23" value="cpe:/o:ibm:os_400:{os.version}"/>
|
925
1080
|
</fingerprint>
|
1081
|
+
|
926
1082
|
<fingerprint pattern="^(?:IBM_HTTP_Server|IBM_HTTP_SERVER)/([\w.-]+)\s+Apache/([12][\d.]+)\s*(.*)$">
|
927
1083
|
<description>IBM HTTP Server</description>
|
928
1084
|
<example>IBM_HTTP_SERVER/1.3.19.2 Apache/1.3.20 (Win32)</example>
|
@@ -944,6 +1100,7 @@
|
|
944
1100
|
<param pos="0" name="apache.variant" value="IBM"/>
|
945
1101
|
<param pos="1" name="apache.variant.version"/>
|
946
1102
|
</fingerprint>
|
1103
|
+
|
947
1104
|
<fingerprint pattern="(?i)^(?:IBM_HTTP_SERVER|IBM-HTTP-SERVER)/(\S+)(?: \(\S+\))?$">
|
948
1105
|
<description>IBM HTTP Server with hardly useful version info</description>
|
949
1106
|
<example>IBM-HTTP-Server/1.0</example>
|
@@ -955,6 +1112,7 @@
|
|
955
1112
|
<param pos="0" name="apache.variant" value="IBM"/>
|
956
1113
|
<param pos="1" name="apache.variant.version"/>
|
957
1114
|
</fingerprint>
|
1115
|
+
|
958
1116
|
<fingerprint pattern="(?i)^(?:IBM_HTTP_SERVER|IBM-HTTP-SERVER)$">
|
959
1117
|
<description>IBM HTTP Server with no version info</description>
|
960
1118
|
<example>IBM_HTTP_SERVER</example>
|
@@ -965,9 +1123,11 @@
|
|
965
1123
|
<param pos="0" name="service.cpe23" value="cpe:/a:apache:http_server:-"/>
|
966
1124
|
<param pos="0" name="apache.variant" value="IBM"/>
|
967
1125
|
</fingerprint>
|
1126
|
+
|
968
1127
|
<!--
|
969
1128
|
Netscape/Sun's Application Server
|
970
1129
|
-->
|
1130
|
+
|
971
1131
|
<fingerprint pattern="^Sun[ -]Java[ -]System[ /]Application[ -]Server( \d\.[\d_]+)?$">
|
972
1132
|
<description>Sun Java System Application Server (formerly iPlanet Application Server, Sun ONE Application Server)</description>
|
973
1133
|
<example>Sun-Java-System/Application-Server</example>
|
@@ -977,6 +1137,7 @@
|
|
977
1137
|
<param pos="1" name="service.version"/>
|
978
1138
|
<param pos="0" name="service.cpe23" value="cpe:/a:sun:java_system_application_server:{service.version}"/>
|
979
1139
|
</fingerprint>
|
1140
|
+
|
980
1141
|
<fingerprint pattern="^Sun[ -]Java[ -]System[ /]Application[ -]Server Platform Edition (\d\.[\d_]+)?$">
|
981
1142
|
<description>Sun Java System Application Server Platform Edition(formerly iPlanet Application Server, Sun ONE Application Server)</description>
|
982
1143
|
<example>Sun Java System Application Server Platform Edition 9.0</example>
|
@@ -986,22 +1147,35 @@
|
|
986
1147
|
<param pos="0" name="service.product" value="Java System Application Server Platform Edition"/>
|
987
1148
|
<param pos="1" name="service.version"/>
|
988
1149
|
</fingerprint>
|
1150
|
+
|
989
1151
|
<fingerprint pattern="^Sun GlassFish Enterprise Server v(\S+)$">
|
990
1152
|
<description>Glassfish with version information</description>
|
991
|
-
<example>Sun GlassFish Enterprise Server v2.1</example>
|
1153
|
+
<example service.version="2.1">Sun GlassFish Enterprise Server v2.1</example>
|
1154
|
+
<param pos="0" name="service.vendor" value="Sun"/>
|
1155
|
+
<param pos="0" name="service.product" value="GlassFish Server"/>
|
1156
|
+
<param pos="1" name="service.version"/>
|
1157
|
+
</fingerprint>
|
1158
|
+
|
1159
|
+
<fingerprint pattern="^GlassFish Server Open Source Edition\s+(\S+)$">
|
1160
|
+
<description>Glassfish Open Source Edition with version information</description>
|
1161
|
+
<example service.version="4.1.2">GlassFish Server Open Source Edition 4.1.2</example>
|
1162
|
+
<example service.version="3.1.2.2">GlassFish Server Open Source Edition 3.1.2.2</example>
|
992
1163
|
<param pos="0" name="service.vendor" value="Sun"/>
|
993
|
-
<param pos="0" name="service.product" value="GlassFish"/>
|
1164
|
+
<param pos="0" name="service.product" value="GlassFish Server"/>
|
994
1165
|
<param pos="1" name="service.version"/>
|
995
1166
|
</fingerprint>
|
1167
|
+
|
996
1168
|
<fingerprint pattern="^GlassFish$">
|
997
1169
|
<description>Glassfish without version information</description>
|
998
1170
|
<example>GlassFish</example>
|
999
1171
|
<param pos="0" name="service.vendor" value="Sun"/>
|
1000
|
-
<param pos="0" name="service.product" value="GlassFish"/>
|
1172
|
+
<param pos="0" name="service.product" value="GlassFish Server"/>
|
1001
1173
|
</fingerprint>
|
1174
|
+
|
1002
1175
|
<!--
|
1003
1176
|
Netscape/Sun's Web Server
|
1004
1177
|
-->
|
1178
|
+
|
1005
1179
|
<fingerprint pattern="^Netscape-Enterprise/(\d+\.[\w\s.]+)$">
|
1006
1180
|
<description>Netscape Enterprise Server (subsequently iPlanet Web Server, Sun ONE Web Server, presently Sun Java System Web Server)</description>
|
1007
1181
|
<example>Netscape-Enterprise/3.5.1</example>
|
@@ -1013,6 +1187,7 @@
|
|
1013
1187
|
<param pos="1" name="service.version"/>
|
1014
1188
|
<param pos="0" name="service.cpe23" value="cpe:/a:sun:java_system_web_server:{service.version}"/>
|
1015
1189
|
</fingerprint>
|
1190
|
+
|
1016
1191
|
<fingerprint pattern="^(?:Sun-Java-System-Web-Server|Sun-ONE-Web-Server)/(?:\d\.[\d_]+)$">
|
1017
1192
|
<description>Sun Java System Web Server (formerly Netscape Enterprise Server, iPlanet Web Server and Sun ONE Web Server)</description>
|
1018
1193
|
<example>Sun-Java-System-Web-Server/7.0</example>
|
@@ -1022,19 +1197,20 @@
|
|
1022
1197
|
<param pos="0" name="service.product" value="Java System Web Server"/>
|
1023
1198
|
<param pos="0" name="service.cpe23" value="cpe:/a:sun:java_system_web_server:-"/>
|
1024
1199
|
</fingerprint>
|
1200
|
+
|
1025
1201
|
<!--
|
1026
1202
|
Netscape/Sun's Web Proxy Server
|
1027
1203
|
-->
|
1204
|
+
|
1028
1205
|
<!--
|
1029
1206
|
Header seen on admin port 8081 (not regular proxy port 8080) of Sun Java
|
1030
1207
|
System Web Proxy Server 3.6 Service Pack 4 running on Windows:
|
1031
|
-
|
1032
1208
|
Server: Netscape-Administrator/3.54
|
1033
|
-
|
1034
1209
|
However this header might be used by Web Server too, so it might be
|
1035
1210
|
impossible to differentiate Web Server from Web Proxy Server. Also note how
|
1036
1211
|
there seems to be no relation between 3.54 and "3.6 Service Pack 4".
|
1037
1212
|
-->
|
1213
|
+
|
1038
1214
|
<fingerprint pattern="^iPlanet-Web-Proxy-Server/(.*)$">
|
1039
1215
|
<description>iPlanet WebProxy Server (subsequently Sun ONE WebProxy Server, presently Sun Java System Web Proxy Server)</description>
|
1040
1216
|
<example>iPlanet-Web-Proxy-Server/3.6</example>
|
@@ -1045,6 +1221,7 @@
|
|
1045
1221
|
<param pos="1" name="service.version"/>
|
1046
1222
|
<param pos="0" name="service.cpe23" value="cpe:/a:sun:java_system_web_proxy_server:{service.version}"/>
|
1047
1223
|
</fingerprint>
|
1224
|
+
|
1048
1225
|
<fingerprint pattern="^Sun-ONE-Web-Proxy-Server/(.*)$">
|
1049
1226
|
<description>Sun ONE WebProxy Server (formerly iPlanet WebProxy Server, presently Sun Java System Web Proxy Server)</description>
|
1050
1227
|
<example service.version="3.6-SP4">Sun-ONE-Web-Proxy-Server/3.6-SP4</example>
|
@@ -1054,6 +1231,7 @@
|
|
1054
1231
|
<param pos="1" name="service.version"/>
|
1055
1232
|
<param pos="0" name="service.cpe23" value="cpe:/a:sun:java_system_web_proxy_server:{service.version}"/>
|
1056
1233
|
</fingerprint>
|
1234
|
+
|
1057
1235
|
<fingerprint pattern="^Sun-Java-System-Web-Proxy-Server/(\d\.[\d.]+)$">
|
1058
1236
|
<description>Sun Java System Web Proxy Server (formerly iPlanet WebProxy Server, Sun ONE WebProxy Server)</description>
|
1059
1237
|
<example>Sun-Java-System-Web-Proxy-Server/4.0.2</example>
|
@@ -1064,6 +1242,7 @@
|
|
1064
1242
|
<param pos="1" name="service.version"/>
|
1065
1243
|
<param pos="0" name="service.cpe23" value="cpe:/a:sun:java_system_web_proxy_server:{service.version}"/>
|
1066
1244
|
</fingerprint>
|
1245
|
+
|
1067
1246
|
<fingerprint pattern="^Sun-ILOM-Web-Server/(?:\d\.[\d._]+)$">
|
1068
1247
|
<description>Sun Integrated Lights Out Manager (ILOM) usually bundled with Sun Fire servers</description>
|
1069
1248
|
<example>Sun-ILOM-Web-Server/1.0</example>
|
@@ -1073,6 +1252,7 @@
|
|
1073
1252
|
<param pos="0" name="hw.vendor" value="Sun"/>
|
1074
1253
|
<param pos="0" name="hw.family" value="Sun Fire"/>
|
1075
1254
|
</fingerprint>
|
1255
|
+
|
1076
1256
|
<fingerprint pattern="^HP-iLO-Server/(?:[\S]+)">
|
1077
1257
|
<description>HP Integrated Lights Out Manager (iLO). Version in the Server header (found on in iLO4) is the firmware version and is not currently used.</description>
|
1078
1258
|
<example>HP-iLO-Server/1.30</example>
|
@@ -1087,12 +1267,14 @@
|
|
1087
1267
|
<param pos="0" name="os.family" value="iLO"/>
|
1088
1268
|
<param pos="0" name="os.device" value="Lights Out Management"/>
|
1089
1269
|
</fingerprint>
|
1270
|
+
|
1090
1271
|
<!--
|
1091
1272
|
TODO:
|
1092
|
-
|
1093
1273
|
Sun_WebServer/2.1
|
1094
1274
|
-->
|
1275
|
+
|
1095
1276
|
<!-- Mort Bay Jetty 1.0 to 6.x -->
|
1277
|
+
|
1096
1278
|
<fingerprint pattern="^Jetty\/([1-6]\.[\w.]+)(?: \(([^)]*))?">
|
1097
1279
|
<description>Mort Bay Jetty with info</description>
|
1098
1280
|
<example service.version="4.0.1" jetty.info="SunOS 5.8 sparc">Jetty/4.0.1 (SunOS 5.8 sparc)</example>
|
@@ -1107,6 +1289,7 @@
|
|
1107
1289
|
<param pos="0" name="service.cpe23" value="cpe:/a:mortbay:jetty:{service.version}"/>
|
1108
1290
|
<param pos="2" name="jetty.info"/>
|
1109
1291
|
</fingerprint>
|
1292
|
+
|
1110
1293
|
<fingerprint pattern="^Jetty\(([1-6]\S+)\)$">
|
1111
1294
|
<description>Mort Bay Jetty</description>
|
1112
1295
|
<example service.version="1.4.5">Jetty(1.4.5)</example>
|
@@ -1117,10 +1300,12 @@
|
|
1117
1300
|
<param pos="1" name="service.version"/>
|
1118
1301
|
<param pos="0" name="service.cpe23" value="cpe:/a:mortbay:jetty:{service.version}"/>
|
1119
1302
|
</fingerprint>
|
1303
|
+
|
1120
1304
|
<!--
|
1121
1305
|
Jetty moved to Eclipse.org at version 7, CVEs after this version are
|
1122
1306
|
associated with Eclipse CPEs.
|
1123
1307
|
-->
|
1308
|
+
|
1124
1309
|
<fingerprint pattern="^Jetty\((\S+)\)$">
|
1125
1310
|
<description>Eclipse Jetty</description>
|
1126
1311
|
<example service.version="7.6.9.v20130131">Jetty(7.6.9.v20130131)</example>
|
@@ -1132,6 +1317,7 @@
|
|
1132
1317
|
<param pos="1" name="service.version"/>
|
1133
1318
|
<param pos="0" name="service.cpe23" value="cpe:/a:eclipse:jetty:{service.version}"/>
|
1134
1319
|
</fingerprint>
|
1320
|
+
|
1135
1321
|
<fingerprint pattern="^(?i)squid/(\d+\.[\w.\-\+]+)$">
|
1136
1322
|
<description>Squid Web Proxy with a version</description>
|
1137
1323
|
<example service.version="2.3.STABLE1">Squid/2.3.STABLE1</example>
|
@@ -1143,6 +1329,7 @@
|
|
1143
1329
|
<param pos="1" name="service.version"/>
|
1144
1330
|
<param pos="0" name="service.cpe23" value="cpe:/a:squid-cache:squid:{service.version}"/>
|
1145
1331
|
</fingerprint>
|
1332
|
+
|
1146
1333
|
<fingerprint pattern="^(?i)squid$">
|
1147
1334
|
<description>Squid Web Proxy without a version</description>
|
1148
1335
|
<example>Squid</example>
|
@@ -1152,6 +1339,7 @@
|
|
1152
1339
|
<param pos="0" name="service.family" value="Squid"/>
|
1153
1340
|
<param pos="0" name="service.cpe23" value="cpe:/a:squid-cache:squid:-"/>
|
1154
1341
|
</fingerprint>
|
1342
|
+
|
1155
1343
|
<fingerprint pattern="^thttpd/(\d\.[\w.]+)-MX\s*.*$">
|
1156
1344
|
<description>thttpd with SSL support</description>
|
1157
1345
|
<example>thttpd/2.19-MX Jan 24 2006</example>
|
@@ -1160,6 +1348,7 @@
|
|
1160
1348
|
<param pos="1" name="service.version"/>
|
1161
1349
|
<param pos="0" name="thttpd.mx-patch" value="enabled"/>
|
1162
1350
|
</fingerprint>
|
1351
|
+
|
1163
1352
|
<fingerprint pattern="^thttpd(?:/(\d\.[\w.]+)\s*.*)?$">
|
1164
1353
|
<description>thttpd</description>
|
1165
1354
|
<example>thttpd</example>
|
@@ -1171,15 +1360,18 @@
|
|
1171
1360
|
<param pos="0" name="service.family" value="thttpd"/>
|
1172
1361
|
<param pos="1" name="service.version"/>
|
1173
1362
|
</fingerprint>
|
1174
|
-
|
1363
|
+
|
1364
|
+
<fingerprint pattern="(?i)^lighttpd(?:/(\d[\d.]+))?.*$">
|
1175
1365
|
<description>Lighttpd</description>
|
1176
1366
|
<example>lighttpd</example>
|
1367
|
+
<example>Lighttpd</example>
|
1177
1368
|
<example service.version="1.4.16">lighttpd/1.4.16</example>
|
1178
1369
|
<example>lighttpd/1.3.7 (Mar 23 2007/16:00:15)</example>
|
1179
1370
|
<param pos="0" name="service.product" value="lighttpd"/>
|
1180
1371
|
<param pos="0" name="service.family" value="lighttpd"/>
|
1181
1372
|
<param pos="1" name="service.version"/>
|
1182
1373
|
</fingerprint>
|
1374
|
+
|
1183
1375
|
<fingerprint pattern="^nginx$">
|
1184
1376
|
<description>nginx without version info</description>
|
1185
1377
|
<example>nginx</example>
|
@@ -1188,6 +1380,7 @@
|
|
1188
1380
|
<param pos="0" name="service.vendor" value="nginx"/>
|
1189
1381
|
<param pos="0" name="service.cpe23" value="cpe:/a:nginx:nginx:-"/>
|
1190
1382
|
</fingerprint>
|
1383
|
+
|
1191
1384
|
<fingerprint pattern="^nginx\/?(:?[\d.]+)?">
|
1192
1385
|
<description>nginx with version info and/or mods</description>
|
1193
1386
|
<example service.version="0.8.53">nginx/0.8.53 + Phusion Passenger 3.0.0 (mod_rails/mod_rack)</example>
|
@@ -1200,6 +1393,7 @@
|
|
1200
1393
|
<param pos="1" name="service.version"/>
|
1201
1394
|
<param pos="0" name="service.cpe23" value="cpe:/a:nginx:nginx:{service.version}"/>
|
1202
1395
|
</fingerprint>
|
1396
|
+
|
1203
1397
|
<fingerprint pattern="^Lotus(?:-Domino)?(?:/|/0|/Release)?$">
|
1204
1398
|
<description>IBM Lotus Notes/Domino with no useful version info</description>
|
1205
1399
|
<example>Lotus</example>
|
@@ -1211,6 +1405,7 @@
|
|
1211
1405
|
<param pos="0" name="service.family" value="Lotus Domino"/>
|
1212
1406
|
<param pos="0" name="service.cpe23" value="cpe:/a:ibm:lotus_domino:-"/>
|
1213
1407
|
</fingerprint>
|
1408
|
+
|
1214
1409
|
<fingerprint pattern="^Lotus(?:-Domino)?/(?:Release-?)?([4-7][\d.]+)\s*(?:.*)$">
|
1215
1410
|
<description>IBM Lotus Notes/Domino with version info</description>
|
1216
1411
|
<example>Lotus-Domino/5.0.8</example>
|
@@ -1221,6 +1416,7 @@
|
|
1221
1416
|
<param pos="1" name="service.version"/>
|
1222
1417
|
<param pos="0" name="service.cpe23" value="cpe:/a:ibm:lotus_domino:{service.version}"/>
|
1223
1418
|
</fingerprint>
|
1419
|
+
|
1224
1420
|
<fingerprint pattern="^WebLogic (?:WebLogic )?Server (\d+\.\d+(?:\s+SP\d+)?)\s+.*$">
|
1225
1421
|
<description>BEA WebLogic</description>
|
1226
1422
|
<example service.version="8.1 SP3">WebLogic Server 8.1 SP3 Tue Jun 29 23:11:19 PDT 2004 404973</example>
|
@@ -1232,6 +1428,7 @@
|
|
1232
1428
|
<param pos="1" name="service.version"/>
|
1233
1429
|
<param pos="0" name="service.cpe23" value="cpe:/a:bea:weblogic_server:{service.version}"/>
|
1234
1430
|
</fingerprint>
|
1431
|
+
|
1235
1432
|
<fingerprint pattern="^WebSphere Application Server/(\d+\.\d+)$">
|
1236
1433
|
<description>IBM WebSphere</description>
|
1237
1434
|
<example service.version="5.0">WebSphere Application Server/5.0</example>
|
@@ -1242,6 +1439,7 @@
|
|
1242
1439
|
<param pos="1" name="service.version"/>
|
1243
1440
|
<param pos="0" name="service.cpe23" value="cpe:/a:ibm:websphere:{service.version}"/>
|
1244
1441
|
</fingerprint>
|
1442
|
+
|
1245
1443
|
<fingerprint pattern="^Resin/(\S+)$">
|
1246
1444
|
<description>Caucho Resin</description>
|
1247
1445
|
<example>Resin/2.1.13</example>
|
@@ -1253,6 +1451,7 @@
|
|
1253
1451
|
<param pos="1" name="service.version"/>
|
1254
1452
|
<param pos="0" name="service.cpe23" value="cpe:/a:caucho:resin:{service.version}"/>
|
1255
1453
|
</fingerprint>
|
1454
|
+
|
1256
1455
|
<fingerprint pattern="^Ipswitch-IMail/(\d\.\d+)$">
|
1257
1456
|
<description>Ipswitch IMail Server</description>
|
1258
1457
|
<example>Ipswitch-IMail/5.08</example>
|
@@ -1268,6 +1467,7 @@
|
|
1268
1467
|
<param pos="0" name="os.product" value="Windows"/>
|
1269
1468
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
1270
1469
|
</fingerprint>
|
1470
|
+
|
1271
1471
|
<fingerprint pattern="^Abyss/(\d\.[\d.]+)-X1-Win32 AbyssLib/(?:\d\.[\d.]+)$">
|
1272
1472
|
<description>Aprelium Technologies Abyss Web Server X1 (free personal edition) on Windows</description>
|
1273
1473
|
<example>Abyss/2.0.0.20-X1-Win32 AbyssLib/2.0.0.20</example>
|
@@ -1281,6 +1481,7 @@
|
|
1281
1481
|
<param pos="0" name="os.product" value="Windows"/>
|
1282
1482
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
1283
1483
|
</fingerprint>
|
1484
|
+
|
1284
1485
|
<fingerprint pattern="^Abyss/(\d\.[\d.]+)-X2-Win32 AbyssLib/(?:\d\.[\d.]+)$">
|
1285
1486
|
<description>Aprelium Technologies Abyss Web Server X2 (licensed professional edition) on Windows</description>
|
1286
1487
|
<param pos="0" name="service.vendor" value="Aprelium Technologies"/>
|
@@ -1292,6 +1493,7 @@
|
|
1292
1493
|
<param pos="0" name="os.product" value="Windows"/>
|
1293
1494
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
1294
1495
|
</fingerprint>
|
1496
|
+
|
1295
1497
|
<fingerprint pattern="^Microsoft (Commerce Server\s*(?:2002|2007)?, (?:Enterprise|Standard|Evaluation|Developer) Edition)$">
|
1296
1498
|
<description>Microsoft Commerce Server</description>
|
1297
1499
|
<param pos="0" name="service.vendor" value="Microsoft"/>
|
@@ -1302,6 +1504,7 @@
|
|
1302
1504
|
<param pos="0" name="os.product" value="Windows"/>
|
1303
1505
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
1304
1506
|
</fingerprint>
|
1507
|
+
|
1305
1508
|
<fingerprint pattern="^NetWare-Enterprise-Web-Server/(\d+\.\d+)$">
|
1306
1509
|
<description>NetWare Enterprise Web Server (runs on NetWare 5.1)</description>
|
1307
1510
|
<param pos="0" name="service.vendor" value="Novell"/>
|
@@ -1316,6 +1519,7 @@
|
|
1316
1519
|
<param pos="1" name="os.version"/>
|
1317
1520
|
<param pos="0" name="os.cpe23" value="cpe:/o:novell:netware:{os.version}"/>
|
1318
1521
|
</fingerprint>
|
1522
|
+
|
1319
1523
|
<fingerprint pattern="^NetWare HTTP Stack$">
|
1320
1524
|
<description>NetWare HTTP stack (runs on 6.0 and 6.5)</description>
|
1321
1525
|
<param pos="0" name="service.vendor" value="Novell"/>
|
@@ -1326,6 +1530,7 @@
|
|
1326
1530
|
<param pos="0" name="os.product" value="NetWare"/>
|
1327
1531
|
<param pos="0" name="os.cpe23" value="cpe:/o:novell:netware:-"/>
|
1328
1532
|
</fingerprint>
|
1533
|
+
|
1329
1534
|
<fingerprint pattern="^Novell-HTTP-Server/3.1R1$">
|
1330
1535
|
<description>NetWare HTTP Server (runs on NetWare 4.11)</description>
|
1331
1536
|
<param pos="0" name="service.vendor" value="Novell"/>
|
@@ -1339,6 +1544,7 @@
|
|
1339
1544
|
<param pos="0" name="os.version" value="4.11"/>
|
1340
1545
|
<param pos="0" name="os.cpe23" value="cpe:/o:novell:netware:4.11"/>
|
1341
1546
|
</fingerprint>
|
1547
|
+
|
1342
1548
|
<fingerprint pattern="^Novell-HTTP-Server/2.51R1$">
|
1343
1549
|
<description>NetWare HTTP Server (runs on NetWare 4.1)</description>
|
1344
1550
|
<param pos="0" name="service.vendor" value="Novell"/>
|
@@ -1352,6 +1558,7 @@
|
|
1352
1558
|
<param pos="0" name="os.version" value="4.1"/>
|
1353
1559
|
<param pos="0" name="os.cpe23" value="cpe:/o:novell:netware:4.1"/>
|
1354
1560
|
</fingerprint>
|
1561
|
+
|
1355
1562
|
<fingerprint pattern="^Netscape-FastTrack/(\d+\.[\w\s.]+)$">
|
1356
1563
|
<description>Netscape FastTrack Server</description>
|
1357
1564
|
<param pos="0" name="service.vendor" value="Netscape"/>
|
@@ -1360,6 +1567,7 @@
|
|
1360
1567
|
<param pos="1" name="service.version"/>
|
1361
1568
|
<param pos="0" name="service.cpe23" value="cpe:/a:netscape:fasttrack_server:{service.version}"/>
|
1362
1569
|
</fingerprint>
|
1570
|
+
|
1363
1571
|
<fingerprint pattern="^Netscape-Commerce/(\d+\.[\w\s.]+)$">
|
1364
1572
|
<description>Netscape Commerce Server</description>
|
1365
1573
|
<param pos="0" name="service.vendor" value="Netscape"/>
|
@@ -1368,19 +1576,80 @@
|
|
1368
1576
|
<param pos="1" name="service.version"/>
|
1369
1577
|
<param pos="0" name="service.cpe23" value="cpe:/a:netscape:commerce_server:{service.version}"/>
|
1370
1578
|
</fingerprint>
|
1579
|
+
|
1371
1580
|
<!--
|
1372
1581
|
TODO
|
1373
|
-
|
1374
1582
|
"Powered by PowerBSD - Apache"
|
1375
1583
|
"SSE(Apache)"
|
1376
1584
|
-->
|
1585
|
+
|
1377
1586
|
<fingerprint pattern="^SAP J2EE Engine/(\d+\.\d+)$">
|
1378
1587
|
<description>SAP NetWeaver Web AS (Application Server)</description>
|
1588
|
+
<example service.version="7.01">SAP J2EE Engine/7.01</example>
|
1589
|
+
<param pos="0" name="service.vendor" value="SAP"/>
|
1590
|
+
<param pos="0" name="service.product" value="NetWeaver Application Server"/>
|
1591
|
+
<param pos="0" name="service.family" value="NetWeaver"/>
|
1592
|
+
<param pos="1" name="service.version"/>
|
1593
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:sap:netweaver_application_server:{service.version}"/>
|
1594
|
+
</fingerprint>
|
1595
|
+
|
1596
|
+
<fingerprint pattern="^SAP NetWeaver Application Server$">
|
1597
|
+
<description>SAP NetWeaver Application Server without version</description>
|
1598
|
+
<example>SAP NetWeaver Application Server</example>
|
1599
|
+
<param pos="0" name="service.vendor" value="SAP"/>
|
1600
|
+
<param pos="0" name="service.product" value="NetWeaver Application Server"/>
|
1601
|
+
<param pos="0" name="service.family" value="NetWeaver"/>
|
1602
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:sap:netweaver_application_server:-"/>
|
1603
|
+
</fingerprint>
|
1604
|
+
|
1605
|
+
<fingerprint pattern="^SAP NetWeaver Application Server ([\d.]+) / AS Java ([\d.]+)$">
|
1606
|
+
<description>SAP NetWeaver Application Server Java</description>
|
1607
|
+
<example service.version="7.22" service.component.version="7.30">SAP NetWeaver Application Server 7.22 / AS Java 7.30</example>
|
1608
|
+
<param pos="0" name="service.vendor" value="SAP"/>
|
1609
|
+
<param pos="0" name="service.product" value="NetWeaver Application Server Java"/>
|
1610
|
+
<param pos="0" name="service.family" value="NetWeaver"/>
|
1611
|
+
<param pos="1" name="service.version"/>
|
1612
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:sap:netweaver_application_server_java:{service.version}"/>
|
1613
|
+
<param pos="2" name="service.component.version"/>
|
1614
|
+
</fingerprint>
|
1615
|
+
|
1616
|
+
<fingerprint pattern="^SAP NetWeaver Application Server ([\d.]+) / ICM ([\d.]+)$">
|
1617
|
+
<description>SAP NetWeaver Application Server - Internet Communication Manager</description>
|
1618
|
+
<example service.version="7.21" service.component.version="7.21">SAP NetWeaver Application Server 7.21 / ICM 7.21</example>
|
1619
|
+
<param pos="0" name="service.vendor" value="SAP"/>
|
1620
|
+
<param pos="0" name="service.product" value="NetWeaver Internet Communication Manager"/>
|
1621
|
+
<param pos="0" name="service.family" value="NetWeaver"/>
|
1622
|
+
<param pos="1" name="service.version"/>
|
1623
|
+
<param pos="2" name="service.component.version"/>
|
1624
|
+
</fingerprint>
|
1625
|
+
|
1626
|
+
<fingerprint pattern="^SAP NetWeaver Application Server \(ICM\)$">
|
1627
|
+
<description>SAP NetWeaver Application Server - Internet Communication Manager without version</description>
|
1628
|
+
<example>SAP NetWeaver Application Server (ICM)</example>
|
1379
1629
|
<param pos="0" name="service.vendor" value="SAP"/>
|
1380
|
-
<param pos="0" name="service.product" value="NetWeaver
|
1630
|
+
<param pos="0" name="service.product" value="NetWeaver Internet Communication Manager"/>
|
1381
1631
|
<param pos="0" name="service.family" value="NetWeaver"/>
|
1632
|
+
</fingerprint>
|
1633
|
+
|
1634
|
+
<fingerprint pattern="^SAP NetWeaver Application Server / ABAP ([\d.]+)$">
|
1635
|
+
<description>SAP NetWeaver Application Server - Advanced Business Application Programming</description>
|
1636
|
+
<example service.version="731">SAP NetWeaver Application Server / ABAP 731</example>
|
1637
|
+
<param pos="0" name="service.vendor" value="SAP"/>
|
1638
|
+
<param pos="0" name="service.product" value="NetWeaver AS ABAP"/>
|
1639
|
+
<param pos="0" name="service.family" value="NetWeaver"/>
|
1640
|
+
<param pos="1" name="service.version"/>
|
1641
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:sap:netweaver_as_abap:{service.version}"/>
|
1642
|
+
</fingerprint>
|
1643
|
+
|
1644
|
+
<fingerprint pattern="^SQLAnywhere/([\d.]+)$">
|
1645
|
+
<description>SAP SQLAnywhere</description>
|
1646
|
+
<example service.version="16.0.0.2207">SQLAnywhere/16.0.0.2207</example>
|
1647
|
+
<param pos="0" name="service.vendor" value="SAP"/>
|
1648
|
+
<param pos="0" name="service.product" value="SQL Anywhere"/>
|
1382
1649
|
<param pos="1" name="service.version"/>
|
1650
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:sap:sql_anywhere:{service.version}"/>
|
1383
1651
|
</fingerprint>
|
1652
|
+
|
1384
1653
|
<fingerprint pattern="^OpenVPN-AS$">
|
1385
1654
|
<description>OpenVPN Access Server</description>
|
1386
1655
|
<example>OpenVPN-AS</example>
|
@@ -1388,27 +1657,30 @@
|
|
1388
1657
|
<param pos="0" name="service.product" value="Access Server"/>
|
1389
1658
|
<param pos="0" name="hw.device" value="VPN"/>
|
1390
1659
|
</fingerprint>
|
1660
|
+
|
1391
1661
|
<fingerprint pattern="^SonicWALL (SSL-?VPN(?: (?:\d+))?) Web Server\.?$">
|
1392
1662
|
<description>SonicWALL SSL-VPN device</description>
|
1393
1663
|
<example>SonicWALL SSLVPN Web Server</example>
|
1394
1664
|
<example>SonicWALL SSL-VPN Web Server</example>
|
1395
|
-
<param pos="0" name="service.vendor" value="
|
1665
|
+
<param pos="0" name="service.vendor" value="SonicWall"/>
|
1396
1666
|
<param pos="0" name="service.product" value="SSL-VPN"/>
|
1397
1667
|
<param pos="0" name="service.family" value="SSL-VPN"/>
|
1398
|
-
<param pos="0" name="os.vendor" value="
|
1668
|
+
<param pos="0" name="os.vendor" value="SonicWall"/>
|
1399
1669
|
<param pos="0" name="os.device" value="VPN"/>
|
1400
1670
|
<param pos="0" name="os.family" value="SSL-VPN"/>
|
1401
1671
|
<param pos="1" name="os.product"/>
|
1402
|
-
<param pos="0" name="hw.vendor" value="
|
1672
|
+
<param pos="0" name="hw.vendor" value="SonicWall"/>
|
1403
1673
|
<param pos="0" name="hw.device" value="VPN"/>
|
1404
1674
|
</fingerprint>
|
1675
|
+
|
1405
1676
|
<fingerprint pattern="^SonicWALL$">
|
1406
1677
|
<description>SonicWALL device</description>
|
1407
1678
|
<example>SonicWALL</example>
|
1408
|
-
<param pos="0" name="service.vendor" value="
|
1679
|
+
<param pos="0" name="service.vendor" value="SonicWall"/>
|
1409
1680
|
<param pos="0" name="service.product" value="HTTP"/>
|
1410
|
-
<param pos="0" name="os.vendor" value="
|
1681
|
+
<param pos="0" name="os.vendor" value="SonicWall"/>
|
1411
1682
|
</fingerprint>
|
1683
|
+
|
1412
1684
|
<fingerprint pattern="^NetCache appliance \(NetApp/+(\d+\.\d+[\w.]+)\)$">
|
1413
1685
|
<description>NetCache appliance (product line formerly owned by Network Appliances, now owned by Blue Coat Systems).</description>
|
1414
1686
|
<example service.version="5.3.1R3">NetCache appliance (NetApp/5.3.1R3)</example>
|
@@ -1426,6 +1698,7 @@
|
|
1426
1698
|
<param pos="0" name="os.family" value="NetCache"/>
|
1427
1699
|
<param pos="0" name="os.product" value="NetCache"/>
|
1428
1700
|
</fingerprint>
|
1701
|
+
|
1429
1702
|
<fingerprint pattern="^NetApp/+(.*)$">
|
1430
1703
|
<description>NetApp file servers</description>
|
1431
1704
|
<example>NetApp/7.3.4P1</example>
|
@@ -1439,6 +1712,7 @@
|
|
1439
1712
|
<param pos="1" name="os.version"/>
|
1440
1713
|
<param pos="0" name="os.cpe23" value="cpe:/o:netapp:data_ontap:{os.version}"/>
|
1441
1714
|
</fingerprint>
|
1715
|
+
|
1442
1716
|
<fingerprint pattern="^BlueCoat-Security-Appliance$">
|
1443
1717
|
<description>Blue Coat security appliance</description>
|
1444
1718
|
<example>BlueCoat-Security-Appliance</example>
|
@@ -1447,6 +1721,7 @@
|
|
1447
1721
|
<param pos="0" name="os.family" value="Blue Coat"/>
|
1448
1722
|
<param pos="0" name="os.product" value="Appliance"/>
|
1449
1723
|
</fingerprint>
|
1724
|
+
|
1450
1725
|
<fingerprint pattern="^(?:BigIP|BIG-IP)$">
|
1451
1726
|
<description>F5 BIG-IP</description>
|
1452
1727
|
<param pos="0" name="service.vendor" value="F5"/>
|
@@ -1456,13 +1731,15 @@
|
|
1456
1731
|
<param pos="0" name="os.family" value="Linux"/>
|
1457
1732
|
<param pos="0" name="os.product" value="Linux"/>
|
1458
1733
|
</fingerprint>
|
1734
|
+
|
1459
1735
|
<fingerprint pattern="^TargetWeb/[\d\.]+ \(TargetOS\)$">
|
1460
1736
|
<description>Mercurity Security TargetOS</description>
|
1461
1737
|
<example>TargetWeb/2011.0 (TargetOS)</example>
|
1462
1738
|
<param pos="0" name="hw.vendor" value="Mercury Security"/>
|
1463
|
-
<param pos="0" name="hw.device" value="Access
|
1739
|
+
<param pos="0" name="hw.device" value="Access Control"/>
|
1464
1740
|
<param pos="0" name="hw.product" value="EP-series"/>
|
1465
1741
|
</fingerprint>
|
1742
|
+
|
1466
1743
|
<fingerprint pattern="^Foundry Networks(?:/(\d+\.\d+))?$">
|
1467
1744
|
<description>Foundry Networks device (though not sure which)</description>
|
1468
1745
|
<param pos="0" name="service.vendor" value="Foundry"/>
|
@@ -1470,6 +1747,7 @@
|
|
1470
1747
|
<param pos="1" name="service.version"/>
|
1471
1748
|
<param pos="0" name="os.vendor" value="Foundry"/>
|
1472
1749
|
</fingerprint>
|
1750
|
+
|
1473
1751
|
<fingerprint pattern="^HP-Chai(?:Server|SOE)/(\d+\.\d+)$">
|
1474
1752
|
<description>HP Printer running the Chai embedded web server</description>
|
1475
1753
|
<example>HP-ChaiServer/2.2</example>
|
@@ -1487,6 +1765,7 @@
|
|
1487
1765
|
<param pos="0" name="hw.product" value="JetDirect"/>
|
1488
1766
|
<param pos="0" name="hw.device" value="Printer"/>
|
1489
1767
|
</fingerprint>
|
1768
|
+
|
1490
1769
|
<fingerprint pattern="^HP HTTP Server; (?:Hewlett-Packard )?HP ((\S+) \S+)">
|
1491
1770
|
<description>HP Printer</description>
|
1492
1771
|
<example os.product="Photosmart C309a" os.family="Photosmart">HP HTTP Server; HP Photosmart C309a series - CC335A; Serial Number: abc123; Vader Built:Wed Apr 15, 2009 11:40:58AM {abc123, ASIC id 0x00280004}</example>
|
@@ -1504,6 +1783,7 @@
|
|
1504
1783
|
<param pos="0" name="hw.product" value="JetDirect"/>
|
1505
1784
|
<param pos="0" name="hw.device" value="Printer"/>
|
1506
1785
|
</fingerprint>
|
1786
|
+
|
1507
1787
|
<fingerprint pattern="^HTTP/1\.0$">
|
1508
1788
|
<description>Old HP printers identify themselves as "HTTP/1.0"</description>
|
1509
1789
|
<param pos="0" name="service.vendor" value="HP"/>
|
@@ -1518,6 +1798,7 @@
|
|
1518
1798
|
<param pos="0" name="hw.product" value="JetDirect"/>
|
1519
1799
|
<param pos="0" name="hw.device" value="Printer"/>
|
1520
1800
|
</fingerprint>
|
1801
|
+
|
1521
1802
|
<fingerprint pattern="^(?:Allegro-Software-)?RomPager/\s*(\S+)">
|
1522
1803
|
<description>Embedded HTTP server used by many vendors and device
|
1523
1804
|
types, including APC, 3Com, Andover Controls, Cisco VoIP, D-Link,
|
@@ -1532,6 +1813,7 @@
|
|
1532
1813
|
<param pos="0" name="service.product" value="RomPager"/>
|
1533
1814
|
<param pos="1" name="service.version"/>
|
1534
1815
|
</fingerprint>
|
1816
|
+
|
1535
1817
|
<fingerprint pattern="^YAMAHA-RT$">
|
1536
1818
|
<description>Yamaha RT series routers</description>
|
1537
1819
|
<param pos="0" name="service.vendor" value="Yamaha"/>
|
@@ -1544,6 +1826,7 @@
|
|
1544
1826
|
<param pos="0" name="hw.vendor" value="Yamaha"/>
|
1545
1827
|
<param pos="0" name="hw.device" value="Router"/>
|
1546
1828
|
</fingerprint>
|
1829
|
+
|
1547
1830
|
<fingerprint pattern="^(?:Canon Http|CANON HTTP) Server (?:Ver)?(?:\d+\.\d+)$">
|
1548
1831
|
<description>Canon Multifunction Printer/Copiers</description>
|
1549
1832
|
<param pos="0" name="service.vendor" value="Canon"/>
|
@@ -1552,6 +1835,7 @@
|
|
1552
1835
|
<param pos="0" name="hw.vendor" value="Canon"/>
|
1553
1836
|
<param pos="0" name="hw.device" value="Multifunction Device"/>
|
1554
1837
|
</fingerprint>
|
1838
|
+
|
1555
1839
|
<fingerprint pattern=".*Linksys.*">
|
1556
1840
|
<description>Linksys Wireless Access Point</description>
|
1557
1841
|
<param pos="0" name="os.vendor" value="Linksys"/>
|
@@ -1559,6 +1843,7 @@
|
|
1559
1843
|
<param pos="0" name="hw.vendor" value="Linksys"/>
|
1560
1844
|
<param pos="0" name="hw.device" value="WAP"/>
|
1561
1845
|
</fingerprint>
|
1846
|
+
|
1562
1847
|
<fingerprint pattern="^cisco-IOS$">
|
1563
1848
|
<description>Cisco IOS</description>
|
1564
1849
|
<example>cisco-IOS</example>
|
@@ -1573,6 +1858,7 @@
|
|
1573
1858
|
<param pos="0" name="os.cpe23" value="cpe:/o:cisco:ios:-"/>
|
1574
1859
|
<param pos="0" name="hw.vendor" value="Cisco"/>
|
1575
1860
|
</fingerprint>
|
1861
|
+
|
1576
1862
|
<fingerprint pattern="^cisco-IOS/([^\s]+) HTTP-server/.*$">
|
1577
1863
|
<description>Cisco IOS with version information</description>
|
1578
1864
|
<example>cisco-IOS/12.1 HTTP-server/1.0(1)</example>
|
@@ -1587,6 +1873,7 @@
|
|
1587
1873
|
<param pos="0" name="os.cpe23" value="cpe:/o:cisco:ios:{os.version}"/>
|
1588
1874
|
<param pos="0" name="hw.vendor" value="Cisco"/>
|
1589
1875
|
</fingerprint>
|
1876
|
+
|
1590
1877
|
<fingerprint pattern="^Cisco AWARE (.*)$">
|
1591
1878
|
<description>Cisco ASA</description>
|
1592
1879
|
<example>Cisco AWARE 2.0</example>
|
@@ -1603,6 +1890,7 @@
|
|
1603
1890
|
<param pos="0" name="hw.device" value="Firewall"/>
|
1604
1891
|
<param pos="0" name="hw.cpe23" value="cpe:/h:cisco:adaptive_security_appliance:-"/>
|
1605
1892
|
</fingerprint>
|
1893
|
+
|
1606
1894
|
<fingerprint pattern="^CradlepointHTTPService/([\d\.]+)$">
|
1607
1895
|
<description>Cradlepoint HTTP service</description>
|
1608
1896
|
<example service.version="1.0.0">CradlepointHTTPService/1.0.0</example>
|
@@ -1610,6 +1898,7 @@
|
|
1610
1898
|
<param pos="0" name="service.vendor" value="Cradlepoint"/>
|
1611
1899
|
<param pos="0" name="service.product" value="HTTP"/>
|
1612
1900
|
</fingerprint>
|
1901
|
+
|
1613
1902
|
<fingerprint pattern="^DesktopAuthority/(.*)$">
|
1614
1903
|
<description>ScriptLogic DesktopAuthority</description>
|
1615
1904
|
<param pos="1" name="service.version"/>
|
@@ -1621,6 +1910,7 @@
|
|
1621
1910
|
<param pos="0" name="os.product" value="Windows"/>
|
1622
1911
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
1623
1912
|
</fingerprint>
|
1913
|
+
|
1624
1914
|
<fingerprint pattern="^Agent-ListenServer-HttpSvr/.*$">
|
1625
1915
|
<description>McAfee ePolicy Orchestrator</description>
|
1626
1916
|
<param pos="0" name="service.vendor" value="McAfee"/>
|
@@ -1628,12 +1918,14 @@
|
|
1628
1918
|
<param pos="0" name="service.family" value="ePolicy Orchestrator"/>
|
1629
1919
|
<param pos="0" name="service.cpe23" value="cpe:/a:mcafee:epolicy_orchestrator:-"/>
|
1630
1920
|
</fingerprint>
|
1921
|
+
|
1631
1922
|
<fingerprint pattern="^LANDesk Management Agent/.*$">
|
1632
1923
|
<description>LANDesk Management Agent</description>
|
1633
1924
|
<param pos="0" name="service.vendor" value="LANDesk"/>
|
1634
1925
|
<param pos="0" name="service.product" value="Management Agent"/>
|
1635
1926
|
<param pos="0" name="service.family" value="Management Agent"/>
|
1636
1927
|
</fingerprint>
|
1928
|
+
|
1637
1929
|
<fingerprint pattern="^EWS-NIC\d/(\S+)$">
|
1638
1930
|
<description>Xerox Embedded Web Server (EWS)</description>
|
1639
1931
|
<example service.version="6.31">EWS-NIC3/6.31</example>
|
@@ -1648,6 +1940,7 @@
|
|
1648
1940
|
<param pos="0" name="hw.vendor" value="Xerox"/>
|
1649
1941
|
<param pos="0" name="hw.device" value="Printer"/>
|
1650
1942
|
</fingerprint>
|
1943
|
+
|
1651
1944
|
<fingerprint pattern="^Adaptec ASM (\S+)$">
|
1652
1945
|
<description>Adaptec - Adaptec Storage Manager (runs on Windows Only)</description>
|
1653
1946
|
<param pos="0" name="service.vendor" value="Adaptec"/>
|
@@ -1659,6 +1952,7 @@
|
|
1659
1952
|
<param pos="0" name="os.product" value="Windows"/>
|
1660
1953
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
1661
1954
|
</fingerprint>
|
1955
|
+
|
1662
1956
|
<fingerprint pattern="^JRun Web Server$">
|
1663
1957
|
<description>Macromedia (formerly Allaire) JRun</description>
|
1664
1958
|
<param pos="0" name="service.vendor" value="Macromedia"/>
|
@@ -1666,6 +1960,7 @@
|
|
1666
1960
|
<param pos="0" name="service.product" value="JRun"/>
|
1667
1961
|
<param pos="0" name="service.cpe23" value="cpe:/a:macromedia:jrun:-"/>
|
1668
1962
|
</fingerprint>
|
1963
|
+
|
1669
1964
|
<fingerprint pattern="^(?:Raptor )?Simple, Secure Web Server ([\d.]+)$">
|
1670
1965
|
<description>Symantec Raptor Firewall</description>
|
1671
1966
|
<example>Simple, Secure Web Server 1.1</example>
|
@@ -1676,6 +1971,7 @@
|
|
1676
1971
|
<param pos="0" name="os.product" value="Raptor"/>
|
1677
1972
|
<param pos="1" name="os.version"/>
|
1678
1973
|
</fingerprint>
|
1974
|
+
|
1679
1975
|
<fingerprint pattern="^IPG(\d+)$">
|
1680
1976
|
<description>Systech Internet Payment Gateway</description>
|
1681
1977
|
<example hw.model="8000">IPG8000</example>
|
@@ -1684,6 +1980,7 @@
|
|
1684
1980
|
<param pos="0" name="hw.product" value="Internet Payment Gateway"/>
|
1685
1981
|
<param pos="1" name="hw.model"/>
|
1686
1982
|
</fingerprint>
|
1983
|
+
|
1687
1984
|
<fingerprint pattern="^NS_(\d\.\d)$">
|
1688
1985
|
<description>Citrix NetScaler</description>
|
1689
1986
|
<example>NS_6.1</example>
|
@@ -1698,6 +1995,7 @@
|
|
1698
1995
|
<param pos="1" name="service.version"/>
|
1699
1996
|
<param pos="0" name="service.cpe23" value="cpe:/a:citrix:netscaler:{service.version}"/>
|
1700
1997
|
</fingerprint>
|
1998
|
+
|
1701
1999
|
<fingerprint pattern="^Rumpus$">
|
1702
2000
|
<description>Rumpus FTP Server, Web File Manager interface</description>
|
1703
2001
|
<example>Rumpus</example>
|
@@ -1706,6 +2004,7 @@
|
|
1706
2004
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
1707
2005
|
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
1708
2006
|
</fingerprint>
|
2007
|
+
|
1709
2008
|
<fingerprint pattern="^servermgrd$">
|
1710
2009
|
<description>Mac OS X Server administrative daemon</description>
|
1711
2010
|
<example>servermgrd</example>
|
@@ -1714,6 +2013,7 @@
|
|
1714
2013
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
1715
2014
|
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
1716
2015
|
</fingerprint>
|
2016
|
+
|
1717
2017
|
<fingerprint pattern="^(RMC Webserver|RAC_ONE_HTTP) (\d\.\d)$">
|
1718
2018
|
<description>Dell Remote Access Controller</description>
|
1719
2019
|
<param pos="0" name="os.vendor" value="Dell"/>
|
@@ -1724,6 +2024,7 @@
|
|
1724
2024
|
<param pos="1" name="service.product"/>
|
1725
2025
|
<param pos="2" name="service.version"/>
|
1726
2026
|
</fingerprint>
|
2027
|
+
|
1727
2028
|
<fingerprint pattern="^Xerox_MicroServer/Xerox11$">
|
1728
2029
|
<description>Xerox Document Centre</description>
|
1729
2030
|
<param pos="0" name="os.vendor" value="Xerox"/>
|
@@ -1735,6 +2036,7 @@
|
|
1735
2036
|
<param pos="0" name="hw.product" value="Document Centre"/>
|
1736
2037
|
<param pos="0" name="hw.device" value="Printer"/>
|
1737
2038
|
</fingerprint>
|
2039
|
+
|
1738
2040
|
<fingerprint pattern="^TSM_HTTP/\d\.\d$">
|
1739
2041
|
<description>IBM Tivoli Storage Manager</description>
|
1740
2042
|
<param pos="0" name="service.vendor" value="IBM"/>
|
@@ -1742,11 +2044,13 @@
|
|
1742
2044
|
<param pos="0" name="service.product" value="Tivoli Storage Manager"/>
|
1743
2045
|
<param pos="0" name="service.cpe23" value="cpe:/a:ibm:tivoli_storage_manager:-"/>
|
1744
2046
|
</fingerprint>
|
2047
|
+
|
1745
2048
|
<fingerprint pattern="^D-Link MiniAVServer$">
|
1746
2049
|
<description>D-Link embedded web server for web cams</description>
|
1747
2050
|
<param pos="0" name="os.vendor" value="D-Link"/>
|
1748
2051
|
<param pos="0" name="os.device" value="Web cam"/>
|
1749
2052
|
</fingerprint>
|
2053
|
+
|
1750
2054
|
<fingerprint pattern="^ListManagerWeb/(\S+) .*$">
|
1751
2055
|
<description>Lyris ListManager</description>
|
1752
2056
|
<example>ListManagerWeb/8.8a (based on Tcl-Webserver/3.4.2)</example>
|
@@ -1754,6 +2058,7 @@
|
|
1754
2058
|
<param pos="0" name="service.product" value="ListManager"/>
|
1755
2059
|
<param pos="1" name="service.version"/>
|
1756
2060
|
</fingerprint>
|
2061
|
+
|
1757
2062
|
<fingerprint pattern="^kHTTPd (\S+)" certainty="0.50">
|
1758
2063
|
<description>TUX web server, an in-kernel Linux HTTP Accelerator</description>
|
1759
2064
|
<example>kHTTPd 0.1.6</example>
|
@@ -1764,6 +2069,7 @@
|
|
1764
2069
|
<param pos="0" name="os.product" value="Linux"/>
|
1765
2070
|
<param pos="0" name="os.cpe23" value="cpe:/o:linux:linux_kernel:-"/>
|
1766
2071
|
</fingerprint>
|
2072
|
+
|
1767
2073
|
<fingerprint pattern="^RealVNC/(?:\S+)$">
|
1768
2074
|
<description>RealVNC built-in webserver</description>
|
1769
2075
|
<example>RealVNC/4.0</example>
|
@@ -1771,6 +2077,7 @@
|
|
1771
2077
|
<param pos="0" name="service.product" value="RealVNC"/>
|
1772
2078
|
<param pos="0" name="service.cpe23" value="cpe:/a:realvnc:realvnc:-"/>
|
1773
2079
|
</fingerprint>
|
2080
|
+
|
1774
2081
|
<fingerprint pattern="^SecureTransport (\d+[\d\.]+) \(build: (\d+)\)$">
|
1775
2082
|
<description>AxWay SecureTransport</description>
|
1776
2083
|
<example>SecureTransport 5.3.6 (build: 412)</example>
|
@@ -1780,6 +2087,7 @@
|
|
1780
2087
|
<param pos="0" name="service.cpe23" value="cpe:/a:axway:securetransport:{service.version}"/>
|
1781
2088
|
<param pos="2" name="securetransport.build"/>
|
1782
2089
|
</fingerprint>
|
2090
|
+
|
1783
2091
|
<fingerprint pattern="(Agranat|Conexant|(?:Globespan)?Virata)-EmWeb/(.*)$">
|
1784
2092
|
<description>EmWeb variants</description>
|
1785
2093
|
<example>Agranat-EmWeb/R4_01</example>
|
@@ -1803,6 +2111,7 @@
|
|
1803
2111
|
<param pos="0" name="service.product" value="EmWeb"/>
|
1804
2112
|
<param pos="2" name="service.version"/>
|
1805
2113
|
</fingerprint>
|
2114
|
+
|
1806
2115
|
<fingerprint pattern="^NSC/\S+ \(JVM\)$">
|
1807
2116
|
<description>Rapid7 NSC</description>
|
1808
2117
|
<example>NSC/0.6.4 (JVM)</example>
|
@@ -1810,6 +2119,7 @@
|
|
1810
2119
|
<param pos="0" name="service.product" value="Nexpose"/>
|
1811
2120
|
<param pos="0" name="service.cpe23" value="cpe:/a:rapid7:nexpose:-"/>
|
1812
2121
|
</fingerprint>
|
2122
|
+
|
1813
2123
|
<fingerprint pattern="^Security Console$">
|
1814
2124
|
<description>Rapid7 Nexpose Security Console</description>
|
1815
2125
|
<example>Security Console</example>
|
@@ -1817,6 +2127,7 @@
|
|
1817
2127
|
<param pos="0" name="service.product" value="Nexpose"/>
|
1818
2128
|
<param pos="0" name="service.cpe23" value="cpe:/a:rapid7:nexpose:-"/>
|
1819
2129
|
</fingerprint>
|
2130
|
+
|
1820
2131
|
<fingerprint pattern="^Polycom SoundPoint IP Telephone HTTPd$">
|
1821
2132
|
<description>Polycom Soundpoint IP Telephone</description>
|
1822
2133
|
<example>Polycom SoundPoint IP Telephone HTTPd</example>
|
@@ -1826,23 +2137,21 @@
|
|
1826
2137
|
<param pos="0" name="hw.family" value="SoundPoint"/>
|
1827
2138
|
<param pos="0" name="hw.device" value="VoIP"/>
|
1828
2139
|
</fingerprint>
|
2140
|
+
|
1829
2141
|
<!-- 4D WebSTAR was aquired by Kerio but it seems that both
|
1830
2142
|
Kerio and 4D have branched the product. The 4D banners
|
1831
2143
|
use the new version scheme (just 2004 it would appear):
|
1832
|
-
|
1833
2144
|
4D_WebStar_D/2004
|
1834
|
-
|
1835
2145
|
whereas Kerio banners are:
|
1836
|
-
|
1837
2146
|
4D_WebSTAR_S/5.3.2 (MacOS X)
|
1838
2147
|
4D_WebStar_D/7.8
|
1839
2148
|
4D_WebSTAR_S/5.4.1 (MacOS X)
|
1840
|
-
|
1841
2149
|
WebSTAR/4.4 ID/72547
|
1842
2150
|
WebSTAR/4.5(SSL) ID/82535
|
1843
2151
|
WebSTAR NetCloak
|
1844
2152
|
WebSTAR/4.5(SSL) ID/85282
|
1845
2153
|
-->
|
2154
|
+
|
1846
2155
|
<!--
|
1847
2156
|
<fingerprint pattern="^4D_WebSTAR_S/2004$">
|
1848
2157
|
<description>4D 4th Dimension 2004</description>
|
@@ -1853,6 +2162,7 @@
|
|
1853
2162
|
<param pos="0" name="os.family" value="Windows"/>
|
1854
2163
|
<param pos="0" name="os.product" value="Windows"/>
|
1855
2164
|
</fingerprint>
|
2165
|
+
|
1856
2166
|
<fingerprint pattern="^4D_WebSTAR_S/5.3.2 \(MacOS X\)$">
|
1857
2167
|
<description>Kerio WebSTAR</description>
|
1858
2168
|
<param pos="0" name="service.vendor" value="Kerio"/>
|
@@ -1863,7 +2173,9 @@
|
|
1863
2173
|
<param pos="0" name="os.family" value="Windows"/>
|
1864
2174
|
<param pos="0" name="os.product" value="Windows"/>
|
1865
2175
|
</fingerprint>
|
2176
|
+
|
1866
2177
|
-->
|
2178
|
+
|
1867
2179
|
<fingerprint pattern="^SentinelProtectionServer/((?:\d+\.)*\d+)$">
|
1868
2180
|
<description>Sentinel Protection Server - Embedded httpd in SafeNet's memory key dongles</description>
|
1869
2181
|
<example service.version="7.1">SentinelProtectionServer/7.1</example>
|
@@ -1875,6 +2187,7 @@
|
|
1875
2187
|
<param pos="0" name="service.family" value="Sentinel"/>
|
1876
2188
|
<param pos="1" name="service.version"/>
|
1877
2189
|
</fingerprint>
|
2190
|
+
|
1878
2191
|
<fingerprint pattern="^SentinelKeysServer/((?:\d+\.)*\d+)$">
|
1879
2192
|
<description>Sentinel Key Server - Embedded httpd in SafeNet's memory key dongles</description>
|
1880
2193
|
<example service.version="1.3.1">SentinelKeysServer/1.3.1</example>
|
@@ -1885,6 +2198,7 @@
|
|
1885
2198
|
<param pos="0" name="service.family" value="Sentinel"/>
|
1886
2199
|
<param pos="1" name="service.version"/>
|
1887
2200
|
</fingerprint>
|
2201
|
+
|
1888
2202
|
<fingerprint pattern="^CherryPy/((?:\d+\.)*\d+)$">
|
1889
2203
|
<description>Web server component of CherryPy web application framework.</description>
|
1890
2204
|
<example>CherryPy/3.1.2</example>
|
@@ -1895,6 +2209,7 @@
|
|
1895
2209
|
<param pos="1" name="service.version"/>
|
1896
2210
|
<param pos="0" name="service.cpe23" value="cpe:/a:cherrypy:cherrypy:{service.version}"/>
|
1897
2211
|
</fingerprint>
|
2212
|
+
|
1898
2213
|
<fingerprint pattern="(?i)^TornadoServer/((?:\d+\.)*\d+)$">
|
1899
2214
|
<description>Tornado Python web framework and asynchronous networking library.</description>
|
1900
2215
|
<example>TornadoServer/4.0.2</example>
|
@@ -1904,6 +2219,7 @@
|
|
1904
2219
|
<param pos="1" name="service.version"/>
|
1905
2220
|
<param pos="0" name="service.cpe23" value="cpe:/a:tornadoweb:tornado:{service.version}"/>
|
1906
2221
|
</fingerprint>
|
2222
|
+
|
1907
2223
|
<fingerprint pattern="(?i)^SimpleHTTP/((?:\d+\.)*\d+)\s*Python/((?:\d+\.)*\d+)$">
|
1908
2224
|
<description>SimpleHTTPRequestHandler Python class is a simple HTTP request handler.</description>
|
1909
2225
|
<example>SimpleHTTP/0.6 Python/2.7.6</example>
|
@@ -1914,6 +2230,7 @@
|
|
1914
2230
|
<param pos="1" name="service.version"/>
|
1915
2231
|
<param pos="2" name="python.version"/>
|
1916
2232
|
</fingerprint>
|
2233
|
+
|
1917
2234
|
<fingerprint pattern="^HP Web Jetadmin/((?:\d+\.)*\d+)\s*(.*)$">
|
1918
2235
|
<description>Apache variant for web access to HP printers.</description>
|
1919
2236
|
<example>HP Web Jetadmin/2.0.50 (Win32) mod_auth_sspi/1.0.1 mod_ssl/2.0.50 OpenSSL/0.9.6m</example>
|
@@ -1926,6 +2243,7 @@
|
|
1926
2243
|
<param pos="0" name="service.cpe23" value="cpe:/a:apache:http_server:{service.version}"/>
|
1927
2244
|
<param pos="2" name="apache.info"/>
|
1928
2245
|
</fingerprint>
|
2246
|
+
|
1929
2247
|
<fingerprint pattern="^HP Web Jetadmin ([\d\.]+)(?: \([^\)]+\))?$">
|
1930
2248
|
<description>HP printers, perhaps Apache, but we can't say for sure</description>
|
1931
2249
|
<example service.version="10.3.85669">HP Web Jetadmin 10.3.85669</example>
|
@@ -1935,17 +2253,19 @@
|
|
1935
2253
|
<param pos="1" name="service.version"/>
|
1936
2254
|
<param pos="0" name="service.cpe23" value="cpe:/a:hp:web_jetadmin:{service.version}"/>
|
1937
2255
|
</fingerprint>
|
2256
|
+
|
1938
2257
|
<fingerprint pattern="^KM-MFP-http/V([\d\.]+)$">
|
1939
2258
|
<description>Kyocera Printers</description>
|
1940
2259
|
<example service.version="0.0.1">KM-MFP-http/V0.0.1</example>
|
1941
|
-
<param pos="0" name="os.vendor" value="
|
2260
|
+
<param pos="0" name="os.vendor" value="Kyocera"/>
|
1942
2261
|
<param pos="0" name="os.device" value="Multifunction Device"/>
|
1943
|
-
<param pos="0" name="hw.vendor" value="
|
2262
|
+
<param pos="0" name="hw.vendor" value="Kyocera"/>
|
1944
2263
|
<param pos="0" name="hw.device" value="Multifunction Device"/>
|
1945
2264
|
<param pos="0" name="service.vendor" value="Kyocera"/>
|
1946
2265
|
<param pos="0" name="service.product" value="KM-MFP-HTTP"/>
|
1947
2266
|
<param pos="1" name="service.version"/>
|
1948
2267
|
</fingerprint>
|
2268
|
+
|
1949
2269
|
<fingerprint pattern="^Citrix Web PN Server$">
|
1950
2270
|
<description>Citrix Web PN (Program Neighborhood) Server is an HTTP server used by Citrix products</description>
|
1951
2271
|
<example>Citrix Web PN Server</example>
|
@@ -1953,6 +2273,7 @@
|
|
1953
2273
|
<param pos="0" name="service.product" value="Web PN Server"/>
|
1954
2274
|
<param pos="0" name="service.family" value="Web PN Server"/>
|
1955
2275
|
</fingerprint>
|
2276
|
+
|
1956
2277
|
<fingerprint pattern="^Lotus Expeditor Web Container/((?:\d+\.)*\d+)$">
|
1957
2278
|
<description>Expeditor is a framework used by IBM in many products in the Lotus brand, such as Sametime and Notes.</description>
|
1958
2279
|
<example>Lotus Expeditor Web Container/6.1</example>
|
@@ -1962,10 +2283,12 @@
|
|
1962
2283
|
<param pos="0" name="service.family" value="Lotus Expeditor"/>
|
1963
2284
|
<param pos="1" name="service.version"/>
|
1964
2285
|
</fingerprint>
|
2286
|
+
|
1965
2287
|
<!-- GoAhead software was acquired by Oracle in 2011. They later handed this
|
1966
2288
|
off to (E)Mbedthis. Version 3.0 released in October 2012 appears to be
|
1967
2289
|
the first version to fully be Mbedthis software.
|
1968
2290
|
-->
|
2291
|
+
|
1969
2292
|
<fingerprint pattern="^GoAhead-(?:Webs|http)$">
|
1970
2293
|
<description>GoAhead-Webs - no version</description>
|
1971
2294
|
<example>GoAhead-Webs</example>
|
@@ -1973,16 +2296,20 @@
|
|
1973
2296
|
<param pos="0" name="service.product" value="GoAhead Webserver"/>
|
1974
2297
|
<param pos="0" name="service.family" value="GoAhead Webserver"/>
|
1975
2298
|
</fingerprint>
|
1976
|
-
|
2299
|
+
|
2300
|
+
<fingerprint pattern="(?i)^GoAhead(?:-Webs|-http)?\/([\d.]+)(?: PeerSec-MatrixSSL\/[\d.]+-OPEN)?$">
|
1977
2301
|
<description>GoAhead-Webs - version</description>
|
1978
2302
|
<example service.version="2.5.0">GoAhead-Webs/2.5.0 PeerSec-MatrixSSL/3.4.2-OPEN</example>
|
2303
|
+
<example service.version="2.5.0">Goahead/2.5.0 PeerSec-MatrixSSL/3.2.1-OPEN</example>
|
1979
2304
|
<example>GoAhead-Webs/2.5.0</example>
|
1980
2305
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
1981
2306
|
<param pos="0" name="service.product" value="GoAhead Webserver"/>
|
1982
2307
|
<param pos="0" name="service.family" value="GoAhead Webserver"/>
|
1983
2308
|
<param pos="1" name="service.version"/>
|
1984
2309
|
</fingerprint>
|
2310
|
+
|
1985
2311
|
<!-- MBedthis changed its name/branding to Embedthis-->
|
2312
|
+
|
1986
2313
|
<fingerprint pattern="^Mbedthis-App[Ww]eb/([\d.]+)$">
|
1987
2314
|
<description>Mbedthis Appweb</description>
|
1988
2315
|
<example service.version="2.4.0">Mbedthis-Appweb/2.4.0</example>
|
@@ -1994,6 +2321,7 @@
|
|
1994
2321
|
<param pos="0" name="service.family" value="Appweb"/>
|
1995
2322
|
<param pos="1" name="service.version"/>
|
1996
2323
|
</fingerprint>
|
2324
|
+
|
1997
2325
|
<fingerprint pattern="^Embedthis-(?:Appweb|http)\/?(:?[\d.]+)?$">
|
1998
2326
|
<description>Embedthis AppWeb</description>
|
1999
2327
|
<example service.version="3.2.3">Embedthis-Appweb/3.2.3</example>
|
@@ -2005,6 +2333,7 @@
|
|
2005
2333
|
<param pos="1" name="service.version"/>
|
2006
2334
|
<param pos="0" name="service.cpe23" value="cpe:/a:embedthis:appweb:{service.version}"/>
|
2007
2335
|
</fingerprint>
|
2336
|
+
|
2008
2337
|
<fingerprint pattern="^Avaya CMBE/((?:\d+\.)*\d+)$">
|
2009
2338
|
<description>Web server for Avaya Aura Communication Manager Branch, a SIP-based communications platform.</description>
|
2010
2339
|
<example>Avaya CMBE/2.0.0</example>
|
@@ -2015,6 +2344,7 @@
|
|
2015
2344
|
<param pos="1" name="service.version"/>
|
2016
2345
|
<param pos="0" name="service.cpe23" value="cpe:/a:avaya:aura_communication_manager:{service.version}"/>
|
2017
2346
|
</fingerprint>
|
2347
|
+
|
2018
2348
|
<fingerprint pattern="^Rapid Logic/((?:\d+\.)*\d+)$">
|
2019
2349
|
<description>Embedded web server by Rapid Logic, which was acquired by Wind River.</description>
|
2020
2350
|
<example service.version="1.1">Rapid Logic/1.1</example>
|
@@ -2023,6 +2353,7 @@
|
|
2023
2353
|
<param pos="0" name="service.product" value="Rapid Logic"/>
|
2024
2354
|
<param pos="1" name="service.version"/>
|
2025
2355
|
</fingerprint>
|
2356
|
+
|
2026
2357
|
<fingerprint pattern="^WindRiver-WebServer/((?:\d+\.)*\d+)$">
|
2027
2358
|
<description>Wind River HTTP server</description>
|
2028
2359
|
<example service.version="4.4">WindRiver-WebServer/4.4</example>
|
@@ -2030,6 +2361,7 @@
|
|
2030
2361
|
<param pos="0" name="service.product" value="WebServer"/>
|
2031
2362
|
<param pos="1" name="service.version"/>
|
2032
2363
|
</fingerprint>
|
2364
|
+
|
2033
2365
|
<fingerprint pattern="^Sophos Email Appliance$">
|
2034
2366
|
<description>Embedded web server for a rack-mounted email appliance that blocks spam and malware.</description>
|
2035
2367
|
<example>Sophos Email Appliance</example>
|
@@ -2038,6 +2370,7 @@
|
|
2038
2370
|
<param pos="0" name="os.vendor" value="Sophos"/>
|
2039
2371
|
<param pos="0" name="os.product" value="Email Appliance"/>
|
2040
2372
|
</fingerprint>
|
2373
|
+
|
2041
2374
|
<fingerprint pattern="^CUPS\/((?:\d\.)+\d+)(?:\s*IPP\/\d+\.\d+)?$">
|
2042
2375
|
<description>Server for the CUPS web interface.</description>
|
2043
2376
|
<example service.version="1.1">CUPS/1.1</example>
|
@@ -2048,6 +2381,7 @@
|
|
2048
2381
|
<param pos="1" name="service.version"/>
|
2049
2382
|
<param pos="0" name="service.cpe23" value="cpe:/a:apple:cups:{service.version}"/>
|
2050
2383
|
</fingerprint>
|
2384
|
+
|
2051
2385
|
<fingerprint pattern="^TwistedWeb/([\d.rc]+)$">
|
2052
2386
|
<description>Twisted Matrix Labs - TwistedWeb</description>
|
2053
2387
|
<example>TwistedWeb/2.5.0</example>
|
@@ -2058,6 +2392,7 @@
|
|
2058
2392
|
<param pos="0" name="service.family" value="Twisted Web"/>
|
2059
2393
|
<param pos="1" name="service.version"/>
|
2060
2394
|
</fingerprint>
|
2395
|
+
|
2061
2396
|
<fingerprint pattern="^mini_httpd/((?:\d+\.)*\d+) \S*$">
|
2062
2397
|
<description>A small HTTP server</description>
|
2063
2398
|
<example>mini_httpd/1.14 23jun2000</example>
|
@@ -2067,6 +2402,7 @@
|
|
2067
2402
|
<param pos="0" name="service.family" value="mini_httpd"/>
|
2068
2403
|
<param pos="1" name="service.version"/>
|
2069
2404
|
</fingerprint>
|
2405
|
+
|
2070
2406
|
<fingerprint pattern="^thin ((?:\d+\.)*\d+) codename .+$">
|
2071
2407
|
<description>A Ruby-based web server.</description>
|
2072
2408
|
<example>thin 1.2.4 codename Flaming Astroboy</example>
|
@@ -2075,6 +2411,7 @@
|
|
2075
2411
|
<param pos="0" name="service.family" value="Thin"/>
|
2076
2412
|
<param pos="1" name="service.version"/>
|
2077
2413
|
</fingerprint>
|
2414
|
+
|
2078
2415
|
<fingerprint pattern="^Avocent DSView \d+/((?:\d+\.)*\d+)$">
|
2079
2416
|
<description>Web server interface for controlling data centers.</description>
|
2080
2417
|
<example>Avocent DSView 3/3.7.0.71</example>
|
@@ -2085,6 +2422,7 @@
|
|
2085
2422
|
<param pos="1" name="service.version"/>
|
2086
2423
|
<param pos="0" name="service.cpe23" value="cpe:/a:avocent:dsview:{service.version}"/>
|
2087
2424
|
</fingerprint>
|
2425
|
+
|
2088
2426
|
<fingerprint pattern="^Mongrel ((?:\d+\.)*\d+)$">
|
2089
2427
|
<description>Ruby-based web server and HTTP library.</description>
|
2090
2428
|
<example>Mongrel 1.1.5</example>
|
@@ -2093,6 +2431,7 @@
|
|
2093
2431
|
<param pos="0" name="service.family" value="Mongrel"/>
|
2094
2432
|
<param pos="1" name="service.version"/>
|
2095
2433
|
</fingerprint>
|
2434
|
+
|
2096
2435
|
<fingerprint pattern="^Microplex emHTTPD/((?:\d+\.)*\d+)$">
|
2097
2436
|
<description>Embedded web server used by Microplex.</description>
|
2098
2437
|
<example>Microplex emHTTPD/1.0</example>
|
@@ -2105,6 +2444,7 @@
|
|
2105
2444
|
<param pos="0" name="os.vendor" value="Microplex"/>
|
2106
2445
|
<param pos="0" name="os.device" value="Print server"/>
|
2107
2446
|
</fingerprint>
|
2447
|
+
|
2108
2448
|
<fingerprint pattern="^UPS_Server/((?:\d+\.)*\d+)$">
|
2109
2449
|
<description>An embedded web server used for UPS management; primarily by Eaton, but also by APC.</description>
|
2110
2450
|
<example>UPS_Server/1.0</example>
|
@@ -2116,6 +2456,7 @@
|
|
2116
2456
|
<param pos="0" name="os.vendor" value="Eaton"/>
|
2117
2457
|
<param pos="0" name="os.device" value="UPS"/>
|
2118
2458
|
</fingerprint>
|
2459
|
+
|
2119
2460
|
<fingerprint pattern="^JC-HTTPD/((?:\d+\.)*\d+)$">
|
2120
2461
|
<description>An embedded web server, used notably by Oki and Kyocera in printers.</description>
|
2121
2462
|
<example>JC-HTTPD/1.11.14</example>
|
@@ -2124,6 +2465,7 @@
|
|
2124
2465
|
<param pos="0" name="service.family" value="JC-HTTPD"/>
|
2125
2466
|
<param pos="1" name="service.version"/>
|
2126
2467
|
</fingerprint>
|
2468
|
+
|
2127
2469
|
<fingerprint pattern="^JC-SHTTPD/((?:\d+\.)*\d+)$">
|
2128
2470
|
<description>An embedded web server.</description>
|
2129
2471
|
<example>JC-SHTTPD/1.17.20</example>
|
@@ -2132,15 +2474,18 @@
|
|
2132
2474
|
<param pos="0" name="service.family" value="JC-SHTTPD"/>
|
2133
2475
|
<param pos="1" name="service.version"/>
|
2134
2476
|
</fingerprint>
|
2135
|
-
|
2477
|
+
|
2478
|
+
<fingerprint pattern="^Oracle XML DB/Oracle\S+ (?:Enterprise Edition )?Release ((?:\d+\.)*\d+) - Production$">
|
2136
2479
|
<description>Web server providing web services for Oracle's XML DB - with version string</description>
|
2137
|
-
<example>Oracle XML DB/Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production</example>
|
2480
|
+
<example service.version="9.2.0.1.0">Oracle XML DB/Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production</example>
|
2138
2481
|
<example>Oracle XML DB/Oracle9i Enterprise Edition Release 9 - Production</example>
|
2482
|
+
<example service.version="9.2.0.1.0">Oracle XML DB/Oracle9i Release 9.2.0.1.0 - Production</example>
|
2139
2483
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
2140
2484
|
<param pos="0" name="service.product" value="XML DB"/>
|
2141
2485
|
<param pos="0" name="service.family" value="Oracle"/>
|
2142
2486
|
<param pos="1" name="service.version"/>
|
2143
2487
|
</fingerprint>
|
2488
|
+
|
2144
2489
|
<fingerprint pattern="^Oracle XML DB/Oracle Database$">
|
2145
2490
|
<description>Web server providing web services for Oracle's XML DB</description>
|
2146
2491
|
<example>Oracle XML DB/Oracle Database</example>
|
@@ -2148,6 +2493,7 @@
|
|
2148
2493
|
<param pos="0" name="service.product" value="XML DB"/>
|
2149
2494
|
<param pos="0" name="service.family" value="Oracle"/>
|
2150
2495
|
</fingerprint>
|
2496
|
+
|
2151
2497
|
<fingerprint pattern="^sfcHttpd$">
|
2152
2498
|
<description>Server for HTTP interface to sfcb, a lightweight CIM server</description>
|
2153
2499
|
<example>sfcHttpd</example>
|
@@ -2155,6 +2501,7 @@
|
|
2155
2501
|
<param pos="0" name="service.product" value="sfcb"/>
|
2156
2502
|
<param pos="0" name="service.family" value="sfcb"/>
|
2157
2503
|
</fingerprint>
|
2504
|
+
|
2158
2505
|
<fingerprint pattern="^PanWeb Server/ -">
|
2159
2506
|
<description>HTTP and HTTPS server found on Palo Alto Networks devices</description>
|
2160
2507
|
<example>PanWeb Server/ -</example>
|
@@ -2165,6 +2512,7 @@
|
|
2165
2512
|
<param pos="0" name="os.device" value="Firewall"/>
|
2166
2513
|
<param pos="0" name="os.cpe23" value="cpe:/o:paloaltonetworks:pan-os:-"/>
|
2167
2514
|
</fingerprint>
|
2515
|
+
|
2168
2516
|
<fingerprint pattern="^Ews/((?:\d+\.)*\d+)$">
|
2169
2517
|
<description>IBM Network Printer Manager.</description>
|
2170
2518
|
<example>Ews/0.1</example>
|
@@ -2174,9 +2522,11 @@
|
|
2174
2522
|
<param pos="0" name="service.family" value="Network Printer Manager"/>
|
2175
2523
|
<param pos="1" name="service.version"/>
|
2176
2524
|
</fingerprint>
|
2525
|
+
|
2177
2526
|
<!-- NOTE: '$ProjectRevision: {some version string} $' has been seen in a
|
2178
2527
|
variety of products including printers, PDUs, etc.
|
2179
2528
|
-->
|
2529
|
+
|
2180
2530
|
<fingerprint pattern="^\$ProjectRevision: 4.0.2.38 \$$">
|
2181
2531
|
<description>This banner is seen on some HP LaserJet printers.</description>
|
2182
2532
|
<example>$ProjectRevision: 4.0.2.38 $</example>
|
@@ -2184,6 +2534,7 @@
|
|
2184
2534
|
<param pos="0" name="os.device" value="Printer"/>
|
2185
2535
|
<param pos="0" name="os.family" value="LaserJet"/>
|
2186
2536
|
</fingerprint>
|
2537
|
+
|
2187
2538
|
<fingerprint pattern="^WEBrick/([\d\.]+) .*$">
|
2188
2539
|
<description>WEBrick default setup</description>
|
2189
2540
|
<example>WEBrick/1.3.1 (Ruby/1.9.3/2013-02-22)</example>
|
@@ -2191,12 +2542,14 @@
|
|
2191
2542
|
<param pos="0" name="service.product" value="WEBrick"/>
|
2192
2543
|
<param pos="1" name="service.version"/>
|
2193
2544
|
</fingerprint>
|
2545
|
+
|
2194
2546
|
<fingerprint pattern="^Aspen/(\S+)">
|
2195
2547
|
<description>Aspen web server</description>
|
2196
2548
|
<example service.version="0.8">Aspen/0.8</example>
|
2197
2549
|
<param pos="0" name="service.product" value="Aspen"/>
|
2198
2550
|
<param pos="1" name="service.version"/>
|
2199
2551
|
</fingerprint>
|
2552
|
+
|
2200
2553
|
<fingerprint pattern="^Boa/([\d\.]+\S*)">
|
2201
2554
|
<description>Boa web server</description>
|
2202
2555
|
<example service.version="0.94.14rc21">Boa/0.94.14rc21</example>
|
@@ -2207,7 +2560,9 @@
|
|
2207
2560
|
<param pos="0" name="service.product" value="Boa"/>
|
2208
2561
|
<param pos="1" name="service.version"/>
|
2209
2562
|
</fingerprint>
|
2563
|
+
|
2210
2564
|
<!-- HiSilicon is OEMd by a number of DVR manufacturers -->
|
2565
|
+
|
2211
2566
|
<fingerprint pattern="^Cross Web Server$">
|
2212
2567
|
<description>Web server found on DVR and webcam servers sourced from HiSilicon</description>
|
2213
2568
|
<example>Cross Web Server</example>
|
@@ -2217,7 +2572,9 @@
|
|
2217
2572
|
<param pos="0" name="os.device" value="DVR"/>
|
2218
2573
|
<param pos="0" name="hw.device" value="DVR"/>
|
2219
2574
|
</fingerprint>
|
2575
|
+
|
2220
2576
|
<!-- Hikvision is OEMd by a number of DVR manufacturers -->
|
2577
|
+
|
2221
2578
|
<fingerprint pattern="^(?:Hikvision|DNVRS|DVRDVS)-Webs$">
|
2222
2579
|
<description>Web server found on DVR and webcam servers sourced from Hikvision</description>
|
2223
2580
|
<example>Hikvision-Webs</example>
|
@@ -2227,8 +2584,10 @@
|
|
2227
2584
|
<param pos="0" name="service.product" value="Hikvision Web Server"/>
|
2228
2585
|
<param pos="0" name="os.vendor" value="Hikvision"/>
|
2229
2586
|
<param pos="0" name="os.device" value="DVR"/>
|
2587
|
+
<param pos="0" name="hw.vendor" value="Hikvision"/>
|
2230
2588
|
<param pos="0" name="hw.device" value="DVR"/>
|
2231
2589
|
</fingerprint>
|
2590
|
+
|
2232
2591
|
<fingerprint pattern="^NET-DK[/ ](\d+\.\d+)$">
|
2233
2592
|
<description>Web server found on ARRIS cable modems</description>
|
2234
2593
|
<example>NET-DK/1.0</example>
|
@@ -2241,12 +2600,14 @@
|
|
2241
2600
|
<param pos="0" name="hw.vendor" value="ARRIS"/>
|
2242
2601
|
<param pos="0" name="hw.device" value="Cable Modem"/>
|
2243
2602
|
</fingerprint>
|
2603
|
+
|
2244
2604
|
<fingerprint pattern="^2wire Gateway$">
|
2245
2605
|
<description>Web server found on some Arris/2wire devices</description>
|
2246
2606
|
<example>2wire Gateway</example>
|
2247
2607
|
<param pos="0" name="service.vendor" value="ARRIS"/>
|
2248
2608
|
<param pos="0" name="service.product" value="2wire"/>
|
2249
2609
|
</fingerprint>
|
2610
|
+
|
2250
2611
|
<!-- junit says,
|
2251
2612
|
"Example pattern '' from http_servers.xml didn't match pattern '^$'"
|
2252
2613
|
Figure out if we have a way to support matching empty strings later.
|
@@ -2254,20 +2615,26 @@
|
|
2254
2615
|
<example></example>
|
2255
2616
|
<description>A blank banner; assert nothing.</description>
|
2256
2617
|
</fingerprint>
|
2618
|
+
|
2257
2619
|
-->
|
2620
|
+
|
2258
2621
|
<fingerprint pattern="^(?:(?:\d+.){3}\d+):\d{1,4}$">
|
2259
2622
|
<description>A banner consisting of an IP address and port -- assert nothing.</description>
|
2260
2623
|
<example>192.168.0.4:9999</example>
|
2261
2624
|
</fingerprint>
|
2625
|
+
|
2262
2626
|
<fingerprint pattern="^Web-Server/(?:\d+\.+\d+)$">
|
2263
2627
|
<description>Obfuscated web server -- assert nothing.</description>
|
2264
2628
|
<example>Web-Server/3.0</example>
|
2265
2629
|
</fingerprint>
|
2630
|
+
|
2266
2631
|
<fingerprint pattern="^httpd$">
|
2267
2632
|
<description>httpd - generic -- assert nothing.</description>
|
2268
2633
|
<example>httpd</example>
|
2269
2634
|
</fingerprint>
|
2635
|
+
|
2270
2636
|
<!-- Service provider equipment (CDNs, etc) -->
|
2637
|
+
|
2271
2638
|
<fingerprint pattern="^AkamaiGHost$">
|
2272
2639
|
<description>Akamai Global Host</description>
|
2273
2640
|
<example>AkamaiGHost</example>
|
@@ -2276,6 +2643,7 @@
|
|
2276
2643
|
<param pos="0" name="os.vendor" value="Akamai"/>
|
2277
2644
|
<param pos="0" name="os.device" value="Web proxy"/>
|
2278
2645
|
</fingerprint>
|
2646
|
+
|
2279
2647
|
<fingerprint pattern="^gws$">
|
2280
2648
|
<description>Google Web Services</description>
|
2281
2649
|
<example>gws</example>
|
@@ -2283,6 +2651,7 @@
|
|
2283
2651
|
<param pos="0" name="service.product" value="Google Web Services"/>
|
2284
2652
|
<param pos="0" name="service.family" value="Google Web Server"/>
|
2285
2653
|
</fingerprint>
|
2654
|
+
|
2286
2655
|
<fingerprint pattern="^GFE/((?:\d+\.)*\d+)$">
|
2287
2656
|
<description>Google Front End for apps running on Google services.</description>
|
2288
2657
|
<example>GFE/1.3</example>
|
@@ -2292,6 +2661,7 @@
|
|
2292
2661
|
<param pos="0" name="service.family" value="Google Web Server"/>
|
2293
2662
|
<param pos="1" name="service.version"/>
|
2294
2663
|
</fingerprint>
|
2664
|
+
|
2295
2665
|
<fingerprint pattern="^CloudFront$">
|
2296
2666
|
<description>Amazon CloudFront web load balancer endpoint</description>
|
2297
2667
|
<example>CloudFront</example>
|
@@ -2299,30 +2669,35 @@
|
|
2299
2669
|
<param pos="0" name="service.product" value="CloudFront Load Balancer"/>
|
2300
2670
|
<param pos="0" name="service.family" value="CloudFront"/>
|
2301
2671
|
</fingerprint>
|
2672
|
+
|
2302
2673
|
<fingerprint pattern="^Amazon-Cloud-Drive$">
|
2303
2674
|
<description>Amazon Cloud Drive / Drive</description>
|
2304
2675
|
<example>Amazon-Cloud-Drive</example>
|
2305
2676
|
<param pos="0" name="service.vendor" value="Amazon"/>
|
2306
2677
|
<param pos="0" name="service.product" value="Drive"/>
|
2307
2678
|
</fingerprint>
|
2679
|
+
|
2308
2680
|
<fingerprint pattern="^AmazonS3$">
|
2309
2681
|
<description>Amazon S3 (Simple Cloud Storage Service)</description>
|
2310
2682
|
<example>AmazonS3</example>
|
2311
2683
|
<param pos="0" name="service.vendor" value="Amazon"/>
|
2312
2684
|
<param pos="0" name="service.product" value="S3"/>
|
2313
2685
|
</fingerprint>
|
2686
|
+
|
2314
2687
|
<fingerprint pattern="^Amazon SimpleDB$">
|
2315
2688
|
<description>Amazon SimpleDB / Simple Database Service</description>
|
2316
2689
|
<example>Amazon SimpleDB</example>
|
2317
2690
|
<param pos="0" name="service.vendor" value="Amazon"/>
|
2318
2691
|
<param pos="0" name="service.product" value="SimpleDB"/>
|
2319
2692
|
</fingerprint>
|
2693
|
+
|
2320
2694
|
<fingerprint pattern="^AmazonSnowball$">
|
2321
2695
|
<description>Amazon Snowball</description>
|
2322
2696
|
<example>AmazonSnowball</example>
|
2323
2697
|
<param pos="0" name="service.vendor" value="Amazon"/>
|
2324
2698
|
<param pos="0" name="service.product" value="Snowball"/>
|
2325
2699
|
</fingerprint>
|
2700
|
+
|
2326
2701
|
<fingerprint pattern="^awselb/([\d.rc]+)$">
|
2327
2702
|
<description>Amazon Elastic Load Balancing</description>
|
2328
2703
|
<example service.version="2.0">awselb/2.0</example>
|
@@ -2330,6 +2705,7 @@
|
|
2330
2705
|
<param pos="0" name="service.family" value="Elastic Load Balancing"/>
|
2331
2706
|
<param pos="1" name="service.version"/>
|
2332
2707
|
</fingerprint>
|
2708
|
+
|
2333
2709
|
<fingerprint pattern="^cloudflare(?:-nginx)?$">
|
2334
2710
|
<description>CloudFlare web load balancer endpoint</description>
|
2335
2711
|
<example>cloudflare-nginx</example>
|
@@ -2338,13 +2714,16 @@
|
|
2338
2714
|
<param pos="0" name="service.product" value="CloudFlare Load Balancer"/>
|
2339
2715
|
<param pos="0" name="service.family" value="CloudFlare"/>
|
2340
2716
|
</fingerprint>
|
2717
|
+
|
2341
2718
|
<fingerprint pattern="^gSOAP/([\d\.]+)$">
|
2342
2719
|
<description>gSOAP</description>
|
2343
2720
|
<example service.version="2.7">gSOAP/2.7</example>
|
2344
2721
|
<param pos="0" name="service.product" value="gSOAP"/>
|
2345
2722
|
<param pos="1" name="service.version"/>
|
2346
2723
|
</fingerprint>
|
2724
|
+
|
2347
2725
|
<!-- Apple QuickTime streaming server -->
|
2726
|
+
|
2348
2727
|
<fingerprint pattern="^QTSS\/([\d\.]+) \(Build\/[\d\.]+; Platform\/MacOSX; Release\/Panther">
|
2349
2728
|
<description>QTSS on OS X 10.3</description>
|
2350
2729
|
<example service.version="5.0">QTSS/5.0 (Build/452; Platform/MacOSX; Release/Panther; )</example>
|
@@ -2357,6 +2736,7 @@
|
|
2357
2736
|
<param pos="0" name="service.product" value="QTSS"/>
|
2358
2737
|
<param pos="1" name="service.version"/>
|
2359
2738
|
</fingerprint>
|
2739
|
+
|
2360
2740
|
<fingerprint pattern="^QTSS\/([\d\.]+) \(Build\/[\d\.]+; Platform\/MacOSX; Release\/Mac OS X">
|
2361
2741
|
<description>QTSS OS X</description>
|
2362
2742
|
<example service.version="6.1.0">QTSS/6.1.0 (Build/532; Platform/MacOSX; Release/Mac OS X Server; )</example>
|
@@ -2367,13 +2747,25 @@
|
|
2367
2747
|
<param pos="0" name="service.product" value="QTSS"/>
|
2368
2748
|
<param pos="1" name="service.version"/>
|
2369
2749
|
</fingerprint>
|
2750
|
+
|
2370
2751
|
<fingerprint pattern="^SEPM$">
|
2371
2752
|
<description>Symantec Endpoint Protection Manager</description>
|
2372
2753
|
<example>SEPM</example>
|
2373
2754
|
<param pos="0" name="service.vendor" value="Symantec"/>
|
2374
|
-
<param pos="0" name="service.product" value="
|
2375
|
-
<param pos="0" name="service.family" value="
|
2755
|
+
<param pos="0" name="service.product" value="Endpoint Protection Manager"/>
|
2756
|
+
<param pos="0" name="service.family" value="Endpoint Protection Manager"/>
|
2757
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:symantec:endpoint_protection_manager:-"/>
|
2376
2758
|
</fingerprint>
|
2759
|
+
|
2760
|
+
<fingerprint pattern="^Symantec Endpoint Protection Manager$">
|
2761
|
+
<description>Symantec Endpoint Protection Manager - long variant</description>
|
2762
|
+
<example>Symantec Endpoint Protection Manager</example>
|
2763
|
+
<param pos="0" name="service.vendor" value="Symantec"/>
|
2764
|
+
<param pos="0" name="service.product" value="Endpoint Protection Manager"/>
|
2765
|
+
<param pos="0" name="service.family" value="Endpoint Protection Manager"/>
|
2766
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:symantec:endpoint_protection_manager:-"/>
|
2767
|
+
</fingerprint>
|
2768
|
+
|
2377
2769
|
<fingerprint pattern="^Intel\(R\) Active Management Technology\s(\d+\.\d+\.\d+\.\d+|\d+\.\d+\.\d+|\d+\.\d+)">
|
2378
2770
|
<description>Intel(R) Active Management Technology (AMT) with a version</description>
|
2379
2771
|
<example service.version="7.1.86">Intel(R) Active Management Technology 7.1.86</example>
|
@@ -2382,6 +2774,7 @@
|
|
2382
2774
|
<param pos="0" name="service.family" value="Intel(R) Active Management Technology"/>
|
2383
2775
|
<param pos="1" name="service.version"/>
|
2384
2776
|
</fingerprint>
|
2777
|
+
|
2385
2778
|
<fingerprint pattern="^(?:AMT|Intel\(R\) Active Management Technology)$">
|
2386
2779
|
<description>Intel(R) Active Management Technology (AMT) without a version</description>
|
2387
2780
|
<example>AMT</example>
|
@@ -2390,6 +2783,7 @@
|
|
2390
2783
|
<param pos="0" name="service.product" value="Intel(R) Active Management Technology"/>
|
2391
2784
|
<param pos="0" name="service.family" value="Intel(R) Active Management Technology"/>
|
2392
2785
|
</fingerprint>
|
2786
|
+
|
2393
2787
|
<fingerprint pattern="^Intel\(R\) Standard Manageability\s(\d+\.\d+\.\d+\.\d+|\d+\.\d+\.\d+|\d+\.\d+)">
|
2394
2788
|
<description>Intel(R) Standard Manageability</description>
|
2395
2789
|
<example service.version="5.0.50">Intel(R) Standard Manageability 5.0.50</example>
|
@@ -2399,6 +2793,7 @@
|
|
2399
2793
|
<param pos="0" name="service.family" value="Intel(R) Active Management Technology"/>
|
2400
2794
|
<param pos="1" name="service.version"/>
|
2401
2795
|
</fingerprint>
|
2796
|
+
|
2402
2797
|
<fingerprint pattern="^Sunny WebBox$">
|
2403
2798
|
<description>Sunny WebBox</description>
|
2404
2799
|
<example>Sunny WebBox</example>
|
@@ -2413,6 +2808,7 @@
|
|
2413
2808
|
<param pos="0" name="os.product" value="Windows CE"/>
|
2414
2809
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows_ce:-"/>
|
2415
2810
|
</fingerprint>
|
2811
|
+
|
2416
2812
|
<fingerprint pattern="^EnergyICT RTU \d+-\w+-\d+$">
|
2417
2813
|
<description>EnergyICT RTU</description>
|
2418
2814
|
<example>EnergyICT RTU 101-F25CE1-1524</example>
|
@@ -2420,6 +2816,7 @@
|
|
2420
2816
|
<param pos="0" name="hw.product" value="RTU"/>
|
2421
2817
|
<param pos="0" name="hw.device" value="Power device"/>
|
2422
2818
|
</fingerprint>
|
2819
|
+
|
2423
2820
|
<fingerprint pattern="^AV-TECH AV787 Video Web Server$">
|
2424
2821
|
<description>AV-TECH AVC787 Video Web Server</description>
|
2425
2822
|
<example>AV-TECH AV787 Video Web Server</example>
|
@@ -2430,11 +2827,13 @@
|
|
2430
2827
|
<param pos="0" name="hw.product" value="AVC787"/>
|
2431
2828
|
<param pos="0" name="hw.device" value="DVR"/>
|
2432
2829
|
</fingerprint>
|
2830
|
+
|
2433
2831
|
<fingerprint pattern="^Splunkd$">
|
2434
2832
|
<description>Splunk HTTP server used in the web interface, forwarders, indexers and more</description>
|
2435
2833
|
<example>Splunkd</example>
|
2436
2834
|
<param pos="0" name="service.vendor" value="Splunk"/>
|
2437
2835
|
</fingerprint>
|
2836
|
+
|
2438
2837
|
<fingerprint pattern="^tivo-httpd-\S+$">
|
2439
2838
|
<description>Tivo DVR</description>
|
2440
2839
|
<example>tivo-httpd-1:20.7.4.RC35-D18-6:D18</example>
|
@@ -2442,6 +2841,7 @@
|
|
2442
2841
|
<param pos="0" name="hw.family" value="DVR"/>
|
2443
2842
|
<param pos="0" name="hw.device" value="DVR"/>
|
2444
2843
|
</fingerprint>
|
2844
|
+
|
2445
2845
|
<fingerprint pattern="^OpenTV/([\d\.]+)$">
|
2446
2846
|
<description>OpenTV</description>
|
2447
2847
|
<example os.version="5.40">OpenTV/5.40</example>
|
@@ -2451,7 +2851,28 @@
|
|
2451
2851
|
<param pos="1" name="os.version"/>
|
2452
2852
|
<param pos="0" name="hw.device" value="DVR"/>
|
2453
2853
|
</fingerprint>
|
2854
|
+
|
2855
|
+
<fingerprint pattern="^kong/([\d.]+)$">
|
2856
|
+
<description>Kong Gateway</description>
|
2857
|
+
<example service.version="1.2.1">kong/1.2.1</example>
|
2858
|
+
<param pos="0" name="service.vendor" value="Kong"/>
|
2859
|
+
<param pos="0" name="service.family" value="Gateway"/>
|
2860
|
+
<param pos="0" name="service.product" value="Gateway"/>
|
2861
|
+
<param pos="1" name="service.version"/>
|
2862
|
+
</fingerprint>
|
2863
|
+
|
2864
|
+
<fingerprint pattern="^kong/([\d.-]+)-enterprise-edition$">
|
2865
|
+
<description>Kong Gateway - Enterprise Edition</description>
|
2866
|
+
<example service.version="0.30">kong/0.30-enterprise-edition</example>
|
2867
|
+
<example service.version="0.35-1">kong/0.35-1-enterprise-edition</example>
|
2868
|
+
<param pos="0" name="service.vendor" value="Kong"/>
|
2869
|
+
<param pos="0" name="service.family" value="Gateway"/>
|
2870
|
+
<param pos="0" name="service.product" value="Gateway"/>
|
2871
|
+
<param pos="1" name="service.version"/>
|
2872
|
+
</fingerprint>
|
2873
|
+
|
2454
2874
|
<!-- Tridium previously had a product with the 'Niagra' spelling -->
|
2875
|
+
|
2455
2876
|
<fingerprint pattern="^Niagara Web Server\/([\d.]+)$">
|
2456
2877
|
<description>Tridium Niagara AX Framework</description>
|
2457
2878
|
<example service.version="3.8.111">Niagara Web Server/3.8.111</example>
|
@@ -2460,6 +2881,7 @@
|
|
2460
2881
|
<param pos="0" name="service.product" value="Niagara AX"/>
|
2461
2882
|
<param pos="1" name="service.version"/>
|
2462
2883
|
</fingerprint>
|
2884
|
+
|
2463
2885
|
<fingerprint pattern="^Microsoft WinCE Fidelix v([\d.]+)$">
|
2464
2886
|
<description>Fidelix Industrial Control Web Server</description>
|
2465
2887
|
<example service.version="11.50.29">Microsoft WinCE Fidelix v11.50.29</example>
|
@@ -2474,12 +2896,14 @@
|
|
2474
2896
|
<param pos="0" name="hw.vendor" value="Fidelix"/>
|
2475
2897
|
<param pos="0" name="hw.device" value="Industrial Control"/>
|
2476
2898
|
</fingerprint>
|
2899
|
+
|
2477
2900
|
<fingerprint pattern="^chainpoint-node$">
|
2478
2901
|
<description>Chainpoint Node</description>
|
2479
2902
|
<example>chainpoint-node</example>
|
2480
2903
|
<param pos="0" name="service.vendor" value="Chainpoint"/>
|
2481
2904
|
<param pos="0" name="service.product" value="Node"/>
|
2482
2905
|
</fingerprint>
|
2906
|
+
|
2483
2907
|
<fingerprint pattern="(?i)^(.*) UPnP/[\d\.]+\s+AVM FRITZ!(.*) ([\d\.]+)$">
|
2484
2908
|
<description>AVM FRITZ! devices of various types</description>
|
2485
2909
|
<example host.name="some thing" os.product="WLAN Repeater 1750E" os.version="134.07.01">some thing UPnP/1.0 AVM FRITZ!WLAN Repeater 1750E 134.07.01</example>
|
@@ -2489,6 +2913,7 @@
|
|
2489
2913
|
<param pos="3" name="os.version"/>
|
2490
2914
|
<param pos="1" name="host.name"/>
|
2491
2915
|
</fingerprint>
|
2916
|
+
|
2492
2917
|
<fingerprint pattern="(?i)^Linux/(\S+) UPnP/[\d\.]+ miniupnpd/([\d\.]+)$">
|
2493
2918
|
<description>Linux MiniUPnPd UPnP Server</description>
|
2494
2919
|
<example>Linux/Cross_compiled UPnP/1.0 miniupnpd/1.0</example>
|
@@ -2501,6 +2926,7 @@
|
|
2501
2926
|
<param pos="1" name="os.version"/>
|
2502
2927
|
<param pos="0" name="os.cpe23" value="cpe:/o:linux:linux_kernel:{os.version}"/>
|
2503
2928
|
</fingerprint>
|
2929
|
+
|
2504
2930
|
<fingerprint pattern="^Tomato UPnP/\S+ MiniUPnPd/(\S+)$">
|
2505
2931
|
<description>Tomato UPnP Server</description>
|
2506
2932
|
<example>Tomato UPnP/1.0 MiniUPnPd/1.2</example>
|
@@ -2509,6 +2935,7 @@
|
|
2509
2935
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
2510
2936
|
<param pos="1" name="service.version"/>
|
2511
2937
|
</fingerprint>
|
2938
|
+
|
2512
2939
|
<fingerprint pattern="(?i)^(RT-\w+) UPnP/\S+ MiniUPnPd/(\S+)$">
|
2513
2940
|
<description>Asus WAP UPnP Server</description>
|
2514
2941
|
<example>RT-G32 UPnP/1.0 MiniUPnPd/1.2</example>
|
@@ -2518,6 +2945,7 @@
|
|
2518
2945
|
<param pos="1" name="os.product"/>
|
2519
2946
|
<param pos="0" name="os.device" value="WAP"/>
|
2520
2947
|
</fingerprint>
|
2948
|
+
|
2521
2949
|
<fingerprint pattern="(?i)^DrayTek/Vigor(\S+) UPnP/\S+ miniupnpd/(\S+)$">
|
2522
2950
|
<description>DrayTek Vigor router UPnP Server</description>
|
2523
2951
|
<example hw.model="2130">DrayTek/Vigor2130 UPnP/1.0 miniupnpd/1.0</example>
|
@@ -2528,12 +2956,14 @@
|
|
2528
2956
|
<param pos="1" name="hw.model"/>
|
2529
2957
|
<param pos="0" name="hw.device" value="Router"/>
|
2530
2958
|
</fingerprint>
|
2959
|
+
|
2531
2960
|
<fingerprint pattern="(?i)Linux UPnP/\d\.\d Huawei-ATP-IGD$">
|
2532
2961
|
<description>Huawei Echolife / Home Gateway (and possibly other) devices with UPnP</description>
|
2533
2962
|
<example>Linux UPnP/1.0 Huawei-ATP-IGD</example>
|
2534
2963
|
<param pos="0" name="hw.vendor" value="Huawei"/>
|
2535
2964
|
<param pos="0" name="hw.device" value="Broadband router"/>
|
2536
2965
|
</fingerprint>
|
2966
|
+
|
2537
2967
|
<fingerprint pattern="(?i)^OpenWRT/kamikaze UPnP/\S+ MiniUPnPd/(\S+)$">
|
2538
2968
|
<description>OpenWRT Kamikaze WAP UPnP Server</description>
|
2539
2969
|
<example>OpenWRT/kamikaze UPnP/1.0 MiniUPnPd/1.5</example>
|
@@ -2546,6 +2976,7 @@
|
|
2546
2976
|
<param pos="0" name="os.product" value="Kamikaze"/>
|
2547
2977
|
<param pos="0" name="os.device" value="WAP"/>
|
2548
2978
|
</fingerprint>
|
2979
|
+
|
2549
2980
|
<fingerprint pattern="(?i)^Netgear/\S+ UPnP/\S+ miniupnpd/(\S+)$">
|
2550
2981
|
<description>Netgear DG834G or WNDR3300 WAP UPnP Server</description>
|
2551
2982
|
<example>Netgear/1.0 UPnP/1.0 miniupnpd/1.0</example>
|
@@ -2554,6 +2985,7 @@
|
|
2554
2985
|
<param pos="0" name="os.vendor" value="Netgear"/>
|
2555
2986
|
<param pos="0" name="os.device" value="WAP"/>
|
2556
2987
|
</fingerprint>
|
2988
|
+
|
2557
2989
|
<fingerprint pattern="^[^/]+/(\S+) DLNADOC/\S+ UPnP/\S+ MiniDLNA/(\S+)$">
|
2558
2990
|
<description>DLNADOC UPnP Server</description>
|
2559
2991
|
<example>Debian/4.0r8 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
@@ -2566,6 +2998,7 @@
|
|
2566
2998
|
<param pos="1" name="os.version"/>
|
2567
2999
|
<param pos="0" name="os.cpe23" value="cpe:/o:linux:linux_kernel:{os.version}"/>
|
2568
3000
|
</fingerprint>
|
3001
|
+
|
2569
3002
|
<fingerprint pattern="(?i)^Debian\/(\S+) UPnP/\S+ MiniUPnPd/(\S+)$">
|
2570
3003
|
<description>miniupnpd on a Debian variant</description>
|
2571
3004
|
<example os.version="wheezy/sid" service.version="1.8">Debian/wheezy/sid UPnP/1.1 MiniUPnPd/1.8</example>
|
@@ -2578,6 +3011,7 @@
|
|
2578
3011
|
<param pos="1" name="os.version"/>
|
2579
3012
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:{os.version}"/>
|
2580
3013
|
</fingerprint>
|
3014
|
+
|
2581
3015
|
<fingerprint pattern="(?i)^Fedora(?:Core)?\/(\S+) UPnP/\S+ MiniUPnPd/(\S+)$">
|
2582
3016
|
<description>miniupnpd on a Fedora variant</description>
|
2583
3017
|
<example os.version="10" service.version="1.4">Fedora/10 UPnP/1.0 MiniUPnPd/1.4</example>
|
@@ -2591,6 +3025,7 @@
|
|
2591
3025
|
<param pos="1" name="os.version"/>
|
2592
3026
|
<param pos="0" name="os.cpe23" value="cpe:/o:redhat:fedora_core:{os.version}"/>
|
2593
3027
|
</fingerprint>
|
3028
|
+
|
2594
3029
|
<fingerprint pattern="(?i)^Ubuntu\/([\d\.]+) UPnP/\S+ MiniUPnPd/(\S+)$">
|
2595
3030
|
<description>miniupnpd on an Ubuntu variant</description>
|
2596
3031
|
<example os.version="10.04" service.version="1.0">Ubuntu/10.04 UPnP/1.0 miniupnpd/1.0</example>
|
@@ -2604,6 +3039,7 @@
|
|
2604
3039
|
<param pos="1" name="os.version"/>
|
2605
3040
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:{os.version}"/>
|
2606
3041
|
</fingerprint>
|
3042
|
+
|
2607
3043
|
<fingerprint pattern="(?i)^Ubuntu\/bionic UPnP/\S+ MiniUPnPd/(\S+)$">
|
2608
3044
|
<description>miniupnpd on an Ubuntu bionic/18.04</description>
|
2609
3045
|
<example os.version="18.04" service.version="1.4">Ubuntu/bionic UPnP/1.0 MiniUPnPd/1.4</example>
|
@@ -2614,6 +3050,7 @@
|
|
2614
3050
|
<param pos="0" name="os.version" value="18.04"/>
|
2615
3051
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:18.04"/>
|
2616
3052
|
</fingerprint>
|
3053
|
+
|
2617
3054
|
<fingerprint pattern="(?i)^Ubuntu\/yakkety UPnP/\S+ MiniUPnPd/(\S+)$">
|
2618
3055
|
<description>miniupnpd on an Ubuntu yakkety/16.10</description>
|
2619
3056
|
<example os.version="16.10" service.version="1.4">Ubuntu/yakkety UPnP/1.0 MiniUPnPd/1.4</example>
|
@@ -2624,6 +3061,7 @@
|
|
2624
3061
|
<param pos="0" name="os.version" value="16.10"/>
|
2625
3062
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:16.10"/>
|
2626
3063
|
</fingerprint>
|
3064
|
+
|
2627
3065
|
<fingerprint pattern="(?i)^Ubuntu\/xenial UPnP/\S+ MiniUPnPd/(\S+)$">
|
2628
3066
|
<description>miniupnpd on an Ubuntu xenial/16.04</description>
|
2629
3067
|
<example os.version="16.04" service.version="1.4">Ubuntu/xenial UPnP/1.0 MiniUPnPd/1.4</example>
|
@@ -2634,6 +3072,7 @@
|
|
2634
3072
|
<param pos="0" name="os.version" value="16.04"/>
|
2635
3073
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:16.04"/>
|
2636
3074
|
</fingerprint>
|
3075
|
+
|
2637
3076
|
<fingerprint pattern="(?i)^Ubuntu\/utopic UPnP/\S+ MiniUPnPd/(\S+)$">
|
2638
3077
|
<description>miniupnpd on an Ubuntu utopic/14.10</description>
|
2639
3078
|
<example os.version="14.10" service.version="1.4">Ubuntu/utopic UPnP/1.0 MiniUPnPd/1.4</example>
|
@@ -2644,6 +3083,7 @@
|
|
2644
3083
|
<param pos="0" name="os.version" value="14.10"/>
|
2645
3084
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:14.10"/>
|
2646
3085
|
</fingerprint>
|
3086
|
+
|
2647
3087
|
<fingerprint pattern="(?i)^Ubuntu\/trusty UPnP/\S+ MiniUPnPd/(\S+)$">
|
2648
3088
|
<description>miniupnpd on an Ubuntu trusty/14.04</description>
|
2649
3089
|
<example os.version="14.04" service.version="1.4">Ubuntu/trusty UPnP/1.0 MiniUPnPd/1.4</example>
|
@@ -2654,6 +3094,7 @@
|
|
2654
3094
|
<param pos="0" name="os.version" value="14.04"/>
|
2655
3095
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:14.04"/>
|
2656
3096
|
</fingerprint>
|
3097
|
+
|
2657
3098
|
<fingerprint pattern="(?i)^Ubuntu\/saucy UPnP/\S+ MiniUPnPd/(\S+)$">
|
2658
3099
|
<description>miniupnpd on an Ubuntu saucy/13.10</description>
|
2659
3100
|
<example os.version="13.10" service.version="1.4">Ubuntu/saucy UPnP/1.0 MiniUPnPd/1.4</example>
|
@@ -2664,6 +3105,7 @@
|
|
2664
3105
|
<param pos="0" name="os.version" value="13.10"/>
|
2665
3106
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:13.10"/>
|
2666
3107
|
</fingerprint>
|
3108
|
+
|
2667
3109
|
<fingerprint pattern="(?i)^Ubuntu\/raring UPnP/\S+ MiniUPnPd/(\S+)$">
|
2668
3110
|
<description>miniupnpd on an Ubuntu raring/13.04</description>
|
2669
3111
|
<example os.version="13.04" service.version="1.4">Ubuntu/raring UPnP/1.0 MiniUPnPd/1.4</example>
|
@@ -2674,6 +3116,7 @@
|
|
2674
3116
|
<param pos="0" name="os.version" value="13.04"/>
|
2675
3117
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:13.04"/>
|
2676
3118
|
</fingerprint>
|
3119
|
+
|
2677
3120
|
<fingerprint pattern="(?i)^Ubuntu\/quantal UPnP/\S+ MiniUPnPd/(\S+)$">
|
2678
3121
|
<description>miniupnpd on an Ubuntu quantal/12.10</description>
|
2679
3122
|
<example os.version="12.10" service.version="1.4">Ubuntu/quantal UPnP/1.0 MiniUPnPd/1.4</example>
|
@@ -2684,6 +3127,7 @@
|
|
2684
3127
|
<param pos="0" name="os.version" value="12.10"/>
|
2685
3128
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:12.10"/>
|
2686
3129
|
</fingerprint>
|
3130
|
+
|
2687
3131
|
<fingerprint pattern="(?i)^Ubuntu\/precise UPnP/\S+ MiniUPnPd/(\S+)$">
|
2688
3132
|
<description>miniupnpd on an Ubuntu precise/12.04</description>
|
2689
3133
|
<example os.version="12.04" service.version="1.4">Ubuntu/precise UPnP/1.0 MiniUPnPd/1.4</example>
|
@@ -2694,6 +3138,7 @@
|
|
2694
3138
|
<param pos="0" name="os.version" value="12.04"/>
|
2695
3139
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:12.04"/>
|
2696
3140
|
</fingerprint>
|
3141
|
+
|
2697
3142
|
<fingerprint pattern="(?i)^Ubuntu\/oneiric UPnP/\S+ MiniUPnPd/(\S+)$">
|
2698
3143
|
<description>miniupnpd on an Ubuntu oneiric/11.10</description>
|
2699
3144
|
<example os.version="11.10" service.version="1.4">Ubuntu/oneiric UPnP/1.0 MiniUPnPd/1.4</example>
|
@@ -2704,6 +3149,7 @@
|
|
2704
3149
|
<param pos="0" name="os.version" value="11.10"/>
|
2705
3150
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:11.10"/>
|
2706
3151
|
</fingerprint>
|
3152
|
+
|
2707
3153
|
<fingerprint pattern="(?i)^Ubuntu\/natty UPnP/\S+ MiniUPnPd/(\S+)$">
|
2708
3154
|
<description>miniupnpd on an Ubuntu natty/11.04</description>
|
2709
3155
|
<example os.version="11.04" service.version="1.4">Ubuntu/natty UPnP/1.0 MiniUPnPd/1.4</example>
|
@@ -2714,6 +3160,7 @@
|
|
2714
3160
|
<param pos="0" name="os.version" value="11.04"/>
|
2715
3161
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:11.04"/>
|
2716
3162
|
</fingerprint>
|
3163
|
+
|
2717
3164
|
<fingerprint pattern="(?i)^Ubuntu\/maverick UPnP/\S+ MiniUPnPd/(\S+)$">
|
2718
3165
|
<description>miniupnpd on an Ubuntu maverick/10.10</description>
|
2719
3166
|
<example os.version="10.10" service.version="1.4">Ubuntu/maverick UPnP/1.0 MiniUPnPd/1.4</example>
|
@@ -2724,6 +3171,7 @@
|
|
2724
3171
|
<param pos="0" name="os.version" value="10.10"/>
|
2725
3172
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:10.10"/>
|
2726
3173
|
</fingerprint>
|
3174
|
+
|
2727
3175
|
<fingerprint pattern="(?i)^Ubuntu\/lucid UPnP/\S+ MiniUPnPd/(\S+)$">
|
2728
3176
|
<description>miniupnpd on an Ubuntu lucid/10.04</description>
|
2729
3177
|
<example os.version="10.04" service.version="1.4">Ubuntu/lucid UPnP/1.0 MiniUPnPd/1.4</example>
|
@@ -2734,6 +3182,7 @@
|
|
2734
3182
|
<param pos="0" name="os.version" value="10.04"/>
|
2735
3183
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:10.04"/>
|
2736
3184
|
</fingerprint>
|
3185
|
+
|
2737
3186
|
<fingerprint pattern="(?i)^Ubuntu\/karmic UPnP/\S+ MiniUPnPd/(\S+)$">
|
2738
3187
|
<description>miniupnpd on an Ubuntu karmic/9.10</description>
|
2739
3188
|
<example os.version="9.10" service.version="1.4">Ubuntu/karmic UPnP/1.0 MiniUPnPd/1.4</example>
|
@@ -2744,6 +3193,7 @@
|
|
2744
3193
|
<param pos="0" name="os.version" value="9.10"/>
|
2745
3194
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:9.10"/>
|
2746
3195
|
</fingerprint>
|
3196
|
+
|
2747
3197
|
<fingerprint pattern="(?i)^Ubuntu\/jaunty UPnP/\S+ MiniUPnPd/(\S+)$">
|
2748
3198
|
<description>miniupnpd on an Ubuntu jaunty/9.04</description>
|
2749
3199
|
<example os.version="9.04" service.version="1.4">Ubuntu/jaunty UPnP/1.0 MiniUPnPd/1.4</example>
|
@@ -2754,6 +3204,7 @@
|
|
2754
3204
|
<param pos="0" name="os.version" value="9.04"/>
|
2755
3205
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:9.04"/>
|
2756
3206
|
</fingerprint>
|
3207
|
+
|
2757
3208
|
<fingerprint pattern="(?i)^Ubuntu\/hardy UPnP/\S+ MiniUPnPd/(\S+)$">
|
2758
3209
|
<description>miniupnpd on an Ubuntu hardy/8.04</description>
|
2759
3210
|
<example os.version="8.04" service.version="1.4">Ubuntu/hardy UPnP/1.0 MiniUPnPd/1.4</example>
|
@@ -2764,6 +3215,7 @@
|
|
2764
3215
|
<param pos="0" name="os.version" value="8.04"/>
|
2765
3216
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:8.04"/>
|
2766
3217
|
</fingerprint>
|
3218
|
+
|
2767
3219
|
<fingerprint pattern="(?i)^Linux Mips (\S+) UPnP/\S+ MiniUPnPd/(\S+)$">
|
2768
3220
|
<description>Linux MIPS UPnP Server</description>
|
2769
3221
|
<example>Linux Mips 2.4.20 UPnP/1.0 MiniUPnPd/1.2</example>
|
@@ -2774,16 +3226,18 @@
|
|
2774
3226
|
<param pos="1" name="os.version"/>
|
2775
3227
|
<param pos="0" name="os.cpe23" value="cpe:/o:linux:linux_kernel:{os.version}"/>
|
2776
3228
|
</fingerprint>
|
3229
|
+
|
2777
3230
|
<fingerprint pattern="(?i)^SmoothWall Express/(\S+) UPnP/\S+ miniupnpd/(\S+)$">
|
2778
3231
|
<description>Smoothwall Express UPnP Server</description>
|
2779
3232
|
<example os.version="3.0" service.version="1.0">SmoothWall Express/3.0 UPnP/1.0 miniupnpd/1.0</example>
|
2780
|
-
<param pos="0" name="os.vendor" value="
|
2781
|
-
<param pos="0" name="os.product" value="
|
3233
|
+
<param pos="0" name="os.vendor" value="SmoothWall"/>
|
3234
|
+
<param pos="0" name="os.product" value="SmoothWall"/>
|
2782
3235
|
<param pos="1" name="os.version"/>
|
2783
3236
|
<param pos="0" name="os.cpe23" value="cpe:/o:smoothwall:smoothwall:{os.version}"/>
|
2784
3237
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
2785
3238
|
<param pos="2" name="service.version"/>
|
2786
3239
|
</fingerprint>
|
3240
|
+
|
2787
3241
|
<fingerprint pattern="^(\S+) \d+/Service Pack \d+, UPnP/[\d\.]+, TVersity Media Server$">
|
2788
3242
|
<description>TVersity Media Server UPnP Server with Service Pack</description>
|
2789
3243
|
<example>5.2.3790 2/Service Pack 1, UPnP/1.0, TVersity Media Server</example>
|
@@ -2792,6 +3246,7 @@
|
|
2792
3246
|
<param pos="0" name="service.product" value="Media Server"/>
|
2793
3247
|
<param pos="1" name="service.version"/>
|
2794
3248
|
</fingerprint>
|
3249
|
+
|
2795
3250
|
<fingerprint pattern="^(\S+) 2/, UPnP/\S+, TVersity Media Server$">
|
2796
3251
|
<description>TVersity Media Server UPnP Server</description>
|
2797
3252
|
<example>6.2.8400 2/, UPnP/1.0, TVersity Media Server</example>
|
@@ -2802,6 +3257,7 @@
|
|
2802
3257
|
<param pos="0" name="service.product" value="Media Server"/>
|
2803
3258
|
<param pos="1" name="service.version"/>
|
2804
3259
|
</fingerprint>
|
3260
|
+
|
2805
3261
|
<fingerprint pattern="^LINUX/([\d\.]+) UPnP/[\d\.]+ BRCM400/([\d\.]+)$">
|
2806
3262
|
<description>Belkin/Linksys BRCM400 Wireless Router UPnP Server</description>
|
2807
3263
|
<example>LINUX/2.4 UPnP/1.0 BRCM400/1.0</example>
|
@@ -2813,6 +3269,7 @@
|
|
2813
3269
|
<param pos="1" name="os.version"/>
|
2814
3270
|
<param pos="0" name="os.device" value="Router"/>
|
2815
3271
|
</fingerprint>
|
3272
|
+
|
2816
3273
|
<fingerprint pattern="^Linux-(\S+), UPnP/[\d\.]+, PMS/([\d\.]+)$">
|
2817
3274
|
<description>PlayStation3 Media Server UPnP Server - linux</description>
|
2818
3275
|
<example>Linux-amd64-2.6.18-238.9.1.el5, UPnP/1.0, PMS/1.52.1</example>
|
@@ -2825,6 +3282,7 @@
|
|
2825
3282
|
<param pos="1" name="os.version"/>
|
2826
3283
|
<param pos="0" name="os.cpe23" value="cpe:/o:linux:linux_kernel:{os.version}"/>
|
2827
3284
|
</fingerprint>
|
3285
|
+
|
2828
3286
|
<fingerprint pattern="^Windows_XP-(\S+), UPnP/[\d\.]+, PMS/([\d\.]+)$">
|
2829
3287
|
<description>PlayStation3 Media Server UPnP Server - Windows XP</description>
|
2830
3288
|
<example>Windows_XP-amd64-5.2, UPnP/1.0, PMS/1.54.0</example>
|
@@ -2837,6 +3295,7 @@
|
|
2837
3295
|
<param pos="1" name="os.version"/>
|
2838
3296
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows_xp:{os.version}"/>
|
2839
3297
|
</fingerprint>
|
3298
|
+
|
2840
3299
|
<fingerprint pattern="^Windows_7-x86-(\S+), UPnP/[\d\.]+, PMS/([\d\.]+)$">
|
2841
3300
|
<description>PlayStation3 Media Server UPnP Server - Windows 7 x86</description>
|
2842
3301
|
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.20</example>
|
@@ -2866,6 +3325,7 @@
|
|
2866
3325
|
<param pos="1" name="os.version"/>
|
2867
3326
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows_7:{os.version}"/>
|
2868
3327
|
</fingerprint>
|
3328
|
+
|
2869
3329
|
<fingerprint pattern="^Windows_7-x86_64-(\S+), UPnP/[\d\.]+, PMS/([\d\.]+)$">
|
2870
3330
|
<description>PlayStation3 Media Server UPnP Server - Windows 7 x86_64</description>
|
2871
3331
|
<param pos="0" name="service.vendor" value="Sony"/>
|
@@ -2876,6 +3336,7 @@
|
|
2876
3336
|
<param pos="1" name="os.version"/>
|
2877
3337
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows_7:{os.version}"/>
|
2878
3338
|
</fingerprint>
|
3339
|
+
|
2879
3340
|
<fingerprint pattern="^Microsoft-Windows/6.2 UPnP/(?:\S+) UPnP-Device-Host/(?:\S+)$">
|
2880
3341
|
<description>Windows 8 or Windows Server 2012 with unknown UPnP components</description>
|
2881
3342
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
@@ -2883,6 +3344,7 @@
|
|
2883
3344
|
<param pos="0" name="os.certainty" value="0.65"/>
|
2884
3345
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows_8:-"/>
|
2885
3346
|
</fingerprint>
|
3347
|
+
|
2886
3348
|
<fingerprint pattern="^Mac_OS_X-x86_64-(\S+), UPnP/[\d\.]+, PMS/([\d\.]+)$">
|
2887
3349
|
<description>PlayStation3 Media Server UPnP Server - macOS x86_64</description>
|
2888
3350
|
<example>Mac_OS_X-x86_64-10.5.8, UPnP/1.0, PMS/1.20</example>
|
@@ -2894,6 +3356,7 @@
|
|
2894
3356
|
<param pos="1" name="os.version"/>
|
2895
3357
|
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:{os.version}"/>
|
2896
3358
|
</fingerprint>
|
3359
|
+
|
2897
3360
|
<fingerprint pattern="^Linux/(\S+), UPnP/\S+, Free UPnP Entertainment Service/ReadyNAS$">
|
2898
3361
|
<description>Free UPnP Entertainment Service UPnP Server - Linux on ReadyNAS</description>
|
2899
3362
|
<param pos="0" name="service.product" value="FUPPES"/>
|
@@ -2906,6 +3369,7 @@
|
|
2906
3369
|
<param pos="0" name="hw.family" value="ReadyNAS"/>
|
2907
3370
|
<param pos="0" name="hw.product" value="ReadyNAS"/>
|
2908
3371
|
</fingerprint>
|
3372
|
+
|
2909
3373
|
<fingerprint pattern="^Linux/(\S+), UPnP/\S+, Free UPnP Entertainment Service/$">
|
2910
3374
|
<description>Free UPnP Entertainment Service UPnP Server - Linux</description>
|
2911
3375
|
<param pos="0" name="service.product" value="FUPPES"/>
|
@@ -2914,6 +3378,7 @@
|
|
2914
3378
|
<param pos="1" name="os.version"/>
|
2915
3379
|
<param pos="0" name="os.cpe23" value="cpe:/o:linux:linux_kernel:{os.version}"/>
|
2916
3380
|
</fingerprint>
|
3381
|
+
|
2917
3382
|
<fingerprint pattern="^FreeBSD/(\S+), UPnP/\S+, Free UPnP Entertainment Service/$">
|
2918
3383
|
<description>Free UPnP Entertainment Service UPnP Server - FreeBSD</description>
|
2919
3384
|
<param pos="0" name="service.product" value="FUPPES"/>
|
@@ -2922,6 +3387,7 @@
|
|
2922
3387
|
<param pos="1" name="os.version"/>
|
2923
3388
|
<param pos="0" name="os.cpe23" value="cpe:/o:freebsd:freebsd:{os.version}"/>
|
2924
3389
|
</fingerprint>
|
3390
|
+
|
2925
3391
|
<fingerprint pattern="^ipOS/([\d\.]+) UPnP/[\d\.]+ ipUPnP/([\d\.]+)$">
|
2926
3392
|
<description>D-Link WAP Dynamic DNS UPnP Server</description>
|
2927
3393
|
<param pos="0" name="service.vendor" value="D-Link"/>
|
@@ -2932,6 +3398,7 @@
|
|
2932
3398
|
<param pos="1" name="os.version"/>
|
2933
3399
|
<param pos="0" name="os.device" value="WAP"/>
|
2934
3400
|
</fingerprint>
|
3401
|
+
|
2935
3402
|
<fingerprint pattern="^ipOS/([\d\.]+) UPnP/[\d\.]+ ipGENADevice/([\d\.]+)$">
|
2936
3403
|
<description>D-Link DGL-4300 Gaming Router UPnP Server</description>
|
2937
3404
|
<param pos="0" name="service.vendor" value="D-Link"/>
|
@@ -2942,11 +3409,25 @@
|
|
2942
3409
|
<param pos="1" name="os.version"/>
|
2943
3410
|
<param pos="0" name="os.device" value="Router"/>
|
2944
3411
|
</fingerprint>
|
3412
|
+
|
3413
|
+
<fingerprint pattern="Linux, STUNNEL/1.0, (DIR-8\d+\w*) Ver (\S+)$">
|
3414
|
+
<description>D-Link DIR-8XX Router</description>
|
3415
|
+
<example hw.product="DIR-850L">Linux, STUNNEL/1.0, DIR-850L Ver 1.09</example>
|
3416
|
+
<example os.version="2.00W">Linux, STUNNEL/1.0, DIR-820LW Ver 2.00W</example>
|
3417
|
+
<param pos="0" name="hw.vendor" value="D-Link"/>
|
3418
|
+
<param pos="1" name="hw.product"/>
|
3419
|
+
<param pos="0" name="hw.device" value="Router"/>
|
3420
|
+
<param pos="0" name="os.vendor" value="D-Link"/>
|
3421
|
+
<param pos="2" name="os.version"/>
|
3422
|
+
<param pos="0" name="os.device" value="Router"/>
|
3423
|
+
</fingerprint>
|
3424
|
+
|
2945
3425
|
<fingerprint pattern="^TBS/R2 UPnP/[\d\.]+ MiniUPnPd/[\d\.]+$">
|
2946
3426
|
<description>D-Link generic</description>
|
2947
3427
|
<example>TBS/R2 UPnP/1.0 MiniUPnPd/1.2</example>
|
2948
3428
|
<param pos="0" name="hw.vendor" value="D-Link"/>
|
2949
3429
|
</fingerprint>
|
3430
|
+
|
2950
3431
|
<fingerprint pattern="^ipos/([\d\.]+) UPnP/[\d\.]+ (TL-\w+)/(\S+)$">
|
2951
3432
|
<description>TP-Link WAP UPnP Server</description>
|
2952
3433
|
<example>ipos/7.0 UPnP/1.0 TL-WR841N/6.0/7.0</example>
|
@@ -2958,14 +3439,42 @@
|
|
2958
3439
|
<example>ipos/7.0 UPnP/1.0 TL-WR741N/1.0/2.0</example>
|
2959
3440
|
<example>ipos/7.0 UPnP/1.0 TL-WR740N/1.0/2.0</example>
|
2960
3441
|
<example>ipos/7.0 UPnP/1.0 TL-WR941N/2.0</example>
|
2961
|
-
<param pos="0" name="service.vendor" value="TP-
|
3442
|
+
<param pos="0" name="service.vendor" value="TP-LINK"/>
|
2962
3443
|
<param pos="2" name="service.product"/>
|
2963
3444
|
<param pos="3" name="service.version"/>
|
2964
|
-
<param pos="0" name="os.vendor" value="TP-
|
3445
|
+
<param pos="0" name="os.vendor" value="TP-LINK"/>
|
2965
3446
|
<param pos="0" name="os.product" value="ipOS"/>
|
2966
3447
|
<param pos="1" name="os.version"/>
|
2967
3448
|
<param pos="0" name="os.device" value="WAP"/>
|
2968
3449
|
</fingerprint>
|
3450
|
+
|
3451
|
+
<fingerprint pattern="^Linux/(\S+\_eureka_1), UPnP/[\d\.]+, Portable SDK for UPnP devices/(\S+)$">
|
3452
|
+
<description>Siqura Video Encoder</description>
|
3453
|
+
<example>Linux/2.6.37_eureka_1, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
3454
|
+
<param pos="0" name="hw.vendor" value="Siqura"/>
|
3455
|
+
<param pos="0" name="hw.device" value="Video Encoder"/>
|
3456
|
+
<param pos="0" name="os.vendor" value="Siqura"/>
|
3457
|
+
<param pos="0" name="os.family" value="Linux"/>
|
3458
|
+
<param pos="0" name="os.product" value="Linux"/>
|
3459
|
+
<param pos="1" name="os.version"/>
|
3460
|
+
<param pos="0" name="service.product" value="libupnp"/>
|
3461
|
+
<param pos="2" name="service.version"/>
|
3462
|
+
</fingerprint>
|
3463
|
+
|
3464
|
+
<fingerprint pattern="^Linux/(\S+\-Mozart-8G), UPnP/[\d\.]+, Portable SDK for UPnP devices/(\S+)$">
|
3465
|
+
<description>Steinsvik Orbit IP Camera (Truen TCAM Rebrand)</description>
|
3466
|
+
<example>Linux/2.6.28.9-Mozart-8G, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
3467
|
+
<param pos="0" name="hw.vendor" value="Steinsvik"/>
|
3468
|
+
<param pos="0" name="hw.device" value="Web cam"/>
|
3469
|
+
<param pos="0" name="hw.product" value="Orbit IP Camera"/>
|
3470
|
+
<param pos="0" name="os.vendor" value="Steinsvik"/>
|
3471
|
+
<param pos="0" name="os.family" value="Linux"/>
|
3472
|
+
<param pos="0" name="os.product" value="Linux"/>
|
3473
|
+
<param pos="1" name="os.version"/>
|
3474
|
+
<param pos="0" name="service.product" value="libupnp"/>
|
3475
|
+
<param pos="2" name="service.version"/>
|
3476
|
+
</fingerprint>
|
3477
|
+
|
2969
3478
|
<fingerprint pattern="^Linux/(\S+\-ami), UPnP/[\d\.]+, Portable SDK for UPnP devices/(\S+)$">
|
2970
3479
|
<description>AMI MegaRAC LOM UPnP</description>
|
2971
3480
|
<example>Linux/3.14.17-ami, UPnP/1.0, Portable SDK for UPnP devices/1.6.20</example>
|
@@ -2981,6 +3490,7 @@
|
|
2981
3490
|
<param pos="0" name="service.product" value="libupnp"/>
|
2982
3491
|
<param pos="2" name="service.version"/>
|
2983
3492
|
</fingerprint>
|
3493
|
+
|
2984
3494
|
<fingerprint pattern="^Linux/(\S+\-axis[^,]+), UPnP/[\d\.]+, Portable SDK for UPnP devices/(\S+)$">
|
2985
3495
|
<description>Axis Network Camera</description>
|
2986
3496
|
<example>Linux/4.9.94-axis5, UPnP/1.0, Portable SDK for UPnP devices/1.6.22</example>
|
@@ -2991,10 +3501,10 @@
|
|
2991
3501
|
<param pos="0" name="os.family" value="Linux"/>
|
2992
3502
|
<param pos="0" name="os.product" value="Linux"/>
|
2993
3503
|
<param pos="1" name="os.version"/>
|
2994
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:linux:linux_kernel:{os.version}"/>
|
2995
3504
|
<param pos="0" name="service.product" value="libupnp"/>
|
2996
3505
|
<param pos="2" name="service.version"/>
|
2997
3506
|
</fingerprint>
|
3507
|
+
|
2998
3508
|
<fingerprint pattern="^Linux/(\S+), UPnP/[\d\.]+, Portable SDK for UPnP devices/(\S+)$">
|
2999
3509
|
<description>Portable SDK for UPnP Server - Linux</description>
|
3000
3510
|
<example>Linux/2.4.20-46.7asp, UPnP/1.0, Portable SDK for UPnP devices/1.6.17</example>
|
@@ -3021,6 +3531,7 @@
|
|
3021
3531
|
<param pos="1" name="os.version"/>
|
3022
3532
|
<param pos="0" name="os.cpe23" value="cpe:/o:linux:linux_kernel:{os.version}"/>
|
3023
3533
|
</fingerprint>
|
3534
|
+
|
3024
3535
|
<fingerprint pattern="^Linux/(\S+) UPnP/[\d\.]+ DLNADOC/[\d\.]+ Portable SDK for UPnP devices/(\S+)$">
|
3025
3536
|
<description>DLNADOC Portable SDK for UPnP Server - Linux DNLADOC variant</description>
|
3026
3537
|
<example>Linux/3.0.8 UPnP/1.0 DLNADOC/1.50 Portable SDK for UPnP devices/1.6.6</example>
|
@@ -3032,6 +3543,7 @@
|
|
3032
3543
|
<param pos="1" name="os.version"/>
|
3033
3544
|
<param pos="0" name="os.cpe23" value="cpe:/o:linux:linux_kernel:{os.version}"/>
|
3034
3545
|
</fingerprint>
|
3546
|
+
|
3035
3547
|
<fingerprint pattern="^Linux/(\S+), UPnP/[\d\.]+, Intel SDK for UPnP devices ?/(\S+)$">
|
3036
3548
|
<description>Intel SDK for UPnP Server with verbose banner</description>
|
3037
3549
|
<example>Linux/2.6.10_dev-malta-mips2_fp_le, UPnP/1.0, Intel SDK for UPnP devices /1.2</example>
|
@@ -3043,12 +3555,14 @@
|
|
3043
3555
|
<param pos="1" name="os.version"/>
|
3044
3556
|
<param pos="0" name="os.cpe23" value="cpe:/o:linux:linux_kernel:{os.version}"/>
|
3045
3557
|
</fingerprint>
|
3558
|
+
|
3046
3559
|
<fingerprint pattern="^Linux, UPnP/[\d\.]+, Intel SDK for UPnP devices ?/(\S+)$">
|
3047
3560
|
<description>Intel SDK for UPnP Server</description>
|
3048
3561
|
<example>Linux, UPnP/1.0, Intel SDK for UPnP devices /1.2</example>
|
3049
3562
|
<param pos="0" name="service.product" value="libupnp"/>
|
3050
3563
|
<param pos="1" name="service.version"/>
|
3051
3564
|
</fingerprint>
|
3565
|
+
|
3052
3566
|
<fingerprint pattern="^Darwin/(\S+), UPnP/\S+, Portable SDK for UPnP devices/(\S+)$">
|
3053
3567
|
<description>Portable SDK for UPnP Server - macOS</description>
|
3054
3568
|
<example service.version="1.6.6" os.version="10.2.0">Darwin/10.2.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
@@ -3059,6 +3573,7 @@
|
|
3059
3573
|
<param pos="1" name="os.version"/>
|
3060
3574
|
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:{os.version}"/>
|
3061
3575
|
</fingerprint>
|
3576
|
+
|
3062
3577
|
<fingerprint pattern="^Loxone Miniserver (.*) UPnP/1.0$">
|
3063
3578
|
<description>Loxone Miniserver Smart Home</description>
|
3064
3579
|
<example host.name="some name">Loxone Miniserver some name UPnP/1.0</example>
|
@@ -3067,6 +3582,7 @@
|
|
3067
3582
|
<param pos="0" name="hw.device" value="Building Automation"/>
|
3068
3583
|
<param pos="1" name="host.name"/>
|
3069
3584
|
</fingerprint>
|
3585
|
+
|
3070
3586
|
<fingerprint pattern="^RouterOS/(\S+)UPnP/1.0 MikroTik UPnP/1.0$">
|
3071
3587
|
<description>MikroTik RouterOS</description>
|
3072
3588
|
<example os.version="6.43">RouterOS/6.43UPnP/1.0 MikroTik UPnP/1.0</example>
|
@@ -3077,6 +3593,7 @@
|
|
3077
3593
|
<param pos="1" name="os.version"/>
|
3078
3594
|
<param pos="0" name="os.cpe23" value="cpe:/o:mikrotik:routeros:{os.version}"/>
|
3079
3595
|
</fingerprint>
|
3596
|
+
|
3080
3597
|
<fingerprint pattern="^Roku UPnP/\S+ Roku/(\S+)$">
|
3081
3598
|
<description>Roku with a version</description>
|
3082
3599
|
<example hw.version="8.1.6">Roku UPnP/1.0 Roku/8.1.6</example>
|
@@ -3085,6 +3602,7 @@
|
|
3085
3602
|
<param pos="0" name="hw.device" value="Media Server"/>
|
3086
3603
|
<param pos="1" name="hw.version"/>
|
3087
3604
|
</fingerprint>
|
3605
|
+
|
3088
3606
|
<fingerprint pattern="^Roku/(\S+) UPnP/\S+ Roku/\S+$">
|
3089
3607
|
<description>Roku with double versions</description>
|
3090
3608
|
<example hw.version="9.2.0">Roku/9.2.0 UPnP/1.0 Roku/9.2.0</example>
|
@@ -3093,6 +3611,7 @@
|
|
3093
3611
|
<param pos="0" name="hw.device" value="Media Server"/>
|
3094
3612
|
<param pos="1" name="hw.version"/>
|
3095
3613
|
</fingerprint>
|
3614
|
+
|
3096
3615
|
<fingerprint pattern="^Roku UPnP/\S+ MiniUPnPd/\S+$">
|
3097
3616
|
<description>Roku without a version</description>
|
3098
3617
|
<example>Roku UPnP/1.0 MiniUPnPd/1.4</example>
|
@@ -3100,6 +3619,7 @@
|
|
3100
3619
|
<param pos="0" name="hw.product" value="Roku"/>
|
3101
3620
|
<param pos="0" name="hw.device" value="Media Server"/>
|
3102
3621
|
</fingerprint>
|
3622
|
+
|
3103
3623
|
<fingerprint pattern="^UPnP/\S+, DLNADOC/\S+, Platinum/(\S+)$">
|
3104
3624
|
<description>Xbox Media Center UPnP Server</description>
|
3105
3625
|
<example>UPnP/1.0, DLNADOC/1.50, Platinum/0.5.1</example>
|
@@ -3110,6 +3630,7 @@
|
|
3110
3630
|
<param pos="0" name="service.product" value="XBMC"/>
|
3111
3631
|
<param pos="1" name="service.version"/>
|
3112
3632
|
</fingerprint>
|
3633
|
+
|
3113
3634
|
<fingerprint pattern="Synology/DSM/(\d+\.\d+\.\d+\.\d+)$">
|
3114
3635
|
<description>Synology DiskStation NAS with IP</description>
|
3115
3636
|
<example host.ip="192.168.1.100">Synology/DSM/192.168.1.100</example>
|
@@ -3122,6 +3643,7 @@
|
|
3122
3643
|
<param pos="0" name="os.vendor" value="Synology"/>
|
3123
3644
|
<param pos="1" name="host.ip"/>
|
3124
3645
|
</fingerprint>
|
3646
|
+
|
3125
3647
|
<fingerprint pattern="Synology/DSM/(\S+)$">
|
3126
3648
|
<description>Synology DiskStation NAS with hostname</description>
|
3127
3649
|
<example host.name="stuff">Synology/DSM/stuff</example>
|
@@ -3130,6 +3652,7 @@
|
|
3130
3652
|
<param pos="0" name="hw.device" value="NAS"/>
|
3131
3653
|
<param pos="1" name="host.name"/>
|
3132
3654
|
</fingerprint>
|
3655
|
+
|
3133
3656
|
<fingerprint pattern="^NetData Embedded HTTP Server v([a-zA-Z0-9\-\.]+)$">
|
3134
3657
|
<description>NetData Embedded HTTP Server</description>
|
3135
3658
|
<example service.version="1.16.1-146-g2f5e36ef">NetData Embedded HTTP Server v1.16.1-146-g2f5e36ef</example>
|
@@ -3138,6 +3661,7 @@
|
|
3138
3661
|
<param pos="1" name="service.version"/>
|
3139
3662
|
<param pos="0" name="service.cpe23" value="cpe:/a:netdata:netdata:{service.version}"/>
|
3140
3663
|
</fingerprint>
|
3664
|
+
|
3141
3665
|
<fingerprint pattern="^Solstice 2\.0+$">
|
3142
3666
|
<description>SolsticePod</description>
|
3143
3667
|
<example>Solstice 2.0</example>
|
@@ -3145,6 +3669,7 @@
|
|
3145
3669
|
<param pos="0" name="hw.device" value="Wireless Presenter"/>
|
3146
3670
|
<param pos="0" name="hw.product" value="SolsticePod"/>
|
3147
3671
|
</fingerprint>
|
3672
|
+
|
3148
3673
|
<fingerprint pattern="^MLC ([^\/]+)/([\d\.]+)$">
|
3149
3674
|
<description>Extron MediaLink Controller HTTP Server</description>
|
3150
3675
|
<example extron.model="104 IP PLUS" hw.version="1.03">MLC 104 IP PLUS/1.03</example>
|
@@ -3156,12 +3681,14 @@
|
|
3156
3681
|
<param pos="1" name="extron.model"/>
|
3157
3682
|
<param pos="2" name="hw.version"/>
|
3158
3683
|
</fingerprint>
|
3684
|
+
|
3159
3685
|
<fingerprint pattern="^Jetty \(Bluecat Networks\)$">
|
3160
3686
|
<description>BlueCat Appliance</description>
|
3161
3687
|
<example>Jetty (Bluecat Networks)</example>
|
3162
3688
|
<param pos="0" name="hw.vendor" value="BlueCat"/>
|
3163
3689
|
<param pos="0" name="hw.device" value="Network Appliance"/>
|
3164
3690
|
</fingerprint>
|
3691
|
+
|
3165
3692
|
<fingerprint pattern="^Crestron Webserver$">
|
3166
3693
|
<description>Crestron Video Conferencing</description>
|
3167
3694
|
<example>Crestron Webserver</example>
|
@@ -3171,6 +3698,7 @@
|
|
3171
3698
|
<param pos="0" name="os.family" value="Linux"/>
|
3172
3699
|
<param pos="0" name="os.device" value="Video Conferencing"/>
|
3173
3700
|
</fingerprint>
|
3701
|
+
|
3174
3702
|
<fingerprint pattern="^OPNsense$">
|
3175
3703
|
<description>OPNsense Firewall</description>
|
3176
3704
|
<example>OPNsense</example>
|
@@ -3180,6 +3708,7 @@
|
|
3180
3708
|
<param pos="0" name="os.vendor" value="OPNsense"/>
|
3181
3709
|
<param pos="0" name="os.product" value="FreeBSD"/>
|
3182
3710
|
</fingerprint>
|
3711
|
+
|
3183
3712
|
<fingerprint pattern="^ELAN Controller$">
|
3184
3713
|
<description>ELAN Smart Home Controller</description>
|
3185
3714
|
<example>ELAN Controller</example>
|
@@ -3189,6 +3718,7 @@
|
|
3189
3718
|
<param pos="0" name="os.vendor" value="ELAN"/>
|
3190
3719
|
<param pos="0" name="os.family" value="Linux"/>
|
3191
3720
|
</fingerprint>
|
3721
|
+
|
3192
3722
|
<fingerprint pattern="^STR_SettingServer$">
|
3193
3723
|
<description>Sony STR AV Receiver</description>
|
3194
3724
|
<example>STR_SettingServer</example>
|
@@ -3196,6 +3726,16 @@
|
|
3196
3726
|
<param pos="0" name="hw.device" value="Media Server"/>
|
3197
3727
|
<param pos="0" name="hw.product" value="AV Receiver"/>
|
3198
3728
|
</fingerprint>
|
3729
|
+
|
3730
|
+
<fingerprint pattern="^AV_Receiver/([\d\.]+) \(([^\)]+)\)$">
|
3731
|
+
<description>Yamaha AV Receiver</description>
|
3732
|
+
<example hw.version="3.1" hw.product="RX-V675">AV_Receiver/3.1 (RX-V675)</example>
|
3733
|
+
<param pos="0" name="hw.vendor" value="Yamaha"/>
|
3734
|
+
<param pos="0" name="hw.device" value="AV Receiver"/>
|
3735
|
+
<param pos="1" name="hw.version"/>
|
3736
|
+
<param pos="2" name="hw.product"/>
|
3737
|
+
</fingerprint>
|
3738
|
+
|
3199
3739
|
<fingerprint pattern="^MWS 0.01$">
|
3200
3740
|
<description>ANNKE IP Camera</description>
|
3201
3741
|
<example>MWS 0.01</example>
|
@@ -3203,4 +3743,94 @@
|
|
3203
3743
|
<param pos="0" name="hw.device" value="Web cam"/>
|
3204
3744
|
<param pos="0" name="hw.product" value="IP Camera"/>
|
3205
3745
|
</fingerprint>
|
3206
|
-
|
3746
|
+
|
3747
|
+
<fingerprint pattern="^Icecast (\S+)$">
|
3748
|
+
<description>Icecast Streaming Media server</description>
|
3749
|
+
<example service.version="2.4.3">Icecast 2.4.3</example>
|
3750
|
+
<example service.version="2.4.0-kh13">Icecast 2.4.0-kh13</example>
|
3751
|
+
<param pos="0" name="service.vendor" value="Xiph"/>
|
3752
|
+
<param pos="0" name="service.product" value="Icecast"/>
|
3753
|
+
<param pos="1" name="service.version"/>
|
3754
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:xiph:icecast:{service.version}"/>
|
3755
|
+
</fingerprint>
|
3756
|
+
|
3757
|
+
<fingerprint pattern="^Couchbase Sync Gateway/([\d.]+) CE$">
|
3758
|
+
<description>Couchbase Sync Gateway Community Edition</description>
|
3759
|
+
<example service.version="2.5.0">Couchbase Sync Gateway/2.5.0 CE</example>
|
3760
|
+
<param pos="0" name="service.vendor" value="Couchbase"/>
|
3761
|
+
<param pos="0" name="service.product" value="Sync Gateway"/>
|
3762
|
+
<param pos="0" name="service.edition" value="Community Edition"/>
|
3763
|
+
<param pos="1" name="service.version"/>
|
3764
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:couchbase:sync_gateway:{service.version}"/>
|
3765
|
+
</fingerprint>
|
3766
|
+
|
3767
|
+
<fingerprint pattern="^Couchbase Sync Gateway/([\d.]+) EE$">
|
3768
|
+
<description>Couchbase Sync Gateway Enterprise Edition</description>
|
3769
|
+
<example service.version="2.7.1">Couchbase Sync Gateway/2.7.1 EE</example>
|
3770
|
+
<param pos="0" name="service.vendor" value="Couchbase"/>
|
3771
|
+
<param pos="0" name="service.product" value="Sync Gateway"/>
|
3772
|
+
<param pos="0" name="service.edition" value="Enterprise Edition"/>
|
3773
|
+
<param pos="1" name="service.version"/>
|
3774
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:couchbase:sync_gateway:{service.version}"/>
|
3775
|
+
</fingerprint>
|
3776
|
+
|
3777
|
+
<fingerprint pattern="^Couchbase Sync Gateway/([\d.]+)$">
|
3778
|
+
<description>Couchbase Sync Gateway</description>
|
3779
|
+
<example service.version="1.3.0">Couchbase Sync Gateway/1.3.0</example>
|
3780
|
+
<param pos="0" name="service.vendor" value="Couchbase"/>
|
3781
|
+
<param pos="0" name="service.product" value="Sync Gateway"/>
|
3782
|
+
<param pos="1" name="service.version"/>
|
3783
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:couchbase:sync_gateway:{service.version}"/>
|
3784
|
+
</fingerprint>
|
3785
|
+
|
3786
|
+
<fingerprint pattern="^Couchbase Server$">
|
3787
|
+
<description>Couchbase Server without version</description>
|
3788
|
+
<example>Couchbase Server</example>
|
3789
|
+
<param pos="0" name="service.vendor" value="Couchbase"/>
|
3790
|
+
<param pos="0" name="service.product" value="Couchbase Server"/>
|
3791
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:couchbase:couchbase_server:-"/>
|
3792
|
+
</fingerprint>
|
3793
|
+
|
3794
|
+
<fingerprint pattern="^Kestrel$">
|
3795
|
+
<description>Kestrel web server implementation in ASP.NET core</description>
|
3796
|
+
<example>Kestrel</example>
|
3797
|
+
<param pos="0" name="service.vendor" value="Microsoft"/>
|
3798
|
+
<param pos="0" name="service.product" value="Kestrel web server"/>
|
3799
|
+
</fingerprint>
|
3800
|
+
|
3801
|
+
<fingerprint pattern="^stgw/([\d.]+)_([\d.]+)$">
|
3802
|
+
<description>Tencent Secure Tencent Gateway</description>
|
3803
|
+
<example service.version="1.3.12.9" service.component.version="1.13.5">stgw/1.3.12.9_1.13.5</example>
|
3804
|
+
<param pos="0" name="service.vendor" value="Tencent"/>
|
3805
|
+
<param pos="0" name="service.product" value="Secure Tencent Gateway"/>
|
3806
|
+
<param pos="1" name="service.version"/>
|
3807
|
+
<param pos="2" name="service.component.version"/>
|
3808
|
+
</fingerprint>
|
3809
|
+
|
3810
|
+
<fingerprint pattern="^axhttpd/([\d.]+)$">
|
3811
|
+
<description>axTLS Project axTLS web server</description>
|
3812
|
+
<example service.version="1.5.3">axhttpd/1.5.3</example>
|
3813
|
+
<param pos="0" name="service.vendor" value="axTLS Project"/>
|
3814
|
+
<param pos="0" name="service.product" value="axTLS"/>
|
3815
|
+
<param pos="1" name="service.version"/>
|
3816
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:axtls_project:axtls:{service.version}"/>
|
3817
|
+
</fingerprint>
|
3818
|
+
|
3819
|
+
<fingerprint pattern="^tinyproxy/([\d.]+)$">
|
3820
|
+
<description>TinyProxy Project tinyproxy</description>
|
3821
|
+
<example service.version="1.8.2">tinyproxy/1.8.2</example>
|
3822
|
+
<param pos="0" name="service.vendor" value="Tinyproxy Project"/>
|
3823
|
+
<param pos="0" name="service.product" value="Tinyproxy"/>
|
3824
|
+
<param pos="1" name="service.version"/>
|
3825
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:tinyproxy_project:tinyproxy:{service.version}"/>
|
3826
|
+
</fingerprint>
|
3827
|
+
|
3828
|
+
<fingerprint pattern="^Xfinity Broadband Router Server$">
|
3829
|
+
<description>Comcast Xfinity Broadband Router Server</description>
|
3830
|
+
<example>Xfinity Broadband Router Server</example>
|
3831
|
+
<param pos="0" name="hw.vendor" value="Comcast"/>
|
3832
|
+
<param pos="0" name="hw.product" value="Xfinity Broadband Router"/>
|
3833
|
+
<param pos="0" name="hw.device" value="Broadband router"/>
|
3834
|
+
</fingerprint>
|
3835
|
+
|
3836
|
+
</fingerprints>
|