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