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/h323_callresp.xml
CHANGED
@@ -1,81 +1,94 @@
|
|
1
|
-
<?xml version=
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
2
|
<fingerprints protocol="h.323" database_type="service" preference="0.80">
|
3
3
|
<!--
|
4
4
|
Responses to H.323 call SETUP messages are matched against these patterns
|
5
5
|
to fingerprint H.323 servers.
|
6
6
|
-->
|
7
|
+
|
7
8
|
<fingerprint pattern="^0x000b2d00\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
8
9
|
<description>Sony H.323 Server</description>
|
9
10
|
<param pos="0" name="service.vendor" value="Sony"/>
|
10
11
|
<param pos="1" name="service.product"/>
|
11
12
|
<param pos="2" name="service.version"/>
|
12
13
|
</fingerprint>
|
14
|
+
|
13
15
|
<fingerprint pattern="^0x0400004[23]\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
14
16
|
<description>Deutsche Telekom AG H.323 Server</description>
|
15
|
-
<param pos="0" name="service.vendor" value="Deutsche Telekom
|
17
|
+
<param pos="0" name="service.vendor" value="Deutsche Telekom"/>
|
16
18
|
<param pos="1" name="service.product"/>
|
17
19
|
<param pos="2" name="service.version"/>
|
18
20
|
</fingerprint>
|
21
|
+
|
19
22
|
<fingerprint pattern="^0x04000082\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
20
23
|
<description>Siemens AG H.323 Server</description>
|
21
|
-
<param pos="0" name="service.vendor" value="Siemens
|
24
|
+
<param pos="0" name="service.vendor" value="Siemens"/>
|
22
25
|
<param pos="1" name="service.product"/>
|
23
26
|
<param pos="2" name="service.version"/>
|
24
27
|
</fingerprint>
|
28
|
+
|
25
29
|
<fingerprint pattern="^0x04000084\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
26
30
|
<description>ITO Communications H.323 Server</description>
|
27
31
|
<param pos="0" name="service.vendor" value="ITO Communications"/>
|
28
32
|
<param pos="1" name="service.product"/>
|
29
33
|
<param pos="2" name="service.version"/>
|
30
34
|
</fingerprint>
|
35
|
+
|
31
36
|
<fingerprint pattern="^0x04000086\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
32
37
|
<description>Hauni Elektronik H.323 Server</description>
|
33
38
|
<param pos="0" name="service.vendor" value="Hauni Elektronik"/>
|
34
39
|
<param pos="1" name="service.product"/>
|
35
40
|
<param pos="2" name="service.version"/>
|
36
41
|
</fingerprint>
|
42
|
+
|
37
43
|
<fingerprint pattern="^0x04000088\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
38
44
|
<description>Dr. Neuhaus Mikroelektronik H.323 Server</description>
|
39
45
|
<param pos="0" name="service.vendor" value="Dr. Neuhaus Mikroelektronik"/>
|
40
46
|
<param pos="1" name="service.product"/>
|
41
47
|
<param pos="2" name="service.version"/>
|
42
48
|
</fingerprint>
|
49
|
+
|
43
50
|
<fingerprint pattern="^0x0400008a\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
44
51
|
<description>MPS Software H.323 Server</description>
|
45
52
|
<param pos="0" name="service.vendor" value="MPS Software"/>
|
46
53
|
<param pos="1" name="service.product"/>
|
47
54
|
<param pos="2" name="service.version"/>
|
48
55
|
</fingerprint>
|
56
|
+
|
49
57
|
<fingerprint pattern="^0x0400008b\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
50
58
|
<description>Ferrari Electronik GmbH H.323 Server</description>
|
51
59
|
<param pos="0" name="service.vendor" value="Ferrari Electronik GmbH"/>
|
52
60
|
<param pos="1" name="service.product"/>
|
53
61
|
<param pos="2" name="service.version"/>
|
54
62
|
</fingerprint>
|
63
|
+
|
55
64
|
<fingerprint pattern="^0x0400008c\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
56
65
|
<description>MBP Kommunikationssysteme GmbH H.323 Server</description>
|
57
66
|
<param pos="0" name="service.vendor" value="MBP Kommunikationssysteme GmbH"/>
|
58
67
|
<param pos="1" name="service.product"/>
|
59
68
|
<param pos="2" name="service.version"/>
|
60
69
|
</fingerprint>
|
70
|
+
|
61
71
|
<fingerprint pattern="^0x0400008d\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
62
72
|
<description>Schneider Rundfunkwerke AG H.323 Server</description>
|
63
73
|
<param pos="0" name="service.vendor" value="Schneider Rundfunkwerke AG"/>
|
64
74
|
<param pos="1" name="service.product"/>
|
65
75
|
<param pos="2" name="service.version"/>
|
66
76
|
</fingerprint>
|
77
|
+
|
67
78
|
<fingerprint pattern="^0x0400008e\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
68
79
|
<description>Digitronic Computersysteme GmbH H.323 Server</description>
|
69
80
|
<param pos="0" name="service.vendor" value="Digitronic Computersysteme GmbH"/>
|
70
81
|
<param pos="1" name="service.product"/>
|
71
82
|
<param pos="2" name="service.version"/>
|
72
83
|
</fingerprint>
|
84
|
+
|
73
85
|
<fingerprint pattern="^0x0400008f\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
74
86
|
<description>DeTeWe - Deutsche Telephonwerke AG H.323 Server</description>
|
75
87
|
<param pos="0" name="service.vendor" value="DeTeWe - Deutsche Telephonwerke AG"/>
|
76
88
|
<param pos="1" name="service.product"/>
|
77
89
|
<param pos="2" name="service.version"/>
|
78
90
|
</fingerprint>
|
91
|
+
|
79
92
|
<fingerprint pattern="^0x0900003d\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
80
93
|
<description>Equivalence (OpenH323) H.323 Server</description>
|
81
94
|
<example>0x0900003D:Null Team YATE:3.3.2 (OpenH323 v1.19.0)</example>
|
@@ -83,432 +96,504 @@
|
|
83
96
|
<param pos="1" name="service.product"/>
|
84
97
|
<param pos="2" name="service.version"/>
|
85
98
|
</fingerprint>
|
99
|
+
|
86
100
|
<fingerprint pattern="^0x20000081\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
87
101
|
<description>Mediatrix Telecom H.323 Server</description>
|
88
102
|
<param pos="0" name="service.vendor" value="Mediatrix Telecom"/>
|
89
103
|
<param pos="1" name="service.product"/>
|
90
104
|
<param pos="2" name="service.version"/>
|
91
105
|
</fingerprint>
|
106
|
+
|
92
107
|
<fingerprint pattern="^0x3c000000\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
93
108
|
<description>Nokia H.323 Server</description>
|
94
109
|
<param pos="0" name="service.vendor" value="Nokia"/>
|
95
110
|
<param pos="1" name="service.product"/>
|
96
111
|
<param pos="2" name="service.version"/>
|
97
112
|
</fingerprint>
|
113
|
+
|
98
114
|
<fingerprint pattern="^0x3d00031[0-9a-f]\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
99
115
|
<description>Swissvoice H.323 Server</description>
|
100
116
|
<param pos="0" name="service.vendor" value="Swissvoice"/>
|
101
117
|
<param pos="1" name="service.product"/>
|
102
118
|
<param pos="2" name="service.version"/>
|
103
119
|
</fingerprint>
|
120
|
+
|
104
121
|
<fingerprint pattern="^0x(?:82000002|a5000001)\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
105
122
|
<description>Ericsson H.323 Server</description>
|
106
123
|
<param pos="0" name="service.vendor" value="Ericsson"/>
|
107
124
|
<param pos="1" name="service.product"/>
|
108
125
|
<param pos="2" name="service.version"/>
|
109
126
|
</fingerprint>
|
127
|
+
|
110
128
|
<fingerprint pattern="^0x8a000003\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
111
129
|
<description>Teldat H. Kruszynski, M. Cichocki Sp. J. H.323 Server</description>
|
112
130
|
<param pos="0" name="service.vendor" value="Teldat H. Kruszynski, M. Cichocki Sp. J."/>
|
113
131
|
<param pos="1" name="service.product"/>
|
114
132
|
<param pos="2" name="service.version"/>
|
115
133
|
</fingerprint>
|
134
|
+
|
116
135
|
<fingerprint pattern="^0xb4000[0-9a-f]00\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
117
136
|
<description>British Telecommunications H.323 Server</description>
|
118
137
|
<param pos="0" name="service.vendor" value="British Telecommunications"/>
|
119
138
|
<param pos="1" name="service.product"/>
|
120
139
|
<param pos="2" name="service.version"/>
|
121
140
|
</fingerprint>
|
141
|
+
|
122
142
|
<fingerprint pattern="^0xb4001[0-9a-f]00\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
123
143
|
<description>GPT Video Systems H.323 Server</description>
|
124
144
|
<param pos="0" name="service.vendor" value="GPT Video Systems"/>
|
125
145
|
<param pos="1" name="service.product"/>
|
126
146
|
<param pos="2" name="service.version"/>
|
127
147
|
</fingerprint>
|
148
|
+
|
128
149
|
<fingerprint pattern="^0xb4002000\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
129
150
|
<description>Marconi Communications H.323 Server</description>
|
130
151
|
<param pos="0" name="service.vendor" value="Marconi Communications"/>
|
131
152
|
<param pos="1" name="service.product"/>
|
132
153
|
<param pos="2" name="service.version"/>
|
133
154
|
</fingerprint>
|
155
|
+
|
134
156
|
<fingerprint pattern="^0xb4002100\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
135
157
|
<description>Indigo Active Vision Systems H.323 Server</description>
|
136
158
|
<param pos="0" name="service.vendor" value="Indigo Active Vision Systems"/>
|
137
159
|
<param pos="1" name="service.product"/>
|
138
160
|
<param pos="2" name="service.version"/>
|
139
161
|
</fingerprint>
|
162
|
+
|
140
163
|
<fingerprint pattern="^0xb4002200\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
141
164
|
<description>LiveWorks Limited H.323 Server</description>
|
142
165
|
<param pos="0" name="service.vendor" value="LiveWorks Limited"/>
|
143
166
|
<param pos="1" name="service.product"/>
|
144
167
|
<param pos="2" name="service.version"/>
|
145
168
|
</fingerprint>
|
169
|
+
|
146
170
|
<fingerprint pattern="^0xb4002300\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
147
171
|
<description>ATL Telecom Limited H.323 Server</description>
|
148
172
|
<param pos="0" name="service.vendor" value="ATL Telecom Limited"/>
|
149
173
|
<param pos="1" name="service.product"/>
|
150
174
|
<param pos="2" name="service.version"/>
|
151
175
|
</fingerprint>
|
176
|
+
|
152
177
|
<fingerprint pattern="^0xb4002a00\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
153
178
|
<description>Network Alchemy Limited H.323 Server</description>
|
154
179
|
<param pos="0" name="service.vendor" value="Network Alchemy Limited"/>
|
155
180
|
<param pos="1" name="service.product"/>
|
156
181
|
<param pos="2" name="service.version"/>
|
157
182
|
</fingerprint>
|
183
|
+
|
158
184
|
<fingerprint pattern="^0xb4004200\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
159
185
|
<description>Motion Media Technology H.323 Server</description>
|
160
186
|
<param pos="0" name="service.vendor" value="Motion Media Technology"/>
|
161
187
|
<param pos="1" name="service.product"/>
|
162
188
|
<param pos="2" name="service.version"/>
|
163
189
|
</fingerprint>
|
190
|
+
|
164
191
|
<fingerprint pattern="^0xb4004400\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
165
192
|
<description>Data Connection H.323 Server</description>
|
166
193
|
<param pos="0" name="service.vendor" value="Data Connection"/>
|
167
194
|
<param pos="1" name="service.product"/>
|
168
195
|
<param pos="2" name="service.version"/>
|
169
196
|
</fingerprint>
|
197
|
+
|
170
198
|
<fingerprint pattern="^0xb4004500\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
171
199
|
<description>Westbay Engineers H.323 Server</description>
|
172
200
|
<param pos="0" name="service.vendor" value="Westbay Engineers"/>
|
173
201
|
<param pos="1" name="service.product"/>
|
174
202
|
<param pos="2" name="service.version"/>
|
175
203
|
</fingerprint>
|
204
|
+
|
176
205
|
<fingerprint pattern="^0xb4004600\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
177
206
|
<description>FarSite Communications H.323 Server</description>
|
178
207
|
<param pos="0" name="service.vendor" value="FarSite Communications"/>
|
179
208
|
<param pos="1" name="service.product"/>
|
180
209
|
<param pos="2" name="service.version"/>
|
181
210
|
</fingerprint>
|
211
|
+
|
182
212
|
<fingerprint pattern="^0xb4004900\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
183
213
|
<description>ImageCom H.323 Server</description>
|
184
214
|
<param pos="0" name="service.vendor" value="ImageCom"/>
|
185
215
|
<param pos="1" name="service.product"/>
|
186
216
|
<param pos="2" name="service.version"/>
|
187
217
|
</fingerprint>
|
218
|
+
|
188
219
|
<fingerprint pattern="^0xb4004d00\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
189
220
|
<description>Madge Networks H.323 Server</description>
|
190
|
-
<param pos="0" name="service.vendor" value="Madge
|
221
|
+
<param pos="0" name="service.vendor" value="Madge"/>
|
191
222
|
<param pos="1" name="service.product"/>
|
192
223
|
<param pos="2" name="service.version"/>
|
193
224
|
</fingerprint>
|
225
|
+
|
194
226
|
<fingerprint pattern="^0xb4005200\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
195
227
|
<description>Ridgeway Systems and Software H.323 Server</description>
|
196
228
|
<param pos="0" name="service.vendor" value="Ridgeway Systems and Software"/>
|
197
229
|
<param pos="1" name="service.product"/>
|
198
230
|
<param pos="2" name="service.version"/>
|
199
231
|
</fingerprint>
|
232
|
+
|
200
233
|
<fingerprint pattern="^0xb4005300\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
201
234
|
<description>SpliceCom H.323 Server</description>
|
202
235
|
<param pos="0" name="service.vendor" value="SpliceCom"/>
|
203
236
|
<param pos="1" name="service.product"/>
|
204
237
|
<param pos="2" name="service.version"/>
|
205
238
|
</fingerprint>
|
239
|
+
|
206
240
|
<fingerprint pattern="^0xb4005400\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
207
241
|
<description>TeleWare H.323 Server</description>
|
208
242
|
<param pos="0" name="service.vendor" value="TeleWare"/>
|
209
243
|
<param pos="1" name="service.product"/>
|
210
244
|
<param pos="2" name="service.version"/>
|
211
245
|
</fingerprint>
|
246
|
+
|
212
247
|
<fingerprint pattern="^0xb4005600\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
213
248
|
<description>Vegastream H.323 Server</description>
|
214
249
|
<param pos="0" name="service.vendor" value="Vegastream"/>
|
215
250
|
<param pos="1" name="service.product"/>
|
216
251
|
<param pos="2" name="service.version"/>
|
217
252
|
</fingerprint>
|
253
|
+
|
218
254
|
<fingerprint pattern="^0xb4006600\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
219
255
|
<description>Westell H.323 Server</description>
|
220
256
|
<param pos="0" name="service.vendor" value="Westell"/>
|
221
257
|
<param pos="1" name="service.product"/>
|
222
258
|
<param pos="2" name="service.version"/>
|
223
259
|
</fingerprint>
|
260
|
+
|
224
261
|
<fingerprint pattern="^0xb4006900\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
225
262
|
<description>ISDN Communications H.323 Server</description>
|
226
263
|
<param pos="0" name="service.vendor" value="ISDN Communications"/>
|
227
264
|
<param pos="1" name="service.product"/>
|
228
265
|
<param pos="2" name="service.version"/>
|
229
266
|
</fingerprint>
|
267
|
+
|
230
268
|
<fingerprint pattern="^0xb400c000\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
231
269
|
<description>Codian H.323 Server</description>
|
232
270
|
<param pos="0" name="service.vendor" value="Codian"/>
|
233
271
|
<param pos="1" name="service.product"/>
|
234
272
|
<param pos="2" name="service.version"/>
|
235
273
|
</fingerprint>
|
274
|
+
|
236
275
|
<fingerprint pattern="^0xb500000[02]\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
237
276
|
<description>Compression Labs H.323 Server</description>
|
238
277
|
<param pos="0" name="service.vendor" value="Compression Labs"/>
|
239
278
|
<param pos="1" name="service.product"/>
|
240
279
|
<param pos="2" name="service.version"/>
|
241
280
|
</fingerprint>
|
281
|
+
|
242
282
|
<fingerprint pattern="^0xb5000001\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
243
283
|
<description>PictureTel H.323 Server</description>
|
244
284
|
<param pos="0" name="service.vendor" value="PictureTel"/>
|
245
285
|
<param pos="1" name="service.product"/>
|
246
286
|
<param pos="2" name="service.version"/>
|
247
287
|
</fingerprint>
|
288
|
+
|
248
289
|
<fingerprint pattern="^0xb5000003\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
249
290
|
<description>VTEL H.323 Server</description>
|
250
291
|
<param pos="0" name="service.vendor" value="VTEL"/>
|
251
292
|
<param pos="1" name="service.product"/>
|
252
293
|
<param pos="2" name="service.version"/>
|
253
294
|
</fingerprint>
|
295
|
+
|
254
296
|
<fingerprint pattern="^0xb5000005\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
255
297
|
<description>ERIS H.323 Server</description>
|
256
298
|
<param pos="0" name="service.vendor" value="ERIS"/>
|
257
299
|
<param pos="1" name="service.product"/>
|
258
300
|
<param pos="2" name="service.version"/>
|
259
301
|
</fingerprint>
|
302
|
+
|
260
303
|
<fingerprint pattern="^0xb5000007\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
261
304
|
<description>AT&T Worldworx H.323 Server</description>
|
262
305
|
<param pos="0" name="service.vendor" value="AT&T Worldworx"/>
|
263
306
|
<param pos="1" name="service.product"/>
|
264
307
|
<param pos="2" name="service.version"/>
|
265
308
|
</fingerprint>
|
309
|
+
|
266
310
|
<fingerprint pattern="^0xb5000009\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
267
311
|
<description>VideoServer H.323 Server</description>
|
268
312
|
<param pos="0" name="service.vendor" value="VideoServer"/>
|
269
313
|
<param pos="1" name="service.product"/>
|
270
314
|
<param pos="2" name="service.version"/>
|
271
315
|
</fingerprint>
|
316
|
+
|
272
317
|
<fingerprint pattern="^0xb500000b\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
273
318
|
<description>3Com Corporation H.323 Server</description>
|
274
|
-
<param pos="0" name="service.vendor" value="3Com
|
319
|
+
<param pos="0" name="service.vendor" value="3Com"/>
|
275
320
|
<param pos="1" name="service.product"/>
|
276
321
|
<param pos="2" name="service.version"/>
|
277
322
|
</fingerprint>
|
323
|
+
|
278
324
|
<fingerprint pattern="^0xb500000c\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
279
325
|
<description>Clarent Corporation H.323 Server</description>
|
280
326
|
<param pos="0" name="service.vendor" value="Clarent Corporation"/>
|
281
327
|
<param pos="1" name="service.product"/>
|
282
328
|
<param pos="2" name="service.version"/>
|
283
329
|
</fingerprint>
|
330
|
+
|
284
331
|
<fingerprint pattern="^0xb500000d\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
285
332
|
<description>Genesys Telecommunications Labs Inc H.323 Server</description>
|
286
333
|
<param pos="0" name="service.vendor" value="Genesys Telecommunications Labs Inc"/>
|
287
334
|
<param pos="1" name="service.product"/>
|
288
335
|
<param pos="2" name="service.version"/>
|
289
336
|
</fingerprint>
|
337
|
+
|
290
338
|
<fingerprint pattern="^0xb500000e\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
291
339
|
<description>C-Phone Corporation H.323 Server</description>
|
292
340
|
<param pos="0" name="service.vendor" value="C-Phone Corporation"/>
|
293
341
|
<param pos="1" name="service.product"/>
|
294
342
|
<param pos="2" name="service.version"/>
|
295
343
|
</fingerprint>
|
344
|
+
|
296
345
|
<fingerprint pattern="^0xb500000f\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
297
346
|
<description>Science Dynamics Corporation H.323 Server</description>
|
298
347
|
<param pos="0" name="service.vendor" value="Science Dynamics Corporation"/>
|
299
348
|
<param pos="1" name="service.product"/>
|
300
349
|
<param pos="2" name="service.version"/>
|
301
350
|
</fingerprint>
|
351
|
+
|
302
352
|
<fingerprint pattern="^0xb5000010\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
303
353
|
<description>AT&T Starpoint H.323 Server</description>
|
304
354
|
<param pos="0" name="service.vendor" value="AT&T Starpoint"/>
|
305
355
|
<param pos="1" name="service.product"/>
|
306
356
|
<param pos="2" name="service.version"/>
|
307
357
|
</fingerprint>
|
358
|
+
|
308
359
|
<fingerprint pattern="^0xb5000011\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
309
360
|
<description>Netscape Conference H.323 Server</description>
|
310
361
|
<param pos="0" name="service.vendor" value="Netscape Conference"/>
|
311
362
|
<param pos="1" name="service.product"/>
|
312
363
|
<param pos="2" name="service.version"/>
|
313
364
|
</fingerprint>
|
365
|
+
|
314
366
|
<fingerprint pattern="^0xb5000012\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
315
367
|
<description>Cisco H.323 Server</description>
|
316
368
|
<param pos="0" name="service.vendor" value="Cisco"/>
|
317
369
|
<param pos="1" name="service.product"/>
|
318
370
|
<param pos="2" name="service.version"/>
|
319
371
|
</fingerprint>
|
372
|
+
|
320
373
|
<fingerprint pattern="^0xb5000013\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
321
374
|
<description>Cirilium, Inc. H.323 Server</description>
|
322
375
|
<param pos="0" name="service.vendor" value="Cirilium, Inc."/>
|
323
376
|
<param pos="1" name="service.product"/>
|
324
377
|
<param pos="2" name="service.version"/>
|
325
378
|
</fingerprint>
|
379
|
+
|
326
380
|
<fingerprint pattern="^0xb5000014\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
327
381
|
<description>Ascend Communications, Inc. H.323 Server</description>
|
328
|
-
<param pos="0" name="service.vendor" value="Ascend
|
382
|
+
<param pos="0" name="service.vendor" value="Ascend"/>
|
329
383
|
<param pos="1" name="service.product"/>
|
330
384
|
<param pos="2" name="service.version"/>
|
331
385
|
</fingerprint>
|
386
|
+
|
332
387
|
<fingerprint pattern="^0xb5000015\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
333
388
|
<description>RADVision, Inc. H.323 Server</description>
|
334
389
|
<param pos="0" name="service.vendor" value="RADVision, Inc."/>
|
335
390
|
<param pos="1" name="service.product"/>
|
336
391
|
<param pos="2" name="service.version"/>
|
337
392
|
</fingerprint>
|
393
|
+
|
338
394
|
<fingerprint pattern="^0xb5000016\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
339
395
|
<description>Objective Communications H.323 Server</description>
|
340
396
|
<param pos="0" name="service.vendor" value="Objective Communications"/>
|
341
397
|
<param pos="1" name="service.product"/>
|
342
398
|
<param pos="2" name="service.version"/>
|
343
399
|
</fingerprint>
|
400
|
+
|
344
401
|
<fingerprint pattern="^0xb5000017\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
345
402
|
<description>VocalTec Communications, Inc. H.323 Server</description>
|
346
403
|
<param pos="0" name="service.vendor" value="VocalTec Communications, Inc."/>
|
347
404
|
<param pos="1" name="service.product"/>
|
348
405
|
<param pos="2" name="service.version"/>
|
349
406
|
</fingerprint>
|
407
|
+
|
350
408
|
<fingerprint pattern="^0xb5000018\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
351
409
|
<description>Serome Technology, Inc. H.323 Server</description>
|
352
410
|
<param pos="0" name="service.vendor" value="Serome Technology, Inc."/>
|
353
411
|
<param pos="1" name="service.product"/>
|
354
412
|
<param pos="2" name="service.version"/>
|
355
413
|
</fingerprint>
|
414
|
+
|
356
415
|
<fingerprint pattern="^0xb5000019\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
357
416
|
<description>Aspect Communications H.323 Server</description>
|
358
417
|
<param pos="0" name="service.vendor" value="Aspect Communications"/>
|
359
418
|
<param pos="1" name="service.product"/>
|
360
419
|
<param pos="2" name="service.version"/>
|
361
420
|
</fingerprint>
|
421
|
+
|
362
422
|
<fingerprint pattern="^0xb500001a\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
363
423
|
<description>Cintech Tele-Management H.323 Server</description>
|
364
424
|
<param pos="0" name="service.vendor" value="Cintech Tele-Management"/>
|
365
425
|
<param pos="1" name="service.product"/>
|
366
426
|
<param pos="2" name="service.version"/>
|
367
427
|
</fingerprint>
|
428
|
+
|
368
429
|
<fingerprint pattern="^0xb500001b\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
369
430
|
<description>Philips Video Conferencing Systems H.323 Server</description>
|
370
431
|
<param pos="0" name="service.vendor" value="Philips Video Conferencing Systems"/>
|
371
432
|
<param pos="1" name="service.product"/>
|
372
433
|
<param pos="2" name="service.version"/>
|
373
434
|
</fingerprint>
|
435
|
+
|
374
436
|
<fingerprint pattern="^0xb500001c\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
375
437
|
<description>Vertical Networks, Inc. H.323 Server</description>
|
376
438
|
<param pos="0" name="service.vendor" value="Vertical Networks, Inc."/>
|
377
439
|
<param pos="1" name="service.product"/>
|
378
440
|
<param pos="2" name="service.version"/>
|
379
441
|
</fingerprint>
|
442
|
+
|
380
443
|
<fingerprint pattern="^0xb500001d\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
381
444
|
<description>Syndeo Corp. H.323 Server</description>
|
382
445
|
<param pos="0" name="service.vendor" value="Syndeo Corp."/>
|
383
446
|
<param pos="1" name="service.product"/>
|
384
447
|
<param pos="2" name="service.version"/>
|
385
448
|
</fingerprint>
|
449
|
+
|
386
450
|
<fingerprint pattern="^0xb500001e\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
387
451
|
<description>Telxon Corporation H.323 Server</description>
|
388
452
|
<param pos="0" name="service.vendor" value="Telxon Corporation"/>
|
389
453
|
<param pos="1" name="service.product"/>
|
390
454
|
<param pos="2" name="service.version"/>
|
391
455
|
</fingerprint>
|
456
|
+
|
392
457
|
<fingerprint pattern="^0xb500001f\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
393
458
|
<description>Network Equipment Technologies H.323 Server</description>
|
394
459
|
<param pos="0" name="service.vendor" value="Network Equipment Technologies"/>
|
395
460
|
<param pos="1" name="service.product"/>
|
396
461
|
<param pos="2" name="service.version"/>
|
397
462
|
</fingerprint>
|
463
|
+
|
398
464
|
<fingerprint pattern="^0xb5000020\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
399
465
|
<description>Pagoo, Inc. H.323 Server</description>
|
400
466
|
<param pos="0" name="service.vendor" value="Pagoo, Inc."/>
|
401
467
|
<param pos="1" name="service.product"/>
|
402
468
|
<param pos="2" name="service.version"/>
|
403
469
|
</fingerprint>
|
470
|
+
|
404
471
|
<fingerprint pattern="^0xb5000021\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
405
472
|
<description>General Dynamics H.323 Server</description>
|
406
473
|
<param pos="0" name="service.vendor" value="General Dynamics"/>
|
407
474
|
<param pos="1" name="service.product"/>
|
408
475
|
<param pos="2" name="service.version"/>
|
409
476
|
</fingerprint>
|
477
|
+
|
410
478
|
<fingerprint pattern="^0xb5000022\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
411
479
|
<description>Vanguard Managed Solutions H.323 Server</description>
|
412
480
|
<param pos="0" name="service.vendor" value="Vanguard Managed Solutions"/>
|
413
481
|
<param pos="1" name="service.product"/>
|
414
482
|
<param pos="2" name="service.version"/>
|
415
483
|
</fingerprint>
|
484
|
+
|
416
485
|
<fingerprint pattern="^0xb5000023\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
417
486
|
<description>TeleStream Technologies, Inc. H.323 Server</description>
|
418
487
|
<param pos="0" name="service.vendor" value="TeleStream Technologies, Inc."/>
|
419
488
|
<param pos="1" name="service.product"/>
|
420
489
|
<param pos="2" name="service.version"/>
|
421
490
|
</fingerprint>
|
491
|
+
|
422
492
|
<fingerprint pattern="^0xb5000024\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
423
493
|
<description>Spirent Communications H.323 Server</description>
|
424
494
|
<param pos="0" name="service.vendor" value="Spirent Communications"/>
|
425
495
|
<param pos="1" name="service.product"/>
|
426
496
|
<param pos="2" name="service.version"/>
|
427
497
|
</fingerprint>
|
498
|
+
|
428
499
|
<fingerprint pattern="^0xb5000025\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
429
500
|
<description>CrystalVoice Communications H.323 Server</description>
|
430
501
|
<param pos="0" name="service.vendor" value="CrystalVoice Communications"/>
|
431
502
|
<param pos="1" name="service.product"/>
|
432
503
|
<param pos="2" name="service.version"/>
|
433
504
|
</fingerprint>
|
505
|
+
|
434
506
|
<fingerprint pattern="^0xb5000026\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
435
507
|
<description>Xiph.org H.323 Server</description>
|
436
508
|
<param pos="0" name="service.vendor" value="Xiph.org"/>
|
437
509
|
<param pos="1" name="service.product"/>
|
438
510
|
<param pos="2" name="service.version"/>
|
439
511
|
</fingerprint>
|
512
|
+
|
440
513
|
<fingerprint pattern="^0xb5000027\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
441
514
|
<description>NACT Telecommunications H.323 Server</description>
|
442
515
|
<param pos="0" name="service.vendor" value="NACT Telecommunications"/>
|
443
516
|
<param pos="1" name="service.product"/>
|
444
517
|
<param pos="2" name="service.version"/>
|
445
518
|
</fingerprint>
|
519
|
+
|
446
520
|
<fingerprint pattern="^0xb5000028\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
447
521
|
<description>AudioCodes, Inc. H.323 Server</description>
|
448
|
-
<param pos="0" name="service.vendor" value="AudioCodes
|
522
|
+
<param pos="0" name="service.vendor" value="AudioCodes"/>
|
449
523
|
<param pos="1" name="service.product"/>
|
450
524
|
<param pos="2" name="service.version"/>
|
451
525
|
</fingerprint>
|
526
|
+
|
452
527
|
<fingerprint pattern="^0xb5000120\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
453
528
|
<description>AT&T - GBCS H.323 Server</description>
|
454
529
|
<param pos="0" name="service.vendor" value="AT&T - GBCS"/>
|
455
530
|
<param pos="1" name="service.product"/>
|
456
531
|
<param pos="2" name="service.version"/>
|
457
532
|
</fingerprint>
|
533
|
+
|
458
534
|
<fingerprint pattern="^0xb5000168\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
459
535
|
<description>Leadtek Research Inc. H.323 Server</description>
|
460
536
|
<param pos="0" name="service.vendor" value="Leadtek Research Inc."/>
|
461
537
|
<param pos="1" name="service.product"/>
|
462
538
|
<param pos="2" name="service.version"/>
|
463
539
|
</fingerprint>
|
540
|
+
|
464
541
|
<fingerprint pattern="^0xb5000247\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
465
542
|
<description>Lucent Technologies H.323 Server</description>
|
466
|
-
<param pos="0" name="service.vendor" value="Lucent
|
543
|
+
<param pos="0" name="service.vendor" value="Lucent"/>
|
467
544
|
<param pos="1" name="service.product"/>
|
468
545
|
<param pos="2" name="service.version"/>
|
469
546
|
</fingerprint>
|
547
|
+
|
470
548
|
<fingerprint pattern="^0xb500029a\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
471
549
|
<description>Symbol Technologies Inc. H.323 Server</description>
|
472
550
|
<param pos="0" name="service.vendor" value="Symbol Technologies Inc."/>
|
473
551
|
<param pos="1" name="service.product"/>
|
474
552
|
<param pos="2" name="service.version"/>
|
475
553
|
</fingerprint>
|
554
|
+
|
476
555
|
<fingerprint pattern="^0xb5000378\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
477
556
|
<description>StarVox, Inc. H.323 Server</description>
|
478
557
|
<param pos="0" name="service.vendor" value="StarVox, Inc."/>
|
479
558
|
<param pos="1" name="service.product"/>
|
480
559
|
<param pos="2" name="service.version"/>
|
481
560
|
</fingerprint>
|
561
|
+
|
482
562
|
<fingerprint pattern="^0xb50003f7\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
483
563
|
<description>Inari Inc. H.323 Server</description>
|
484
564
|
<param pos="0" name="service.vendor" value="Inari Inc."/>
|
485
565
|
<param pos="1" name="service.product"/>
|
486
566
|
<param pos="2" name="service.version"/>
|
487
567
|
</fingerprint>
|
568
|
+
|
488
569
|
<fingerprint pattern="^0xb5000727\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
489
570
|
<description>Quintum Technologies, Inc. H.323 Server</description>
|
490
571
|
<param pos="0" name="service.vendor" value="Quintum Technologies, Inc."/>
|
491
572
|
<param pos="1" name="service.product"/>
|
492
573
|
<param pos="2" name="service.version"/>
|
493
574
|
</fingerprint>
|
575
|
+
|
494
576
|
<fingerprint pattern="^0xb5000918\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
495
577
|
<description>Netrix Corporation H.323 Server</description>
|
496
578
|
<param pos="0" name="service.vendor" value="Netrix Corporation"/>
|
497
579
|
<param pos="1" name="service.product"/>
|
498
580
|
<param pos="2" name="service.version"/>
|
499
581
|
</fingerprint>
|
582
|
+
|
500
583
|
<fingerprint pattern="^0xb500101e\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
501
584
|
<description>SysMaster Corporation H.323 Server</description>
|
502
585
|
<param pos="0" name="service.vendor" value="SysMaster Corporation"/>
|
503
586
|
<param pos="1" name="service.product"/>
|
504
587
|
<param pos="2" name="service.version"/>
|
505
588
|
</fingerprint>
|
589
|
+
|
506
590
|
<fingerprint pattern="^0xb5001a1a\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
507
591
|
<description>Alpha Telecom, Inc. U.S.A. H.323 Server</description>
|
508
592
|
<param pos="0" name="service.vendor" value="Alpha Telecom, Inc. U.S.A."/>
|
509
593
|
<param pos="1" name="service.product"/>
|
510
594
|
<param pos="2" name="service.version"/>
|
511
595
|
</fingerprint>
|
596
|
+
|
512
597
|
<fingerprint pattern="^0xb5002331\:(.*)\:Release\s[\s-]*(\d+\.+\d+\.*\d*).*$" flags="REG_ICASE">
|
513
598
|
<description>ViaVideo/PolyCom H.323 Server</description>
|
514
599
|
<example>0xb5002331:ViewStation 7.0:Release 7.5.4 - 04 Mar 2005</example>
|
@@ -516,88 +601,103 @@
|
|
516
601
|
<param pos="1" name="service.product"/>
|
517
602
|
<param pos="2" name="service.version"/>
|
518
603
|
</fingerprint>
|
604
|
+
|
519
605
|
<fingerprint pattern="^0xb500301c\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
520
606
|
<description>Congruency, Inc. H.323 Server</description>
|
521
607
|
<param pos="0" name="service.vendor" value="Congruency, Inc."/>
|
522
608
|
<param pos="1" name="service.product"/>
|
523
609
|
<param pos="2" name="service.version"/>
|
524
610
|
</fingerprint>
|
611
|
+
|
525
612
|
<fingerprint pattern="^0xb5003039\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
526
613
|
<description>MiBridge Inc. H.323 Server</description>
|
527
614
|
<param pos="0" name="service.vendor" value="MiBridge Inc."/>
|
528
615
|
<param pos="1" name="service.product"/>
|
529
616
|
<param pos="2" name="service.version"/>
|
530
617
|
</fingerprint>
|
618
|
+
|
531
619
|
<fingerprint pattern="^0xb5003838\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
532
620
|
<description>8x8 Inc. H.323 Server</description>
|
533
621
|
<param pos="0" name="service.vendor" value="8x8 Inc."/>
|
534
622
|
<param pos="1" name="service.product"/>
|
535
623
|
<param pos="2" name="service.version"/>
|
536
624
|
</fingerprint>
|
625
|
+
|
537
626
|
<fingerprint pattern="^0xb5004147\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
538
627
|
<description>Agere Systems H.323 Server</description>
|
539
628
|
<param pos="0" name="service.vendor" value="Agere Systems"/>
|
540
629
|
<param pos="1" name="service.product"/>
|
541
630
|
<param pos="2" name="service.version"/>
|
542
631
|
</fingerprint>
|
632
|
+
|
543
633
|
<fingerprint pattern="^0xb5004153\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
544
634
|
<description>Artisoft Inc. H.323 Server</description>
|
545
635
|
<param pos="0" name="service.vendor" value="Artisoft Inc."/>
|
546
636
|
<param pos="1" name="service.product"/>
|
547
637
|
<param pos="2" name="service.version"/>
|
548
638
|
</fingerprint>
|
639
|
+
|
549
640
|
<fingerprint pattern="^0xb5004156\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
550
641
|
<description>Avaya H.323 Server</description>
|
551
642
|
<param pos="0" name="service.vendor" value="Avaya"/>
|
552
643
|
<param pos="1" name="service.product"/>
|
553
644
|
<param pos="2" name="service.version"/>
|
554
645
|
</fingerprint>
|
646
|
+
|
555
647
|
<fingerprint pattern="^0xb5004242\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
556
648
|
<description>IBM H.323 Server</description>
|
557
649
|
<param pos="0" name="service.vendor" value="IBM"/>
|
558
650
|
<param pos="1" name="service.product"/>
|
559
651
|
<param pos="2" name="service.version"/>
|
560
652
|
</fingerprint>
|
653
|
+
|
561
654
|
<fingerprint pattern="^0xb5004257\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
562
655
|
<description>StreamComm H.323 Server</description>
|
563
656
|
<param pos="0" name="service.vendor" value="StreamComm"/>
|
564
657
|
<param pos="1" name="service.product"/>
|
565
658
|
<param pos="2" name="service.version"/>
|
566
659
|
</fingerprint>
|
660
|
+
|
567
661
|
<fingerprint pattern="^0xb500(?:4c54|600d)\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
568
662
|
<description>Lucent Technologies H.323 Server - variant 1</description>
|
569
|
-
<param pos="0" name="service.vendor" value="Lucent
|
663
|
+
<param pos="0" name="service.vendor" value="Lucent"/>
|
570
664
|
<param pos="1" name="service.product"/>
|
571
665
|
<param pos="2" name="service.version"/>
|
572
666
|
</fingerprint>
|
667
|
+
|
573
668
|
<fingerprint pattern="^0xb5004d47\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
574
669
|
<description>MediaGate H.323 Server</description>
|
575
670
|
<param pos="0" name="service.vendor" value="MediaGate"/>
|
576
671
|
<param pos="1" name="service.product"/>
|
577
672
|
<param pos="2" name="service.version"/>
|
578
673
|
</fingerprint>
|
674
|
+
|
579
675
|
<fingerprint pattern="^0xb5004e54\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
580
676
|
<description>Nortel Networks H.323 Server</description>
|
581
|
-
<param pos="0" name="service.vendor" value="Nortel
|
677
|
+
<param pos="0" name="service.vendor" value="Nortel"/>
|
582
678
|
<param pos="1" name="service.product"/>
|
583
679
|
<param pos="2" name="service.version"/>
|
584
680
|
</fingerprint>
|
681
|
+
|
585
682
|
<fingerprint pattern="^0xb5005243\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
586
683
|
<description>Siemens Business Communication Systems H.323 Server</description>
|
587
|
-
<param pos="0" name="service.vendor" value="Siemens
|
684
|
+
<param pos="0" name="service.vendor" value="Siemens"/>
|
588
685
|
<param pos="1" name="service.product"/>
|
589
686
|
<param pos="2" name="service.version"/>
|
590
687
|
</fingerprint>
|
688
|
+
|
591
689
|
<fingerprint pattern="^0xb500534c\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
592
690
|
<description>Microsoft H.323 Server</description>
|
593
691
|
<param pos="0" name="service.vendor" value="Microsoft"/>
|
594
692
|
<param pos="1" name="service.product"/>
|
595
693
|
<param pos="2" name="service.version"/>
|
596
694
|
</fingerprint>
|
695
|
+
|
597
696
|
<fingerprint pattern="^0xb5008080\:(.*)\:.*?(\d*\.*\d*\.*\d*).*$" flags="REG_ICASE">
|
598
697
|
<description>Intel H.323 Server</description>
|
599
698
|
<param pos="0" name="service.vendor" value="Intel"/>
|
600
699
|
<param pos="1" name="service.product"/>
|
601
700
|
<param pos="2" name="service.version"/>
|
602
701
|
</fingerprint>
|
603
|
-
|
702
|
+
|
703
|
+
</fingerprints>
|