recog 2.3.15 → 2.3.20
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/.github/workflows/ci.yml +26 -0
- data/.snyk +10 -0
- data/LICENSE +1 -1
- data/bin/recog_standardize +8 -2
- data/cpe-remap.yaml +314 -170
- data/identifiers/README.md +24 -10
- data/identifiers/fields.txt +104 -0
- data/identifiers/hw_device.txt +5 -4
- data/identifiers/hw_family.txt +17 -0
- data/identifiers/hw_product.txt +87 -6
- data/identifiers/os_architecture.txt +0 -10
- data/identifiers/os_device.txt +12 -31
- data/identifiers/os_family.txt +2 -94
- data/identifiers/os_product.txt +45 -124
- data/identifiers/service_family.txt +14 -37
- data/identifiers/service_product.txt +283 -88
- data/identifiers/vendor.txt +99 -192
- data/lib/recog/version.rb +1 -1
- data/requirements.txt +1 -1
- data/update_cpes.py +110 -49
- data/xml/apache_modules.xml +60 -0
- data/xml/dns_versionbind.xml +40 -17
- data/xml/favicons.xml +163 -20
- data/xml/ftp_banners.xml +25 -25
- data/xml/hp_pjl_id.xml +1 -1
- data/xml/html_title.xml +561 -51
- data/xml/http_cookies.xml +266 -61
- data/xml/http_servers.xml +472 -96
- data/xml/http_wwwauth.xml +53 -26
- data/xml/ldap_searchresult.xml +10 -6
- data/xml/mdns_device-info_txt.xml +308 -10
- data/xml/ntp_banners.xml +15 -1
- data/xml/operating_system.xml +1 -0
- data/xml/rtsp_servers.xml +7 -0
- data/xml/sip_banners.xml +346 -8
- data/xml/sip_user_agents.xml +321 -7
- data/xml/smb_native_lm.xml +32 -1
- data/xml/smb_native_os.xml +158 -33
- data/xml/smtp_banners.xml +48 -7
- data/xml/smtp_expn.xml +1 -0
- data/xml/smtp_help.xml +2 -0
- data/xml/smtp_vrfy.xml +3 -1
- data/xml/snmp_sysdescr.xml +211 -42
- data/xml/ssh_banners.xml +127 -14
- data/xml/telnet_banners.xml +44 -14
- data/xml/tls_jarm.xml +140 -0
- data/xml/x509_issuers.xml +179 -7
- data/xml/x509_subjects.xml +252 -35
- metadata +6 -5
- data/identifiers/software_class.txt +0 -26
- data/identifiers/software_family.txt +0 -91
- data/identifiers/software_product.txt +0 -333
data/xml/ftp_banners.xml
CHANGED
@@ -360,10 +360,11 @@ example.com FTP server (Version: Mac OS X Server) ready.</example>
|
|
360
360
|
<example service.version="1.0.11">=(<*>)=-.:. (( Welcome to Pure-FTPd 1.0.11 )) .:.-=(<*>)=-</example>
|
361
361
|
<example service.version="1.0.11">=(<*>)=-.:. (( Welcome to Pure-FTPd 1.0.11 )) .:.-=(<*>)=-
|
362
362
|
more stuff</example>
|
363
|
-
<param pos="0" name="service.
|
363
|
+
<param pos="0" name="service.vendor" value="PureFTPd"/>
|
364
364
|
<param pos="0" name="service.family" value="Pure-FTPd"/>
|
365
365
|
<param pos="0" name="service.product" value="Pure-FTPd"/>
|
366
366
|
<param pos="1" name="service.version"/>
|
367
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:pureftpd:pure-ftpd:{service.version}"/>
|
367
368
|
</fingerprint>
|
368
369
|
|
369
370
|
<fingerprint pattern="^-{9,10}(?:.*)\s+Pure-FTPd\s+(.*)-{9,10}">
|
@@ -403,8 +404,6 @@ more text</example>
|
|
403
404
|
<param pos="0" name="service.cpe23" value="cpe:/a:pureftpd:pure-ftpd:{service.version}"/>
|
404
405
|
</fingerprint>
|
405
406
|
|
406
|
-
<!-- CPEs for Serv-U 15.x and above changed to SolarWinds -->
|
407
|
-
|
408
407
|
<fingerprint pattern="^Serv-U FTP Server v(15\.\S+) ready\.\.\.$">
|
409
408
|
<description>SolarWinds Serv-U with version </description>
|
410
409
|
<example service.version="15.1.3.25">Serv-U FTP Server v15.1.3.25 ready...</example>
|
@@ -420,10 +419,10 @@ more text</example>
|
|
420
419
|
<example service.version="2.5n">Serv-U FTP-Server v2.5n for WinSock ready...</example>
|
421
420
|
<example service.version="6.0">Serv-U FTP Server v6.0 for WinSock ready</example>
|
422
421
|
<param pos="0" name="service.vendor" value="Serv-U"/>
|
423
|
-
<param pos="0" name="service.product" value="Serv-U"/>
|
422
|
+
<param pos="0" name="service.product" value="Serv-U FTP Server"/>
|
424
423
|
<param pos="0" name="service.family" value="Serv-U"/>
|
425
424
|
<param pos="1" name="service.version"/>
|
426
|
-
<param pos="0" name="service.cpe23" value="cpe:/a:
|
425
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:solarwinds:serv-u_ftp_server:{service.version}"/>
|
427
426
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
428
427
|
<param pos="0" name="os.family" value="Windows"/>
|
429
428
|
<param pos="0" name="os.product" value="Windows"/>
|
@@ -435,10 +434,10 @@ more text</example>
|
|
435
434
|
<example service.version="7.2">Serv-U FTP Server v7.2 ready...</example>
|
436
435
|
<example service.version="14.0">Serv-U FTP Server v14.0 ready...</example>
|
437
436
|
<param pos="0" name="service.vendor" value="Serv-U"/>
|
438
|
-
<param pos="0" name="service.product" value="Serv-U"/>
|
437
|
+
<param pos="0" name="service.product" value="Serv-U FTP Server"/>
|
439
438
|
<param pos="0" name="service.family" value="Serv-U"/>
|
440
439
|
<param pos="1" name="service.version"/>
|
441
|
-
<param pos="0" name="service.cpe23" value="cpe:/a:
|
440
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:solarwinds:serv-u_ftp_server:{service.version}"/>
|
442
441
|
</fingerprint>
|
443
442
|
|
444
443
|
<fingerprint pattern="^Welcom to Serv-U FTP Server$">
|
@@ -522,9 +521,9 @@ more text</example>
|
|
522
521
|
<param pos="0" name="service.vendor" value="APC"/>
|
523
522
|
<param pos="0" name="service.product" value="FTP"/>
|
524
523
|
<param pos="0" name="os.vendor" value="APC"/>
|
525
|
-
<param pos="0" name="os.device" value="Power
|
524
|
+
<param pos="0" name="os.device" value="Power Device"/>
|
526
525
|
<param pos="0" name="hw.vendor" value="APC"/>
|
527
|
-
<param pos="0" name="hw.device" value="Power
|
526
|
+
<param pos="0" name="hw.device" value="Power Device"/>
|
528
527
|
</fingerprint>
|
529
528
|
|
530
529
|
<fingerprint pattern="^(\S+) Network Management Card AOS v(\d+\..+) FTP server ready\.$">
|
@@ -537,11 +536,11 @@ more text</example>
|
|
537
536
|
<param pos="0" name="service.family" value="AOS"/>
|
538
537
|
<param pos="2" name="service.version"/>
|
539
538
|
<param pos="0" name="os.vendor" value="APC"/>
|
540
|
-
<param pos="0" name="os.device" value="Power
|
539
|
+
<param pos="0" name="os.device" value="Power Device"/>
|
541
540
|
<param pos="1" name="os.product"/>
|
542
541
|
<param pos="2" name="os.version"/>
|
543
542
|
<param pos="0" name="hw.vendor" value="APC"/>
|
544
|
-
<param pos="0" name="hw.device" value="Power
|
543
|
+
<param pos="0" name="hw.device" value="Power Device"/>
|
545
544
|
</fingerprint>
|
546
545
|
|
547
546
|
<fingerprint pattern="^(\S+) FTP server \(EMC-SNAS: ([^\)]+)\)(?: \S+)?$">
|
@@ -560,6 +559,7 @@ more text</example>
|
|
560
559
|
<param pos="0" name="hw.vendor" value="EMC"/>
|
561
560
|
<param pos="0" name="hw.device" value="Storage"/>
|
562
561
|
<param pos="0" name="hw.product" value="Celerra"/>
|
562
|
+
<param pos="0" name="hw.cpe23" value="cpe:/h:emc:celerra_network_attached_storage:-"/>
|
563
563
|
</fingerprint>
|
564
564
|
|
565
565
|
<fingerprint pattern="^JD FTP Server Ready.*$">
|
@@ -603,7 +603,7 @@ more text</example>
|
|
603
603
|
<param pos="0" name="service.vendor" value="Blue Coat"/>
|
604
604
|
<param pos="0" name="service.product" value="Proxy"/>
|
605
605
|
<param pos="0" name="os.vendor" value="Blue Coat"/>
|
606
|
-
<param pos="0" name="os.device" value="Web
|
606
|
+
<param pos="0" name="os.device" value="Web Proxy"/>
|
607
607
|
</fingerprint>
|
608
608
|
|
609
609
|
<fingerprint pattern="^---freeFTPd 1.0---warFTPd 1.65---$">
|
@@ -634,7 +634,7 @@ more text</example>
|
|
634
634
|
<param pos="0" name="os.vendor" value="IBM"/>
|
635
635
|
<param pos="0" name="os.product" value="4690"/>
|
636
636
|
<param pos="0" name="os.family" value="4690"/>
|
637
|
-
<param pos="0" name="os.device" value="Point of
|
637
|
+
<param pos="0" name="os.device" value="Point of Sale"/>
|
638
638
|
</fingerprint>
|
639
639
|
|
640
640
|
<fingerprint pattern="^([^ ]+) NcFTPd Server \(licensed copy\) ready\.$">
|
@@ -651,7 +651,7 @@ more text</example>
|
|
651
651
|
<example>hostname DCS-2100 FTP server ready.</example>
|
652
652
|
<param pos="0" name="os.vendor" value="D-Link"/>
|
653
653
|
<param pos="0" name="os.product" value="DCS-2100"/>
|
654
|
-
<param pos="0" name="os.device" value="
|
654
|
+
<param pos="0" name="os.device" value="IP Camera"/>
|
655
655
|
<param pos="1" name="host.name"/>
|
656
656
|
</fingerprint>
|
657
657
|
|
@@ -682,12 +682,12 @@ more text</example>
|
|
682
682
|
<example hw.product="233D" hw.version="4.48.4">AXIS 233D Network Dome Camera 4.48.4 (Mar 23 2010) ready.</example>
|
683
683
|
<example hw.product="P1346" hw.version="5.50beta3">AXIS P1346 Network Camera 5.50beta3 (2014) ready</example>
|
684
684
|
<param pos="0" name="hw.vendor" value="Axis"/>
|
685
|
-
<param pos="0" name="hw.device" value="
|
685
|
+
<param pos="0" name="hw.device" value="IP Camera"/>
|
686
686
|
<param pos="1" name="hw.product"/>
|
687
687
|
<param pos="2" name="hw.version"/>
|
688
688
|
<param pos="0" name="os.vendor" value="AXIS"/>
|
689
689
|
<param pos="0" name="os.family" value="Linux"/>
|
690
|
-
<param pos="0" name="os.device" value="
|
690
|
+
<param pos="0" name="os.device" value="IP Camera"/>
|
691
691
|
</fingerprint>
|
692
692
|
|
693
693
|
<fingerprint pattern="(?i)^AXIS (\S+) (?:(?:Mk II )?Video) (?:Encoder|Encoder Blade|Module|Server|Decoder) (\S+) .*">
|
@@ -732,7 +732,7 @@ more text</example>
|
|
732
732
|
<example hw.product="560">AXIS 560 FTP Network Print Server V6.00 Jul 7 1999 ready.</example>
|
733
733
|
<example hw.version="6.30.beta2">AXIS 5470e FTP Network Print Server V6.30.beta2 Sep 25 2002 ready.</example>
|
734
734
|
<param pos="0" name="hw.vendor" value="Axis"/>
|
735
|
-
<param pos="0" name="hw.device" value="Print
|
735
|
+
<param pos="0" name="hw.device" value="Print Server"/>
|
736
736
|
<param pos="1" name="hw.product"/>
|
737
737
|
<param pos="2" name="hw.version"/>
|
738
738
|
</fingerprint>
|
@@ -986,7 +986,7 @@ more text</example>
|
|
986
986
|
<example hw.product="10/100 +IPDS" os.version="1.0">LinkCom Xpress 10/100 +IPDS FTP version 1.0 ready</example>
|
987
987
|
<param pos="0" name="hw.vendor" value="MPI Technologies"/>
|
988
988
|
<param pos="0" name="hw.family" value="LinkCom Xpress"/>
|
989
|
-
<param pos="0" name="hw.device" value="Print
|
989
|
+
<param pos="0" name="hw.device" value="Print Server"/>
|
990
990
|
<param pos="1" name="hw.product"/>
|
991
991
|
<param pos="2" name="os.version"/>
|
992
992
|
</fingerprint>
|
@@ -996,7 +996,7 @@ more text</example>
|
|
996
996
|
<example hw.product="EIO PRO 10">LinkCom Xpress EIO PRO 10</example>
|
997
997
|
<param pos="0" name="hw.vendor" value="MPI Technologies"/>
|
998
998
|
<param pos="0" name="hw.family" value="LinkCom Xpress"/>
|
999
|
-
<param pos="0" name="hw.device" value="Print
|
999
|
+
<param pos="0" name="hw.device" value="Print Server"/>
|
1000
1000
|
<param pos="1" name="hw.product"/>
|
1001
1001
|
</fingerprint>
|
1002
1002
|
|
@@ -1039,7 +1039,7 @@ more text</example>
|
|
1039
1039
|
<example>EUFSALE MarkNet X2011e FTP Server 4.20.21 ready.</example>
|
1040
1040
|
<param pos="0" name="os.vendor" value="Lexmark"/>
|
1041
1041
|
<param pos="0" name="os.family" value="MarkNet"/>
|
1042
|
-
<param pos="0" name="os.device" value="Print
|
1042
|
+
<param pos="0" name="os.device" value="Print Server"/>
|
1043
1043
|
<param pos="1" name="os.product"/>
|
1044
1044
|
<param pos="2" name="os.version"/>
|
1045
1045
|
</fingerprint>
|
@@ -1189,11 +1189,11 @@ more text</example>
|
|
1189
1189
|
<example>ESI-2999A Version 6.30a.07 ready.</example>
|
1190
1190
|
<param pos="0" name="os.vendor" value="Sybase"/>
|
1191
1191
|
<param pos="0" name="os.family" value="Extended Systems ExtendNet"/>
|
1192
|
-
<param pos="0" name="os.device" value="Print
|
1192
|
+
<param pos="0" name="os.device" value="Print Server"/>
|
1193
1193
|
<param pos="1" name="os.product"/>
|
1194
1194
|
<param pos="2" name="os.version"/>
|
1195
1195
|
<param pos="0" name="hw.family" value="Extended Systems ExtendNet"/>
|
1196
|
-
<param pos="0" name="hw.device" value="Print
|
1196
|
+
<param pos="0" name="hw.device" value="Print Server"/>
|
1197
1197
|
<param pos="1" name="hw.product"/>
|
1198
1198
|
</fingerprint>
|
1199
1199
|
|
@@ -1233,7 +1233,7 @@ more text</example>
|
|
1233
1233
|
<param pos="0" name="service.product" value="Fiery Print Server"/>
|
1234
1234
|
<param pos="0" name="os.vendor" value="EFI"/>
|
1235
1235
|
<param pos="0" name="os.product" value="Fiery Print Server"/>
|
1236
|
-
<param pos="0" name="os.device" value="Print
|
1236
|
+
<param pos="0" name="os.device" value="Print Server"/>
|
1237
1237
|
</fingerprint>
|
1238
1238
|
|
1239
1239
|
<!-- Conjectured based on known MX FTP fingerprints -->
|
@@ -1289,11 +1289,11 @@ more text</example>
|
|
1289
1289
|
<example os.version="V56.17.5Z">ZBR-79071 Version V56.17.5Z ready.</example>
|
1290
1290
|
<example os.version="7.02">ZBR-46687 Version 7.02 ready.</example>
|
1291
1291
|
<param pos="0" name="os.vendor" value="ZebraNet"/>
|
1292
|
-
<param pos="0" name="os.device" value="Print
|
1292
|
+
<param pos="0" name="os.device" value="Print Server"/>
|
1293
1293
|
<param pos="1" name="os.product"/>
|
1294
1294
|
<param pos="2" name="os.version"/>
|
1295
1295
|
<param pos="0" name="hw.vendor" value="ZebraNet"/>
|
1296
|
-
<param pos="0" name="hw.device" value="Print
|
1296
|
+
<param pos="0" name="hw.device" value="Print Server"/>
|
1297
1297
|
<param pos="1" name="hw.product"/>
|
1298
1298
|
</fingerprint>
|
1299
1299
|
|
data/xml/hp_pjl_id.xml
CHANGED
@@ -393,7 +393,7 @@
|
|
393
393
|
<example>EX4112-4127</example>
|
394
394
|
<param pos="0" name="os.vendor" value="Xerox"/>
|
395
395
|
<param pos="0" name="os.family" value="EX"/>
|
396
|
-
<param pos="0" name="os.device" value="Print
|
396
|
+
<param pos="0" name="os.device" value="Print Server"/>
|
397
397
|
<param pos="1" name="os.product"/>
|
398
398
|
</fingerprint>
|
399
399
|
|
data/xml/html_title.xml
CHANGED
@@ -7,6 +7,11 @@
|
|
7
7
|
<example>301 Moved Permanently</example>
|
8
8
|
</fingerprint>
|
9
9
|
|
10
|
+
<fingerprint pattern="^302 Found$">
|
11
|
+
<description>302 Found - generic -- assert nothing.</description>
|
12
|
+
<example>302 Found</example>
|
13
|
+
</fingerprint>
|
14
|
+
|
10
15
|
<fingerprint pattern="^400 Bad Request$">
|
11
16
|
<description>400 Bad Request - generic -- assert nothing.</description>
|
12
17
|
<example>400 Bad Request</example>
|
@@ -17,9 +22,38 @@
|
|
17
22
|
<example>401 Unauthorized</example>
|
18
23
|
</fingerprint>
|
19
24
|
|
20
|
-
<fingerprint pattern="^
|
25
|
+
<fingerprint pattern="^403 Forbidden$">
|
26
|
+
<description>403 Forbidden - generic -- assert nothing.</description>
|
27
|
+
<example>403 Forbidden</example>
|
28
|
+
</fingerprint>
|
29
|
+
|
30
|
+
<fingerprint pattern="^(?:404 )?Not Found$">
|
21
31
|
<description>404 Not Found - generic -- assert nothing.</description>
|
22
32
|
<example>404 Not Found</example>
|
33
|
+
<example>Not Found</example>
|
34
|
+
</fingerprint>
|
35
|
+
|
36
|
+
<fingerprint pattern="^Invalid URL$">
|
37
|
+
<description>Invalid URL - generic -- assert nothing.</description>
|
38
|
+
<example>Invalid URL</example>
|
39
|
+
</fingerprint>
|
40
|
+
|
41
|
+
<fingerprint pattern="^ERROR: The request could not be satisfied$">
|
42
|
+
<description>Amazon CloudFront web load balancer endpoint</description>
|
43
|
+
<example>ERROR: The request could not be satisfied</example>
|
44
|
+
<param pos="0" name="service.vendor" value="Amazon"/>
|
45
|
+
<param pos="0" name="service.family" value="CloudFront"/>
|
46
|
+
<param pos="0" name="service.product" value="CloudFront Load Balancer"/>
|
47
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:amazon:amazon_cloudfront:-"/>
|
48
|
+
</fingerprint>
|
49
|
+
|
50
|
+
<fingerprint pattern="^Microsoft Azure Web App - Error 404$">
|
51
|
+
<description>Microsoft Azure Web App - Error 404</description>
|
52
|
+
<example>Microsoft Azure Web App - Error 404</example>
|
53
|
+
<param pos="0" name="service.vendor" value="Microsoft"/>
|
54
|
+
<param pos="0" name="service.family" value="Azure"/>
|
55
|
+
<param pos="0" name="service.product" value="Azure App Service on Azure Stack"/>
|
56
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:microsoft:azure_app_service_on_azure_stack:-"/>
|
23
57
|
</fingerprint>
|
24
58
|
|
25
59
|
<fingerprint pattern="^Index of /">
|
@@ -103,9 +137,10 @@
|
|
103
137
|
<param pos="0" name="service.cpe23" value="cpe:/a:apache:tomcat:-"/>
|
104
138
|
</fingerprint>
|
105
139
|
|
106
|
-
<fingerprint pattern="^Apache Tomcat/(\S+)
|
140
|
+
<fingerprint pattern="^Apache Tomcat/(\S+)(?: - Error report)?$">
|
107
141
|
<description>Apache tomcat with minimal version information</description>
|
108
142
|
<example service.version="8.0.32">Apache Tomcat/8.0.32</example>
|
143
|
+
<example service.version="5.5.29">Apache Tomcat/5.5.29 - Error report</example>
|
109
144
|
<param pos="0" name="service.vendor" value="Apache"/>
|
110
145
|
<param pos="0" name="service.product" value="Tomcat"/>
|
111
146
|
<param pos="0" name="service.family" value="Tomcat"/>
|
@@ -113,6 +148,32 @@
|
|
113
148
|
<param pos="0" name="service.cpe23" value="cpe:/a:apache:tomcat:{service.version}"/>
|
114
149
|
</fingerprint>
|
115
150
|
|
151
|
+
<fingerprint pattern="^Apache Tomcat/(\S+) \(Ubuntu\) - Error report$">
|
152
|
+
<description>Apache Tomcat - Error report on Ubuntu</description>
|
153
|
+
<example service.version="8.0.32">Apache Tomcat/8.0.32 (Ubuntu) - Error report</example>
|
154
|
+
<param pos="0" name="service.vendor" value="Apache"/>
|
155
|
+
<param pos="0" name="service.product" value="Tomcat"/>
|
156
|
+
<param pos="0" name="service.family" value="Tomcat"/>
|
157
|
+
<param pos="1" name="service.version"/>
|
158
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:apache:tomcat:{service.version}"/>
|
159
|
+
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
160
|
+
<param pos="0" name="os.product" value="Linux"/>
|
161
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:-"/>
|
162
|
+
</fingerprint>
|
163
|
+
|
164
|
+
<fingerprint pattern="^Apache Tomcat/(\S+) \(Debian\) - Error report$">
|
165
|
+
<description>Apache Tomcat - Error report on Debian</description>
|
166
|
+
<example service.version="7.0.56">Apache Tomcat/7.0.56 (Debian) - Error report</example>
|
167
|
+
<param pos="0" name="service.vendor" value="Apache"/>
|
168
|
+
<param pos="0" name="service.product" value="Tomcat"/>
|
169
|
+
<param pos="0" name="service.family" value="Tomcat"/>
|
170
|
+
<param pos="1" name="service.version"/>
|
171
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:apache:tomcat:{service.version}"/>
|
172
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
173
|
+
<param pos="0" name="os.product" value="Linux"/>
|
174
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:-"/>
|
175
|
+
</fingerprint>
|
176
|
+
|
116
177
|
<fingerprint pattern="^AiCloud">
|
117
178
|
<description>ASUS AiCloud</description>
|
118
179
|
<example>AiCloud</example>
|
@@ -255,6 +316,7 @@
|
|
255
316
|
<param pos="0" name="hw.vendor" value="Philips"/>
|
256
317
|
<param pos="0" name="hw.product" value="Hue"/>
|
257
318
|
<param pos="0" name="hw.device" value="Light Bulb"/>
|
319
|
+
<param pos="0" name="hw.cpe23" value="cpe:/h:philips:hue:-"/>
|
258
320
|
</fingerprint>
|
259
321
|
|
260
322
|
<fingerprint pattern="LANDesk\(R\) Management Agent$">
|
@@ -301,6 +363,14 @@
|
|
301
363
|
<param pos="0" name="service.cpe23" value="cpe:/a:parallels:parallels_plesk_panel:-"/>
|
302
364
|
</fingerprint>
|
303
365
|
|
366
|
+
<fingerprint pattern="^Sage X3$">
|
367
|
+
<description>Sage X3 Syracuse Web Server</description>
|
368
|
+
<example>Sage X3</example>
|
369
|
+
<param pos="0" name="service.vendor" value="Sage"/>
|
370
|
+
<param pos="0" name="service.family" value="Sage X3 Syracuse Web Server"/>
|
371
|
+
<param pos="0" name="service.product" value="Sage X3 Syracuse Web Server"/>
|
372
|
+
</fingerprint>
|
373
|
+
|
304
374
|
<fingerprint pattern="^Web Viewer for Samsung DVR$">
|
305
375
|
<description>Samsung DVRs</description>
|
306
376
|
<example>Web Viewer for Samsung DVR</example>
|
@@ -314,6 +384,32 @@
|
|
314
384
|
<param pos="0" name="os.vendor" value="SonicWall"/>
|
315
385
|
<param pos="0" name="os.device" value="Firewall"/>
|
316
386
|
<param pos="0" name="os.family" value="SonicOS"/>
|
387
|
+
<param pos="0" name="os.product" value="SonicOS"/>
|
388
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:sonicwall:sonicos:-"/>
|
389
|
+
</fingerprint>
|
390
|
+
|
391
|
+
<fingerprint pattern="^SonicWall Universal Management Suite v(\d+\.\d+)$">
|
392
|
+
<description>SonicWall Universal Management Appliance - with version</description>
|
393
|
+
<example service.version="8.7">SonicWall Universal Management Suite v8.7</example>
|
394
|
+
<param pos="0" name="service.vendor" value="SonicWall"/>
|
395
|
+
<param pos="0" name="service.product" value="Universal Management Appliance"/>
|
396
|
+
<param pos="1" name="service.version"/>
|
397
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:sonicwall:universal_management_appliance:{service.version}"/>
|
398
|
+
<param pos="0" name="os.vendor" value="SonicWall"/>
|
399
|
+
<param pos="0" name="os.family" value="SonicOS"/>
|
400
|
+
<param pos="0" name="os.product" value="SonicOS"/>
|
401
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:sonicwall:sonicos:-"/>
|
402
|
+
</fingerprint>
|
403
|
+
|
404
|
+
<fingerprint pattern="^Fireware XTM User Authentication$">
|
405
|
+
<description>WatchGuard Fireware XTM login page</description>
|
406
|
+
<example>Fireware XTM User Authentication</example>
|
407
|
+
<param pos="0" name="service.vendor" value="WatchGuard"/>
|
408
|
+
<param pos="0" name="service.product" value="Fireware XTM"/>
|
409
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:watchguard:fireware_xtm:-"/>
|
410
|
+
<param pos="0" name="os.vendor" value="WatchGuard"/>
|
411
|
+
<param pos="0" name="os.product" value="Fireware"/>
|
412
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:watchguard:fireware:-"/>
|
317
413
|
</fingerprint>
|
318
414
|
|
319
415
|
<fingerprint pattern="^(.*).nbsp;-.nbsp;Synology.nbsp;DiskStation$">
|
@@ -334,6 +430,10 @@
|
|
334
430
|
<description>Synology with WebStation web hosting</description>
|
335
431
|
<example>Hello! Welcome to Synology Web Station!</example>
|
336
432
|
<example>Hallo! Herzlich Willkommen bei Synology Web Station!</example>
|
433
|
+
<param pos="0" name="service.vendor" value="Synology"/>
|
434
|
+
<param pos="0" name="service.family" value="Diskstation"/>
|
435
|
+
<param pos="0" name="service.product" value="Web Station"/>
|
436
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:synology:web_station:-"/>
|
337
437
|
<param pos="0" name="hw.vendor" value="Synology"/>
|
338
438
|
<param pos="0" name="hw.family" value="DiskStation"/>
|
339
439
|
<param pos="0" name="hw.device" value="NAS"/>
|
@@ -378,8 +478,10 @@
|
|
378
478
|
<param pos="0" name="os.vendor" value="Ubiquiti"/>
|
379
479
|
<param pos="0" name="os.family" value="Linux"/>
|
380
480
|
<param pos="0" name="os.product" value="EdgeOS"/>
|
481
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:ui:edgeos:-"/>
|
381
482
|
<param pos="0" name="hw.vendor" value="Ubiquiti"/>
|
382
483
|
<param pos="0" name="hw.product" value="EdgeSwitch"/>
|
484
|
+
<param pos="0" name="hw.cpe23" value="cpe:/h:ui:edgeswitch:-"/>
|
383
485
|
</fingerprint>
|
384
486
|
|
385
487
|
<fingerprint pattern="^EdgeOS$">
|
@@ -388,6 +490,7 @@
|
|
388
490
|
<param pos="0" name="os.vendor" value="Ubiquiti"/>
|
389
491
|
<param pos="0" name="os.family" value="Linux"/>
|
390
492
|
<param pos="0" name="os.product" value="EdgeOS"/>
|
493
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:ui:edgeos:-"/>
|
391
494
|
<param pos="0" name="hw.vendor" value="Ubiquiti"/>
|
392
495
|
</fingerprint>
|
393
496
|
|
@@ -425,6 +528,50 @@
|
|
425
528
|
<param pos="0" name="hw.device" value="DVR"/>
|
426
529
|
</fingerprint>
|
427
530
|
|
531
|
+
<!-- Various products by Zyxel -->
|
532
|
+
|
533
|
+
<fingerprint pattern="^USG60$">
|
534
|
+
<description>Zyxel USG60 Unified Security Gateway</description>
|
535
|
+
<example>USG60</example>
|
536
|
+
<param pos="0" name="os.vendor" value="Zyxel"/>
|
537
|
+
<param pos="0" name="os.product" value="USG60 firmware"/>
|
538
|
+
<param pos="0" name="os.device" value="Firewall"/>
|
539
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:zyxel:usg60_firmware:-"/>
|
540
|
+
<param pos="0" name="hw.vendor" value="Zyxel"/>
|
541
|
+
<param pos="0" name="hw.family" value="Unified Security Gateway"/>
|
542
|
+
<param pos="0" name="hw.product" value="USG60"/>
|
543
|
+
<param pos="0" name="hw.device" value="Firewall"/>
|
544
|
+
<param pos="0" name="hw.cpe23" value="cpe:/h:zyxel:usg60:-"/>
|
545
|
+
</fingerprint>
|
546
|
+
|
547
|
+
<fingerprint pattern="^USG40$">
|
548
|
+
<description>Zyxel USG40 Unified Security Gateway</description>
|
549
|
+
<example>USG40</example>
|
550
|
+
<param pos="0" name="os.vendor" value="Zyxel"/>
|
551
|
+
<param pos="0" name="os.product" value="USG40 firmware"/>
|
552
|
+
<param pos="0" name="os.device" value="Firewall"/>
|
553
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:zyxel:usg40_firmware:-"/>
|
554
|
+
<param pos="0" name="hw.vendor" value="Zyxel"/>
|
555
|
+
<param pos="0" name="hw.family" value="Unified Security Gateway"/>
|
556
|
+
<param pos="0" name="hw.product" value="USG40"/>
|
557
|
+
<param pos="0" name="hw.device" value="Firewall"/>
|
558
|
+
<param pos="0" name="hw.cpe23" value="cpe:/h:zyxel:usg40:-"/>
|
559
|
+
</fingerprint>
|
560
|
+
|
561
|
+
<fingerprint pattern="^USG20-VPN$">
|
562
|
+
<description>Zyxel USG20-VPN Unified Security Gateway</description>
|
563
|
+
<example>USG20-VPN</example>
|
564
|
+
<param pos="0" name="os.vendor" value="Zyxel"/>
|
565
|
+
<param pos="0" name="os.product" value="USG20-VPN firmware"/>
|
566
|
+
<param pos="0" name="os.device" value="Firewall"/>
|
567
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:zyxel:usg20-vpn_firmware:-"/>
|
568
|
+
<param pos="0" name="hw.vendor" value="Zyxel"/>
|
569
|
+
<param pos="0" name="hw.family" value="Unified Security Gateway"/>
|
570
|
+
<param pos="0" name="hw.product" value="USG20-VPN"/>
|
571
|
+
<param pos="0" name="hw.device" value="Firewall"/>
|
572
|
+
<param pos="0" name="hw.cpe23" value="cpe:/h:zyxel:usg20-vpn:-"/>
|
573
|
+
</fingerprint>
|
574
|
+
|
428
575
|
<fingerprint pattern="^RomPager Embedded Web Server Toolkit$">
|
429
576
|
<description>Embedded HTTP server used by many vendors and device
|
430
577
|
types, including APC, 3Com, Andover Controls, Cisco VoIP, D-Link,
|
@@ -436,6 +583,18 @@
|
|
436
583
|
<param pos="0" name="service.product" value="RomPager"/>
|
437
584
|
</fingerprint>
|
438
585
|
|
586
|
+
<fingerprint pattern="^Wowza Streaming Engine 4 (Subscription|Perpetual Pro) Edition (\d\.[\w.]+) build(\d+)$">
|
587
|
+
<description>Wowza Streaming Engine</description>
|
588
|
+
<example service.version="4.7.7.01" service.version.version="20190222144406">Wowza Streaming Engine 4 Subscription Edition 4.7.7.01 build20190222144406</example>
|
589
|
+
<example service.edition="Perpetual Pro">Wowza Streaming Engine 4 Perpetual Pro Edition 4.8.8.01 build20201216140014</example>
|
590
|
+
<param pos="0" name="service.vendor" value="Wowza"/>
|
591
|
+
<param pos="0" name="service.product" value="Streaming Engine"/>
|
592
|
+
<param pos="1" name="service.edition"/>
|
593
|
+
<param pos="2" name="service.version"/>
|
594
|
+
<param pos="3" name="service.version.version"/>
|
595
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:wowza:streaming_engine:{service.version}"/>
|
596
|
+
</fingerprint>
|
597
|
+
|
439
598
|
<fingerprint pattern="^RouterOS router configuration page$">
|
440
599
|
<description>MikroTik RouterOS router configuration page</description>
|
441
600
|
<example>RouterOS router configuration page</example>
|
@@ -531,6 +690,10 @@
|
|
531
690
|
<fingerprint pattern="^Netgear Prosafe Plus Switch$">
|
532
691
|
<description>Netgear Prosafe Plus Switch</description>
|
533
692
|
<example>Netgear Prosafe Plus Switch</example>
|
693
|
+
<param pos="0" name="os.vendor" value="Netgear"/>
|
694
|
+
<param pos="0" name="os.device" value="Switch"/>
|
695
|
+
<param pos="0" name="os.product" value="Prosafe Firmware"/>
|
696
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:netgear:prosafe_firmware:-"/>
|
534
697
|
<param pos="0" name="hw.vendor" value="Netgear"/>
|
535
698
|
<param pos="0" name="hw.device" value="Switch"/>
|
536
699
|
<param pos="0" name="hw.product" value="Prosafe Plus"/>
|
@@ -592,6 +755,14 @@
|
|
592
755
|
<param pos="0" name="hw.product" value="Lantick Ethernet Relay Controller"/>
|
593
756
|
</fingerprint>
|
594
757
|
|
758
|
+
<fingerprint pattern="^XYTRONIX Relay$">
|
759
|
+
<description>Xytronix Relay</description>
|
760
|
+
<example>XYTRONIX Relay</example>
|
761
|
+
<param pos="0" name="hw.vendor" value="Xytronix"/>
|
762
|
+
<param pos="0" name="hw.device" value="Relay Controller"/>
|
763
|
+
<param pos="0" name="hw.product" value="Ethernet Relay Controller"/>
|
764
|
+
</fingerprint>
|
765
|
+
|
595
766
|
<fingerprint pattern="^(myUTN(?:-[a-zA-Z0-9]+)?) Control Center$">
|
596
767
|
<description>myUTN Device Server</description>
|
597
768
|
<example hw.product="myUTN-50a">myUTN-50a Control Center</example>
|
@@ -621,14 +792,14 @@
|
|
621
792
|
<description>Eltek Power Controller</description>
|
622
793
|
<example>WebPower</example>
|
623
794
|
<param pos="0" name="hw.vendor" value="Eltek"/>
|
624
|
-
<param pos="0" name="hw.device" value="Power
|
795
|
+
<param pos="0" name="hw.device" value="Power Device"/>
|
625
796
|
</fingerprint>
|
626
797
|
|
627
798
|
<fingerprint pattern="(Expert Power Control NET \d+x\d+) - (.*)$">
|
628
799
|
<description>Gude Expert Power Control</description>
|
629
800
|
<example host.name="Rack42" hw.product="Expert Power Control NET 2x6">Expert Power Control NET 2x6 - Rack42</example>
|
630
801
|
<param pos="0" name="hw.vendor" value="Gude"/>
|
631
|
-
<param pos="0" name="hw.device" value="Power
|
802
|
+
<param pos="0" name="hw.device" value="Power Device"/>
|
632
803
|
<param pos="1" name="hw.product"/>
|
633
804
|
<param pos="2" name="host.name"/>
|
634
805
|
</fingerprint>
|
@@ -637,7 +808,7 @@
|
|
637
808
|
<description>Sentry Switched CDU</description>
|
638
809
|
<example>Sentry Switched CDU</example>
|
639
810
|
<param pos="0" name="hw.vendor" value="ServerTech"/>
|
640
|
-
<param pos="0" name="hw.device" value="Power
|
811
|
+
<param pos="0" name="hw.device" value="Power Device"/>
|
641
812
|
<param pos="0" name="hw.product" value="Sentry Switched CDU"/>
|
642
813
|
</fingerprint>
|
643
814
|
|
@@ -645,7 +816,7 @@
|
|
645
816
|
<description>Emerson Network Power Rack PDU Card</description>
|
646
817
|
<example>Emerson Network Power Rack PDU Card</example>
|
647
818
|
<param pos="0" name="hw.vendor" value="Emerson"/>
|
648
|
-
<param pos="0" name="hw.device" value="Power
|
819
|
+
<param pos="0" name="hw.device" value="Power Device"/>
|
649
820
|
<param pos="0" name="hw.product" value="Rack PDU Card"/>
|
650
821
|
</fingerprint>
|
651
822
|
|
@@ -656,7 +827,7 @@
|
|
656
827
|
<example hw.vendor="Vertiv">Vertiv IntelliSlot Web Card</example>
|
657
828
|
<example hw.vendor="Liebert">Liebert IntelliSlot Web Card</example>
|
658
829
|
<param pos="1" name="hw.vendor"/>
|
659
|
-
<param pos="0" name="hw.device" value="Power
|
830
|
+
<param pos="0" name="hw.device" value="Power Device"/>
|
660
831
|
<param pos="0" name="hw.product" value="IntelliSlot Web Card"/>
|
661
832
|
</fingerprint>
|
662
833
|
|
@@ -664,7 +835,7 @@
|
|
664
835
|
<description>ConnectUPS Web/SNMP Card</description>
|
665
836
|
<example>ConnectUPS Web/SNMP Card</example>
|
666
837
|
<param pos="0" name="hw.vendor" value="APC"/>
|
667
|
-
<param pos="0" name="hw.device" value="Power
|
838
|
+
<param pos="0" name="hw.device" value="Power Device"/>
|
668
839
|
<param pos="0" name="hw.product" value="ConnectUPS Web Card"/>
|
669
840
|
</fingerprint>
|
670
841
|
|
@@ -795,11 +966,12 @@
|
|
795
966
|
<param pos="0" name="hw.device" value="Lights Out Management"/>
|
796
967
|
<param pos="0" name="hw.vendor" value="HP"/>
|
797
968
|
<param pos="0" name="hw.product" value="iLO"/>
|
798
|
-
<param pos="0" name="hw.cpe23" value="cpe:/h:hp:
|
969
|
+
<param pos="0" name="hw.cpe23" value="cpe:/h:hp:integrated_lights-out:-"/>
|
799
970
|
<param pos="0" name="os.vendor" value="HP"/>
|
800
971
|
<param pos="0" name="os.device" value="Lights Out Management"/>
|
801
972
|
<param pos="0" name="os.family" value="iLO"/>
|
802
973
|
<param pos="0" name="os.product" value="iLO"/>
|
974
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:hp:integrated_lights-out_firmware:-"/>
|
803
975
|
</fingerprint>
|
804
976
|
|
805
977
|
<fingerprint pattern="^HP Integrated Lights-Out 2$">
|
@@ -808,24 +980,38 @@
|
|
808
980
|
<param pos="0" name="hw.device" value="Lights Out Management"/>
|
809
981
|
<param pos="0" name="hw.vendor" value="HP"/>
|
810
982
|
<param pos="0" name="hw.product" value="iLO"/>
|
811
|
-
<param pos="0" name="hw.cpe23" value="cpe:/h:hp:
|
983
|
+
<param pos="0" name="hw.cpe23" value="cpe:/h:hp:integrated_lights-out:-"/>
|
812
984
|
<param pos="0" name="os.vendor" value="HP"/>
|
813
985
|
<param pos="0" name="os.device" value="Lights Out Management"/>
|
814
986
|
<param pos="0" name="os.family" value="iLO"/>
|
815
987
|
<param pos="0" name="os.product" value="iLO 2"/>
|
988
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:hp:integrated_lights-out_2_firmware:-"/>
|
816
989
|
</fingerprint>
|
817
990
|
|
818
|
-
<fingerprint pattern="^
|
819
|
-
<description>HP Integrated Lights-Out 3
|
820
|
-
<example
|
821
|
-
<example hw.product="iLO 4" os.product="iLO 4">iLO 4</example>
|
991
|
+
<fingerprint pattern="^iLO 3$">
|
992
|
+
<description>HP Integrated Lights-Out 3</description>
|
993
|
+
<example>iLO 3</example>
|
822
994
|
<param pos="0" name="hw.device" value="Lights Out Management"/>
|
823
995
|
<param pos="0" name="hw.vendor" value="HP"/>
|
824
|
-
<param pos="
|
996
|
+
<param pos="0" name="hw.product" value="iLO 3"/>
|
825
997
|
<param pos="0" name="os.vendor" value="HP"/>
|
826
998
|
<param pos="0" name="os.device" value="Lights Out Management"/>
|
827
999
|
<param pos="0" name="os.family" value="iLO"/>
|
828
|
-
<param pos="
|
1000
|
+
<param pos="0" name="os.product" value="iLO 3"/>
|
1001
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:hp:integrated_lights-out_3_firmware:-"/>
|
1002
|
+
</fingerprint>
|
1003
|
+
|
1004
|
+
<fingerprint pattern="^iLO 4$">
|
1005
|
+
<description>HP Integrated Lights-Out 4</description>
|
1006
|
+
<example>iLO 4</example>
|
1007
|
+
<param pos="0" name="hw.device" value="Lights Out Management"/>
|
1008
|
+
<param pos="0" name="hw.vendor" value="HP"/>
|
1009
|
+
<param pos="0" name="hw.product" value="iLO 4"/>
|
1010
|
+
<param pos="0" name="os.vendor" value="HP"/>
|
1011
|
+
<param pos="0" name="os.device" value="Lights Out Management"/>
|
1012
|
+
<param pos="0" name="os.family" value="iLO"/>
|
1013
|
+
<param pos="0" name="os.product" value="iLO 4"/>
|
1014
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:hp:integrated_lights-out_4_firmware:-"/>
|
829
1015
|
</fingerprint>
|
830
1016
|
|
831
1017
|
<fingerprint pattern="^HPE SimpliVity OmniStack$">
|
@@ -981,6 +1167,14 @@
|
|
981
1167
|
<param pos="0" name="hw.device" value="VoIP"/>
|
982
1168
|
</fingerprint>
|
983
1169
|
|
1170
|
+
<fingerprint pattern="^3CX Phone System Management Console$">
|
1171
|
+
<description>3CX Phone System Management Console</description>
|
1172
|
+
<example>3CX Phone System Management Console</example>
|
1173
|
+
<param pos="0" name="service.vendor" value="3CX"/>
|
1174
|
+
<param pos="0" name="service.product" value="3CX Web Server"/>
|
1175
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:3cx:3cx_web_server:-"/>
|
1176
|
+
</fingerprint>
|
1177
|
+
|
984
1178
|
<fingerprint pattern="^(SPA\S+) Configuration Utility$">
|
985
1179
|
<description>Cisco IP Phone - SPA504G Configuration Utility</description>
|
986
1180
|
<example hw.product="SPA504G">SPA504G Configuration Utility</example>
|
@@ -1001,7 +1195,7 @@
|
|
1001
1195
|
<description>Cisco IP Camera</description>
|
1002
1196
|
<example>Cisco IP Camera</example>
|
1003
1197
|
<param pos="0" name="hw.vendor" value="Cisco"/>
|
1004
|
-
<param pos="0" name="hw.device" value="
|
1198
|
+
<param pos="0" name="hw.device" value="IP Camera"/>
|
1005
1199
|
</fingerprint>
|
1006
1200
|
|
1007
1201
|
<fingerprint pattern="^Cisco TelePresence MCU">
|
@@ -1045,7 +1239,6 @@
|
|
1045
1239
|
<param pos="0" name="os.device" value="Switch"/>
|
1046
1240
|
<param pos="0" name="os.product" value="MDS 9000"/>
|
1047
1241
|
<param pos="1" name="os.version"/>
|
1048
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:cisco:mds_9000:{os.version}"/>
|
1049
1242
|
</fingerprint>
|
1050
1243
|
|
1051
1244
|
<fingerprint pattern="^Stealthwatch Management Console$">
|
@@ -1099,7 +1292,7 @@
|
|
1099
1292
|
<param pos="0" name="os.vendor" value="Cisco"/>
|
1100
1293
|
<param pos="0" name="os.device" value="Wireless Controller"/>
|
1101
1294
|
<param pos="0" name="os.product" value="Wireless LAN Controller"/>
|
1102
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:cisco:
|
1295
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:cisco:wireless_lan_controller_software:-"/>
|
1103
1296
|
<param pos="0" name="hw.vendor" value="Cisco"/>
|
1104
1297
|
<param pos="0" name="hw.device" value="Wireless Controller"/>
|
1105
1298
|
<param pos="0" name="hw.product" value="Wireless LAN Controller"/>
|
@@ -1158,19 +1351,19 @@
|
|
1158
1351
|
<description>Axis Communications Web Cam</description>
|
1159
1352
|
<example>AXIS</example>
|
1160
1353
|
<param pos="0" name="hw.vendor" value="AXIS"/>
|
1161
|
-
<param pos="0" name="hw.device" value="
|
1354
|
+
<param pos="0" name="hw.device" value="IP Camera"/>
|
1162
1355
|
<param pos="0" name="os.vendor" value="AXIS"/>
|
1163
1356
|
<param pos="0" name="os.family" value="Linux"/>
|
1164
|
-
<param pos="0" name="os.device" value="
|
1357
|
+
<param pos="0" name="os.device" value="IP Camera"/>
|
1165
1358
|
</fingerprint>
|
1166
1359
|
|
1167
1360
|
<fingerprint pattern="^Hanwha Techwin$">
|
1168
1361
|
<description>Hanwha Techwin IP Camera</description>
|
1169
1362
|
<example>Hanwha Techwin</example>
|
1170
1363
|
<param pos="0" name="hw.vendor" value="Hanwha Techwin"/>
|
1171
|
-
<param pos="0" name="hw.device" value="
|
1364
|
+
<param pos="0" name="hw.device" value="IP Camera"/>
|
1172
1365
|
<param pos="0" name="os.vendor" value="Hanwha Techwin"/>
|
1173
|
-
<param pos="0" name="os.device" value="
|
1366
|
+
<param pos="0" name="os.device" value="IP Camera"/>
|
1174
1367
|
<param pos="0" name="os.family" value="Linux"/>
|
1175
1368
|
</fingerprint>
|
1176
1369
|
|
@@ -1179,10 +1372,10 @@
|
|
1179
1372
|
<example hw.product="WV-NS202A">WV-NS202A Network Camera</example>
|
1180
1373
|
<example hw.product="WV-NS954">WV-NS954 Network Camera</example>
|
1181
1374
|
<param pos="0" name="hw.vendor" value="Panasonic"/>
|
1182
|
-
<param pos="0" name="hw.device" value="
|
1375
|
+
<param pos="0" name="hw.device" value="IP Camera"/>
|
1183
1376
|
<param pos="1" name="hw.product"/>
|
1184
1377
|
<param pos="0" name="os.vendor" value="Panasonic"/>
|
1185
|
-
<param pos="0" name="os.device" value="
|
1378
|
+
<param pos="0" name="os.device" value="IP Camera"/>
|
1186
1379
|
<param pos="0" name="os.family" value="Linux"/>
|
1187
1380
|
</fingerprint>
|
1188
1381
|
|
@@ -1416,7 +1609,26 @@
|
|
1416
1609
|
<param pos="0" name="service.vendor" value="Citrix"/>
|
1417
1610
|
<param pos="0" name="service.product" value="XenServer"/>
|
1418
1611
|
<param pos="1" name="service.version"/>
|
1612
|
+
<param pos="0" name="service.device" value="Hypervisor"/>
|
1419
1613
|
<param pos="0" name="service.cpe23" value="cpe:/a:citrix:xenserver:{service.version}"/>
|
1614
|
+
<param pos="0" name="os.vendor" value="Citrix"/>
|
1615
|
+
<param pos="0" name="os.product" value="XenServer"/>
|
1616
|
+
<param pos="0" name="os.device" value="Hypervisor"/>
|
1617
|
+
<param pos="0" name="hw.device" value="Hypervisor"/>
|
1618
|
+
</fingerprint>
|
1619
|
+
|
1620
|
+
<fingerprint pattern="^Welcome to Citrix Hypervisor ([0-9\.]+)$">
|
1621
|
+
<description>XenServer - Hypervisor variant</description>
|
1622
|
+
<example service.version="8.2.0">Welcome to Citrix Hypervisor 8.2.0</example>
|
1623
|
+
<param pos="0" name="service.vendor" value="Citrix"/>
|
1624
|
+
<param pos="0" name="service.product" value="XenServer"/>
|
1625
|
+
<param pos="1" name="service.version"/>
|
1626
|
+
<param pos="0" name="service.device" value="Hypervisor"/>
|
1627
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:citrix:xenserver:{service.version}"/>
|
1628
|
+
<param pos="0" name="os.vendor" value="Citrix"/>
|
1629
|
+
<param pos="0" name="os.product" value="XenServer"/>
|
1630
|
+
<param pos="0" name="os.device" value="Hypervisor"/>
|
1631
|
+
<param pos="0" name="hw.device" value="Hypervisor"/>
|
1420
1632
|
</fingerprint>
|
1421
1633
|
|
1422
1634
|
<fingerprint pattern="^RabbitMQ Management$">
|
@@ -1498,10 +1710,11 @@
|
|
1498
1710
|
</fingerprint>
|
1499
1711
|
|
1500
1712
|
<fingerprint pattern="^Login - OpenStack Dashboard$">
|
1501
|
-
<description>OpenStack Dashboard</description>
|
1713
|
+
<description>OpenStack Horizon Dashboard</description>
|
1502
1714
|
<example>Login - OpenStack Dashboard</example>
|
1503
1715
|
<param pos="0" name="service.vendor" value="OpenStack"/>
|
1504
|
-
<param pos="0" name="service.product" value="
|
1716
|
+
<param pos="0" name="service.product" value="Horizon"/>
|
1717
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:openstack:horizon:-"/>
|
1505
1718
|
</fingerprint>
|
1506
1719
|
|
1507
1720
|
<fingerprint pattern="^splunkd$">
|
@@ -1535,6 +1748,34 @@
|
|
1535
1748
|
<param pos="0" name="service.product" value="Site Recovery Manager"/>
|
1536
1749
|
</fingerprint>
|
1537
1750
|
|
1751
|
+
<fingerprint pattern="^" \+ ID_VC_Welcome \+ "$">
|
1752
|
+
<description>VMware vCenter</description>
|
1753
|
+
<example>" + ID_VC_Welcome + "</example>
|
1754
|
+
<param pos="0" name="service.vendor" value="VMware"/>
|
1755
|
+
<param pos="0" name="service.product" value="vCenter"/>
|
1756
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:vmware:vcenter_server:-"/>
|
1757
|
+
</fingerprint>
|
1758
|
+
|
1759
|
+
<fingerprint pattern="^" \+ ID_EESX_Welcome \+ "$">
|
1760
|
+
<description>VMware ESXi</description>
|
1761
|
+
<example>" + ID_EESX_Welcome + "</example>
|
1762
|
+
<param pos="0" name="service.vendor" value="VMware"/>
|
1763
|
+
<param pos="0" name="os.vendor" value="VMware"/>
|
1764
|
+
<param pos="0" name="os.family" value="VMware ESX/ESXi"/>
|
1765
|
+
<param pos="0" name="os.product" value="VMware ESXi Server"/>
|
1766
|
+
<param pos="0" name="os.device" value="Hypervisor"/>
|
1767
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:vmware:esxi:-"/>
|
1768
|
+
<param pos="0" name="hw.device" value="Hypervisor"/>
|
1769
|
+
</fingerprint>
|
1770
|
+
|
1771
|
+
<fingerprint pattern="^" \+ ID_Converter_Welcome \+ "$">
|
1772
|
+
<description>VMware Converter</description>
|
1773
|
+
<example>" + ID_Converter_Welcome + "</example>
|
1774
|
+
<param pos="0" name="service.vendor" value="VMware"/>
|
1775
|
+
<param pos="0" name="service.product" value="vCenter Converter"/>
|
1776
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:vmware:vcenter_converter:-"/>
|
1777
|
+
</fingerprint>
|
1778
|
+
|
1538
1779
|
<fingerprint pattern="^Graylog Web Interface$">
|
1539
1780
|
<description>Graylog Web Interface</description>
|
1540
1781
|
<example>Graylog Web Interface</example>
|
@@ -1551,6 +1792,7 @@
|
|
1551
1792
|
<example>Elastic Kibana</example>
|
1552
1793
|
<param pos="0" name="service.vendor" value="Elastic"/>
|
1553
1794
|
<param pos="0" name="service.product" value="Kibana"/>
|
1795
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:elastic:kibana:-"/>
|
1554
1796
|
</fingerprint>
|
1555
1797
|
|
1556
1798
|
<fingerprint pattern="^Grafana$">
|
@@ -1589,7 +1831,15 @@
|
|
1589
1831
|
<example>ManageEngine OpManager</example>
|
1590
1832
|
<param pos="0" name="service.vendor" value="ManageEngine"/>
|
1591
1833
|
<param pos="0" name="service.product" value="OpManager"/>
|
1592
|
-
<param pos="0" name="service.cpe23" value="cpe:/a:
|
1834
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:zohocorp:manageengine_opmanager:-"/>
|
1835
|
+
</fingerprint>
|
1836
|
+
|
1837
|
+
<fingerprint pattern="^ManageEngine Desktop Central 9$">
|
1838
|
+
<description>ManageEngine Desktop Central 9</description>
|
1839
|
+
<example>ManageEngine Desktop Central 9</example>
|
1840
|
+
<param pos="0" name="service.vendor" value="ManageEngine"/>
|
1841
|
+
<param pos="0" name="service.product" value="Desktop Central"/>
|
1842
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:manageengine:desktop_central:-"/>
|
1593
1843
|
</fingerprint>
|
1594
1844
|
|
1595
1845
|
<fingerprint pattern="^ManageEngine ADAudit Plus$">
|
@@ -1597,6 +1847,7 @@
|
|
1597
1847
|
<example>ManageEngine ADAudit Plus</example>
|
1598
1848
|
<param pos="0" name="service.vendor" value="ManageEngine"/>
|
1599
1849
|
<param pos="0" name="service.product" value="ADAudit Plus"/>
|
1850
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:zohocorp:manageengine_adaudit_plus:-"/>
|
1600
1851
|
</fingerprint>
|
1601
1852
|
|
1602
1853
|
<fingerprint pattern="^(ScanFront \d.+)Web Menu$">
|
@@ -1622,9 +1873,9 @@
|
|
1622
1873
|
<fingerprint pattern="^Liebert OpenComms Network Interface Card$">
|
1623
1874
|
<description>Liebert UPS</description>
|
1624
1875
|
<example>Liebert OpenComms Network Interface Card</example>
|
1625
|
-
<param pos="0" name="hw.device" value="Power
|
1876
|
+
<param pos="0" name="hw.device" value="Power Device"/>
|
1626
1877
|
<param pos="0" name="hw.vendor" value="Liebert"/>
|
1627
|
-
<param pos="0" name="os.device" value="Power
|
1878
|
+
<param pos="0" name="os.device" value="Power Device"/>
|
1628
1879
|
<param pos="0" name="os.vendor" value="Liebert"/>
|
1629
1880
|
</fingerprint>
|
1630
1881
|
|
@@ -1655,11 +1906,17 @@
|
|
1655
1906
|
<param pos="0" name="os.family" value="NetScaler"/>
|
1656
1907
|
<param pos="0" name="os.device" value="Network Management Device"/>
|
1657
1908
|
<param pos="0" name="os.product" value="NetScaler"/>
|
1909
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:citrix:netscaler_firmware:-"/>
|
1658
1910
|
<param pos="0" name="service.vendor" value="Citrix"/>
|
1659
1911
|
<param pos="0" name="service.family" value="NetScaler"/>
|
1660
1912
|
<param pos="0" name="service.device" value="Network Management Device"/>
|
1661
1913
|
<param pos="0" name="service.product" value="NetScaler"/>
|
1662
1914
|
<param pos="0" name="service.cpe23" value="cpe:/a:citrix:netscaler:-"/>
|
1915
|
+
<param pos="0" name="hw.vendor" value="Citrix"/>
|
1916
|
+
<param pos="0" name="hw.family" value="NetScaler"/>
|
1917
|
+
<param pos="0" name="hw.device" value="Network Management Device"/>
|
1918
|
+
<param pos="0" name="hw.product" value="NetScaler Gateway"/>
|
1919
|
+
<param pos="0" name="hw.cpe23" value="cpe:/h:citrix:netscaler_gateway:-"/>
|
1663
1920
|
</fingerprint>
|
1664
1921
|
|
1665
1922
|
<fingerprint pattern="^Netscaler Gateway$">
|
@@ -1669,10 +1926,17 @@
|
|
1669
1926
|
<param pos="0" name="os.family" value="NetScaler"/>
|
1670
1927
|
<param pos="0" name="os.device" value="Network Management Device"/>
|
1671
1928
|
<param pos="0" name="os.product" value="NetScaler Gateway"/>
|
1929
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:citrix:netscaler_gateway_firmware:-"/>
|
1672
1930
|
<param pos="0" name="service.vendor" value="Citrix"/>
|
1673
1931
|
<param pos="0" name="service.family" value="NetScaler"/>
|
1674
1932
|
<param pos="0" name="service.device" value="Network Management Device"/>
|
1675
1933
|
<param pos="0" name="service.product" value="NetScaler Gateway"/>
|
1934
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:citrix:netscaler_gateway:-"/>
|
1935
|
+
<param pos="0" name="hw.vendor" value="Citrix"/>
|
1936
|
+
<param pos="0" name="hw.family" value="NetScaler"/>
|
1937
|
+
<param pos="0" name="hw.device" value="Network Management Device"/>
|
1938
|
+
<param pos="0" name="hw.product" value="NetScaler Gateway"/>
|
1939
|
+
<param pos="0" name="hw.cpe23" value="cpe:/h:citrix:netscaler_gateway:-"/>
|
1676
1940
|
</fingerprint>
|
1677
1941
|
|
1678
1942
|
<fingerprint pattern="^Citrix (?:NetScaler SDX|ADC SDX)$">
|
@@ -1687,6 +1951,11 @@
|
|
1687
1951
|
<param pos="0" name="service.family" value="NetScaler"/>
|
1688
1952
|
<param pos="0" name="service.device" value="Network Management Device"/>
|
1689
1953
|
<param pos="0" name="service.product" value="NetScaler SDX Gateway"/>
|
1954
|
+
<param pos="0" name="hw.vendor" value="Citrix"/>
|
1955
|
+
<param pos="0" name="hw.family" value="NetScaler"/>
|
1956
|
+
<param pos="0" name="hw.device" value="Network Management Device"/>
|
1957
|
+
<param pos="0" name="hw.product" value="NetScaler SDX Gateway"/>
|
1958
|
+
<param pos="0" name="hw.cpe23" value="cpe:/h:citrix:netscaler_sdx:-"/>
|
1690
1959
|
</fingerprint>
|
1691
1960
|
|
1692
1961
|
<fingerprint pattern="^Citrix NetScaler Insight Center$">
|
@@ -1800,22 +2069,22 @@
|
|
1800
2069
|
|
1801
2070
|
<fingerprint pattern="^AVTECH Software, Inc\. - Room Alert(?:&reg;)?\s+([a-zA-Z0-9/]+) - Advanced">
|
1802
2071
|
<description>AVTECH RoomAlert</description>
|
1803
|
-
<example hw.product="Room Alert 11E" hw.
|
1804
|
-
<example hw.product="Room Alert 32E/W" hw.
|
1805
|
-
<example hw.product="Room Alert 32E/W" hw.
|
2072
|
+
<example hw.product="Room Alert 11E" hw.model="11E">AVTECH Software, Inc. - Room Alert 11E - Advanced Computer Room Environment Monitoring, Alerting &amp; Automatic Corrective Action</example>
|
2073
|
+
<example hw.product="Room Alert 32E/W" hw.model="32E/W">AVTECH Software, Inc. - Room Alert 32E/W - Advanced Computer Room Environment Monitoring, Alerting &amp; Automatic Corrective Action</example>
|
2074
|
+
<example hw.product="Room Alert 32E/W" hw.model="32E/W">AVTECH Software, Inc. - Room Alert&reg; 32E/W - Advanced Computer Room Monitoring, Alerting &amp; Automatic Corrective Action</example>
|
1806
2075
|
<param pos="0" name="hw.vendor" value="AVTECH"/>
|
1807
2076
|
<param pos="0" name="hw.device" value="Monitoring"/>
|
1808
|
-
<param pos="1" name="hw.
|
1809
|
-
<param pos="0" name="hw.product" value="Room Alert {hw.
|
2077
|
+
<param pos="1" name="hw.model"/>
|
2078
|
+
<param pos="0" name="hw.product" value="Room Alert {hw.model}"/>
|
1810
2079
|
</fingerprint>
|
1811
2080
|
|
1812
2081
|
<fingerprint pattern="^AVTECH Software, Inc\. - TemPageR\s+([a-zA-Z0-9/]+) - Real-Time">
|
1813
2082
|
<description>AVTECH TepPageR</description>
|
1814
|
-
<example hw.product="TemPageR 3E" hw.
|
2083
|
+
<example hw.product="TemPageR 3E" hw.model="3E">AVTECH Software, Inc. - TemPageR 3E - Real-Time Temperature Monitor For IT &amp; Facilities Environment Monitoring</example>
|
1815
2084
|
<param pos="0" name="hw.vendor" value="AVTECH"/>
|
1816
2085
|
<param pos="0" name="hw.device" value="Monitoring"/>
|
1817
|
-
<param pos="1" name="hw.
|
1818
|
-
<param pos="0" name="hw.product" value="TemPageR {hw.
|
2086
|
+
<param pos="1" name="hw.model"/>
|
2087
|
+
<param pos="0" name="hw.product" value="TemPageR {hw.model}"/>
|
1819
2088
|
</fingerprint>
|
1820
2089
|
|
1821
2090
|
<fingerprint pattern="^AppDynamics$">
|
@@ -2000,7 +2269,7 @@
|
|
2000
2269
|
<description>Mobotix Network Camera</description>
|
2001
2270
|
<example>Redirect to userimage: /control/userimage.html</example>
|
2002
2271
|
<param pos="0" name="hw.vendor" value="Mobotix"/>
|
2003
|
-
<param pos="0" name="hw.device" value="
|
2272
|
+
<param pos="0" name="hw.device" value="IP Camera"/>
|
2004
2273
|
<param pos="0" name="hw.product" value="IP Camera"/>
|
2005
2274
|
</fingerprint>
|
2006
2275
|
|
@@ -2059,6 +2328,7 @@
|
|
2059
2328
|
<param pos="0" name="os.vendor" value="Data Domain"/>
|
2060
2329
|
<param pos="0" name="os.product" value="DD OS"/>
|
2061
2330
|
<param pos="0" name="os.device" value="Storage"/>
|
2331
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:dell:emc_data_domain_os:-"/>
|
2062
2332
|
<param pos="0" name="hw.vendor" value="Data Domain"/>
|
2063
2333
|
<param pos="0" name="hw.product" value="DD OS"/>
|
2064
2334
|
<param pos="0" name="hw.device" value="Storage"/>
|
@@ -2176,6 +2446,14 @@
|
|
2176
2446
|
<param pos="0" name="service.product" value="Kiwi Syslog"/>
|
2177
2447
|
</fingerprint>
|
2178
2448
|
|
2449
|
+
<fingerprint pattern="^SolarWinds Orion$">
|
2450
|
+
<description>SolarWinds Orion</description>
|
2451
|
+
<example>SolarWinds Orion</example>
|
2452
|
+
<param pos="0" name="service.vendor" value="SolarWinds"/>
|
2453
|
+
<param pos="0" name="service.product" value="Orion Platform"/>
|
2454
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:solarwinds:orion_platform:-"/>
|
2455
|
+
</fingerprint>
|
2456
|
+
|
2179
2457
|
<fingerprint pattern="^ClickShare Configurator$">
|
2180
2458
|
<description>ClickShare Wireless Presenter</description>
|
2181
2459
|
<example>ClickShare Configurator</example>
|
@@ -2192,10 +2470,51 @@
|
|
2192
2470
|
<example hw.product="IQA22N">IQA22N IQEYE1A1613: Live Images</example>
|
2193
2471
|
<example hw.product="IQeye703">IQeye703 IQEYE011750: Live Images</example>
|
2194
2472
|
<param pos="0" name="hw.vendor" value="IQinVision"/>
|
2195
|
-
<param pos="0" name="hw.device" value="
|
2473
|
+
<param pos="0" name="hw.device" value="IP Camera"/>
|
2196
2474
|
<param pos="1" name="hw.product"/>
|
2197
2475
|
</fingerprint>
|
2198
2476
|
|
2477
|
+
<fingerprint pattern="^Welcome to Oracle Fusion Middleware$">
|
2478
|
+
<description>Oracle Fusion Middleware</description>
|
2479
|
+
<example>Welcome to Oracle Fusion Middleware</example>
|
2480
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
2481
|
+
<param pos="0" name="service.product" value="Fusion Middleware"/>
|
2482
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:fusion_middleware:-"/>
|
2483
|
+
</fingerprint>
|
2484
|
+
|
2485
|
+
<fingerprint pattern="^Oracle Secure Global Desktop(?: Redirect Page)?$">
|
2486
|
+
<description>Oracle Secure Global Desktop</description>
|
2487
|
+
<example>Oracle Secure Global Desktop</example>
|
2488
|
+
<example>Oracle Secure Global Desktop Redirect Page</example>
|
2489
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
2490
|
+
<param pos="0" name="service.product" value="Secure Global Desktop"/>
|
2491
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:secure_global_desktop:-"/>
|
2492
|
+
</fingerprint>
|
2493
|
+
|
2494
|
+
<fingerprint pattern="^OTM - Oracle Transportation Management$">
|
2495
|
+
<description>Oracle Transportation Management</description>
|
2496
|
+
<example>OTM - Oracle Transportation Management</example>
|
2497
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
2498
|
+
<param pos="0" name="service.product" value="Transportation Management"/>
|
2499
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:transportation_management:-"/>
|
2500
|
+
</fingerprint>
|
2501
|
+
|
2502
|
+
<fingerprint pattern="^Bad Oracle Access Manager Request$">
|
2503
|
+
<description>Oracle Access Manager - Bad Request</description>
|
2504
|
+
<example>Bad Oracle Access Manager Request</example>
|
2505
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
2506
|
+
<param pos="0" name="service.product" value="Access Manager"/>
|
2507
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:access_manager:-"/>
|
2508
|
+
</fingerprint>
|
2509
|
+
|
2510
|
+
<fingerprint pattern="^Oracle Access Manager Operation Error$">
|
2511
|
+
<description>Oracle Access Manager - Operation Error</description>
|
2512
|
+
<example>Oracle Access Manager Operation Error</example>
|
2513
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
2514
|
+
<param pos="0" name="service.product" value="Access Manager"/>
|
2515
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:access_manager:-"/>
|
2516
|
+
</fingerprint>
|
2517
|
+
|
2199
2518
|
<fingerprint pattern="^(?:Oracle\(R\) )?Integrated Lights Out Manager$">
|
2200
2519
|
<description>Oracle iLOM</description>
|
2201
2520
|
<example>Oracle(R) Integrated Lights Out Manager</example>
|
@@ -2208,13 +2527,14 @@
|
|
2208
2527
|
<param pos="0" name="os.vendor" value="Oracle"/>
|
2209
2528
|
<param pos="0" name="os.family" value="ILOM"/>
|
2210
2529
|
<param pos="0" name="os.product" value="ILOM"/>
|
2530
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:oracle:integrated_lights_out_manager_firmware:-"/>
|
2211
2531
|
</fingerprint>
|
2212
2532
|
|
2213
2533
|
<fingerprint pattern="^Genetec - SHARPV\S+$">
|
2214
2534
|
<description>Genetec AutoVu SharpV ALPR Camera</description>
|
2215
2535
|
<example>Genetec - SHARPV01111</example>
|
2216
2536
|
<param pos="0" name="hw.vendor" value="Genetec"/>
|
2217
|
-
<param pos="0" name="hw.device" value="
|
2537
|
+
<param pos="0" name="hw.device" value="IP Camera"/>
|
2218
2538
|
<param pos="0" name="hw.product" value="AutoVu SharpV"/>
|
2219
2539
|
</fingerprint>
|
2220
2540
|
|
@@ -2241,6 +2561,7 @@
|
|
2241
2561
|
<example>TwonkyMedia server media browser</example>
|
2242
2562
|
<param pos="0" name="service.vendor" value="Lynx Technology"/>
|
2243
2563
|
<param pos="0" name="service.product" value="Twonky Media Server"/>
|
2564
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:lynxtechnology:twonky_server:-"/>
|
2244
2565
|
</fingerprint>
|
2245
2566
|
|
2246
2567
|
<fingerprint pattern="^Spiceworks(?: Server Busy| Help Desk)?$">
|
@@ -2274,6 +2595,7 @@
|
|
2274
2595
|
<example>SABnzbd - Log in</example>
|
2275
2596
|
<param pos="0" name="service.vendor" value="SABnzbd"/>
|
2276
2597
|
<param pos="0" name="service.product" value="SABnzbd"/>
|
2598
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:sabnzbd:sabnzbd:-"/>
|
2277
2599
|
</fingerprint>
|
2278
2600
|
|
2279
2601
|
<fingerprint pattern="^(?:Zabbix|.*: Zabbix)$">
|
@@ -2309,10 +2631,11 @@
|
|
2309
2631
|
</fingerprint>
|
2310
2632
|
|
2311
2633
|
<fingerprint pattern="^Gerrit Code Review$">
|
2312
|
-
<description>Gerrit Code Review</description>
|
2634
|
+
<description>Google's Gerrit Code Review</description>
|
2313
2635
|
<example>Gerrit Code Review</example>
|
2314
|
-
<param pos="0" name="service.vendor" value="
|
2315
|
-
<param pos="0" name="service.product" value="
|
2636
|
+
<param pos="0" name="service.vendor" value="Google"/>
|
2637
|
+
<param pos="0" name="service.product" value="Gerrit"/>
|
2638
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:google:gerrit:-"/>
|
2316
2639
|
</fingerprint>
|
2317
2640
|
|
2318
2641
|
<fingerprint pattern=" - Ignition Gateway$">
|
@@ -2344,6 +2667,9 @@
|
|
2344
2667
|
<description>OpenMediaVault</description>
|
2345
2668
|
<example host.name="raspberrypi">openmediavault control panel - raspberrypi</example>
|
2346
2669
|
<example host.name="raspberrypi">OpenMediaVault web administration interface - raspberrypi</example>
|
2670
|
+
<param pos="0" name="service.vendor" value="OpenMediaVault"/>
|
2671
|
+
<param pos="0" name="service.product" value="OpenMediaVault"/>
|
2672
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:openmediavault:openmediavault:-"/>
|
2347
2673
|
<param pos="0" name="os.vendor" value="OpenMediaVault"/>
|
2348
2674
|
<param pos="0" name="os.family" value="Linux"/>
|
2349
2675
|
<param pos="0" name="os.product" value="OpenMediaVault"/>
|
@@ -2390,6 +2716,7 @@
|
|
2390
2716
|
<param pos="0" name="service.vendor" value="CrushFTP"/>
|
2391
2717
|
<param pos="0" name="service.product" value="CrushFTP Web Interface"/>
|
2392
2718
|
<param pos="0" name="service.certainty" value="0.5"/>
|
2719
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:crushftp:crushftp:-"/>
|
2393
2720
|
</fingerprint>
|
2394
2721
|
|
2395
2722
|
<fingerprint pattern="^OpenEdge Explorer$">
|
@@ -2397,6 +2724,7 @@
|
|
2397
2724
|
<example>OpenEdge Explorer</example>
|
2398
2725
|
<param pos="0" name="service.vendor" value="Progress"/>
|
2399
2726
|
<param pos="0" name="service.product" value="OpenEdge Explorer"/>
|
2727
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:progress:openedge:-"/>
|
2400
2728
|
</fingerprint>
|
2401
2729
|
|
2402
2730
|
<fingerprint pattern="^Consul by HashiCorp$">
|
@@ -2442,7 +2770,8 @@
|
|
2442
2770
|
<example>Swagger UI</example>
|
2443
2771
|
<example>Swagger Editor</example>
|
2444
2772
|
<param pos="0" name="service.vendor" value="Swagger"/>
|
2445
|
-
<param pos="0" name="service.product" value="UI"/>
|
2773
|
+
<param pos="0" name="service.product" value="Swagger UI"/>
|
2774
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:smartbear:swagger_ui:-"/>
|
2446
2775
|
</fingerprint>
|
2447
2776
|
|
2448
2777
|
<fingerprint pattern="^Emby$">
|
@@ -2498,6 +2827,7 @@
|
|
2498
2827
|
<example>SolarWinds Virtualization Manager</example>
|
2499
2828
|
<param pos="0" name="service.vendor" value="SolarWinds"/>
|
2500
2829
|
<param pos="0" name="service.product" value="Virtualization Manager"/>
|
2830
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:solarwinds:virtualization_manager:-"/>
|
2501
2831
|
</fingerprint>
|
2502
2832
|
|
2503
2833
|
<fingerprint pattern="^(?:Gitea: .*|LocalRepo|TurnKey Gitea)$">
|
@@ -2515,7 +2845,9 @@
|
|
2515
2845
|
<description>Metasploit Pro (and Community Edition Web UI)</description>
|
2516
2846
|
<example>Metasploit</example>
|
2517
2847
|
<param pos="0" name="service.vendor" value="Rapid7"/>
|
2518
|
-
<param pos="0" name="service.product" value="Metasploit
|
2848
|
+
<param pos="0" name="service.product" value="Metasploit"/>
|
2849
|
+
<param pos="0" name="service.edition" value="Pro"/>
|
2850
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:rapid7:metasploit:-"/>
|
2519
2851
|
</fingerprint>
|
2520
2852
|
|
2521
2853
|
<fingerprint pattern="^Makito X Decoder$">
|
@@ -2553,12 +2885,14 @@
|
|
2553
2885
|
<param pos="0" name="service.certainty" value="0.5"/>
|
2554
2886
|
</fingerprint>
|
2555
2887
|
|
2556
|
-
<fingerprint pattern="^
|
2888
|
+
<fingerprint pattern="^[oO]wn[cC]loud$">
|
2557
2889
|
<description>ownCloud</description>
|
2558
2890
|
<example>ownCloud</example>
|
2891
|
+
<example>Owncloud</example>
|
2559
2892
|
<param pos="0" name="service.vendor" value="ownCloud"/>
|
2560
2893
|
<param pos="0" name="service.product" value="ownCloud Server"/>
|
2561
2894
|
<param pos="0" name="service.certainty" value="0.5"/>
|
2895
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:owncloud:owncloud:-"/>
|
2562
2896
|
</fingerprint>
|
2563
2897
|
|
2564
2898
|
<fingerprint pattern="^Octopus Deploy$">
|
@@ -2581,6 +2915,7 @@
|
|
2581
2915
|
<example>RStudio Sign In</example>
|
2582
2916
|
<param pos="0" name="service.vendor" value="RStudio"/>
|
2583
2917
|
<param pos="0" name="service.product" value="Connect"/>
|
2918
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:rstudio:connect:-"/>
|
2584
2919
|
</fingerprint>
|
2585
2920
|
|
2586
2921
|
<fingerprint pattern="^(?:TurnKey Moodle|New Site)$">
|
@@ -2588,8 +2923,9 @@
|
|
2588
2923
|
<example>TurnKey Moodle</example>
|
2589
2924
|
<example>New Site</example>
|
2590
2925
|
<param pos="0" name="service.vendor" value="Moodle"/>
|
2591
|
-
<param pos="0" name="service.product" value="Moodle
|
2926
|
+
<param pos="0" name="service.product" value="Moodle"/>
|
2592
2927
|
<param pos="0" name="service.certainty" value="0.5"/>
|
2928
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:moodle:moodle:-"/>
|
2593
2929
|
</fingerprint>
|
2594
2930
|
|
2595
2931
|
<fingerprint pattern="^ArchiveTeam Warrior$">
|
@@ -2637,11 +2973,13 @@
|
|
2637
2973
|
<param pos="0" name="service.product" value="Security Scanner"/>
|
2638
2974
|
</fingerprint>
|
2639
2975
|
|
2640
|
-
<fingerprint pattern="^Kodi
|
2976
|
+
<fingerprint pattern="^(?:Chorus 2 - )?Kodi(?: web interface)?$">
|
2641
2977
|
<description>Kodi Media Server</description>
|
2642
2978
|
<example>Kodi</example>
|
2979
|
+
<example>Chorus 2 - Kodi web interface</example>
|
2643
2980
|
<param pos="0" name="service.vendor" value="Kodi"/>
|
2644
2981
|
<param pos="0" name="service.product" value="Media Server"/>
|
2982
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:kodi:kodi:-"/>
|
2645
2983
|
</fingerprint>
|
2646
2984
|
|
2647
2985
|
<fingerprint pattern="^(?:Drupal|TurnKey Drupal\d+|Select an installation profile)$">
|
@@ -2652,6 +2990,7 @@
|
|
2652
2990
|
<example>Select an installation profile</example>
|
2653
2991
|
<param pos="0" name="service.vendor" value="Drupal"/>
|
2654
2992
|
<param pos="0" name="service.product" value="CMS"/>
|
2993
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:drupal:drupal:-"/>
|
2655
2994
|
</fingerprint>
|
2656
2995
|
|
2657
2996
|
<fingerprint pattern="^LibreNMS$">
|
@@ -2701,16 +3040,187 @@
|
|
2701
3040
|
<param pos="0" name="hw.certainty" value="0.75"/>
|
2702
3041
|
<param pos="0" name="os.vendor" value="Dell"/>
|
2703
3042
|
<param pos="0" name="os.product" value="iDRAC Linux"/>
|
2704
|
-
<param pos="0" name="os
|
3043
|
+
<param pos="0" name="os.certainty" value="0.75"/>
|
2705
3044
|
</fingerprint>
|
2706
3045
|
|
2707
3046
|
<fingerprint pattern="^Pulse Connect Secure - SSL">
|
2708
3047
|
<description>Pulse Secure VPN</description>
|
2709
3048
|
<example>Pulse Connect Secure - SSL</example>
|
3049
|
+
<param pos="0" name="service.vendor" value="Pulse Secure"/>
|
3050
|
+
<param pos="0" name="service.product" value="Pulse Connect Secure"/>
|
3051
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:pulsesecure:pulse_connect_secure:-"/>
|
2710
3052
|
<param pos="0" name="os.vendor" value="Pulse Secure"/>
|
2711
3053
|
<param pos="0" name="os.family" value="SSL-VPN"/>
|
2712
3054
|
<param pos="0" name="os.device" value="SSL-VPN"/>
|
2713
|
-
<param pos="0" name="os.product" value="
|
3055
|
+
<param pos="0" name="os.product" value="Pulse Connect Secure"/>
|
3056
|
+
</fingerprint>
|
3057
|
+
|
3058
|
+
<fingerprint pattern="^Jellyfin$">
|
3059
|
+
<description>Jellyfin media server</description>
|
3060
|
+
<example>Jellyfin</example>
|
3061
|
+
<param pos="0" name="service.vendor" value="Jellyfin"/>
|
3062
|
+
<param pos="0" name="service.product" value="Media Server"/>
|
3063
|
+
</fingerprint>
|
3064
|
+
|
3065
|
+
<fingerprint pattern="^proxmox - Proxmox Virtual Environment$">
|
3066
|
+
<description>Proxmox open-source virtualization platform</description>
|
3067
|
+
<example>proxmox - Proxmox Virtual Environment</example>
|
3068
|
+
<param pos="0" name="service.vendor" value="Proxmox"/>
|
3069
|
+
<param pos="0" name="service.product" value="Virtual Environment"/>
|
3070
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:proxmox:virtual_environment:-"/>
|
3071
|
+
<param pos="0" name="os.vendor" value="Proxmox"/>
|
3072
|
+
<param pos="0" name="os.family" value="Linux"/>
|
3073
|
+
<param pos="0" name="os.product" value="Proxmox"/>
|
3074
|
+
</fingerprint>
|
3075
|
+
|
3076
|
+
<fingerprint pattern="^Sony Network Camera$">
|
3077
|
+
<description>Sony Network Camera</description>
|
3078
|
+
<example>Sony Network Camera</example>
|
3079
|
+
<param pos="0" name="hw.vendor" value="Sony"/>
|
3080
|
+
<param pos="0" name="hw.device" value="IP Camera"/>
|
3081
|
+
<param pos="0" name="hw.product" value="Network Camera"/>
|
3082
|
+
</fingerprint>
|
3083
|
+
|
3084
|
+
<fingerprint pattern="Lifesize&reg;$">
|
3085
|
+
<description>Lifesize TelePresence</description>
|
3086
|
+
<example>Lifesize&reg;</example>
|
3087
|
+
<example>400 - Bad Request Lifesize&reg;</example>
|
3088
|
+
<param pos="0" name="hw.vendor" value="Lifesize"/>
|
3089
|
+
<param pos="0" name="hw.device" value="Video Conferencing"/>
|
3090
|
+
<param pos="0" name="hw.product" value="TelePresence"/>
|
3091
|
+
<param pos="0" name="os.vendor" value="Lifesize"/>
|
3092
|
+
<param pos="0" name="os.family" value="Linux"/>
|
3093
|
+
<param pos="0" name="os.product" value="TelePresence"/>
|
3094
|
+
<param pos="0" name="os.device" value="Video Conferencing"/>
|
3095
|
+
</fingerprint>
|
3096
|
+
|
3097
|
+
<fingerprint pattern="^AT&amp;T VPN Gateway$">
|
3098
|
+
<description>ATT VPN Gateway</description>
|
3099
|
+
<example>AT&amp;T VPN Gateway</example>
|
3100
|
+
<param pos="0" name="hw.vendor" value="ATT"/>
|
3101
|
+
<param pos="0" name="hw.device" value="VPN"/>
|
3102
|
+
<param pos="0" name="hw.product" value="VPN Gateway"/>
|
3103
|
+
</fingerprint>
|
3104
|
+
|
3105
|
+
<fingerprint pattern="^AT&amp;T U\d+: '([^']+)'$">
|
3106
|
+
<description>ATT VPN Gateway w Hostname</description>
|
3107
|
+
<example host.name="Austin-Boston">AT&amp;T U115: 'Austin-Boston'</example>
|
3108
|
+
<param pos="0" name="hw.vendor" value="ATT"/>
|
3109
|
+
<param pos="0" name="hw.device" value="VPN"/>
|
3110
|
+
<param pos="0" name="hw.product" value="VPN Gateway"/>
|
3111
|
+
<param pos="1" name="host.name"/>
|
3112
|
+
</fingerprint>
|
3113
|
+
|
3114
|
+
<fingerprint pattern="^(?:Symantec Encryption Verified Directory|Symantec Encryption Server.*)$">
|
3115
|
+
<description>Symantec PGP Key Management Server</description>
|
3116
|
+
<example>Symantec Encryption Verified Directory</example>
|
3117
|
+
<example>Symantec Encryption Server - Page Not Found</example>
|
3118
|
+
<example>Symantec Encryption Server - Login</example>
|
3119
|
+
<param pos="0" name="hw.vendor" value="Symantec"/>
|
3120
|
+
<param pos="0" name="hw.device" value="Security Appliance"/>
|
3121
|
+
<param pos="0" name="hw.product" value="Key Management Server"/>
|
3122
|
+
</fingerprint>
|
3123
|
+
|
3124
|
+
<fingerprint pattern="^Riverbed Technology, Inc\.$">
|
3125
|
+
<description>Riverbed Steelhead Appliance</description>
|
3126
|
+
<example>Riverbed Technology, Inc.</example>
|
3127
|
+
<param pos="0" name="hw.vendor" value="Riverbed"/>
|
3128
|
+
<param pos="0" name="hw.device" value="Security Appliance"/>
|
3129
|
+
<param pos="0" name="hw.product" value="Steelhead"/>
|
3130
|
+
<param pos="0" name="os.product" value="RiOS"/>
|
3131
|
+
<param pos="0" name="os.vendor" value="Riverbed"/>
|
3132
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:riverbed:rios:-"/>
|
3133
|
+
</fingerprint>
|
3134
|
+
|
3135
|
+
<fingerprint pattern="^ClearPass - Aruba Networks$">
|
3136
|
+
<description>ClearPass Policy Manager Appliance</description>
|
3137
|
+
<example>ClearPass - Aruba Networks</example>
|
3138
|
+
<param pos="0" name="hw.vendor" value="Aruba Networks"/>
|
3139
|
+
<param pos="0" name="hw.device" value="Network Appliance"/>
|
3140
|
+
<param pos="0" name="hw.product" value="ClearPass Policy Manager"/>
|
3141
|
+
<param pos="0" name="service.vendor" value="Aruba Networks"/>
|
3142
|
+
<param pos="0" name="service.device" value="Network Appliance"/>
|
3143
|
+
<param pos="0" name="service.product" value="ClearPass Policy Manager"/>
|
3144
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:arubanetworks:clearpass_policy_manager:-"/>
|
3145
|
+
</fingerprint>
|
3146
|
+
|
3147
|
+
<fingerprint pattern="^MSTR Collab Server$">
|
3148
|
+
<description>MicroStrategy Collaboration Server</description>
|
3149
|
+
<example>MSTR Collab Server</example>
|
3150
|
+
<param pos="0" name="service.vendor" value="MicroStrategy"/>
|
3151
|
+
<param pos="0" name="service.product" value="Collaboration Server"/>
|
3152
|
+
<param pos="0" name="service.certainty" value="0.5"/>
|
3153
|
+
</fingerprint>
|
3154
|
+
|
3155
|
+
<fingerprint pattern="^Openfire Admin Console$">
|
3156
|
+
<description>Openfire Admin Console</description>
|
3157
|
+
<example>Openfire Admin Console</example>
|
3158
|
+
<param pos="0" name="service.vendor" value="Ignite Realtime"/>
|
3159
|
+
<param pos="0" name="service.product" value="OpenFire"/>
|
3160
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:igniterealtime:openfire:-"/>
|
3161
|
+
</fingerprint>
|
3162
|
+
|
3163
|
+
<fingerprint pattern="^:: PBX in a Flash">
|
3164
|
+
<description>PBX in a Flash</description>
|
3165
|
+
<example>:: PBX in a Flash, Welcome!</example>
|
3166
|
+
<param pos="0" name="hw.vendor" value="PIAF"/>
|
3167
|
+
<param pos="0" name="hw.device" value="SIP Gateway"/>
|
3168
|
+
<param pos="0" name="hw.product" value="PIAF Virtual Appliance"/>
|
3169
|
+
</fingerprint>
|
3170
|
+
|
3171
|
+
<fingerprint pattern="^Hak5 Cloud C">
|
3172
|
+
<description>Hak5 Cloud c2</description>
|
3173
|
+
<example>Hak5 Cloud C²</example>
|
3174
|
+
<param pos="0" name="service.vendor" value="Hak5"/>
|
3175
|
+
<param pos="0" name="service.product" value="Cloud C2"/>
|
3176
|
+
</fingerprint>
|
3177
|
+
|
3178
|
+
<fingerprint pattern="^Metabase$">
|
3179
|
+
<description>Metabase</description>
|
3180
|
+
<example>Metabase</example>
|
3181
|
+
<param pos="0" name="service.vendor" value="Metabase"/>
|
3182
|
+
<param pos="0" name="service.product" value="Metabase"/>
|
3183
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:metabase:metabase:-"/>
|
3184
|
+
</fingerprint>
|
3185
|
+
|
3186
|
+
<fingerprint pattern="Nextcloud">
|
3187
|
+
<description>Nextcloud</description>
|
3188
|
+
<example>Nextcloud</example>
|
3189
|
+
<param pos="0" name="service.vendor" value="Nextcloud"/>
|
3190
|
+
<param pos="0" name="service.product" value="Nextcloud Server"/>
|
3191
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:nextcloud:nextcloud_server:-"/>
|
3192
|
+
</fingerprint>
|
3193
|
+
|
3194
|
+
<fingerprint pattern="^Observium">
|
3195
|
+
<description>Observium</description>
|
3196
|
+
<example>Observium : - Test infra</example>
|
3197
|
+
<param pos="0" name="service.vendor" value="Observium"/>
|
3198
|
+
<param pos="0" name="service.product" value="Observium"/>
|
3199
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:observium:observium:-"/>
|
3200
|
+
</fingerprint>
|
3201
|
+
|
3202
|
+
<fingerprint pattern="^Login to Webmin$">
|
3203
|
+
<description>Webmin</description>
|
3204
|
+
<example>Login to Webmin</example>
|
3205
|
+
<param pos="0" name="service.vendor" value="Webmin"/>
|
3206
|
+
<param pos="0" name="service.product" value="Webmin"/>
|
3207
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:webmin:webmin:-"/>
|
3208
|
+
</fingerprint>
|
3209
|
+
|
3210
|
+
<fingerprint pattern="^Login to Usermin$">
|
3211
|
+
<description>Usermin</description>
|
3212
|
+
<example>Login to Usermin</example>
|
3213
|
+
<param pos="0" name="service.vendor" value="Webmin"/>
|
3214
|
+
<param pos="0" name="service.product" value="Usermin"/>
|
3215
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:webmin:usermin:-"/>
|
3216
|
+
</fingerprint>
|
3217
|
+
|
3218
|
+
<fingerprint pattern="^MoinMoinWiki">
|
3219
|
+
<description>Moinmoin wiki</description>
|
3220
|
+
<example>MoinMoinWiki - MoinMoin</example>
|
3221
|
+
<param pos="0" name="service.vendor" value="MoinMoin"/>
|
3222
|
+
<param pos="0" name="service.product" value="MoinMoin"/>
|
3223
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:moinmo:moinmoin:-"/>
|
2714
3224
|
</fingerprint>
|
2715
3225
|
|
2716
3226
|
</fingerprints>
|