recog 2.3.7 → 2.3.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +3 -2
- data/.ruby-gemset +1 -0
- data/.ruby-version +1 -0
- data/.travis.yml +2 -4
- data/Gemfile +2 -5
- data/bin/recog_standardize +118 -0
- data/cpe-remap.yaml +21 -0
- data/features/match.feature +4 -0
- data/features/support/aruba.rb +3 -0
- data/features/verify.feature +5 -0
- data/identifiers/README.md +47 -0
- data/identifiers/os_architecture.txt +20 -0
- data/identifiers/os_device.txt +52 -0
- data/identifiers/os_family.txt +160 -0
- data/identifiers/os_product.txt +199 -0
- data/identifiers/service_family.txt +185 -0
- data/identifiers/service_product.txt +255 -0
- data/identifiers/software_class.txt +26 -0
- data/identifiers/software_family.txt +91 -0
- data/identifiers/software_product.txt +333 -0
- data/identifiers/vendor.txt +405 -0
- data/lib/recog/version.rb +1 -1
- data/spec/lib/fingerprint_self_test_spec.rb +1 -1
- data/spec/lib/recog/fingerprint/regexp_factory_spec.rb +1 -1
- data/update_cpes.py +1 -1
- data/xml/apache_os.xml +9 -0
- data/xml/architecture.xml +9 -5
- data/xml/dns_versionbind.xml +9 -11
- data/xml/ftp_banners.xml +47 -5
- data/xml/html_title.xml +310 -196
- data/xml/http_cookies.xml +13 -1
- data/xml/http_servers.xml +145 -7
- data/xml/http_wwwauth.xml +13 -1
- data/xml/mdns_device-info_txt.xml +20 -16
- data/xml/mysql_banners.xml +420 -38
- data/xml/ntp_banners.xml +16 -8
- data/xml/operating_system.xml +1 -0
- data/xml/rtsp_servers.xml +21 -21
- data/xml/sip_banners.xml +5 -41
- data/xml/sip_user_agents.xml +40 -1
- data/xml/smb_native_os.xml +1 -0
- data/xml/smtp_banners.xml +3 -4
- data/xml/snmp_sysdescr.xml +44 -28
- data/xml/ssh_banners.xml +78 -73
- data/xml/telnet_banners.xml +30 -9
- data/xml/x11_banners.xml +1 -1
- data/xml/x509_issuers.xml +7 -7
- data/xml/x509_subjects.xml +329 -28
- metadata +23 -6
data/xml/architecture.xml
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<fingerprint pattern="x64|amd64|x86_64" flags="REG_ICASE">
|
7
7
|
<description>x64 (x86_x64)</description>
|
8
8
|
<example>Linux claw 3.11.0-15-generic #23-Ubuntu SMP Mon Dec 9 18:17:04 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux</example>
|
9
|
-
<param pos="0" name="os.arch" value="
|
9
|
+
<param pos="0" name="os.arch" value="x86_64"/>
|
10
10
|
</fingerprint>
|
11
11
|
<fingerprint pattern="x86|i[3456]86" flags="REG_ICASE">
|
12
12
|
<description>x86</description>
|
@@ -15,18 +15,22 @@
|
|
15
15
|
</fingerprint>
|
16
16
|
<fingerprint pattern="PowerPC|PPC|POWER|ppc">
|
17
17
|
<description>PowerPC</description>
|
18
|
-
<param pos="0" name="os.arch" value="
|
18
|
+
<param pos="0" name="os.arch" value="PowerPC"/>
|
19
19
|
</fingerprint>
|
20
20
|
<fingerprint pattern="SPARC" flags="REG_ICASE">
|
21
21
|
<description>SPARC</description>
|
22
|
-
<param pos="0" name="os.arch" value="
|
22
|
+
<param pos="0" name="os.arch" value="Sparc"/>
|
23
23
|
</fingerprint>
|
24
24
|
<fingerprint pattern="mips" flags="REG_ICASE">
|
25
25
|
<description>MIPS</description>
|
26
|
-
<param pos="0" name="os.arch" value="
|
26
|
+
<param pos="0" name="os.arch" value="MIPS"/>
|
27
27
|
</fingerprint>
|
28
|
+
<fingerprint pattern="arm64|aarch64" flags="REG_ICASE">
|
29
|
+
<description>ARM64 (aarch64)</description>
|
30
|
+
<param pos="0" name="os.arch" value="ARM64"/>
|
31
|
+
</fingerprint>
|
28
32
|
<fingerprint pattern="arm" flags="REG_ICASE">
|
29
33
|
<description>ARM</description>
|
30
|
-
<param pos="0" name="os.arch" value="
|
34
|
+
<param pos="0" name="os.arch" value="ARM"/>
|
31
35
|
</fingerprint>
|
32
36
|
</fingerprints>
|
data/xml/dns_versionbind.xml
CHANGED
@@ -154,7 +154,7 @@
|
|
154
154
|
<param pos="0" name="os.product" value="Zentyal"/>
|
155
155
|
</fingerprint>
|
156
156
|
<fingerprint pattern="^(9.[^-]+(?:-[SP]\d)?)-9\+deb8u[\w~\.]+-Debian$">
|
157
|
-
<description>ISC BIND: Debian
|
157
|
+
<description>ISC BIND: Debian 8.0 (jessie)</description>
|
158
158
|
<example service.version="9.9.5">9.9.5-9+deb8u11-Debian</example>
|
159
159
|
<example service.version="9.9.5">9.9.5-9+deb8u6A~4.2.0.201702281603-Debian</example>
|
160
160
|
<param pos="0" name="service.vendor" value="ISC"/>
|
@@ -169,7 +169,7 @@
|
|
169
169
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:8.0"/>
|
170
170
|
</fingerprint>
|
171
171
|
<fingerprint pattern="^(9.[^-]+(?:-[SP]\d)?)-9wheezy\w+-Debian$">
|
172
|
-
<description>ISC BIND: Debian
|
172
|
+
<description>ISC BIND: Debian 7.0 (wheezy)</description>
|
173
173
|
<example service.version="9.9.5">9.9.5-9wheezy1-Debian</example>
|
174
174
|
<param pos="0" name="service.vendor" value="ISC"/>
|
175
175
|
<param pos="0" name="service.family" value="BIND"/>
|
@@ -403,7 +403,7 @@
|
|
403
403
|
</fingerprint>
|
404
404
|
<fingerprint pattern="^Nominum Vantio ([\d.]+) \(build (\d+)\)$">
|
405
405
|
<description>Nominum Vantio CacheServe, with build</description>
|
406
|
-
<example service.version.version="114872">Nominum Vantio 5.4.5.1 (build 114872)</example>
|
406
|
+
<example service.version="5.4.5.1" service.version.version="114872">Nominum Vantio 5.4.5.1 (build 114872)</example>
|
407
407
|
<param pos="0" name="service.vendor" value="Nominum"/>
|
408
408
|
<param pos="0" name="service.family" value="Vantio"/>
|
409
409
|
<param pos="0" name="service.product" value="CacheServe"/>
|
@@ -734,14 +734,12 @@
|
|
734
734
|
</fingerprint>
|
735
735
|
<fingerprint pattern="^dnsmasq-pi-hole-(.*)$">
|
736
736
|
<description>dnsmasq: pi-hole</description>
|
737
|
-
<example
|
738
|
-
<param pos="0" name="
|
739
|
-
<param pos="0" name="service.
|
740
|
-
<param pos="0" name="service.
|
741
|
-
<param pos="
|
742
|
-
<param pos="
|
743
|
-
<param pos="0" name="os.cpe23" value="cpe:/a:pi-hole:pi-hole:{os.version}"/>
|
744
|
-
<param pos="0" name="service.cpe23" value="cpe:/a:thekelleys:dnsmasq:-"/>
|
737
|
+
<example service.version="2.80">dnsmasq-pi-hole-2.80</example>
|
738
|
+
<param pos="0" name="service.vendor" value="Pi-hole"/>
|
739
|
+
<param pos="0" name="service.family" value="Pi-hole"/>
|
740
|
+
<param pos="0" name="service.product" value="Pi-hole"/>
|
741
|
+
<param pos="1" name="service.version"/>
|
742
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:pi-hole:pi-hole:{service.version}"/>
|
745
743
|
</fingerprint>
|
746
744
|
<fingerprint pattern="^Q9-[^\-]-(.*)$">
|
747
745
|
<description>Quad9 Resolver</description>
|
data/xml/ftp_banners.xml
CHANGED
@@ -323,6 +323,7 @@ example.com FTP server (Version: Mac OS X Server) ready.
|
|
323
323
|
<param pos="0" name="service.vendor" value="ProFTPD Project"/>
|
324
324
|
<param pos="0" name="service.product" value="ProFTPD"/>
|
325
325
|
<param pos="1" name="service.version"/>
|
326
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:proftpd:proftpd:{service.version}"/>
|
326
327
|
<param pos="2" name="host.name"/>
|
327
328
|
</fingerprint>
|
328
329
|
<fingerprint pattern="^=\(<\*>\)=-\.:\. \(\( Welcome to Pure-FTPd ([\d.]+) \)\) \.:\.-=\(<\*>\)=-" flags="REG_MULTILINE">
|
@@ -582,6 +583,9 @@ more text
|
|
582
583
|
<param pos="0" name="hw.device" value="Web cam"/>
|
583
584
|
<param pos="1" name="hw.product"/>
|
584
585
|
<param pos="2" name="hw.version"/>
|
586
|
+
<param pos="0" name="os.vendor" value="AXIS"/>
|
587
|
+
<param pos="0" name="os.family" value="Linux"/>
|
588
|
+
<param pos="0" name="os.device" value="Web cam"/>
|
585
589
|
</fingerprint>
|
586
590
|
<fingerprint pattern="(?i)^AXIS (\S+) (?:(?:Mk II )?Video|IO Audio) (?:Encoder|Encoder Blade|Module|Server|Decoder) (\S+) .*">
|
587
591
|
<description>Axis Audio/Video encoders/servers</description>
|
@@ -600,7 +604,7 @@ more text
|
|
600
604
|
<description>Axis Door Controllers</description>
|
601
605
|
<example hw.product="A1001" hw.version="1.65.1.1">AXIS A1001 Network Door Controller 1.65.1.1 (2018) ready.</example>
|
602
606
|
<param pos="0" name="hw.vendor" value="Axis"/>
|
603
|
-
<param pos="0" name="hw.device" value="
|
607
|
+
<param pos="0" name="hw.device" value="Access Controller"/>
|
604
608
|
<param pos="1" name="hw.product"/>
|
605
609
|
<param pos="2" name="hw.version"/>
|
606
610
|
</fingerprint>
|
@@ -726,6 +730,15 @@ more text
|
|
726
730
|
<param pos="0" name="hw.device" value="Printer"/>
|
727
731
|
<param pos="1" name="hw.product"/>
|
728
732
|
</fingerprint>
|
733
|
+
<fingerprint pattern="^220 ECOSYS ([^\s]+) FTP server$">
|
734
|
+
<description>Kyocera Multifunction Device</description>
|
735
|
+
<example hw.product="P2135dn">220 ECOSYS P2135dn FTP server</example>
|
736
|
+
<param pos="0" name="os.vendor" value="Kyocera"/>
|
737
|
+
<param pos="0" name="os.device" value="Multifunction Device"/>
|
738
|
+
<param pos="0" name="hw.vendor" value="Kyocera"/>
|
739
|
+
<param pos="0" name="hw.device" value="Multifunction Device"/>
|
740
|
+
<param pos="1" name="hw.product"/>
|
741
|
+
</fingerprint>
|
729
742
|
<fingerprint pattern="^(?:Tornado-)?VxWorks \((?:VxWorks)?([^\)]+)\) FTP server(?: ready)?\.?$" flags="REG_ICASE">
|
730
743
|
<description>VxWorks with version information</description>
|
731
744
|
<example os.version="5.3.1">VxWorks (5.3.1) FTP server ready</example>
|
@@ -751,15 +764,15 @@ more text
|
|
751
764
|
<param pos="0" name="os.vendor" value="Wind River"/>
|
752
765
|
<param pos="0" name="os.product" value="VxWorks"/>
|
753
766
|
<param pos="1" name="os.version"/>
|
754
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:windriver:vxworks
|
767
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:windriver:vxworks:{os.version}"/>
|
755
768
|
</fingerprint>
|
756
769
|
<fingerprint pattern="^[\w<>]+\s*Tenor Multipath Switch FTP server \(Version VxWorks([\d\.]+)\) ready\.$" flags="REG_ICASE">
|
757
770
|
<description>VxWorks on Tenor MultiPath with version information</description>
|
758
|
-
<example os.version="5.4.2"
|
771
|
+
<example os.version="5.4.2"><38785ca0> Tenor Multipath Switch FTP server (Version VxWorks5.4.2) ready.</example>
|
759
772
|
<param pos="0" name="os.vendor" value="Wind River"/>
|
760
773
|
<param pos="0" name="os.product" value="VxWorks"/>
|
761
774
|
<param pos="1" name="os.version"/>
|
762
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:windriver:vxworks
|
775
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:windriver:vxworks:{os.version}"/>
|
763
776
|
</fingerprint>
|
764
777
|
<fingerprint pattern="^VxWorks FTP server \(VxWorks ([\d\.]+) - Secure NetLinx version \([\d\.]+\)\) ready.$">
|
765
778
|
<description>VxWorks with Secure NetLinx</description>
|
@@ -767,7 +780,7 @@ more text
|
|
767
780
|
<param pos="0" name="os.vendor" value="Wind River"/>
|
768
781
|
<param pos="0" name="os.product" value="VxWorks"/>
|
769
782
|
<param pos="1" name="os.version"/>
|
770
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:windriver:vxworks
|
783
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:windriver:vxworks:{os.version}"/>
|
771
784
|
</fingerprint>
|
772
785
|
<fingerprint pattern="^ADC iScale$">
|
773
786
|
<description>ADC iScale</description>
|
@@ -1121,6 +1134,17 @@ more text
|
|
1121
1134
|
<param pos="0" name="hw.device" value="Print server"/>
|
1122
1135
|
<param pos="1" name="hw.product"/>
|
1123
1136
|
</fingerprint>
|
1137
|
+
<fingerprint pattern="^(ET(\S+)) Dell (\S+ Laser Printer) FTP Server">
|
1138
|
+
<description>Dell Laser Printer</description>
|
1139
|
+
<example host.name="ET0021B71A1111" host.mac="0021B71A1111" hw.product="2350dn Laser Printer">ET0021B71A1111 Dell 2350dn Laser Printer FTP Server NR.APS.N449 ready.</example>
|
1140
|
+
<param pos="0" name="os.vendor" value="Dell"/>
|
1141
|
+
<param pos="0" name="os.device" value="Printer"/>
|
1142
|
+
<param pos="0" name="hw.vendor" value="Dell"/>
|
1143
|
+
<param pos="0" name="hw.device" value="Printer"/>
|
1144
|
+
<param pos="1" name="host.name"/>
|
1145
|
+
<param pos="2" name="host.mac"/>
|
1146
|
+
<param pos="3" name="hw.product"/>
|
1147
|
+
</fingerprint>
|
1124
1148
|
<fingerprint pattern="^(\S+) FTP server \(Version \S+ \w+ \w+ \d{1,2} \d{1,2}:\d{1,2}:\d{1,2} [A-Z]+ (?:1|2)\d{3}\) ready\.?$">
|
1125
1149
|
<description>Generic/unknown FTP Server found on HP-UX and AIX systems</description>
|
1126
1150
|
<example host.name="host.example.com">host.example.com FTP server (Version 4.1 Sat Sep 7 14:31:53 CDT 2002) ready.</example>
|
@@ -1509,4 +1533,22 @@ more text
|
|
1509
1533
|
<param pos="0" name="service.vendor" value="Dreamhost"/>
|
1510
1534
|
<param pos="0" name="service.product" value="FTP Server"/>
|
1511
1535
|
</fingerprint>
|
1536
|
+
<fingerprint pattern="^QTCP at ([a-zA-Z0-9\.\_\-]+)$">
|
1537
|
+
<description>IBM iSeries FTP</description>
|
1538
|
+
<example host.name="core.bank.local.">QTCP at core.bank.local.</example>
|
1539
|
+
<param pos="0" name="os.vendor" value="IBM"/>
|
1540
|
+
<param pos="0" name="os.family" value="OS/400"/>
|
1541
|
+
<param pos="0" name="os.product" value="OS/400"/>
|
1542
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:ibm:os_400:-"/>
|
1543
|
+
<param pos="1" name="host.name"/>
|
1544
|
+
</fingerprint>
|
1545
|
+
<fingerprint pattern="^HomeLogic FTP Server">
|
1546
|
+
<description>ELAN Smart Home Controller</description>
|
1547
|
+
<example>HomeLogic FTP Server Please Give User Name</example>
|
1548
|
+
<param pos="0" name="hw.vendor" value="ELAN"/>
|
1549
|
+
<param pos="0" name="hw.device" value="Building Automation"/>
|
1550
|
+
<param pos="0" name="hw.product" value="Home Controller"/>
|
1551
|
+
<param pos="0" name="os.vendor" value="ELAN"/>
|
1552
|
+
<param pos="0" name="os.family" value="Linux"/>
|
1553
|
+
</fingerprint>
|
1512
1554
|
</fingerprints>
|
data/xml/html_title.xml
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<fingerprints matches="html_title" database_type="service" preference="0.90">
|
3
|
-
|
4
3
|
<!-- HTML Title elements found in HTTP response bodies are matched against these patterns to fingerprint HTTP servers. -->
|
5
|
-
|
6
4
|
<fingerprint pattern="^Index of /">
|
7
5
|
<description>Apache HTTPD indexes</description>
|
8
6
|
<example>Index of /</example>
|
@@ -11,7 +9,6 @@
|
|
11
9
|
<param pos="0" name="service.family" value="Apache"/>
|
12
10
|
<param pos="0" name="service.cpe23" value="cpe:/a:apache:http_server:-"/>
|
13
11
|
</fingerprint>
|
14
|
-
|
15
12
|
<fingerprint pattern="^Test Page for the Nginx HTTP Server on (?:the )?Amazon Linux(?: AMI)?$">
|
16
13
|
<description>Apache HTTPD default installation on Amazon Linux</description>
|
17
14
|
<example>Test Page for the Nginx HTTP Server on the Amazon Linux AMI</example>
|
@@ -24,7 +21,6 @@
|
|
24
21
|
<param pos="0" name="os.family" value="Linux"/>
|
25
22
|
<param pos="0" name="os.product" value="Linux AMI"/>
|
26
23
|
</fingerprint>
|
27
|
-
|
28
24
|
<fingerprint pattern="^Apache HTTP Server Test Page powered by CentOS$">
|
29
25
|
<description>Apache HTTPD default installation on CentOS</description>
|
30
26
|
<example>Apache HTTP Server Test Page powered by CentOS</example>
|
@@ -37,7 +33,6 @@
|
|
37
33
|
<param pos="0" name="os.product" value="Linux"/>
|
38
34
|
<param pos="0" name="os.cpe23" value="cpe:/o:centos:centos:-"/>
|
39
35
|
</fingerprint>
|
40
|
-
|
41
36
|
<fingerprint pattern="^Apache2 Debian Default Page: It works$">
|
42
37
|
<description>Apache HTTPD default installation on Debian</description>
|
43
38
|
<example>Apache2 Debian Default Page: It works</example>
|
@@ -49,7 +44,6 @@
|
|
49
44
|
<param pos="0" name="os.product" value="Linux"/>
|
50
45
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:-"/>
|
51
46
|
</fingerprint>
|
52
|
-
|
53
47
|
<fingerprint pattern="^Apache2 Ubuntu Default Page: It works$">
|
54
48
|
<description>Apache HTTPD default installation on Ubuntu</description>
|
55
49
|
<example>Apache2 Ubuntu Default Page: It works</example>
|
@@ -61,7 +55,18 @@
|
|
61
55
|
<param pos="0" name="os.product" value="Linux"/>
|
62
56
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:-"/>
|
63
57
|
</fingerprint>
|
64
|
-
|
58
|
+
<fingerprint pattern="^Sample Home Page for APACHEDFT Server$">
|
59
|
+
<description>IBM iSeries Apache Default Page</description>
|
60
|
+
<example>Sample Home Page for APACHEDFT Server</example>
|
61
|
+
<param pos="0" name="os.vendor" value="IBM"/>
|
62
|
+
<param pos="0" name="os.family" value="OS/400"/>
|
63
|
+
<param pos="0" name="os.product" value="OS/400"/>
|
64
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:ibm:os_400:-"/>
|
65
|
+
<param pos="0" name="service.vendor" value="Apache"/>
|
66
|
+
<param pos="0" name="service.product" value="HTTPD"/>
|
67
|
+
<param pos="0" name="service.family" value="Apache"/>
|
68
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:apache:http_server:-"/>
|
69
|
+
</fingerprint>
|
65
70
|
<fingerprint pattern="^Apache Tomcat$">
|
66
71
|
<description>Apache Tomcat with no version</description>
|
67
72
|
<example>Apache Tomcat</example>
|
@@ -70,7 +75,6 @@
|
|
70
75
|
<param pos="0" name="service.family" value="Tomcat"/>
|
71
76
|
<param pos="0" name="service.cpe23" value="cpe:/a:apache:tomcat:-"/>
|
72
77
|
</fingerprint>
|
73
|
-
|
74
78
|
<fingerprint pattern="^Apache Tomcat/(\S+)$">
|
75
79
|
<description>Apache tomcat with minimal version information</description>
|
76
80
|
<example service.version="8.0.32">Apache Tomcat/8.0.32</example>
|
@@ -80,14 +84,12 @@
|
|
80
84
|
<param pos="1" name="service.version"/>
|
81
85
|
<param pos="0" name="service.cpe23" value="cpe:/a:apache:tomcat:{service.version}"/>
|
82
86
|
</fingerprint>
|
83
|
-
|
84
87
|
<fingerprint pattern="^AiCloud">
|
85
88
|
<description>ASUS AiCloud</description>
|
86
89
|
<example>AiCloud</example>
|
87
90
|
<param pos="0" name="hw.vendor" value="Asus"/>
|
88
91
|
<param pos="0" name="hw.device" value="WAP"/>
|
89
92
|
</fingerprint>
|
90
|
-
|
91
93
|
<!-- HiSilicon is OEMd by a number of DVR manufacturers -->
|
92
94
|
<fingerprint pattern="^DVR Components Download$">
|
93
95
|
<description>Web server found on DVR and webcam servers sourced from HiSilicon</description>
|
@@ -98,7 +100,6 @@
|
|
98
100
|
<param pos="0" name="os.device" value="DVR"/>
|
99
101
|
<param pos="0" name="hw.device" value="DVR"/>
|
100
102
|
</fingerprint>
|
101
|
-
|
102
103
|
<fingerprint pattern="^FRITZ!Box$">
|
103
104
|
<description>AVM FRITZ!Box</description>
|
104
105
|
<example>FRITZ!Box</example>
|
@@ -106,7 +107,6 @@
|
|
106
107
|
<param pos="0" name="hw.device" value="WAP"/>
|
107
108
|
<param pos="0" name="hw.family" value="FRITZ!Box"/>
|
108
109
|
</fingerprint>
|
109
|
-
|
110
110
|
<fingerprint pattern="^FRITZ!Powerline$">
|
111
111
|
<description>AVM FRITZ!Powerline</description>
|
112
112
|
<example>FRITZ!Powerline</example>
|
@@ -114,7 +114,6 @@
|
|
114
114
|
<param pos="0" name="hw.device" value="Powerline"/>
|
115
115
|
<param pos="0" name="hw.family" value="FRITZ!Powerline"/>
|
116
116
|
</fingerprint>
|
117
|
-
|
118
117
|
<fingerprint pattern="^FRITZ!WLAN Repeater$">
|
119
118
|
<description>FRITZ!WLAN Repeater</description>
|
120
119
|
<example>FRITZ!WLAN Repeater</example>
|
@@ -122,7 +121,6 @@
|
|
122
121
|
<param pos="0" name="hw.device" value="WLAN Repeater"/>
|
123
122
|
<param pos="0" name="hw.family" value="FRITZ!WLAN Repeater"/>
|
124
123
|
</fingerprint>
|
125
|
-
|
126
124
|
<fingerprint pattern="^cPanel Login$">
|
127
125
|
<description>cPanel</description>
|
128
126
|
<example>cPanel Login</example>
|
@@ -130,7 +128,6 @@
|
|
130
128
|
<param pos="0" name="service.product" value="cPanel"/>
|
131
129
|
<param pos="0" name="service.cpe23" value="cpe:/a:cpanel:cpanel:-"/>
|
132
130
|
</fingerprint>
|
133
|
-
|
134
131
|
<fingerprint pattern="^WHM Login$">
|
135
132
|
<description>cPanel Web Host Manager</description>
|
136
133
|
<example>WHM Login</example>
|
@@ -138,16 +135,14 @@
|
|
138
135
|
<param pos="0" name="service.product" value="WHM"/>
|
139
136
|
<param pos="0" name="service.cpe23" value="cpe:/a:cpanel:whm:-"/>
|
140
137
|
</fingerprint>
|
141
|
-
|
142
138
|
<fingerprint pattern="^Windows CE$">
|
143
139
|
<description>Windows CE</description>
|
144
140
|
<example>Windows CE</example>
|
145
141
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
146
142
|
<param pos="0" name="os.family" value="Windows"/>
|
147
143
|
<param pos="0" name="os.product" value="Windows CE"/>
|
148
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:
|
144
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows_ce:-"/>
|
149
145
|
</fingerprint>
|
150
|
-
|
151
146
|
<fingerprint pattern="^IIS7$">
|
152
147
|
<description>Default IIS 7</description>
|
153
148
|
<example>IIS7</example>
|
@@ -155,13 +150,12 @@
|
|
155
150
|
<param pos="0" name="service.product" value="IIS"/>
|
156
151
|
<param pos="0" name="service.family" value="IIS"/>
|
157
152
|
<param pos="0" name="service.version" value="7"/>
|
158
|
-
<param pos="0" name="service.cpe23" value="cpe:/a:microsoft:iis:
|
153
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:microsoft:iis:7"/>
|
159
154
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
160
155
|
<param pos="0" name="os.family" value="Windows"/>
|
161
156
|
<param pos="0" name="os.product" value="Windows"/>
|
162
157
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
163
158
|
</fingerprint>
|
164
|
-
|
165
159
|
<fingerprint pattern="^Microsoft Internet Information Services 8">
|
166
160
|
<description>Default IIS 8</description>
|
167
161
|
<example>Microsoft Internet Information Services 8</example>
|
@@ -169,13 +163,12 @@
|
|
169
163
|
<param pos="0" name="service.product" value="IIS"/>
|
170
164
|
<param pos="0" name="service.family" value="IIS"/>
|
171
165
|
<param pos="0" name="service.version" value="8"/>
|
172
|
-
<param pos="0" name="service.cpe23" value="cpe:/a:microsoft:iis:
|
166
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:microsoft:iis:8"/>
|
173
167
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
174
168
|
<param pos="0" name="os.family" value="Windows"/>
|
175
169
|
<param pos="0" name="os.product" value="Windows"/>
|
176
170
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
177
171
|
</fingerprint>
|
178
|
-
|
179
172
|
<fingerprint pattern="^IIS (\d\.\d) Detailed Error">
|
180
173
|
<description>IIS Detailed Error</description>
|
181
174
|
<example service.version="7.0">IIS 7.0 Detailed Error - 401.2 - Unauthorized</example>
|
@@ -191,7 +184,6 @@
|
|
191
184
|
<param pos="0" name="os.product" value="Windows"/>
|
192
185
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
193
186
|
</fingerprint>
|
194
|
-
|
195
187
|
<fingerprint pattern="^IIS Windows(?: Server)?$">
|
196
188
|
<description>Default IIS</description>
|
197
189
|
<example>IIS Windows</example>
|
@@ -199,21 +191,20 @@
|
|
199
191
|
<param pos="0" name="service.vendor" value="Microsoft"/>
|
200
192
|
<param pos="0" name="service.product" value="IIS"/>
|
201
193
|
<param pos="0" name="service.family" value="IIS"/>
|
194
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:microsoft:iis:-"/>
|
202
195
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
203
196
|
<param pos="0" name="os.family" value="Windows"/>
|
204
197
|
<param pos="0" name="os.product" value="Windows"/>
|
205
198
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
206
199
|
</fingerprint>
|
207
|
-
|
208
200
|
<fingerprint pattern="^(?:NETIASPOT Management Console|Konsola zarzdzania NETIASPOT)$">
|
209
201
|
<description>Netia Spot wireless router</description>
|
210
202
|
<example>Konsola zarzdzania NETIASPOT</example>
|
211
203
|
<example>NETIASPOT Management Console</example>
|
212
204
|
<param pos="0" name="hw.vendor" value="Netia"/>
|
213
205
|
<param pos="0" name="hw.product" value="Spot"/>
|
214
|
-
<param pos="0" name="hw.
|
206
|
+
<param pos="0" name="hw.device" value="WAP"/>
|
215
207
|
</fingerprint>
|
216
|
-
|
217
208
|
<fingerprint pattern="^hue personal wireless lighting$">
|
218
209
|
<description>Philips Hue Personal Wireless Lighting</description>
|
219
210
|
<example>hue personal wireless lighting</example>
|
@@ -221,58 +212,51 @@
|
|
221
212
|
<param pos="0" name="hw.product" value="Hue"/>
|
222
213
|
<param pos="0" name="hw.device" value="Light Bulb"/>
|
223
214
|
</fingerprint>
|
224
|
-
|
225
215
|
<fingerprint pattern="LANDesk\(R\) Management Agent$">
|
226
216
|
<description>LANDesk Management Agent</description>
|
227
217
|
<param pos="0" name="service.vendor" value="LANDesk"/>
|
228
218
|
<param pos="0" name="service.product" value="Management Agent"/>
|
229
219
|
<param pos="0" name="service.family" value="Management Agent"/>
|
230
|
-
<param pos="0" name="service.cpe23" value="cpe:/a:landesk:management_agent:-"/>
|
231
220
|
</fingerprint>
|
232
|
-
|
233
221
|
<fingerprint pattern="^(?:Parallels )?Plesk (?:(?:Onyx|Panel) )?([\d\.]+)$">
|
234
222
|
<description>Plesk web hosting platform with a version</description>
|
235
223
|
<example service.version="12.0.18">Plesk 12.0.18</example>
|
236
224
|
<example service.version="17.5.3">Plesk Onyx 17.5.3</example>
|
237
225
|
<example service.version="12.0.1">Parallels Plesk 12.0.1</example>
|
238
226
|
<example service.version="11.5.30">Parallels Plesk Panel 11.5.30</example>
|
239
|
-
<param pos="0" name="service.vendor" value="
|
227
|
+
<param pos="0" name="service.vendor" value="Parallels"/>
|
240
228
|
<param pos="0" name="service.product" value="Plesk"/>
|
241
229
|
<param pos="1" name="service.version"/>
|
242
|
-
<param pos="0" name="service.cpe23" value="cpe:/a:
|
230
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:parallels:parallels_plesk_panel:{service.version}"/>
|
243
231
|
</fingerprint>
|
244
|
-
|
245
232
|
<fingerprint pattern="^(?:Parallels )?Plesk (?:(?:Onyx|Panel) )?([\d\.]+) for Microsoft Windows$">
|
246
233
|
<description>Plesk web hosting platform with a version on Windows</description>
|
247
234
|
<example service.version="12.5.30">Plesk 12.5.30 for Microsoft Windows</example>
|
248
235
|
<example service.version="11.5.30">Parallels Plesk Panel 11.5.30 for Microsoft Windows</example>
|
249
|
-
<param pos="0" name="service.vendor" value="
|
236
|
+
<param pos="0" name="service.vendor" value="Parallels"/>
|
250
237
|
<param pos="0" name="service.product" value="Plesk"/>
|
251
238
|
<param pos="1" name="service.version"/>
|
252
|
-
<param pos="0" name="service.cpe23" value="cpe:/a:
|
239
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:parallels:parallels_plesk_panel:{service.version}"/>
|
253
240
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
254
241
|
<param pos="0" name="os.family" value="Windows"/>
|
255
242
|
<param pos="0" name="os.product" value="Windows"/>
|
256
243
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
257
244
|
</fingerprint>
|
258
|
-
|
259
245
|
<fingerprint pattern="^(?i)Default (?:Parallels )?Plesk (?:Panel )?Page$">
|
260
246
|
<description>Plesk web hosting platform with no version</description>
|
261
247
|
<example>Default Parallels Plesk Panel Page</example>
|
262
248
|
<example>Default Parallels Plesk Page</example>
|
263
249
|
<example>Default PLESK Page</example>
|
264
|
-
<param pos="0" name="service.vendor" value="
|
250
|
+
<param pos="0" name="service.vendor" value="Parallels"/>
|
265
251
|
<param pos="0" name="service.product" value="Plesk"/>
|
266
|
-
<param pos="0" name="service.cpe23" value="cpe:/a:
|
252
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:parallels:parallels_plesk_panel:-"/>
|
267
253
|
</fingerprint>
|
268
|
-
|
269
254
|
<fingerprint pattern="^Web Viewer for Samsung DVR$">
|
270
255
|
<description>Samsung DVRs</description>
|
271
256
|
<example>Web Viewer for Samsung DVR</example>
|
272
257
|
<param pos="0" name="hw.vendor" value="Samsung"/>
|
273
258
|
<param pos="0" name="hw.device" value="DVR"/>
|
274
259
|
</fingerprint>
|
275
|
-
|
276
260
|
<fingerprint pattern="^(?i)(?:Dell )?Sonicwall - Authentication$">
|
277
261
|
<description>Sonicwall firewalls</description>
|
278
262
|
<example>SonicWall - Authentication</example>
|
@@ -280,7 +264,6 @@
|
|
280
264
|
<param pos="0" name="os.device" value="Firewall"/>
|
281
265
|
<param pos="0" name="os.family" value="SonicOS"/>
|
282
266
|
</fingerprint>
|
283
|
-
|
284
267
|
<fingerprint pattern="^(.*).nbsp;-.nbsp;Synology.nbsp;DiskStation$">
|
285
268
|
<description>Synology DiskStation</description>
|
286
269
|
<example host.name="DiskStation">DiskStation&nbsp;-&nbsp;Synology&nbsp;DiskStation</example>
|
@@ -294,7 +277,6 @@
|
|
294
277
|
<param pos="0" name="os.vendor" value="Synology"/>
|
295
278
|
<param pos="1" name="host.name"/>
|
296
279
|
</fingerprint>
|
297
|
-
|
298
280
|
<fingerprint pattern="Synology Web Station!$">
|
299
281
|
<description>Synology with WebStation web hosting</description>
|
300
282
|
<example>Hello! Welcome to Synology Web Station!</example>
|
@@ -307,7 +289,6 @@
|
|
307
289
|
<param pos="0" name="os.product" value="DSM"/>
|
308
290
|
<param pos="0" name="os.vendor" value="Synology"/>
|
309
291
|
</fingerprint>
|
310
|
-
|
311
292
|
<fingerprint pattern="^Web Filter Block Override$">
|
312
293
|
<description>Fortinet FortiGate/Fortiguard Web Filter</description>
|
313
294
|
<example>Web Filter Block Override</example>
|
@@ -320,27 +301,30 @@
|
|
320
301
|
<param pos="0" name="hw.family" value="FortiGate"/>
|
321
302
|
<param pos="0" name="hw.device" value="Firewall"/>
|
322
303
|
</fingerprint>
|
323
|
-
|
324
304
|
<!-- Various products by Ubiquiti networks -->
|
325
305
|
<fingerprint pattern="^Ubiquiti Networks$">
|
326
306
|
<description>Generic products by Ubiquiti Networks</description>
|
327
307
|
<example>Ubiquiti Networks</example>
|
328
308
|
<param pos="0" name="hw.vendor" value="Ubiquiti"/>
|
329
309
|
</fingerprint>
|
330
|
-
|
310
|
+
<fingerprint pattern="^UniFi Security Gateway$">
|
311
|
+
<description>Ubiquiti Security Gateway</description>
|
312
|
+
<example>UniFi Security Gateway</example>
|
313
|
+
<param pos="0" name="hw.vendor" value="Ubiquiti"/>
|
314
|
+
<param pos="0" name="hw.device" value="Router"/>
|
315
|
+
<param pos="0" name="hw.product" value="UniFi Security Gateway"/>
|
316
|
+
</fingerprint>
|
331
317
|
<fingerprint pattern="^EdgeOS$">
|
332
318
|
<description>Ubiquiti EdgeRouter/EdgeSwitch/etc</description>
|
333
319
|
<example>EdgeOS</example>
|
334
320
|
<param pos="0" name="hw.vendor" value="Ubiquiti"/>
|
335
321
|
</fingerprint>
|
336
|
-
|
337
322
|
<fingerprint pattern="^CloudKey$">
|
338
323
|
<description>Ubiquiti UniFi Cloud Key</description>
|
339
324
|
<example>CloudKey</example>
|
340
325
|
<param pos="0" name="hw.vendor" value="Ubiquiti"/>
|
341
326
|
<param pos="0" name="hw.product" value="UniFi Cloud Key"/>
|
342
327
|
</fingerprint>
|
343
|
-
|
344
328
|
<fingerprint pattern="^airCube$">
|
345
329
|
<description>Ubiquiti airCube WAP</description>
|
346
330
|
<example>airCube</example>
|
@@ -348,24 +332,21 @@
|
|
348
332
|
<param pos="0" name="hw.product" value="airCube"/>
|
349
333
|
<param pos="0" name="hw.device" value="WAP"/>
|
350
334
|
</fingerprint>
|
351
|
-
|
352
335
|
<fingerprint pattern="^UniFi Video$">
|
353
|
-
<description>Various UniFi Video
|
336
|
+
<description>Various UniFi Video web service</description>
|
354
337
|
<example>UniFi Video</example>
|
355
|
-
<param pos="0" name="
|
356
|
-
<param pos="0" name="
|
357
|
-
<param pos="0" name="
|
338
|
+
<param pos="0" name="service.vendor" value="Ubiquiti"/>
|
339
|
+
<param pos="0" name="service.product" value="UniFi Video"/>
|
340
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:ui:unifi_video:-"/>
|
358
341
|
</fingerprint>
|
359
|
-
|
360
342
|
<fingerprint pattern="^UniFi NVR: Software Portal$">
|
361
343
|
<description>UniFi NVR for recording from UniFi video cameras</description>
|
362
344
|
<example>UniFi NVR: Software Portal</example>
|
363
345
|
<param pos="0" name="hw.vendor" value="Ubiquiti"/>
|
364
346
|
<param pos="0" name="hw.family" value="UniFi"/>
|
365
|
-
<param pos="0" name="hw.
|
347
|
+
<param pos="0" name="hw.product" value="UniFi NVR"/>
|
366
348
|
<param pos="0" name="hw.device" value="DVR"/>
|
367
349
|
</fingerprint>
|
368
|
-
|
369
350
|
<fingerprint pattern="^RomPager Embedded Web Server Toolkit$">
|
370
351
|
<description>Embedded HTTP server used by many vendors and device
|
371
352
|
types, including APC, 3Com, Andover Controls, Cisco VoIP, D-Link,
|
@@ -376,7 +357,6 @@
|
|
376
357
|
<param pos="0" name="service.vendor" value="Allegro Software"/>
|
377
358
|
<param pos="0" name="service.product" value="RomPager"/>
|
378
359
|
</fingerprint>
|
379
|
-
|
380
360
|
<fingerprint pattern="^RouterOS router configuration page$">
|
381
361
|
<description>MikroTik RouterOS router configuration page</description>
|
382
362
|
<example>RouterOS router configuration page</example>
|
@@ -387,7 +367,6 @@
|
|
387
367
|
<param pos="0" name="hw.vendor" value="MikroTik"/>
|
388
368
|
<param pos="0" name="hw.device" value="Router"/>
|
389
369
|
</fingerprint>
|
390
|
-
|
391
370
|
<fingerprint pattern="^(?:Welcome to nginx!|Test Page for the Nginx HTTP Server)$">
|
392
371
|
<description>Default OS-agnostic nginx</description>
|
393
372
|
<example>Welcome to nginx!</example>
|
@@ -397,7 +376,6 @@
|
|
397
376
|
<param pos="0" name="service.vendor" value="nginx"/>
|
398
377
|
<param pos="0" name="service.cpe23" value="cpe:/a:nginx:nginx:-"/>
|
399
378
|
</fingerprint>
|
400
|
-
|
401
379
|
<fingerprint pattern="^Test Page for the Nginx HTTP Server on (?:Fedora|EPEL)$">
|
402
380
|
<description>Default nginx on Fedora</description>
|
403
381
|
<example>Test Page for the Nginx HTTP Server on Fedora</example>
|
@@ -410,7 +388,6 @@
|
|
410
388
|
<param pos="0" name="os.product" value="Fedora Core Linux"/>
|
411
389
|
<param pos="0" name="os.cpe23" value="cpe:/o:redhat:fedora_core:-"/>
|
412
390
|
</fingerprint>
|
413
|
-
|
414
391
|
<fingerprint pattern="^Welcome to nginx on Debian!$">
|
415
392
|
<description>Default nginx on Debian</description>
|
416
393
|
<example>Welcome to nginx on Debian!</example>
|
@@ -422,7 +399,6 @@
|
|
422
399
|
<param pos="0" name="os.product" value="Linux"/>
|
423
400
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:-"/>
|
424
401
|
</fingerprint>
|
425
|
-
|
426
402
|
<fingerprint pattern="^Eagle Eye Networks ">
|
427
403
|
<description>Eagle Eye Networks to manage IoT cameras home webpage</description>
|
428
404
|
<example>Eagle Eye Networks (Local)</example>
|
@@ -435,7 +411,6 @@
|
|
435
411
|
<param pos="0" name="hw.product" value=" Bridge"/>
|
436
412
|
<param pos="0" name="hw.vendor" value="Eagle Eye Networks"/>
|
437
413
|
</fingerprint>
|
438
|
-
|
439
414
|
<!-- Netgear Products -->
|
440
415
|
<fingerprint pattern="^(?:NETGEAR|NetGear) ([a-zA-Z0-9\-\+]+)$">
|
441
416
|
<description>Netgear Switches</description>
|
@@ -446,7 +421,6 @@
|
|
446
421
|
<param pos="0" name="hw.device" value="Switch"/>
|
447
422
|
<param pos="1" name="hw.product"/>
|
448
423
|
</fingerprint>
|
449
|
-
|
450
424
|
<fingerprint pattern="^(?:NETGEAR|NetGear) Router ([a-zA-Z0-9\-\+]+)$">
|
451
425
|
<description>Netgear Routers</description>
|
452
426
|
<example hw.product="WNR2000v4">NETGEAR Router WNR2000v4</example>
|
@@ -455,7 +429,6 @@
|
|
455
429
|
<param pos="0" name="hw.device" value="Router"/>
|
456
430
|
<param pos="1" name="hw.product"/>
|
457
431
|
</fingerprint>
|
458
|
-
|
459
432
|
<fingerprint pattern="^Netgear Prosafe Plus Switch$">
|
460
433
|
<description>Netgear Prosafe Plus Switch</description>
|
461
434
|
<example>Netgear Prosafe Plus Switch</example>
|
@@ -463,7 +436,6 @@
|
|
463
436
|
<param pos="0" name="hw.device" value="Switch"/>
|
464
437
|
<param pos="0" name="hw.product" value="Prosafe Plus"/>
|
465
438
|
</fingerprint>
|
466
|
-
|
467
439
|
<fingerprint pattern="^(.*).nbsp;Configuration and Management$">
|
468
440
|
<description>Digi Terminal Servers</description>
|
469
441
|
<example hw.product="Digi One SP">Digi One SP&nbsp;Configuration and Management</example>
|
@@ -476,7 +448,6 @@
|
|
476
448
|
<param pos="0" name="os.device" value="Device Server"/>
|
477
449
|
<param pos="0" name="os.product" value="NET+OS"/>
|
478
450
|
</fingerprint>
|
479
|
-
|
480
451
|
<fingerprint pattern="^NPort Web Console$">
|
481
452
|
<description>Moxa NPort Terminal Servers</description>
|
482
453
|
<example>NPort Web Console</example>
|
@@ -484,7 +455,6 @@
|
|
484
455
|
<param pos="0" name="hw.device" value="Device Server"/>
|
485
456
|
<param pos="0" name="hw.product" value="NPort"/>
|
486
457
|
</fingerprint>
|
487
|
-
|
488
458
|
<fingerprint pattern="^Lantronix (SL[BC].*)$">
|
489
459
|
<description>Lantronix terminal server</description>
|
490
460
|
<example hw.product="SLB882/8824">Lantronix SLB882/8824</example>
|
@@ -494,7 +464,6 @@
|
|
494
464
|
<param pos="0" name="hw.device" value="Device Server"/>
|
495
465
|
<param pos="1" name="hw.product"/>
|
496
466
|
</fingerprint>
|
497
|
-
|
498
467
|
<fingerprint pattern="^(KN\S+) - Cover$">
|
499
468
|
<description>ATEN KVM over IP</description>
|
500
469
|
<example hw.product="KN4140v">KN4140v - Cover</example>
|
@@ -503,7 +472,6 @@
|
|
503
472
|
<param pos="0" name="hw.device" value="KVM"/>
|
504
473
|
<param pos="1" name="hw.product"/>
|
505
474
|
</fingerprint>
|
506
|
-
|
507
475
|
<fingerprint pattern="^Ethernet Relay Module$">
|
508
476
|
<description>AVT.pl Ethernet Relay Module</description>
|
509
477
|
<example>Ethernet Relay Module</example>
|
@@ -511,7 +479,6 @@
|
|
511
479
|
<param pos="0" name="hw.device" value="Power Relay"/>
|
512
480
|
<param pos="0" name="hw.product" value="Ethernet Relay Module"/>
|
513
481
|
</fingerprint>
|
514
|
-
|
515
482
|
<fingerprint pattern="^Inveo Lantick Ethernet Relay Controller$">
|
516
483
|
<description>Inveo Lantick Ethernet Relay Controller</description>
|
517
484
|
<example>Inveo Lantick Ethernet Relay Controller</example>
|
@@ -519,7 +486,6 @@
|
|
519
486
|
<param pos="0" name="hw.device" value="Power Relay"/>
|
520
487
|
<param pos="0" name="hw.product" value="Lantick Ethernet Relay Controller"/>
|
521
488
|
</fingerprint>
|
522
|
-
|
523
489
|
<fingerprint pattern="^(myUTN(?:-[a-zA-Z0-9]+)?) Control Center$">
|
524
490
|
<description>myUTN Device Server</description>
|
525
491
|
<example hw.product="myUTN-50a">myUTN-50a Control Center</example>
|
@@ -528,7 +494,6 @@
|
|
528
494
|
<param pos="0" name="hw.device" value="Device Server"/>
|
529
495
|
<param pos="1" name="hw.product"/>
|
530
496
|
</fingerprint>
|
531
|
-
|
532
497
|
<fingerprint pattern="^iCOM Control Board$">
|
533
498
|
<description>Liebert iCOM Cooling Unit Control Board</description>
|
534
499
|
<example>iCOM Control Board</example>
|
@@ -536,7 +501,6 @@
|
|
536
501
|
<param pos="0" name="hw.device" value="Environment Control"/>
|
537
502
|
<param pos="0" name="hw.product" value="iCOM Control Panel"/>
|
538
503
|
</fingerprint>
|
539
|
-
|
540
504
|
<fingerprint pattern="^Sigma Control 2$">
|
541
505
|
<description>Sigma Control 2 Air Compressor Controls</description>
|
542
506
|
<example>Sigma Control 2</example>
|
@@ -544,42 +508,34 @@
|
|
544
508
|
<param pos="0" name="hw.device" value="Environment Control"/>
|
545
509
|
<param pos="0" name="hw.product" value="Sigma Control 2"/>
|
546
510
|
</fingerprint>
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
511
|
<fingerprint pattern="^WebPower$">
|
552
512
|
<description>Eltek Power Controller</description>
|
553
513
|
<example>WebPower</example>
|
554
514
|
<param pos="0" name="hw.vendor" value="Eltek"/>
|
555
|
-
<param pos="0" name="hw.device" value="Power
|
515
|
+
<param pos="0" name="hw.device" value="Power device"/>
|
556
516
|
</fingerprint>
|
557
|
-
|
558
517
|
<fingerprint pattern="(Expert Power Control NET \d+x\d+) - (.*)$">
|
559
518
|
<description>Gude Expert Power Control</description>
|
560
519
|
<example host.name="Rack42" hw.product="Expert Power Control NET 2x6">Expert Power Control NET 2x6 - Rack42</example>
|
561
520
|
<param pos="0" name="hw.vendor" value="Gude"/>
|
562
|
-
<param pos="0" name="hw.device" value="Power
|
521
|
+
<param pos="0" name="hw.device" value="Power device"/>
|
563
522
|
<param pos="1" name="hw.product"/>
|
564
523
|
<param pos="2" name="host.name"/>
|
565
524
|
</fingerprint>
|
566
|
-
|
567
525
|
<fingerprint pattern="^Sentry Switched CDU$">
|
568
526
|
<description>Sentry Switched CDU</description>
|
569
527
|
<example>Sentry Switched CDU</example>
|
570
528
|
<param pos="0" name="hw.vendor" value="ServerTech"/>
|
571
|
-
<param pos="0" name="hw.device" value="Power
|
529
|
+
<param pos="0" name="hw.device" value="Power device"/>
|
572
530
|
<param pos="0" name="hw.product" value="Sentry Switched CDU"/>
|
573
531
|
</fingerprint>
|
574
|
-
|
575
532
|
<fingerprint pattern="^Emerson Network Power Rack PDU Card$">
|
576
533
|
<description>Emerson Network Power Rack PDU Card</description>
|
577
534
|
<example>Emerson Network Power Rack PDU Card</example>
|
578
535
|
<param pos="0" name="hw.vendor" value="Emerson"/>
|
579
|
-
<param pos="0" name="hw.device" value="Power
|
536
|
+
<param pos="0" name="hw.device" value="Power device"/>
|
580
537
|
<param pos="0" name="hw.product" value="Rack PDU Card"/>
|
581
538
|
</fingerprint>
|
582
|
-
|
583
539
|
<fingerprint pattern="^(.*) IntelliSlot Web(?:/\d+)? Card?$">
|
584
540
|
<description>Emerson Network Power IntelliSlot Web Card and rebrands</description>
|
585
541
|
<example hw.vendor="Emerson Network Power">Emerson Network Power IntelliSlot Web Card</example>
|
@@ -587,18 +543,16 @@
|
|
587
543
|
<example hw.vendor="Vertiv">Vertiv IntelliSlot Web Card</example>
|
588
544
|
<example hw.vendor="Liebert">Liebert IntelliSlot Web Card</example>
|
589
545
|
<param pos="1" name="hw.vendor"/>
|
590
|
-
<param pos="0" name="hw.device" value="Power
|
546
|
+
<param pos="0" name="hw.device" value="Power device"/>
|
591
547
|
<param pos="0" name="hw.product" value="IntelliSlot Web Card"/>
|
592
548
|
</fingerprint>
|
593
|
-
|
594
549
|
<fingerprint pattern="^ConnectUPS Web/SNMP Card$">
|
595
550
|
<description>ConnectUPS Web/SNMP Card</description>
|
596
551
|
<example>ConnectUPS Web/SNMP Card</example>
|
597
552
|
<param pos="0" name="hw.vendor" value="APC"/>
|
598
|
-
<param pos="0" name="hw.device" value="Power
|
553
|
+
<param pos="0" name="hw.device" value="Power device"/>
|
599
554
|
<param pos="0" name="hw.product" value="ConnectUPS Web Card"/>
|
600
555
|
</fingerprint>
|
601
|
-
|
602
556
|
<fingerprint pattern="^Calient Technologies Inc\.$">
|
603
557
|
<description>Calient Photonic Switch</description>
|
604
558
|
<example>Calient Technologies Inc.</example>
|
@@ -609,7 +563,6 @@
|
|
609
563
|
<param pos="0" name="os.device" value="Switch"/>
|
610
564
|
<param pos="0" name="os.family" value="Linux"/>
|
611
565
|
</fingerprint>
|
612
|
-
|
613
566
|
<fingerprint pattern="^Google Fiber Network Box Diagnostics$">
|
614
567
|
<description>Google Fiber Router</description>
|
615
568
|
<example>Google Fiber Network Box Diagnostics</example>
|
@@ -617,7 +570,6 @@
|
|
617
570
|
<param pos="0" name="hw.device" value="Router"/>
|
618
571
|
<param pos="0" name="hw.product" value="Fiber Network Box"/>
|
619
572
|
</fingerprint>
|
620
|
-
|
621
573
|
<fingerprint pattern="ServerView.* (iRMC S\d+) Web Server">
|
622
574
|
<description>Fujitsu iRMC BMC</description>
|
623
575
|
<example hw.product="iRMC S3" os.product="iRMC S3">ServerView Remote Management iRMC S3 Web Server</example>
|
@@ -629,7 +581,6 @@
|
|
629
581
|
<param pos="0" name="os.vendor" value="Fujitsu"/>
|
630
582
|
<param pos="1" name="os.product"/>
|
631
583
|
</fingerprint>
|
632
|
-
|
633
584
|
<fingerprint pattern="^Cisco UCS KVM Direct$">
|
634
585
|
<description>Cisco UCS KVM Direct</description>
|
635
586
|
<example>Cisco UCS KVM Direct</example>
|
@@ -640,8 +591,8 @@
|
|
640
591
|
<param pos="0" name="os.family" value="Linux"/>
|
641
592
|
<param pos="0" name="os.product" value="NX-OS"/>
|
642
593
|
<param pos="0" name="os.certainty" value="0.8"/>
|
594
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:cisco:nx-os:-"/>
|
643
595
|
</fingerprint>
|
644
|
-
|
645
596
|
<fingerprint pattern="^Cisco UCS Manager$">
|
646
597
|
<description>Cisco UCS Manager</description>
|
647
598
|
<example>Cisco UCS Manager</example>
|
@@ -652,8 +603,21 @@
|
|
652
603
|
<param pos="0" name="os.family" value="Linux"/>
|
653
604
|
<param pos="0" name="os.product" value="NX-OS"/>
|
654
605
|
<param pos="0" name="os.certainty" value="0.8"/>
|
606
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:cisco:nx-os:-"/>
|
607
|
+
</fingerprint>
|
608
|
+
<fingerprint pattern="^Cisco (?:IMC Login|Integrated Management Controller)">
|
609
|
+
<description>Cisco Integrated Management Controller</description>
|
610
|
+
<example>Cisco Integrated Management Controller</example>
|
611
|
+
<example>Cisco Integrated Management Controller Login</example>
|
612
|
+
<example>Cisco Integrated Management Controller WebUI</example>
|
613
|
+
<example>Cisco IMC Login Page</example>
|
614
|
+
<param pos="0" name="hw.device" value="Lights Out Management"/>
|
615
|
+
<param pos="0" name="hw.vendor" value="Cisco"/>
|
616
|
+
<param pos="0" name="hw.product" value="IMC"/>
|
617
|
+
<param pos="0" name="os.vendor" value="Cisco"/>
|
618
|
+
<param pos="0" name="os.family" value="Linux"/>
|
619
|
+
<param pos="0" name="os.product" value="IMC"/>
|
655
620
|
</fingerprint>
|
656
|
-
|
657
621
|
<fingerprint pattern="^HPE Virtual Connect Manager$">
|
658
622
|
<description>HPE Virtual Connect Manager</description>
|
659
623
|
<example>HPE Virtual Connect Manager</example>
|
@@ -664,7 +628,6 @@
|
|
664
628
|
<param pos="0" name="os.device" value="Lights Out Management"/>
|
665
629
|
<param pos="0" name="os.product" value="iLO"/>
|
666
630
|
</fingerprint>
|
667
|
-
|
668
631
|
<fingerprint pattern="^HPE BladeSystem Onboard Administrator$">
|
669
632
|
<description>HPE BladeSystem Onboard Administrator</description>
|
670
633
|
<example>HPE BladeSystem Onboard Administrator</example>
|
@@ -672,7 +635,6 @@
|
|
672
635
|
<param pos="0" name="hw.vendor" value="HPE"/>
|
673
636
|
<param pos="0" name="hw.product" value="BladeSystem Onboard Administrator"/>
|
674
637
|
</fingerprint>
|
675
|
-
|
676
638
|
<fingerprint pattern="^HPE System Management Homepage$">
|
677
639
|
<description>HPE System Management Homepage</description>
|
678
640
|
<example>HPE System Management Homepage</example>
|
@@ -683,31 +645,30 @@
|
|
683
645
|
<param pos="0" name="os.device" value="Lights Out Management"/>
|
684
646
|
<param pos="0" name="os.product" value="iLO"/>
|
685
647
|
</fingerprint>
|
686
|
-
|
687
648
|
<fingerprint pattern="^HP Integrated Lights-Out$">
|
688
649
|
<description>HP Integrated Lights-Out</description>
|
689
650
|
<example>HP Integrated Lights-Out</example>
|
690
651
|
<param pos="0" name="hw.device" value="Lights Out Management"/>
|
691
652
|
<param pos="0" name="hw.vendor" value="HP"/>
|
692
653
|
<param pos="0" name="hw.product" value="iLO"/>
|
654
|
+
<param pos="0" name="hw.cpe23" value="cpe:/h:hp:integrated_lights_out:-"/>
|
693
655
|
<param pos="0" name="os.vendor" value="HP"/>
|
694
656
|
<param pos="0" name="os.device" value="Lights Out Management"/>
|
695
657
|
<param pos="0" name="os.family" value="iLO"/>
|
696
658
|
<param pos="0" name="os.product" value="iLO"/>
|
697
659
|
</fingerprint>
|
698
|
-
|
699
660
|
<fingerprint pattern="^HP Integrated Lights-Out 2$">
|
700
661
|
<description>HP Integrated Lights-Out 2</description>
|
701
662
|
<example>HP Integrated Lights-Out 2</example>
|
702
663
|
<param pos="0" name="hw.device" value="Lights Out Management"/>
|
703
664
|
<param pos="0" name="hw.vendor" value="HP"/>
|
704
665
|
<param pos="0" name="hw.product" value="iLO"/>
|
666
|
+
<param pos="0" name="hw.cpe23" value="cpe:/h:hp:integrated_lights_out:-"/>
|
705
667
|
<param pos="0" name="os.vendor" value="HP"/>
|
706
668
|
<param pos="0" name="os.device" value="Lights Out Management"/>
|
707
669
|
<param pos="0" name="os.family" value="iLO"/>
|
708
670
|
<param pos="0" name="os.product" value="iLO 2"/>
|
709
671
|
</fingerprint>
|
710
|
-
|
711
672
|
<fingerprint pattern="^(iLO \d+)$">
|
712
673
|
<description>HP Integrated Lights-Out 3+</description>
|
713
674
|
<example hw.product="iLO 3" os.product="iLO 3">iLO 3</example>
|
@@ -720,7 +681,6 @@
|
|
720
681
|
<param pos="0" name="os.family" value="iLO"/>
|
721
682
|
<param pos="1" name="os.product"/>
|
722
683
|
</fingerprint>
|
723
|
-
|
724
684
|
<fingerprint pattern="^HPE SimpliVity OmniStack$">
|
725
685
|
<description>HPE SimpliVity OmniStack</description>
|
726
686
|
<example>HPE SimpliVity OmniStack</example>
|
@@ -728,7 +688,6 @@
|
|
728
688
|
<param pos="0" name="hw.vendor" value="HPE"/>
|
729
689
|
<param pos="0" name="hw.product" value="SimpliVity OmniStack"/>
|
730
690
|
</fingerprint>
|
731
|
-
|
732
691
|
<fingerprint pattern="^HPE (StoreEver \S+)$">
|
733
692
|
<description>HPE StoreEver</description>
|
734
693
|
<example hw.product="StoreEver MSL3040">HPE StoreEver MSL3040</example>
|
@@ -736,7 +695,6 @@
|
|
736
695
|
<param pos="0" name="hw.vendor" value="HPE"/>
|
737
696
|
<param pos="1" name="hw.product"/>
|
738
697
|
</fingerprint>
|
739
|
-
|
740
698
|
<fingerprint pattern="^Dell OpenManage Switch Administrator$">
|
741
699
|
<description>Dell OpenManage Switch Administrator</description>
|
742
700
|
<example>Dell OpenManage Switch Administrator</example>
|
@@ -744,7 +702,6 @@
|
|
744
702
|
<param pos="0" name="hw.device" value="Switch"/>
|
745
703
|
<param pos="0" name="hw.product" value="OpenManage Switch"/>
|
746
704
|
</fingerprint>
|
747
|
-
|
748
705
|
<fingerprint pattern="^(\S+)\s+-\s+ProCurve Switch (\S+) \((.*)\)$">
|
749
706
|
<description>HPE ProCurve Switch w/Hostname</description>
|
750
707
|
<example host.name="SW1" hw.product="4204vl" procurve.model="J8770A">SW1 - ProCurve Switch 4204vl (J8770A)</example>
|
@@ -754,7 +711,6 @@
|
|
754
711
|
<param pos="1" name="host.name"/>
|
755
712
|
<param pos="3" name="procurve.model"/>
|
756
713
|
</fingerprint>
|
757
|
-
|
758
714
|
<fingerprint pattern="^ProCurve Switch (\S+) \((.*)\)$">
|
759
715
|
<description>HPE ProCurve Switch w/o Hostname</description>
|
760
716
|
<example hw.product="2610-24/12PWR" procurve.model="J9086A">ProCurve Switch 2610-24/12PWR (J9086A)</example>
|
@@ -763,7 +719,6 @@
|
|
763
719
|
<param pos="1" name="hw.product"/>
|
764
720
|
<param pos="2" name="procurve.model"/>
|
765
721
|
</fingerprint>
|
766
|
-
|
767
722
|
<fingerprint pattern="^FlexiPacket Hub$">
|
768
723
|
<description>Nokia Siemens FlexiPacket Hub</description>
|
769
724
|
<example>FlexiPacket Hub</example>
|
@@ -771,7 +726,6 @@
|
|
771
726
|
<param pos="0" name="hw.device" value="Switch"/>
|
772
727
|
<param pos="0" name="hw.product" value="FlexiPacket Hub"/>
|
773
728
|
</fingerprint>
|
774
|
-
|
775
729
|
<fingerprint pattern="^R&S Instrument VNC desktop$">
|
776
730
|
<description>Rohde and Schwarz Remote Instrument (vnc)</description>
|
777
731
|
<example>R&S Instrument VNC desktop</example>
|
@@ -781,14 +735,12 @@
|
|
781
735
|
<param pos="0" name="os.vendor" value="Rohde & Schwarz"/>
|
782
736
|
<param pos="0" name="os.family" value="Linux"/>
|
783
737
|
</fingerprint>
|
784
|
-
|
785
738
|
<fingerprint pattern="^Rohde & Schwarz remote instrument$">
|
786
739
|
<description>Rohde and Schwarz Remote Instrument (web admin)</description>
|
787
740
|
<example>Rohde & Schwarz remote instrument</example>
|
788
741
|
<param pos="0" name="hw.device" value="Test Instrument"/>
|
789
742
|
<param pos="0" name="hw.vendor" value="Rohde & Schwarz"/>
|
790
743
|
</fingerprint>
|
791
|
-
|
792
744
|
<fingerprint pattern="^EXA$">
|
793
745
|
<description>Keysight EXA Signal Analyzer</description>
|
794
746
|
<example>EXA</example>
|
@@ -797,7 +749,6 @@
|
|
797
749
|
<param pos="0" name="hw.product" value="EXA Signal Analyzer"/>
|
798
750
|
<param pos="0" name="os.device" value="Test Instrument"/>
|
799
751
|
</fingerprint>
|
800
|
-
|
801
752
|
<fingerprint pattern="^MXA$">
|
802
753
|
<description>Keysight MXA Signal Analyzer</description>
|
803
754
|
<example>MXA</example>
|
@@ -806,7 +757,6 @@
|
|
806
757
|
<param pos="0" name="hw.product" value="MXA Signal Analyzer"/>
|
807
758
|
<param pos="0" name="os.device" value="Test Instrument"/>
|
808
759
|
</fingerprint>
|
809
|
-
|
810
760
|
<fingerprint pattern="^Paragon-100G$">
|
811
761
|
<description>Calnex Paragon-100G</description>
|
812
762
|
<example>Paragon-100G</example>
|
@@ -814,7 +764,6 @@
|
|
814
764
|
<param pos="0" name="hw.device" value="Test Instrument"/>
|
815
765
|
<param pos="0" name="hw.product" value="Paragon-100G"/>
|
816
766
|
</fingerprint>
|
817
|
-
|
818
767
|
<fingerprint pattern="^33521A$">
|
819
768
|
<description>Keysight 33521A Waveform Generator</description>
|
820
769
|
<example>33521A</example>
|
@@ -822,7 +771,6 @@
|
|
822
771
|
<param pos="0" name="hw.device" value="Test Instrument"/>
|
823
772
|
<param pos="0" name="hw.product" value="33521A Waveform Generator"/>
|
824
773
|
</fingerprint>
|
825
|
-
|
826
774
|
<fingerprint pattern="^34972A$">
|
827
775
|
<description>Keysight 34972A Data Logger</description>
|
828
776
|
<example>34972A</example>
|
@@ -830,7 +778,6 @@
|
|
830
778
|
<param pos="0" name="hw.device" value="Test Instrument"/>
|
831
779
|
<param pos="0" name="hw.product" value="34972A Data Logger"/>
|
832
780
|
</fingerprint>
|
833
|
-
|
834
781
|
<fingerprint pattern="^53230A$">
|
835
782
|
<description>Agilent 53230A Frequency Counter</description>
|
836
783
|
<example>53230A</example>
|
@@ -838,7 +785,6 @@
|
|
838
785
|
<param pos="0" name="hw.device" value="Test Instrument"/>
|
839
786
|
<param pos="0" name="hw.product" value="53230A Frequency Counter"/>
|
840
787
|
</fingerprint>
|
841
|
-
|
842
788
|
<fingerprint pattern="^Agilent 33220A \((.*)\)$">
|
843
789
|
<description>Agilent 33220A</description>
|
844
790
|
<example agilent.serial="MY44041111">Agilent 33220A (MY44041111)</example>
|
@@ -847,7 +793,6 @@
|
|
847
793
|
<param pos="0" name="hw.product" value="33220A Waveform Generator"/>
|
848
794
|
<param pos="1" name="agilent.serial"/>
|
849
795
|
</fingerprint>
|
850
|
-
|
851
796
|
<fingerprint pattern="^Agilent N5172B (?:EXG )?(MY\S+)$">
|
852
797
|
<description>Agilent N5172B</description>
|
853
798
|
<example agilent.serial="MY44041111">Agilent N5172B EXG MY44041111</example>
|
@@ -856,7 +801,6 @@
|
|
856
801
|
<param pos="0" name="hw.product" value="N5172B Signal Generator"/>
|
857
802
|
<param pos="1" name="agilent.serial"/>
|
858
803
|
</fingerprint>
|
859
|
-
|
860
804
|
<fingerprint pattern="^Polycom - Configuration Utility$">
|
861
805
|
<description>Polycom IP Phone</description>
|
862
806
|
<example>Polycom - Configuration Utility</example>
|
@@ -866,15 +810,12 @@
|
|
866
810
|
<param pos="0" name="os.vendor" value="Polycom"/>
|
867
811
|
<param pos="0" name="os.product" value="Polycom"/>
|
868
812
|
</fingerprint>
|
869
|
-
|
870
|
-
|
871
813
|
<fingerprint pattern="^Digium Phone Settings$">
|
872
814
|
<description>Digium Phone Settings</description>
|
873
815
|
<example>Digium Phone Settings</example>
|
874
816
|
<param pos="0" name="hw.vendor" value="Digium"/>
|
875
817
|
<param pos="0" name="hw.device" value="VoIP"/>
|
876
818
|
</fingerprint>
|
877
|
-
|
878
819
|
<fingerprint pattern="^(SPA\S+) Configuration Utility$">
|
879
820
|
<description>Cisco IP Phone - SPA504G Configuration Utility</description>
|
880
821
|
<example hw.product="SPA504G">SPA504G Configuration Utility</example>
|
@@ -882,7 +823,6 @@
|
|
882
823
|
<param pos="0" name="hw.device" value="VoIP"/>
|
883
824
|
<param pos="1" name="hw.product"/>
|
884
825
|
</fingerprint>
|
885
|
-
|
886
826
|
<fingerprint pattern="^Cisco (?:SPA Configuration|IP Phone)$">
|
887
827
|
<description>Cisco IP Phone </description>
|
888
828
|
<example>Cisco SPA Configuration</example>
|
@@ -890,14 +830,12 @@
|
|
890
830
|
<param pos="0" name="hw.vendor" value="Cisco"/>
|
891
831
|
<param pos="0" name="hw.device" value="VoIP"/>
|
892
832
|
</fingerprint>
|
893
|
-
|
894
833
|
<fingerprint pattern="^Cisco IP Camera$">
|
895
834
|
<description>Cisco IP Camera</description>
|
896
835
|
<example>Cisco IP Camera</example>
|
897
836
|
<param pos="0" name="hw.vendor" value="Cisco"/>
|
898
|
-
<param pos="0" name="hw.device" value="Web
|
837
|
+
<param pos="0" name="hw.device" value="Web cam"/>
|
899
838
|
</fingerprint>
|
900
|
-
|
901
839
|
<fingerprint pattern="^Cisco TelePresence MCU">
|
902
840
|
<description>Cisco TelePresence MCU - Home page</description>
|
903
841
|
<example>Cisco TelePresence MCU - Home page</example>
|
@@ -906,7 +844,6 @@
|
|
906
844
|
<param pos="0" name="hw.device" value="Video Conferencing"/>
|
907
845
|
<param pos="0" name="hw.product" value="TelePresence MCU"/>
|
908
846
|
</fingerprint>
|
909
|
-
|
910
847
|
<fingerprint pattern="^Cisco (Nexus \d+\S+)$">
|
911
848
|
<description>Cisco Nexus Virtual Switch</description>
|
912
849
|
<example hw.product="Nexus 1000V">Cisco Nexus 1000V</example>
|
@@ -914,7 +851,6 @@
|
|
914
851
|
<param pos="0" name="hw.device" value="Switch"/>
|
915
852
|
<param pos="1" name="hw.product"/>
|
916
853
|
</fingerprint>
|
917
|
-
|
918
854
|
<fingerprint pattern="^Cisco Catalyst Switch - Home$">
|
919
855
|
<description>Cisco Catalyst Switch</description>
|
920
856
|
<example>Cisco Catalyst Switch - Home</example>
|
@@ -923,8 +859,8 @@
|
|
923
859
|
<param pos="0" name="hw.product" value="Catalyst"/>
|
924
860
|
<param pos="0" name="os.vendor" value="Cisco"/>
|
925
861
|
<param pos="0" name="os.product" value="CatOS"/>
|
862
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:cisco:catos:-"/>
|
926
863
|
</fingerprint>
|
927
|
-
|
928
864
|
<fingerprint pattern="^Cisco MDS 9000(?: and Nexus 5000)? Management Modules (\d+\.\d+\S+)$">
|
929
865
|
<description>Cisco MDS 9000/Nexus 5000</description>
|
930
866
|
<example os.version="7.3(1)D1(1)">Cisco MDS 9000 and Nexus 5000 Management Modules 7.3(1)D1(1)</example>
|
@@ -933,12 +869,94 @@
|
|
933
869
|
<param pos="0" name="hw.vendor" value="Cisco"/>
|
934
870
|
<param pos="0" name="hw.device" value="Switch"/>
|
935
871
|
<param pos="0" name="hw.product" value="MDS 9000"/>
|
872
|
+
<param pos="0" name="hw.cpe23" value="cpe:/h:cisco:mds_9000:-"/>
|
936
873
|
<param pos="0" name="os.vendor" value="Cisco"/>
|
937
874
|
<param pos="0" name="os.device" value="Switch"/>
|
938
875
|
<param pos="0" name="os.product" value="MDS 9000"/>
|
939
876
|
<param pos="1" name="os.version"/>
|
877
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:cisco:mds_9000:{os.version}"/>
|
878
|
+
</fingerprint>
|
879
|
+
<fingerprint pattern="^Stealthwatch Management Console$">
|
880
|
+
<description>Stealthwatch Management Console</description>
|
881
|
+
<example>Stealthwatch Management Console</example>
|
882
|
+
<param pos="0" name="hw.vendor" value="Cisco"/>
|
883
|
+
<param pos="0" name="hw.device" value="Security Appliance"/>
|
884
|
+
<param pos="0" name="hw.product" value="Stealthwatch"/>
|
885
|
+
<param pos="0" name="os.vendor" value="Cisco"/>
|
886
|
+
<param pos="0" name="os.device" value="Security Appliance"/>
|
887
|
+
<param pos="0" name="os.product" value="Stealthwatch"/>
|
888
|
+
</fingerprint>
|
889
|
+
<fingerprint pattern="^Cisco vManage$">
|
890
|
+
<description>Cisco vManage SD-WAN</description>
|
891
|
+
<example>Cisco vManage</example>
|
892
|
+
<param pos="0" name="hw.vendor" value="Cisco"/>
|
893
|
+
<param pos="0" name="hw.device" value="SD-WAN Appliance"/>
|
894
|
+
<param pos="0" name="hw.product" value="vManage"/>
|
895
|
+
<param pos="0" name="os.vendor" value="Cisco"/>
|
896
|
+
<param pos="0" name="os.device" value="SD-WAN Appliance"/>
|
897
|
+
<param pos="0" name="os.product" value="vManage"/>
|
898
|
+
</fingerprint>
|
899
|
+
<fingerprint pattern="^Login - Cisco DNA Center$">
|
900
|
+
<description>Cisco DNA Center Appliance</description>
|
901
|
+
<example>Login - Cisco DNA Center</example>
|
902
|
+
<param pos="0" name="hw.vendor" value="Cisco"/>
|
903
|
+
<param pos="0" name="hw.device" value="Network Management Device"/>
|
904
|
+
<param pos="0" name="hw.product" value="DNA Center"/>
|
905
|
+
<param pos="0" name="os.vendor" value="Cisco"/>
|
906
|
+
<param pos="0" name="os.device" value="Network Management Device"/>
|
907
|
+
<param pos="0" name="os.product" value="DNA Center"/>
|
908
|
+
</fingerprint>
|
909
|
+
<fingerprint pattern="^Cisco (?:Enterprise )?NFVIS$">
|
910
|
+
<description>Cisco NFVIS</description>
|
911
|
+
<example>Cisco NFVIS</example>
|
912
|
+
<example>Cisco Enterprise NFVIS</example>
|
913
|
+
<param pos="0" name="hw.vendor" value="Cisco"/>
|
914
|
+
<param pos="0" name="hw.device" value="Network Management Device"/>
|
915
|
+
<param pos="0" name="hw.product" value="NFVIS"/>
|
916
|
+
<param pos="0" name="os.vendor" value="Cisco"/>
|
917
|
+
<param pos="0" name="os.device" value="Network Management Device"/>
|
918
|
+
<param pos="0" name="os.product" value="NFVIS"/>
|
919
|
+
</fingerprint>
|
920
|
+
<fingerprint pattern="^Cisco Systems Login$">
|
921
|
+
<description>Cisco WLC</description>
|
922
|
+
<example>Cisco Systems Login</example>
|
923
|
+
<param pos="0" name="os.vendor" value="Cisco"/>
|
924
|
+
<param pos="0" name="os.device" value="Wireless Controller"/>
|
925
|
+
<param pos="0" name="os.product" value="Wireless LAN Controller"/>
|
926
|
+
<param pos="0" name="hw.vendor" value="Cisco"/>
|
927
|
+
<param pos="0" name="hw.device" value="Wireless Controller"/>
|
928
|
+
<param pos="0" name="hw.product" value="Wireless LAN Controller"/>
|
929
|
+
</fingerprint>
|
930
|
+
<fingerprint pattern="^Duo Access Gateway$">
|
931
|
+
<description>Duo Access Gateway</description>
|
932
|
+
<example>Duo Access Gateway</example>
|
933
|
+
<param pos="0" name="hw.vendor" value="Duo"/>
|
934
|
+
<param pos="0" name="hw.device" value="Security Appliance"/>
|
935
|
+
<param pos="0" name="hw.product" value="Access Gateway"/>
|
936
|
+
<param pos="0" name="os.vendor" value="Duo"/>
|
937
|
+
<param pos="0" name="os.device" value="Security Appliance"/>
|
938
|
+
<param pos="0" name="os.product" value="Access Gateway"/>
|
939
|
+
</fingerprint>
|
940
|
+
<fingerprint pattern="^Login - Duo Network Gateway$">
|
941
|
+
<description>Duo Network Gateway</description>
|
942
|
+
<example>Login - Duo Network Gateway</example>
|
943
|
+
<param pos="0" name="hw.vendor" value="Duo"/>
|
944
|
+
<param pos="0" name="hw.device" value="Security Appliance"/>
|
945
|
+
<param pos="0" name="hw.product" value="Network Gateway"/>
|
946
|
+
<param pos="0" name="os.vendor" value="Duo"/>
|
947
|
+
<param pos="0" name="os.device" value="Security Appliance"/>
|
948
|
+
<param pos="0" name="os.product" value="Network Gateway"/>
|
949
|
+
</fingerprint>
|
950
|
+
<fingerprint pattern="^VBrick Rev">
|
951
|
+
<description>VBrick Rev</description>
|
952
|
+
<example>VBrick Rev</example>
|
953
|
+
<param pos="0" name="hw.vendor" value="Cisco"/>
|
954
|
+
<param pos="0" name="hw.device" value="Video Conferencing"/>
|
955
|
+
<param pos="0" name="hw.product" value="VBrick Rev"/>
|
956
|
+
<param pos="0" name="os.vendor" value="Cisco"/>
|
957
|
+
<param pos="0" name="os.device" value="Video Conferencing"/>
|
958
|
+
<param pos="0" name="os.product" value="VBrick Rev"/>
|
940
959
|
</fingerprint>
|
941
|
-
|
942
960
|
<fingerprint pattern="^(LinxVII-\S+) Remote Access$">
|
943
961
|
<description>LinxVII-5S Data Terminal</description>
|
944
962
|
<example hw.product="LinxVII-5S">LinxVII-5S Remote Access</example>
|
@@ -946,46 +964,41 @@
|
|
946
964
|
<param pos="0" name="hw.device" value="Data Terminal"/>
|
947
965
|
<param pos="1" name="hw.product"/>
|
948
966
|
</fingerprint>
|
949
|
-
|
950
967
|
<fingerprint pattern="^Datalogic Mobile Portable$">
|
951
968
|
<description>Datalogic Mobile Portable</description>
|
952
969
|
<example>Datalogic Mobile Portable</example>
|
953
970
|
<param pos="0" name="hw.vendor" value="Datalogic Mobile"/>
|
954
971
|
<param pos="0" name="hw.device" value="Handheld Scanner"/>
|
955
972
|
</fingerprint>
|
956
|
-
|
957
973
|
<fingerprint pattern="^AXIS$">
|
958
974
|
<description>Axis Communications Web Cam</description>
|
959
975
|
<example>AXIS</example>
|
960
976
|
<param pos="0" name="hw.vendor" value="AXIS"/>
|
961
|
-
<param pos="0" name="hw.device" value="Web
|
977
|
+
<param pos="0" name="hw.device" value="Web cam"/>
|
962
978
|
<param pos="0" name="os.vendor" value="AXIS"/>
|
963
|
-
<param pos="0" name="os.device" value="Web Cam"/>
|
964
979
|
<param pos="0" name="os.family" value="Linux"/>
|
980
|
+
<param pos="0" name="os.device" value="Web cam"/>
|
965
981
|
</fingerprint>
|
966
|
-
|
967
982
|
<fingerprint pattern="^Hanwha Techwin$">
|
968
983
|
<description>Hanwha Techwin IP Camera</description>
|
969
984
|
<example>Hanwha Techwin</example>
|
970
985
|
<param pos="0" name="hw.vendor" value="Hanwha Techwin"/>
|
971
|
-
<param pos="0" name="hw.device" value="Web
|
986
|
+
<param pos="0" name="hw.device" value="Web cam"/>
|
972
987
|
<param pos="0" name="os.vendor" value="Hanwha Techwin"/>
|
973
|
-
<param pos="0" name="os.device" value="Web
|
988
|
+
<param pos="0" name="os.device" value="Web cam"/>
|
974
989
|
<param pos="0" name="os.family" value="Linux"/>
|
975
990
|
</fingerprint>
|
976
|
-
|
977
991
|
<fingerprint pattern="^(WV-NS\S+) Network Camera$">
|
978
992
|
<description>WV-NS202A Network Camera</description>
|
979
993
|
<example hw.product="WV-NS202A">WV-NS202A Network Camera</example>
|
980
994
|
<example hw.product="WV-NS954">WV-NS954 Network Camera</example>
|
981
995
|
<param pos="0" name="hw.vendor" value="Panasonic"/>
|
982
|
-
<param pos="0" name="hw.device" value="Web
|
996
|
+
<param pos="0" name="hw.device" value="Web cam"/>
|
983
997
|
<param pos="1" name="hw.product"/>
|
984
998
|
<param pos="0" name="os.vendor" value="Panasonic"/>
|
985
|
-
<param pos="0" name="os.device" value="Web
|
999
|
+
<param pos="0" name="os.device" value="Web cam"/>
|
986
1000
|
<param pos="0" name="os.family" value="Linux"/>
|
987
1001
|
</fingerprint>
|
988
|
-
|
989
1002
|
<fingerprint pattern="^KACE Systems Management Appliance">
|
990
1003
|
<description>KACE Systems Management Appliances</description>
|
991
1004
|
<example>KACE Systems Management Appliance Service Center</example>
|
@@ -995,7 +1008,6 @@
|
|
995
1008
|
<param pos="0" name="os.vendor" value="KACE"/>
|
996
1009
|
<param pos="0" name="os.family" value="FreeBSD"/>
|
997
1010
|
</fingerprint>
|
998
|
-
|
999
1011
|
<fingerprint pattern="Portal.*Powered by BOMGAR$">
|
1000
1012
|
<description>Bomgar Appliances</description>
|
1001
1013
|
<example>Remote Support Portal | Powered by BOMGAR</example>
|
@@ -1005,7 +1017,6 @@
|
|
1005
1017
|
<param pos="0" name="os.vendor" value="Bomgar"/>
|
1006
1018
|
<param pos="0" name="os.family" value="Linux"/>
|
1007
1019
|
</fingerprint>
|
1008
|
-
|
1009
1020
|
<fingerprint pattern="^XRoads Network Appliance Administration$">
|
1010
1021
|
<description>XRoads SD-WAN Network Appliance </description>
|
1011
1022
|
<example>XRoads Network Appliance Administration</example>
|
@@ -1014,7 +1025,6 @@
|
|
1014
1025
|
<param pos="0" name="os.vendor" value="XRoads"/>
|
1015
1026
|
<param pos="0" name="os.family" value="Linux"/>
|
1016
1027
|
</fingerprint>
|
1017
|
-
|
1018
1028
|
<!-- An OEM of the Quantum Corporation SuperLoader 3 -->
|
1019
1029
|
<fingerprint pattern="^On Board Remote Management$">
|
1020
1030
|
<description>PowerVault 124T Tape Library</description>
|
@@ -1024,8 +1034,7 @@
|
|
1024
1034
|
<param pos="0" name="hw.product" value="PowerVault 124T"/>
|
1025
1035
|
<param pos="0" name="os.vendor" value="Dell"/>
|
1026
1036
|
</fingerprint>
|
1027
|
-
|
1028
|
-
<fingerprint pattern="^(HD-RX-\S+)$">
|
1037
|
+
<fingerprint pattern="^(HD-RX-\S+)$">
|
1029
1038
|
<description>Crestron Multiformat Receivers</description>
|
1030
1039
|
<example hw.product="HD-RX-201-C-E">HD-RX-201-C-E</example>
|
1031
1040
|
<param pos="0" name="hw.vendor" value="Crestron"/>
|
@@ -1033,8 +1042,7 @@
|
|
1033
1042
|
<param pos="1" name="hw.product"/>
|
1034
1043
|
<param pos="0" name="os.vendor" value="Crestron"/>
|
1035
1044
|
</fingerprint>
|
1036
|
-
|
1037
|
-
<fingerprint pattern="^Lencore Sound Manager 2$">
|
1045
|
+
<fingerprint pattern="^Lencore Sound Manager 2$">
|
1038
1046
|
<description>Lencore Sound Manager 2</description>
|
1039
1047
|
<example>Lencore Sound Manager 2</example>
|
1040
1048
|
<param pos="0" name="hw.vendor" value="Lencore"/>
|
@@ -1043,10 +1051,8 @@
|
|
1043
1051
|
<param pos="0" name="os.vendor" value="i.LON"/>
|
1044
1052
|
<param pos="0" name="os.product" value="SmartServer"/>
|
1045
1053
|
</fingerprint>
|
1046
|
-
|
1047
|
-
|
1048
|
-
|
1049
|
-
<fingerprint pattern="^CTI (25\S+) Main Menu$">
|
1054
|
+
<!-- Various ICS/OT -->
|
1055
|
+
<fingerprint pattern="^CTI (25\S+) Main Menu$">
|
1050
1056
|
<description>Siemens 257x Ethernet Adapter (CTI Branded)</description>
|
1051
1057
|
<example hw.product="2572-A">CTI 2572-A Main Menu</example>
|
1052
1058
|
<param pos="0" name="hw.vendor" value="Siemens"/>
|
@@ -1054,7 +1060,6 @@
|
|
1054
1060
|
<param pos="1" name="hw.product"/>
|
1055
1061
|
<param pos="0" name="os.vendor" value="Siemens"/>
|
1056
1062
|
</fingerprint>
|
1057
|
-
|
1058
1063
|
<fingerprint pattern="^(25\S+) Ethernet TCP/IP Module$">
|
1059
1064
|
<description>Siemens 257x Ethernet Adapter</description>
|
1060
1065
|
<example hw.product="2572-B">2572-B Ethernet TCP/IP Module</example>
|
@@ -1063,7 +1068,6 @@
|
|
1063
1068
|
<param pos="1" name="hw.product"/>
|
1064
1069
|
<param pos="0" name="os.vendor" value="Siemens"/>
|
1065
1070
|
</fingerprint>
|
1066
|
-
|
1067
1071
|
<fingerprint pattern="^ECOM100 Main$">
|
1068
1072
|
<description>DirectLOGIC DL205 communication module</description>
|
1069
1073
|
<example>ECOM100 Main</example>
|
@@ -1072,7 +1076,6 @@
|
|
1072
1076
|
<param pos="0" name="hw.product" value="ECOM100"/>
|
1073
1077
|
<param pos="0" name="os.vendor" value="DirectLOGIC"/>
|
1074
1078
|
</fingerprint>
|
1075
|
-
|
1076
1079
|
<fingerprint pattern="^(1794-\S+) FLEX Ethernet Adapter$">
|
1077
1080
|
<description>Allen-Bradley 1794-AENTR FLEX Ethernet Adapter</description>
|
1078
1081
|
<example hw.product="1794-AENTR">1794-AENTR FLEX Ethernet Adapter</example>
|
@@ -1081,7 +1084,6 @@
|
|
1081
1084
|
<param pos="1" name="hw.product"/>
|
1082
1085
|
<param pos="0" name="os.vendor" value="Allen-Bradley"/>
|
1083
1086
|
</fingerprint>
|
1084
|
-
|
1085
1087
|
<fingerprint pattern="^Anybus-CC EtherNet/IP$">
|
1086
1088
|
<description>Anybus-CC EtherNet/IP</description>
|
1087
1089
|
<example>Anybus-CC EtherNet/IP</example>
|
@@ -1090,7 +1092,6 @@
|
|
1090
1092
|
<param pos="0" name="hw.product" value="CC EtherNet/IP"/>
|
1091
1093
|
<param pos="0" name="os.vendor" value="AnyBus"/>
|
1092
1094
|
</fingerprint>
|
1093
|
-
|
1094
1095
|
<fingerprint pattern="^Symmetry 2DBC">
|
1095
1096
|
<description>AMAG Technology Symmetry EN-2DBC Access Controller</description>
|
1096
1097
|
<example>Symmetry 2DBC STD APP (EN2DBC_00_EF_4F)</example>
|
@@ -1099,7 +1100,6 @@
|
|
1099
1100
|
<param pos="0" name="hw.product" value="Symmetry EN-2DBC"/>
|
1100
1101
|
<param pos="0" name="os.vendor" value="AMAG Technology"/>
|
1101
1102
|
</fingerprint>
|
1102
|
-
|
1103
1103
|
<fingerprint pattern="^(1747-\S+) Home Page$">
|
1104
1104
|
<description>Allen-Bradley 1747-LXXX SLC 5/05 Controller</description>
|
1105
1105
|
<example hw.product="1747-L551">1747-L551 Home Page</example>
|
@@ -1110,7 +1110,6 @@
|
|
1110
1110
|
<param pos="1" name="hw.product"/>
|
1111
1111
|
<param pos="0" name="os.vendor" value="Allen-Bradley"/>
|
1112
1112
|
</fingerprint>
|
1113
|
-
|
1114
1113
|
<fingerprint pattern="^(1766-\S+) (B/\S+)$">
|
1115
1114
|
<description>Allen-Bradley 1766-L32BXB PLC</description>
|
1116
1115
|
<example hw.product="1766-L32BXB" os.product="1766-L32BXB" os.version="B/11.00">1766-L32BXB B/11.00</example>
|
@@ -1122,7 +1121,6 @@
|
|
1122
1121
|
<param pos="1" name="os.product"/>
|
1123
1122
|
<param pos="2" name="os.version"/>
|
1124
1123
|
</fingerprint>
|
1125
|
-
|
1126
1124
|
<fingerprint pattern="^PLC-5 Ethernet Base Page$">
|
1127
1125
|
<description>PLC-5 Ethernet Interface Module</description>
|
1128
1126
|
<example>PLC-5 Ethernet Base Page</example>
|
@@ -1133,7 +1131,6 @@
|
|
1133
1131
|
<param pos="0" name="os.device" value="PLC"/>
|
1134
1132
|
<param pos="0" name="os.product" value="PLC-5"/>
|
1135
1133
|
</fingerprint>
|
1136
|
-
|
1137
1134
|
<fingerprint pattern="^(1761-NET-\S+)$">
|
1138
1135
|
<description>Allen-Bradley Ethernet Module</description>
|
1139
1136
|
<example hw.product="1761-NET-EN">1761-NET-EN</example>
|
@@ -1143,7 +1140,6 @@
|
|
1143
1140
|
<param pos="1" name="hw.product"/>
|
1144
1141
|
<param pos="0" name="os.vendor" value="Allen-Bradley"/>
|
1145
1142
|
</fingerprint>
|
1146
|
-
|
1147
1143
|
<fingerprint pattern="^(1785-\S+) Ethernet Base Page$">
|
1148
1144
|
<description>Allen-Bradley 1785 Ethernet Module</description>
|
1149
1145
|
<example hw.product="1785-ENET">1785-ENET Ethernet Base Page</example>
|
@@ -1152,7 +1148,6 @@
|
|
1152
1148
|
<param pos="1" name="hw.product"/>
|
1153
1149
|
<param pos="0" name="os.vendor" value="Allen-Bradley"/>
|
1154
1150
|
</fingerprint>
|
1155
|
-
|
1156
1151
|
<fingerprint pattern="^NFT S7 - DALI-Gateway\(Ethernet\)$">
|
1157
1152
|
<description>NFT DALI S7 Ethernet Module</description>
|
1158
1153
|
<example>NFT S7 - DALI-Gateway(Ethernet)</example>
|
@@ -1161,7 +1156,6 @@
|
|
1161
1156
|
<param pos="0" name="hw.product" value="S7 DALI Gateway"/>
|
1162
1157
|
<param pos="0" name="os.vendor" value="NFT"/>
|
1163
1158
|
</fingerprint>
|
1164
|
-
|
1165
1159
|
<fingerprint pattern="^IBHLink S7\+\+$">
|
1166
1160
|
<description>IBHsofte IBHLink S7++</description>
|
1167
1161
|
<example>IBHLink S7++</example>
|
@@ -1170,18 +1164,13 @@
|
|
1170
1164
|
<param pos="0" name="hw.product" value="IBHLink S7++"/>
|
1171
1165
|
<param pos="0" name="os.vendor" value="IBHsofte"/>
|
1172
1166
|
</fingerprint>
|
1173
|
-
|
1174
|
-
|
1175
1167
|
<!-- Software and Appliances -->
|
1176
|
-
|
1177
1168
|
<fingerprint pattern="^S7/S5 OPC Server$">
|
1178
1169
|
<description>Softing Industrial S7/S5 OPC Server</description>
|
1179
1170
|
<example>S7/S5 OPC Server</example>
|
1180
1171
|
<param pos="0" name="service.vendor" value="Softing"/>
|
1181
1172
|
<param pos="0" name="service.product" value="S7/S5 OPC Server"/>
|
1182
|
-
<param pos="0" name="service.cpe23" value="cpe:/a:softing:s7-s5-opc-server:-"/>
|
1183
1173
|
</fingerprint>
|
1184
|
-
|
1185
1174
|
<fingerprint pattern="^Nessus$">
|
1186
1175
|
<description>Nessus</description>
|
1187
1176
|
<example>Nessus</example>
|
@@ -1189,7 +1178,6 @@
|
|
1189
1178
|
<param pos="0" name="service.product" value="Nessus"/>
|
1190
1179
|
<param pos="0" name="service.cpe23" value="cpe:/a:tenable:nessus:-"/>
|
1191
1180
|
</fingerprint>
|
1192
|
-
|
1193
1181
|
<fingerprint pattern="^Tenable Appliance$">
|
1194
1182
|
<description>Tenable Appliance</description>
|
1195
1183
|
<example>Tenable Appliance</example>
|
@@ -1197,7 +1185,6 @@
|
|
1197
1185
|
<param pos="0" name="hw.device" value="Security Appliance"/>
|
1198
1186
|
<param pos="0" name="hw.product" value="Tenable Appliance"/>
|
1199
1187
|
</fingerprint>
|
1200
|
-
|
1201
1188
|
<fingerprint pattern="^(?:Welcome to Citrix )?XenServer ([0-9\.]+)$">
|
1202
1189
|
<description>XenServer</description>
|
1203
1190
|
<example service.version="7.2.0">Welcome to Citrix XenServer 7.2.0</example>
|
@@ -1207,40 +1194,33 @@
|
|
1207
1194
|
<param pos="1" name="service.version"/>
|
1208
1195
|
<param pos="0" name="service.cpe23" value="cpe:/a:citrix:xenserver:{service.version}"/>
|
1209
1196
|
</fingerprint>
|
1210
|
-
|
1211
1197
|
<fingerprint pattern="^RabbitMQ Management$">
|
1212
1198
|
<description>RabbitMQ Management</description>
|
1213
1199
|
<example>RabbitMQ Management</example>
|
1214
1200
|
<param pos="0" name="service.vendor" value="RabbitMQ"/>
|
1215
1201
|
<param pos="0" name="service.product" value="Management Server"/>
|
1216
|
-
<param pos="0" name="service.cpe23" value="cpe:/a:rabbitmq:rabbitmq-manager:-"/>
|
1217
1202
|
</fingerprint>
|
1218
|
-
|
1219
1203
|
<fingerprint pattern="^Statistics Report for HAProxy$">
|
1220
1204
|
<description>HAProxy Stats Server</description>
|
1221
1205
|
<example>Statistics Report for HAProxy</example>
|
1222
1206
|
<param pos="0" name="service.vendor" value="HAProxy"/>
|
1223
1207
|
<param pos="0" name="service.product" value="HAProxy Stats Server"/>
|
1224
|
-
<param pos="0" name="service.cpe23" value="cpe:/a:haproxy:stats-server:-"/>
|
1225
1208
|
</fingerprint>
|
1226
|
-
|
1227
1209
|
<fingerprint pattern="^Open Manage&trade;$">
|
1228
|
-
<description>Dell
|
1210
|
+
<description>Dell OpenManage Admin</description>
|
1229
1211
|
<example>Open Manage&trade;</example>
|
1230
1212
|
<param pos="0" name="service.vendor" value="Dell"/>
|
1231
|
-
<param pos="0" name="service.product" value="
|
1213
|
+
<param pos="0" name="service.product" value="OpenManage"/>
|
1232
1214
|
<param pos="0" name="service.cpe23" value="cpe:/a:dell:openmanage:-"/>
|
1233
1215
|
</fingerprint>
|
1234
|
-
|
1235
1216
|
<fingerprint pattern="^TightVNC desktop \[(.*)\]$">
|
1236
1217
|
<description>TightVNC Web Server</description>
|
1237
1218
|
<example host.name="teller01">TightVNC desktop [teller01]</example>
|
1238
1219
|
<param pos="0" name="service.vendor" value="TightVNC"/>
|
1239
1220
|
<param pos="0" name="service.product" value="Desktop"/>
|
1240
|
-
<param pos="0" name="service.cpe23" value="cpe:/a:tightvnc:
|
1221
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:tightvnc:tightvnc:-"/>
|
1241
1222
|
<param pos="1" name="host.name"/>
|
1242
1223
|
</fingerprint>
|
1243
|
-
|
1244
1224
|
<fingerprint pattern="^noVNC$">
|
1245
1225
|
<description>noVNC Web Server</description>
|
1246
1226
|
<example>noVNC</example>
|
@@ -1248,7 +1228,6 @@
|
|
1248
1228
|
<param pos="0" name="service.product" value="noVNC"/>
|
1249
1229
|
<param pos="0" name="service.cpe23" value="cpe:/a:novnc:novnc:-"/>
|
1250
1230
|
</fingerprint>
|
1251
|
-
|
1252
1231
|
<fingerprint pattern="^.* \[Jenkins\]$">
|
1253
1232
|
<description>Jenkins Customized Dashboard</description>
|
1254
1233
|
<example>Continuous Integrations [Jenkins]</example>
|
@@ -1257,39 +1236,31 @@
|
|
1257
1236
|
<param pos="0" name="service.product" value="Jenkins"/>
|
1258
1237
|
<param pos="0" name="service.cpe23" value="cpe:/a:jenkins:jenkins:-"/>
|
1259
1238
|
</fingerprint>
|
1260
|
-
|
1261
1239
|
<fingerprint pattern="^Shell In A Box$">
|
1262
1240
|
<description>Shell In A Box (OSS Project)</description>
|
1263
1241
|
<example>Shell In A Box</example>
|
1264
1242
|
<param pos="0" name="service.vendor" value="ShellInABox"/>
|
1265
1243
|
<param pos="0" name="service.product" value="ShellInABox"/>
|
1266
|
-
<param pos="0" name="service.cpe23" value="cpe:/a:shellinabox:shellinabox:-"/>
|
1267
1244
|
</fingerprint>
|
1268
|
-
|
1269
1245
|
<fingerprint pattern="^AgilentLicenseManagerService Service$">
|
1270
1246
|
<description>Agilent License Manager Service</description>
|
1271
1247
|
<example>AgilentLicenseManagerService Service</example>
|
1272
1248
|
<param pos="0" name="service.vendor" value="Agilent"/>
|
1273
1249
|
<param pos="0" name="service.product" value="License Manager"/>
|
1274
|
-
<param pos="0" name="service.cpe23" value="cpe:/a:agilent:license-manager-"/>
|
1275
1250
|
</fingerprint>
|
1276
|
-
|
1277
1251
|
<fingerprint pattern="^Red Hat OpenStack Platform Director$">
|
1278
1252
|
<description>Red Hat OpenStack Platform Director</description>
|
1279
1253
|
<example>Red Hat OpenStack Platform Director</example>
|
1280
1254
|
<param pos="0" name="service.vendor" value="Red Hat"/>
|
1281
1255
|
<param pos="0" name="service.product" value="Open Stack Platform Director"/>
|
1282
|
-
<param pos="0" name="service.cpe23" value="cpe:/a:openstack:platform-director:-"/>
|
1283
1256
|
</fingerprint>
|
1284
|
-
|
1285
1257
|
<fingerprint pattern="^splunkd$">
|
1286
1258
|
<description>Splunk HTTP server used in the web interface, forwarders, indexers and more</description>
|
1287
1259
|
<example>splunkd</example>
|
1288
1260
|
<param pos="0" name="service.vendor" value="Splunk"/>
|
1289
|
-
<param pos="0" name="service.product" value="
|
1290
|
-
<param pos="0" name="service.cpe23" value="cpe:/a:splunk:
|
1261
|
+
<param pos="0" name="service.product" value="Splunk"/>
|
1262
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:splunk:splunk:-"/>
|
1291
1263
|
</fingerprint>
|
1292
|
-
|
1293
1264
|
<fingerprint pattern="^VMware Horizon$">
|
1294
1265
|
<description>VMware Horizon</description>
|
1295
1266
|
<example>VMware Horizon</example>
|
@@ -1297,7 +1268,17 @@
|
|
1297
1268
|
<param pos="0" name="service.product" value="Horizon"/>
|
1298
1269
|
<param pos="0" name="service.cpe23" value="cpe:/a:vmware:horizon:-"/>
|
1299
1270
|
</fingerprint>
|
1300
|
-
|
1271
|
+
<fingerprint pattern="^Welcome to VMware Site Recovery Manager$">
|
1272
|
+
<description>VMware SRM</description>
|
1273
|
+
<example>Welcome to VMware Site Recovery Manager</example>
|
1274
|
+
<param pos="0" name="os.vendor" value="VMWare"/>
|
1275
|
+
<param pos="0" name="os.product" value="Linux"/>
|
1276
|
+
<param pos="0" name="hw.vendor" value="VMWare"/>
|
1277
|
+
<param pos="0" name="hw.device" value="Appliance"/>
|
1278
|
+
<param pos="0" name="hw.product" value="Site Recovery Manager"/>
|
1279
|
+
<param pos="0" name="service.vendor" value="VMWare"/>
|
1280
|
+
<param pos="0" name="service.product" value="Site Recovery Manager"/>
|
1281
|
+
</fingerprint>
|
1301
1282
|
<fingerprint pattern="^Graylog Web Interface$">
|
1302
1283
|
<description>Graylog Web Interface</description>
|
1303
1284
|
<example>Graylog Web Interface</example>
|
@@ -1305,31 +1286,40 @@
|
|
1305
1286
|
<param pos="0" name="service.product" value="Graylog"/>
|
1306
1287
|
<param pos="0" name="service.cpe23" value="cpe:/a:graylog:graylog:-"/>
|
1307
1288
|
</fingerprint>
|
1308
|
-
|
1289
|
+
<!-- The 'vendor' here has changed over time -->
|
1290
|
+
<fingerprint pattern="^Kibana$">
|
1291
|
+
<description>Kibana Web Interface</description>
|
1292
|
+
<example>Kibana</example>
|
1293
|
+
<param pos="0" name="service.vendor" value="Kibana"/>
|
1294
|
+
<param pos="0" name="service.product" value="Kibana"/>
|
1295
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:elasticsearch:kibana:-"/>
|
1296
|
+
</fingerprint>
|
1297
|
+
<fingerprint pattern="^Grafana$">
|
1298
|
+
<description>Grafana Web Interface</description>
|
1299
|
+
<example>Grafana</example>
|
1300
|
+
<param pos="0" name="service.vendor" value="Grafana"/>
|
1301
|
+
<param pos="0" name="service.product" value="Grafana"/>
|
1302
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:grafana:grafana:-"/>
|
1303
|
+
</fingerprint>
|
1309
1304
|
<fingerprint pattern="^Symantec Endpoint Protection Manager$">
|
1310
1305
|
<description>Symantec Endpoint Protection Manager</description>
|
1311
1306
|
<example>Symantec Endpoint Protection Manager</example>
|
1312
1307
|
<param pos="0" name="service.vendor" value="Symantec"/>
|
1313
1308
|
<param pos="0" name="service.product" value="Endpoint Protection Manager"/>
|
1314
|
-
<param pos="0" name="service.cpe23" value="cpe:/a:symantec:
|
1309
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:symantec:endpoint_protection_manager:-"/>
|
1315
1310
|
</fingerprint>
|
1316
|
-
|
1317
1311
|
<fingerprint pattern="^Login Gateway - Kiwi Syslog Web Access$">
|
1318
1312
|
<description>Kiwi Syslog Web Access</description>
|
1319
1313
|
<example>Login Gateway - Kiwi Syslog Web Access</example>
|
1320
1314
|
<param pos="0" name="service.vendor" value="Solarwinds"/>
|
1321
1315
|
<param pos="0" name="service.product" value="Kiwi Syslog Web Access"/>
|
1322
|
-
<param pos="0" name="service.cpe23" value="cpe:/a:solarwinds:kiwi-syslog-web:-"/>
|
1323
1316
|
</fingerprint>
|
1324
|
-
|
1325
1317
|
<fingerprint pattern="^Hadoop Administration$">
|
1326
1318
|
<description>Hadoop Administration Web Service</description>
|
1327
1319
|
<example>Hadoop Administration</example>
|
1328
1320
|
<param pos="0" name="service.vendor" value="Hadoop"/>
|
1329
1321
|
<param pos="0" name="service.product" value="Hadoop Web Admin"/>
|
1330
|
-
<param pos="0" name="service.cpe23" value="cpe:/a:hadoop:web-admin:-"/>
|
1331
1322
|
</fingerprint>
|
1332
|
-
|
1333
1323
|
<fingerprint pattern="^ManageEngine OpManager$">
|
1334
1324
|
<description>ManageEngine OpManager</description>
|
1335
1325
|
<example>ManageEngine OpManager</example>
|
@@ -1337,5 +1327,129 @@
|
|
1337
1327
|
<param pos="0" name="service.product" value="OpManager"/>
|
1338
1328
|
<param pos="0" name="service.cpe23" value="cpe:/a:manageengine:opmanager:-"/>
|
1339
1329
|
</fingerprint>
|
1340
|
-
|
1330
|
+
<fingerprint pattern="^(ScanFront \d.+)Web Menu$">
|
1331
|
+
<!-- no space between the product model and "Web Menu" in the title -->
|
1332
|
+
<description>Canon ScanFront</description>
|
1333
|
+
<example os.product="ScanFront 220" hw.product="ScanFront 220">ScanFront 220Web Menu</example>
|
1334
|
+
<param pos="0" name="hw.device" value="Scanner"/>
|
1335
|
+
<param pos="0" name="hw.vendor" value="Canon"/>
|
1336
|
+
<param pos="1" name="hw.product"/>
|
1337
|
+
<param pos="0" name="os.device" value="Scanner"/>
|
1338
|
+
<param pos="0" name="os.vendor" value="Canon"/>
|
1339
|
+
<param pos="1" name="os.product"/>
|
1340
|
+
</fingerprint>
|
1341
|
+
<fingerprint pattern="^CDVI Update$">
|
1342
|
+
<description>CDVI Door Control System</description>
|
1343
|
+
<example>CDVI Update</example>
|
1344
|
+
<param pos="0" name="hw.vendor" value="CDVI"/>
|
1345
|
+
<param pos="0" name="hw.device" value="Access Controller"/>
|
1346
|
+
</fingerprint>
|
1347
|
+
<fingerprint pattern="^Liebert OpenComms Network Interface Card$">
|
1348
|
+
<description>Liebert UPS</description>
|
1349
|
+
<example>Liebert OpenComms Network Interface Card</example>
|
1350
|
+
<param pos="0" name="hw.device" value="Power device"/>
|
1351
|
+
<param pos="0" name="hw.vendor" value="Liebert"/>
|
1352
|
+
<param pos="0" name="os.device" value="Power device"/>
|
1353
|
+
<param pos="0" name="os.vendor" value="Liebert"/>
|
1354
|
+
</fingerprint>
|
1355
|
+
<fingerprint pattern="^Excella Main Page$">
|
1356
|
+
<description>MagTek Excella STX Check Scanner</description>
|
1357
|
+
<example>Excella Main Page</example>
|
1358
|
+
<param pos="0" name="hw.device" value="Check Scanner"/>
|
1359
|
+
<param pos="0" name="hw.vendor" value="MagTek"/>
|
1360
|
+
<param pos="0" name="hw.product" value="Excella"/>
|
1361
|
+
<param pos="0" name="os.device" value="Check Scanner"/>
|
1362
|
+
<param pos="0" name="os.vendor" value="MagTek"/>
|
1363
|
+
<param pos="0" name="os.product" value="Excella"/>
|
1364
|
+
</fingerprint>
|
1365
|
+
<fingerprint pattern="^B426$">
|
1366
|
+
<description>Bosch Security Systems Ethernet Module (Alarm Panel)</description>
|
1367
|
+
<example>B426</example>
|
1368
|
+
<param pos="0" name="hw.device" value="Alarm Panel"/>
|
1369
|
+
<param pos="0" name="hw.vendor" value="Bosch"/>
|
1370
|
+
<param pos="0" name="os.device" value="Alarm Panel"/>
|
1371
|
+
<param pos="0" name="os.vendor" value="Bosch"/>
|
1372
|
+
</fingerprint>
|
1373
|
+
<fingerprint pattern="^Citrix Login$">
|
1374
|
+
<description>Citrix NetScaler</description>
|
1375
|
+
<example>Citrix Login</example>
|
1376
|
+
<param pos="0" name="os.vendor" value="Citrix"/>
|
1377
|
+
<param pos="0" name="os.family" value="NetScaler"/>
|
1378
|
+
<param pos="0" name="os.device" value="Network Management Device"/>
|
1379
|
+
<param pos="0" name="os.product" value="NetScaler"/>
|
1380
|
+
<param pos="0" name="service.vendor" value="Citrix"/>
|
1381
|
+
<param pos="0" name="service.family" value="NetScaler"/>
|
1382
|
+
<param pos="0" name="service.device" value="Network Management Device"/>
|
1383
|
+
<param pos="0" name="service.product" value="NetScaler"/>
|
1384
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:citrix:netscaler:-"/>
|
1385
|
+
</fingerprint>
|
1386
|
+
<fingerprint pattern="^HP (?:Color )?LaserJet ([^&]+)&">
|
1387
|
+
<description>HP LaserJet</description>
|
1388
|
+
<example hw.product="M1536dnf MFP">HP LaserJet M1536dnf MFP&nbsp;&nbsp;&nbsp;1.1.1.1</example>
|
1389
|
+
<param pos="0" name="hw.vendor" value="HP"/>
|
1390
|
+
<param pos="0" name="hw.family" value="LaserJet"/>
|
1391
|
+
<param pos="0" name="hw.device" value="Printer"/>
|
1392
|
+
<param pos="1" name="hw.product"/>
|
1393
|
+
</fingerprint>
|
1394
|
+
<fingerprint pattern="^Jamf Pro Login - Jamf Pro v(\S+)$">
|
1395
|
+
<description>Jamf Pro</description>
|
1396
|
+
<example service.version="10.14.0-t1563397490">Jamf Pro Login - Jamf Pro v10.14.0-t1563397490</example>
|
1397
|
+
<param pos="0" name="service.vendor" value="Jamf"/>
|
1398
|
+
<param pos="0" name="service.product" value="Jamf Pro"/>
|
1399
|
+
<param pos="1" name="service.version"/>
|
1400
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:jamf:jamf:{service.version}"/>
|
1401
|
+
</fingerprint>
|
1402
|
+
<fingerprint pattern="^Keyper Systems Administration - Login$">
|
1403
|
+
<description>Keyper Systems Administration - Login</description>
|
1404
|
+
<example>Keyper Systems Administration - Login</example>
|
1405
|
+
<param pos="0" name="hw.vendor" value="Keyper"/>
|
1406
|
+
<param pos="0" name="hw.device" value="Access Control"/>
|
1407
|
+
<param pos="0" name="hw.product" value="Key Management"/>
|
1408
|
+
</fingerprint>
|
1409
|
+
<fingerprint pattern="FireEye:\s*$">
|
1410
|
+
<description>FireEye Investigation Analysis System Appliance</description>
|
1411
|
+
<example>FireEye:</example>
|
1412
|
+
<param pos="0" name="hw.vendor" value="FireEye"/>
|
1413
|
+
<param pos="0" name="hw.product" value="IA Appliance"/>
|
1414
|
+
<param pos="0" name="hw.device" value="Security Appliance"/>
|
1415
|
+
</fingerprint>
|
1416
|
+
<fingerprint pattern="^GigaVUE-OS$">
|
1417
|
+
<description>Gigamon GigaVUE Appliance</description>
|
1418
|
+
<example>GigaVUE-OS</example>
|
1419
|
+
<param pos="0" name="hw.vendor" value="Gigamon"/>
|
1420
|
+
<param pos="0" name="hw.device" value="Monitoring"/>
|
1421
|
+
<param pos="0" name="hw.product" value="GigaVUE"/>
|
1422
|
+
</fingerprint>
|
1423
|
+
<fingerprint pattern="^Pure Storage Login$">
|
1424
|
+
<description>Pure Storage Appliance</description>
|
1425
|
+
<example>Pure Storage Login</example>
|
1426
|
+
<param pos="0" name="hw.vendor" value="Pure Storage"/>
|
1427
|
+
<param pos="0" name="hw.device" value="NAS"/>
|
1428
|
+
<param pos="0" name="hw.product" value="Appliance"/>
|
1429
|
+
</fingerprint>
|
1430
|
+
<fingerprint pattern="^CRESTRON$">
|
1431
|
+
<description>Crestron Video Conferencing</description>
|
1432
|
+
<example>CRESTRON</example>
|
1433
|
+
<param pos="0" name="hw.vendor" value="Crestron"/>
|
1434
|
+
<param pos="0" name="hw.device" value="Video Conferencing"/>
|
1435
|
+
<param pos="0" name="os.vendor" value="Crestron"/>
|
1436
|
+
<param pos="0" name="os.family" value="Linux"/>
|
1437
|
+
<param pos="0" name="os.device" value="Video Conferencing"/>
|
1438
|
+
</fingerprint>
|
1439
|
+
<fingerprint pattern="^ELAN Viewer Installation$">
|
1440
|
+
<description>ELAN Smart Home Controller</description>
|
1441
|
+
<example>ELAN Viewer Installation</example>
|
1442
|
+
<param pos="0" name="hw.vendor" value="ELAN"/>
|
1443
|
+
<param pos="0" name="hw.device" value="Building Automation"/>
|
1444
|
+
<param pos="0" name="hw.product" value="Home Controller"/>
|
1445
|
+
<param pos="0" name="os.vendor" value="ELAN"/>
|
1446
|
+
<param pos="0" name="os.family" value="Linux"/>
|
1447
|
+
</fingerprint>
|
1448
|
+
<fingerprint pattern="^iTach IP2IR Setup and Configuration$">
|
1449
|
+
<description>iTach IP2IR</description>
|
1450
|
+
<example>iTach IP2IR Setup and Configuration</example>
|
1451
|
+
<param pos="0" name="hw.vendor" value="iTach"/>
|
1452
|
+
<param pos="0" name="hw.device" value="Device"/>
|
1453
|
+
<param pos="0" name="hw.product" value="IP2IR"/>
|
1454
|
+
</fingerprint>
|
1341
1455
|
</fingerprints>
|