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