recog 2.3.8 → 2.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/.gitignore +6 -0
 - data/CONTRIBUTING.md +136 -37
 - data/README.md +18 -16
 - data/bin/recog_cleanup +16 -0
 - data/bin/recog_standardize +30 -6
 - data/identifiers/README.md +9 -0
 - data/identifiers/hw_device.txt +77 -0
 - data/identifiers/hw_family.txt +96 -0
 - data/identifiers/hw_product.txt +328 -0
 - data/identifiers/os_architecture.txt +6 -6
 - data/identifiers/os_device.txt +45 -3
 - data/identifiers/os_family.txt +206 -41
 - data/identifiers/os_product.txt +238 -17
 - data/identifiers/service_family.txt +144 -57
 - data/identifiers/service_product.txt +384 -83
 - data/identifiers/vendor.txt +553 -68
 - data/lib/recog/version.rb +1 -1
 - data/requirements.txt +1 -1
 - data/xml/apache_modules.xml +292 -5
 - data/xml/apache_os.xml +41 -2
 - data/xml/architecture.xml +11 -3
 - data/xml/dns_versionbind.xml +76 -8
 - data/xml/favicons.xml +1700 -0
 - data/xml/ftp_banners.xml +178 -8
 - data/xml/h323_callresp.xml +112 -12
 - data/xml/hp_pjl_id.xml +47 -5
 - data/xml/html_title.xml +1258 -25
 - data/xml/http_cookies.xml +64 -9
 - data/xml/http_servers.xml +667 -37
 - data/xml/http_wwwauth.xml +141 -26
 - data/xml/imap_banners.xml +19 -13
 - data/xml/ldap_searchresult.xml +81 -9
 - data/xml/mdns_device-info_txt.xml +175 -2
 - data/xml/mdns_workstation_txt.xml +4 -2
 - data/xml/mysql_banners.xml +134 -7
 - data/xml/mysql_error.xml +113 -6
 - data/xml/nntp_banners.xml +10 -2
 - data/xml/ntp_banners.xml +80 -4
 - data/xml/operating_system.xml +89 -3
 - data/xml/pop_banners.xml +30 -31
 - data/xml/rsh_resp.xml +11 -2
 - data/xml/rtsp_servers.xml +22 -2
 - data/xml/sip_banners.xml +35 -4
 - data/xml/sip_user_agents.xml +29 -2
 - data/xml/smb_native_lm.xml +10 -2
 - data/xml/smb_native_os.xml +79 -2
 - data/xml/smtp_banners.xml +146 -7
 - data/xml/smtp_debug.xml +6 -4
 - data/xml/smtp_ehlo.xml +7 -5
 - data/xml/smtp_expn.xml +13 -4
 - data/xml/smtp_help.xml +23 -4
 - data/xml/smtp_mailfrom.xml +5 -2
 - data/xml/smtp_noop.xml +6 -5
 - data/xml/smtp_quit.xml +5 -4
 - data/xml/smtp_rcptto.xml +5 -2
 - data/xml/smtp_rset.xml +4 -4
 - data/xml/smtp_turn.xml +4 -4
 - data/xml/smtp_vrfy.xml +14 -4
 - data/xml/snmp_sysdescr.xml +731 -24
 - data/xml/snmp_sysobjid.xml +47 -2
 - data/xml/ssh_banners.xml +175 -5
 - data/xml/telnet_banners.xml +266 -15
 - data/xml/x11_banners.xml +26 -3
 - data/xml/x509_issuers.xml +30 -6
 - data/xml/x509_subjects.xml +200 -31
 - metadata +8 -2
 
    
        data/xml/favicons.xml
    ADDED
    
    | 
         @@ -0,0 +1,1700 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            <?xml version='1.0' encoding='UTF-8'?>
         
     | 
| 
      
 2 
     | 
    
         
            +
            <fingerprints matches="favicon.md5">
         
     | 
| 
      
 3 
     | 
    
         
            +
              <!--
         
     | 
| 
      
 4 
     | 
    
         
            +
              This fingerprint set matches favicon.ico files based on their MD5 hash
         
     | 
| 
      
 5 
     | 
    
         
            +
              -->
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
              <!-- Services -->
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
              <fingerprint pattern="^0f584138aacfb79aaba7e2539fc4e642$">
         
     | 
| 
      
 10 
     | 
    
         
            +
                <description>Plex Media Server</description>
         
     | 
| 
      
 11 
     | 
    
         
            +
                <example>0f584138aacfb79aaba7e2539fc4e642</example>
         
     | 
| 
      
 12 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Plex"/>
         
     | 
| 
      
 13 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Media Server"/>
         
     | 
| 
      
 14 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 15 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:plex:media_server:-"/>
         
     | 
| 
      
 16 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
              <fingerprint pattern="^934624a112e74e6428a86a706cf7521d$">
         
     | 
| 
      
 19 
     | 
    
         
            +
                <description>Munin</description>
         
     | 
| 
      
 20 
     | 
    
         
            +
                <example>934624a112e74e6428a86a706cf7521d</example>
         
     | 
| 
      
 21 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Munin"/>
         
     | 
| 
      
 22 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Munin"/>
         
     | 
| 
      
 23 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 24 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 25 
     | 
    
         
            +
             
     | 
| 
      
 26 
     | 
    
         
            +
              <fingerprint pattern="^ce849e0d986f73c97aa81290c2052164$">
         
     | 
| 
      
 27 
     | 
    
         
            +
                <description>Kubernetes Dashboard</description>
         
     | 
| 
      
 28 
     | 
    
         
            +
                <example>ce849e0d986f73c97aa81290c2052164</example>
         
     | 
| 
      
 29 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Kubernetes"/>
         
     | 
| 
      
 30 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Dashboard"/>
         
     | 
| 
      
 31 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 32 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 33 
     | 
    
         
            +
             
     | 
| 
      
 34 
     | 
    
         
            +
              <fingerprint pattern="^47b51975a37b8582e8514d89df9956a5$">
         
     | 
| 
      
 35 
     | 
    
         
            +
                <description>LibreNMS</description>
         
     | 
| 
      
 36 
     | 
    
         
            +
                <example>47b51975a37b8582e8514d89df9956a5</example>
         
     | 
| 
      
 37 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="LibreNMS"/>
         
     | 
| 
      
 38 
     | 
    
         
            +
                <param pos="0" name="service.product" value="LibreNMS"/>
         
     | 
| 
      
 39 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 40 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:librenms:librenms:-"/>
         
     | 
| 
      
 41 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 42 
     | 
    
         
            +
             
     | 
| 
      
 43 
     | 
    
         
            +
              <fingerprint pattern="^4644f2d45601037b8423d45e13194c93$">
         
     | 
| 
      
 44 
     | 
    
         
            +
                <description>Tomcat</description>
         
     | 
| 
      
 45 
     | 
    
         
            +
                <example>4644f2d45601037b8423d45e13194c93</example>
         
     | 
| 
      
 46 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Apache"/>
         
     | 
| 
      
 47 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Tomcat"/>
         
     | 
| 
      
 48 
     | 
    
         
            +
                <param pos="0" name="service.family" value="Tomcat"/>
         
     | 
| 
      
 49 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 50 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:apache:tomcat:-"/>
         
     | 
| 
      
 51 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 52 
     | 
    
         
            +
             
     | 
| 
      
 53 
     | 
    
         
            +
              <fingerprint pattern="^(?:b6341dfc213100c61db4fb8775878cec|cf2445dcb53a031c02f9b57e2199bc03)$">
         
     | 
| 
      
 54 
     | 
    
         
            +
                <description>Drupal CMS</description>
         
     | 
| 
      
 55 
     | 
    
         
            +
                <example>b6341dfc213100c61db4fb8775878cec</example>
         
     | 
| 
      
 56 
     | 
    
         
            +
                <example>cf2445dcb53a031c02f9b57e2199bc03</example>
         
     | 
| 
      
 57 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Drupal"/>
         
     | 
| 
      
 58 
     | 
    
         
            +
                <param pos="0" name="service.product" value="CMS"/>
         
     | 
| 
      
 59 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 60 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 61 
     | 
    
         
            +
             
     | 
| 
      
 62 
     | 
    
         
            +
              <fingerprint pattern="^91b72b23e7f499d6c09cb18c7b1278f1$">
         
     | 
| 
      
 63 
     | 
    
         
            +
                <description>Kodi Media Server</description>
         
     | 
| 
      
 64 
     | 
    
         
            +
                <example>91b72b23e7f499d6c09cb18c7b1278f1</example>
         
     | 
| 
      
 65 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Kodi"/>
         
     | 
| 
      
 66 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Media Server"/>
         
     | 
| 
      
 67 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 68 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 69 
     | 
    
         
            +
             
     | 
| 
      
 70 
     | 
    
         
            +
              <fingerprint pattern="^d403850756671a93ca205b8128140494$">
         
     | 
| 
      
 71 
     | 
    
         
            +
                <description>Greenbone Security Scanner</description>
         
     | 
| 
      
 72 
     | 
    
         
            +
                <example>d403850756671a93ca205b8128140494</example>
         
     | 
| 
      
 73 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Greenbone"/>
         
     | 
| 
      
 74 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Security Scanner"/>
         
     | 
| 
      
 75 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 76 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 77 
     | 
    
         
            +
             
     | 
| 
      
 78 
     | 
    
         
            +
              <fingerprint pattern="^(?:268ee26a1219a611828d5fd4bc4d69c0|5a84c349c00d95c8ebd174ded3b50a86|2b37c7f35285c341ec1f2cf7e40a3c22)$">
         
     | 
| 
      
 79 
     | 
    
         
            +
                <description>Jenkins</description>
         
     | 
| 
      
 80 
     | 
    
         
            +
                <example>268ee26a1219a611828d5fd4bc4d69c0</example>
         
     | 
| 
      
 81 
     | 
    
         
            +
                <example>5a84c349c00d95c8ebd174ded3b50a86</example>
         
     | 
| 
      
 82 
     | 
    
         
            +
                <example>2b37c7f35285c341ec1f2cf7e40a3c22</example>
         
     | 
| 
      
 83 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Jenkins"/>
         
     | 
| 
      
 84 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Jenkins"/>
         
     | 
| 
      
 85 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 86 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:jenkins:jenkins:-"/>
         
     | 
| 
      
 87 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 88 
     | 
    
         
            +
             
     | 
| 
      
 89 
     | 
    
         
            +
              <fingerprint pattern="^(?:6eb4a43cb64c97f76562af703893c8fd|3bd2ec61324ad4d27cb7b0f484cd4289)$">
         
     | 
| 
      
 90 
     | 
    
         
            +
                <description>XAMPP Server</description>
         
     | 
| 
      
 91 
     | 
    
         
            +
                <example>6eb4a43cb64c97f76562af703893c8fd</example>
         
     | 
| 
      
 92 
     | 
    
         
            +
                <example>3bd2ec61324ad4d27cb7b0f484cd4289</example>
         
     | 
| 
      
 93 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="XAMPP"/>
         
     | 
| 
      
 94 
     | 
    
         
            +
                <param pos="0" name="service.product" value="XAMPP Server"/>
         
     | 
| 
      
 95 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 96 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 97 
     | 
    
         
            +
             
     | 
| 
      
 98 
     | 
    
         
            +
              <fingerprint pattern="^(?:1391664373e72311a656c4a5504682af|88717398db158e3330ce94fc1784e4a7|04d89d5b7a290334f5ce37c7e8b6a349|08aa365c2d0863df2735d386f77c22c2)$">
         
     | 
| 
      
 99 
     | 
    
         
            +
                <description>Atlassian Jira</description>
         
     | 
| 
      
 100 
     | 
    
         
            +
                <example>1391664373e72311a656c4a5504682af</example>
         
     | 
| 
      
 101 
     | 
    
         
            +
                <example>88717398db158e3330ce94fc1784e4a7</example>
         
     | 
| 
      
 102 
     | 
    
         
            +
                <example>04d89d5b7a290334f5ce37c7e8b6a349</example>
         
     | 
| 
      
 103 
     | 
    
         
            +
                <example>08aa365c2d0863df2735d386f77c22c2</example>
         
     | 
| 
      
 104 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Atlassian"/>
         
     | 
| 
      
 105 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Jira"/>
         
     | 
| 
      
 106 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 107 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:atlassian:jira:-"/>
         
     | 
| 
      
 108 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 109 
     | 
    
         
            +
             
     | 
| 
      
 110 
     | 
    
         
            +
              <fingerprint pattern="^135aed33c0a7b8f44f0227a71b9ce345$">
         
     | 
| 
      
 111 
     | 
    
         
            +
                <description>Moodle</description>
         
     | 
| 
      
 112 
     | 
    
         
            +
                <example>135aed33c0a7b8f44f0227a71b9ce345</example>
         
     | 
| 
      
 113 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Moodle"/>
         
     | 
| 
      
 114 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Moodle CMS"/>
         
     | 
| 
      
 115 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 116 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 117 
     | 
    
         
            +
             
     | 
| 
      
 118 
     | 
    
         
            +
              <fingerprint pattern="^23ab9cf3907dfc3b047d8b14e7303d0d$">
         
     | 
| 
      
 119 
     | 
    
         
            +
                <description>RStudio</description>
         
     | 
| 
      
 120 
     | 
    
         
            +
                <example>23ab9cf3907dfc3b047d8b14e7303d0d</example>
         
     | 
| 
      
 121 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="RStudio"/>
         
     | 
| 
      
 122 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Connect"/>
         
     | 
| 
      
 123 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 124 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 125 
     | 
    
         
            +
             
     | 
| 
      
 126 
     | 
    
         
            +
              <fingerprint pattern="^84b0fc44f58bfee1a303ee3398a86670$">
         
     | 
| 
      
 127 
     | 
    
         
            +
                <description>Android Debug Database</description>
         
     | 
| 
      
 128 
     | 
    
         
            +
                <example>84b0fc44f58bfee1a303ee3398a86670</example>
         
     | 
| 
      
 129 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Android Debug Database"/>
         
     | 
| 
      
 130 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Android Debug Database"/>
         
     | 
| 
      
 131 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 132 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 133 
     | 
    
         
            +
             
     | 
| 
      
 134 
     | 
    
         
            +
              <fingerprint pattern="^0701d7ff661133eafb2bbd23656eb7db$">
         
     | 
| 
      
 135 
     | 
    
         
            +
                <description>Octopus Deploy</description>
         
     | 
| 
      
 136 
     | 
    
         
            +
                <example>0701d7ff661133eafb2bbd23656eb7db</example>
         
     | 
| 
      
 137 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Octopus"/>
         
     | 
| 
      
 138 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Deploy"/>
         
     | 
| 
      
 139 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 140 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 141 
     | 
    
         
            +
             
     | 
| 
      
 142 
     | 
    
         
            +
              <fingerprint pattern="^(?:e467554976ad3162eec9dfbf83e2c324|b338542efc5676d771c21fe94faf12b3)$">
         
     | 
| 
      
 143 
     | 
    
         
            +
                <description>ownCloud</description>
         
     | 
| 
      
 144 
     | 
    
         
            +
                <example>e467554976ad3162eec9dfbf83e2c324</example>
         
     | 
| 
      
 145 
     | 
    
         
            +
                <example>b338542efc5676d771c21fe94faf12b3</example>
         
     | 
| 
      
 146 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="ownCloud"/>
         
     | 
| 
      
 147 
     | 
    
         
            +
                <param pos="0" name="service.product" value="ownCloud Server"/>
         
     | 
| 
      
 148 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 149 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 150 
     | 
    
         
            +
             
     | 
| 
      
 151 
     | 
    
         
            +
              <fingerprint pattern="^da897184fba34d5fe72148963f42b577$">
         
     | 
| 
      
 152 
     | 
    
         
            +
                <description>Cloudera Hortonworks SmartSense Tool</description>
         
     | 
| 
      
 153 
     | 
    
         
            +
                <example>da897184fba34d5fe72148963f42b577</example>
         
     | 
| 
      
 154 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Cloudera"/>
         
     | 
| 
      
 155 
     | 
    
         
            +
                <param pos="0" name="service.product" value="SmartSense Tool"/>
         
     | 
| 
      
 156 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 157 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 158 
     | 
    
         
            +
             
     | 
| 
      
 159 
     | 
    
         
            +
              <fingerprint pattern="^4bbf4aa0702444fd841eda7dd707ff85$">
         
     | 
| 
      
 160 
     | 
    
         
            +
                <description>Ceph Dashboard</description>
         
     | 
| 
      
 161 
     | 
    
         
            +
                <example>4bbf4aa0702444fd841eda7dd707ff85</example>
         
     | 
| 
      
 162 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Ceph"/>
         
     | 
| 
      
 163 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Dashboard"/>
         
     | 
| 
      
 164 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 165 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 166 
     | 
    
         
            +
             
     | 
| 
      
 167 
     | 
    
         
            +
              <fingerprint pattern="^08ff173efec0750dd29ac7f44d972427$">
         
     | 
| 
      
 168 
     | 
    
         
            +
                <description>Metasploit Pro</description>
         
     | 
| 
      
 169 
     | 
    
         
            +
                <example>08ff173efec0750dd29ac7f44d972427</example>
         
     | 
| 
      
 170 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Rapid7"/>
         
     | 
| 
      
 171 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Metasploit Pro"/>
         
     | 
| 
      
 172 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 173 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 174 
     | 
    
         
            +
             
     | 
| 
      
 175 
     | 
    
         
            +
              <fingerprint pattern="^23671ccca2849ae58d1b04c218013382$">
         
     | 
| 
      
 176 
     | 
    
         
            +
                <description>Gitea</description>
         
     | 
| 
      
 177 
     | 
    
         
            +
                <example>23671ccca2849ae58d1b04c218013382</example>
         
     | 
| 
      
 178 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Gitea"/>
         
     | 
| 
      
 179 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Gitea"/>
         
     | 
| 
      
 180 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 181 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:gitea:gitea:-"/>
         
     | 
| 
      
 182 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 183 
     | 
    
         
            +
             
     | 
| 
      
 184 
     | 
    
         
            +
              <fingerprint pattern="^1480757e8415b8cf6ea94553f0581f3e$">
         
     | 
| 
      
 185 
     | 
    
         
            +
                <description>SolarWinds Virtualization Manager</description>
         
     | 
| 
      
 186 
     | 
    
         
            +
                <example>1480757e8415b8cf6ea94553f0581f3e</example>
         
     | 
| 
      
 187 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="SolarWinds"/>
         
     | 
| 
      
 188 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Virtualization Manager"/>
         
     | 
| 
      
 189 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 190 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 191 
     | 
    
         
            +
             
     | 
| 
      
 192 
     | 
    
         
            +
              <fingerprint pattern="^ee20526df4d69f7b02ee107458d8d679$">
         
     | 
| 
      
 193 
     | 
    
         
            +
                <description>ManageEngine ADAudit Plus</description>
         
     | 
| 
      
 194 
     | 
    
         
            +
                <example>ee20526df4d69f7b02ee107458d8d679</example>
         
     | 
| 
      
 195 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="ManageEngine"/>
         
     | 
| 
      
 196 
     | 
    
         
            +
                <param pos="0" name="service.product" value="ADAudit Plus"/>
         
     | 
| 
      
 197 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 198 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 199 
     | 
    
         
            +
             
     | 
| 
      
 200 
     | 
    
         
            +
              <fingerprint pattern="^e9d6d23a961ea23a3e961266876e0ffd$">
         
     | 
| 
      
 201 
     | 
    
         
            +
                <description>HPE OfficeConnect Switch</description>
         
     | 
| 
      
 202 
     | 
    
         
            +
                <example>e9d6d23a961ea23a3e961266876e0ffd</example>
         
     | 
| 
      
 203 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="HPE"/>
         
     | 
| 
      
 204 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Switch"/>
         
     | 
| 
      
 205 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="OfficeConnect Switch"/>
         
     | 
| 
      
 206 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.25"/>
         
     | 
| 
      
 207 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 208 
     | 
    
         
            +
             
     | 
| 
      
 209 
     | 
    
         
            +
              <fingerprint pattern="^639b61409215d770a99667b446c80ea1$">
         
     | 
| 
      
 210 
     | 
    
         
            +
                <description>IBM Lotus Sametime</description>
         
     | 
| 
      
 211 
     | 
    
         
            +
                <example>639b61409215d770a99667b446c80ea1</example>
         
     | 
| 
      
 212 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="IBM"/>
         
     | 
| 
      
 213 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Lotus Sametime"/>
         
     | 
| 
      
 214 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 215 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:ibm:lotus_sametime:-"/>
         
     | 
| 
      
 216 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 217 
     | 
    
         
            +
             
     | 
| 
      
 218 
     | 
    
         
            +
              <fingerprint pattern="^0a6509cf1af2f0ab1c38662fefd5e5be$">
         
     | 
| 
      
 219 
     | 
    
         
            +
                <description>Favicon for TODO</description>
         
     | 
| 
      
 220 
     | 
    
         
            +
                <example>0a6509cf1af2f0ab1c38662fefd5e5be</example>
         
     | 
| 
      
 221 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Folding@home"/>
         
     | 
| 
      
 222 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Work Server"/>
         
     | 
| 
      
 223 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 224 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 225 
     | 
    
         
            +
             
     | 
| 
      
 226 
     | 
    
         
            +
              <fingerprint pattern="^8df2318cae6c03a85179b744108645ba$">
         
     | 
| 
      
 227 
     | 
    
         
            +
                <description>Emby Media Server</description>
         
     | 
| 
      
 228 
     | 
    
         
            +
                <example>8df2318cae6c03a85179b744108645ba</example>
         
     | 
| 
      
 229 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Emby"/>
         
     | 
| 
      
 230 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Web Client"/>
         
     | 
| 
      
 231 
     | 
    
         
            +
                <param pos="0" name="service.device" value="Media Server"/>
         
     | 
| 
      
 232 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 233 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 234 
     | 
    
         
            +
             
     | 
| 
      
 235 
     | 
    
         
            +
              <fingerprint pattern="^f983f318b0f0dff7a9303973f36ec45a$">
         
     | 
| 
      
 236 
     | 
    
         
            +
                <description>Swagger UI</description>
         
     | 
| 
      
 237 
     | 
    
         
            +
                <example>f983f318b0f0dff7a9303973f36ec45a</example>
         
     | 
| 
      
 238 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Swagger"/>
         
     | 
| 
      
 239 
     | 
    
         
            +
                <param pos="0" name="service.product" value="UI"/>
         
     | 
| 
      
 240 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 241 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 242 
     | 
    
         
            +
             
     | 
| 
      
 243 
     | 
    
         
            +
              <fingerprint pattern="^1c4201c7da53d6c7e48251d3a9680449$">
         
     | 
| 
      
 244 
     | 
    
         
            +
                <description>Nagios</description>
         
     | 
| 
      
 245 
     | 
    
         
            +
                <example>1c4201c7da53d6c7e48251d3a9680449</example>
         
     | 
| 
      
 246 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Nagios"/>
         
     | 
| 
      
 247 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Nagios Network Analyzer"/>
         
     | 
| 
      
 248 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 249 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 250 
     | 
    
         
            +
             
     | 
| 
      
 251 
     | 
    
         
            +
              <fingerprint pattern="^d316e1622c58825727e7e4e6c954d289$">
         
     | 
| 
      
 252 
     | 
    
         
            +
                <description>Redmine</description>
         
     | 
| 
      
 253 
     | 
    
         
            +
                <example>d316e1622c58825727e7e4e6c954d289</example>
         
     | 
| 
      
 254 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Redmine"/>
         
     | 
| 
      
 255 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Redmine"/>
         
     | 
| 
      
 256 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 257 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:redmine:redmine:-"/>
         
     | 
| 
      
 258 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 259 
     | 
    
         
            +
             
     | 
| 
      
 260 
     | 
    
         
            +
              <fingerprint pattern="^646753a205c6a6db7f93d0d1ba30bd93$">
         
     | 
| 
      
 261 
     | 
    
         
            +
                <description>HashiCorp Consul</description>
         
     | 
| 
      
 262 
     | 
    
         
            +
                <example>646753a205c6a6db7f93d0d1ba30bd93</example>
         
     | 
| 
      
 263 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="HashiCorp"/>
         
     | 
| 
      
 264 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Consul"/>
         
     | 
| 
      
 265 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 266 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:hashicorp:consul:-"/>
         
     | 
| 
      
 267 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 268 
     | 
    
         
            +
             
     | 
| 
      
 269 
     | 
    
         
            +
              <fingerprint pattern="^12649f4e0c5a37d4a41cbca768c8e7e0$">
         
     | 
| 
      
 270 
     | 
    
         
            +
                <description>Progress OpenEdge Explorer</description>
         
     | 
| 
      
 271 
     | 
    
         
            +
                <example>12649f4e0c5a37d4a41cbca768c8e7e0</example>
         
     | 
| 
      
 272 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Progress"/>
         
     | 
| 
      
 273 
     | 
    
         
            +
                <param pos="0" name="service.product" value="OpenEdge Explorer"/>
         
     | 
| 
      
 274 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 275 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 276 
     | 
    
         
            +
             
     | 
| 
      
 277 
     | 
    
         
            +
              <fingerprint pattern="^297a81069094d00a052733d3a0537d18$">
         
     | 
| 
      
 278 
     | 
    
         
            +
                <description>CrushFTP Web</description>
         
     | 
| 
      
 279 
     | 
    
         
            +
                <example>297a81069094d00a052733d3a0537d18</example>
         
     | 
| 
      
 280 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="CrushFTP"/>
         
     | 
| 
      
 281 
     | 
    
         
            +
                <param pos="0" name="service.product" value="CrushFTP Web Interface"/>
         
     | 
| 
      
 282 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 283 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 284 
     | 
    
         
            +
             
     | 
| 
      
 285 
     | 
    
         
            +
              <fingerprint pattern="^f7728520c81b7a303d8e54d282e13a16$">
         
     | 
| 
      
 286 
     | 
    
         
            +
                <description>Splunkd</description>
         
     | 
| 
      
 287 
     | 
    
         
            +
                <example>f7728520c81b7a303d8e54d282e13a16</example>
         
     | 
| 
      
 288 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Splunk"/>
         
     | 
| 
      
 289 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Splunk"/>
         
     | 
| 
      
 290 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 291 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:splunk:splunk:-"/>
         
     | 
| 
      
 292 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 293 
     | 
    
         
            +
             
     | 
| 
      
 294 
     | 
    
         
            +
              <fingerprint pattern="^e1fab9a2d736f845ef487ae6dc2cb4b8$">
         
     | 
| 
      
 295 
     | 
    
         
            +
                <description>Rundeck Platform</description>
         
     | 
| 
      
 296 
     | 
    
         
            +
                <example>e1fab9a2d736f845ef487ae6dc2cb4b8</example>
         
     | 
| 
      
 297 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Rundeck"/>
         
     | 
| 
      
 298 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Rundeck"/>
         
     | 
| 
      
 299 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 300 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:rundeck:rundeck:-"/>
         
     | 
| 
      
 301 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 302 
     | 
    
         
            +
             
     | 
| 
      
 303 
     | 
    
         
            +
              <fingerprint pattern="^3ef81fad2a3deaeb19f02c9cf67ed8eb$">
         
     | 
| 
      
 304 
     | 
    
         
            +
                <description>DocuWiki</description>
         
     | 
| 
      
 305 
     | 
    
         
            +
                <example>3ef81fad2a3deaeb19f02c9cf67ed8eb</example>
         
     | 
| 
      
 306 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="DocuWiki"/>
         
     | 
| 
      
 307 
     | 
    
         
            +
                <param pos="0" name="service.product" value="DocuWiki"/>
         
     | 
| 
      
 308 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 309 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 310 
     | 
    
         
            +
             
     | 
| 
      
 311 
     | 
    
         
            +
              <fingerprint pattern="^(?:c02e22ca67f83a0fb6f2fd265074910a|68e1a9c89026b0efeddf718a48c282a5)$">
         
     | 
| 
      
 312 
     | 
    
         
            +
                <description>HashiCorp Vault</description>
         
     | 
| 
      
 313 
     | 
    
         
            +
                <example>c02e22ca67f83a0fb6f2fd265074910a</example>
         
     | 
| 
      
 314 
     | 
    
         
            +
                <example>68e1a9c89026b0efeddf718a48c282a5</example>
         
     | 
| 
      
 315 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="HashiCorp"/>
         
     | 
| 
      
 316 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Vault"/>
         
     | 
| 
      
 317 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 318 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:hashicorp:vault:-"/>
         
     | 
| 
      
 319 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 320 
     | 
    
         
            +
             
     | 
| 
      
 321 
     | 
    
         
            +
              <fingerprint pattern="^74120b5bbc7be340887466ff6cfe66c6$">
         
     | 
| 
      
 322 
     | 
    
         
            +
                <description>Apple CUPS 1.3.7</description>
         
     | 
| 
      
 323 
     | 
    
         
            +
                <example>74120b5bbc7be340887466ff6cfe66c6</example>
         
     | 
| 
      
 324 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Apple"/>
         
     | 
| 
      
 325 
     | 
    
         
            +
                <param pos="0" name="service.product" value="CUPS"/>
         
     | 
| 
      
 326 
     | 
    
         
            +
                <param pos="0" name="service.family" value="CUPS"/>
         
     | 
| 
      
 327 
     | 
    
         
            +
                <param pos="0" name="service.version" value="1.3.7"/>
         
     | 
| 
      
 328 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 329 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:apple:cups:1.3.7"/>
         
     | 
| 
      
 330 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 331 
     | 
    
         
            +
             
     | 
| 
      
 332 
     | 
    
         
            +
              <fingerprint pattern="^2c2bd163799c49e25bc7ac0fe97f2449$">
         
     | 
| 
      
 333 
     | 
    
         
            +
                <description>Apple CUPS 1.x</description>
         
     | 
| 
      
 334 
     | 
    
         
            +
                <example>2c2bd163799c49e25bc7ac0fe97f2449</example>
         
     | 
| 
      
 335 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Apple"/>
         
     | 
| 
      
 336 
     | 
    
         
            +
                <param pos="0" name="service.product" value="CUPS"/>
         
     | 
| 
      
 337 
     | 
    
         
            +
                <param pos="0" name="service.family" value="CUPS"/>
         
     | 
| 
      
 338 
     | 
    
         
            +
                <param pos="0" name="service.version" value="1.x"/>
         
     | 
| 
      
 339 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 340 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:apple:cups:1.x"/>
         
     | 
| 
      
 341 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 342 
     | 
    
         
            +
             
     | 
| 
      
 343 
     | 
    
         
            +
              <fingerprint pattern="^(?:448fa67ece2a35d57e8d19808d350e9b|0c9183bd23ed47288c733499fce4498c|c4302a71aae96e158c3057c66184abbd)$">
         
     | 
| 
      
 344 
     | 
    
         
            +
                <description>Apple CUPS 2.x</description>
         
     | 
| 
      
 345 
     | 
    
         
            +
                <example>448fa67ece2a35d57e8d19808d350e9b</example>
         
     | 
| 
      
 346 
     | 
    
         
            +
                <example>0c9183bd23ed47288c733499fce4498c</example>
         
     | 
| 
      
 347 
     | 
    
         
            +
                <example>c4302a71aae96e158c3057c66184abbd</example>
         
     | 
| 
      
 348 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Apple"/>
         
     | 
| 
      
 349 
     | 
    
         
            +
                <param pos="0" name="service.product" value="CUPS"/>
         
     | 
| 
      
 350 
     | 
    
         
            +
                <param pos="0" name="service.family" value="CUPS"/>
         
     | 
| 
      
 351 
     | 
    
         
            +
                <param pos="0" name="service.version" value="2.x"/>
         
     | 
| 
      
 352 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 353 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:apple:cups:2.x"/>
         
     | 
| 
      
 354 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 355 
     | 
    
         
            +
             
     | 
| 
      
 356 
     | 
    
         
            +
              <fingerprint pattern="^cee18e28257988b40028043e65a6c2a3$">
         
     | 
| 
      
 357 
     | 
    
         
            +
                <description>TeamCity</description>
         
     | 
| 
      
 358 
     | 
    
         
            +
                <example>cee18e28257988b40028043e65a6c2a3</example>
         
     | 
| 
      
 359 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="JetBrains"/>
         
     | 
| 
      
 360 
     | 
    
         
            +
                <param pos="0" name="service.product" value="TeamCity"/>
         
     | 
| 
      
 361 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 362 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:jetbrains:teamcity:-"/>
         
     | 
| 
      
 363 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 364 
     | 
    
         
            +
             
     | 
| 
      
 365 
     | 
    
         
            +
              <fingerprint pattern="^e48c482f8f5a8e5a6249b21a39f911e7$"><description>Cockroach DB Console</description>
         
     | 
| 
      
 366 
     | 
    
         
            +
                <example>e48c482f8f5a8e5a6249b21a39f911e7</example>
         
     | 
| 
      
 367 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Cockroach Labs"/>
         
     | 
| 
      
 368 
     | 
    
         
            +
                <param pos="0" name="service.product" value="CockroachDB"/>
         
     | 
| 
      
 369 
     | 
    
         
            +
            	  <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 370 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 371 
     | 
    
         
            +
             
     | 
| 
      
 372 
     | 
    
         
            +
              <fingerprint pattern="^(?:4f21edb50ae95a99bbd4aa0a956a179e|1531801cb9e3047e72034ed34da9d104)$">
         
     | 
| 
      
 373 
     | 
    
         
            +
                <description>Apache Airflow</description>
         
     | 
| 
      
 374 
     | 
    
         
            +
                <example>4f21edb50ae95a99bbd4aa0a956a179e</example>
         
     | 
| 
      
 375 
     | 
    
         
            +
                <example>1531801cb9e3047e72034ed34da9d104</example>
         
     | 
| 
      
 376 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Apache"/>
         
     | 
| 
      
 377 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Airflow"/>
         
     | 
| 
      
 378 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 379 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:apache:airflow:-"/>
         
     | 
| 
      
 380 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 381 
     | 
    
         
            +
             
     | 
| 
      
 382 
     | 
    
         
            +
              <fingerprint pattern="^245864156f187bf99b1562a30d1c1c97$">
         
     | 
| 
      
 383 
     | 
    
         
            +
                <description>Inductive Automation Ignition Gateway</description>
         
     | 
| 
      
 384 
     | 
    
         
            +
                <example>245864156f187bf99b1562a30d1c1c97</example>
         
     | 
| 
      
 385 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Inductive Automation"/>
         
     | 
| 
      
 386 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Ignition Gateway"/>
         
     | 
| 
      
 387 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 388 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 389 
     | 
    
         
            +
             
     | 
| 
      
 390 
     | 
    
         
            +
              <fingerprint pattern="^(?:9b67ee27ad29bd721c0c1f5e5a1a5211|801164802554cf799c6fc3851f93e0e1)$">
         
     | 
| 
      
 391 
     | 
    
         
            +
                <description>Gerrit Code Review</description>
         
     | 
| 
      
 392 
     | 
    
         
            +
                <example>9b67ee27ad29bd721c0c1f5e5a1a5211</example>
         
     | 
| 
      
 393 
     | 
    
         
            +
                <example>801164802554cf799c6fc3851f93e0e1</example>
         
     | 
| 
      
 394 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Gerrit"/>
         
     | 
| 
      
 395 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Code Review"/>
         
     | 
| 
      
 396 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 397 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 398 
     | 
    
         
            +
             
     | 
| 
      
 399 
     | 
    
         
            +
              <fingerprint pattern="^(?:9e312675a79186e08436bcc2cf314608|ed9dc05a5dde54b22d2edb16d9b68ab0)$">
         
     | 
| 
      
 400 
     | 
    
         
            +
                <description>Apache Druid</description>
         
     | 
| 
      
 401 
     | 
    
         
            +
                <example>9e312675a79186e08436bcc2cf314608</example>
         
     | 
| 
      
 402 
     | 
    
         
            +
                <example>ed9dc05a5dde54b22d2edb16d9b68ab0</example>
         
     | 
| 
      
 403 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Apache"/>
         
     | 
| 
      
 404 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Druid"/>
         
     | 
| 
      
 405 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 406 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:apache:druid:-"/>
         
     | 
| 
      
 407 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 408 
     | 
    
         
            +
             
     | 
| 
      
 409 
     | 
    
         
            +
              <fingerprint pattern="^(?:ec60d8d2f3b0ded27c5767189882685c|5856edf7bcbea0817312d9e535e5eb2a|f4f3cb900258441d5dbc9105b7ab9b44|c6acedaff906029fc5455d9ec52c7f42)$">
         
     | 
| 
      
 410 
     | 
    
         
            +
                <description>VMware Horizon</description>
         
     | 
| 
      
 411 
     | 
    
         
            +
                <example>ec60d8d2f3b0ded27c5767189882685c</example>
         
     | 
| 
      
 412 
     | 
    
         
            +
                <example>5856edf7bcbea0817312d9e535e5eb2a</example>
         
     | 
| 
      
 413 
     | 
    
         
            +
                <example>f4f3cb900258441d5dbc9105b7ab9b44</example>
         
     | 
| 
      
 414 
     | 
    
         
            +
                <example>c6acedaff906029fc5455d9ec52c7f42</example>
         
     | 
| 
      
 415 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="VMWare"/>
         
     | 
| 
      
 416 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Horizon"/>
         
     | 
| 
      
 417 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 418 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:vmware:horizon:-"/>
         
     | 
| 
      
 419 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 420 
     | 
    
         
            +
             
     | 
| 
      
 421 
     | 
    
         
            +
              <fingerprint pattern="^6bb12b3dc5a5bb8c7ff03f07a475f3fd$">
         
     | 
| 
      
 422 
     | 
    
         
            +
                <description>Bomgar Appliances</description>
         
     | 
| 
      
 423 
     | 
    
         
            +
                <example>6bb12b3dc5a5bb8c7ff03f07a475f3fd</example>
         
     | 
| 
      
 424 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Bomgar"/>
         
     | 
| 
      
 425 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Support Appliance"/>
         
     | 
| 
      
 426 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 427 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Bomgar"/>
         
     | 
| 
      
 428 
     | 
    
         
            +
                <param pos="0" name="os.family" value="Linux"/>
         
     | 
| 
      
 429 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 430 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 431 
     | 
    
         
            +
             
     | 
| 
      
 432 
     | 
    
         
            +
              <fingerprint pattern="^9c003f40e63df95a2b844c6b61448310$">
         
     | 
| 
      
 433 
     | 
    
         
            +
                <description>DD-WRT</description>
         
     | 
| 
      
 434 
     | 
    
         
            +
                <example>9c003f40e63df95a2b844c6b61448310</example>
         
     | 
| 
      
 435 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="DD-WRT"/>
         
     | 
| 
      
 436 
     | 
    
         
            +
                <param pos="0" name="os.product" value="DD-WRT"/>
         
     | 
| 
      
 437 
     | 
    
         
            +
                <param pos="0" name="os.device" value="Router"/>
         
     | 
| 
      
 438 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 439 
     | 
    
         
            +
                <param pos="0" name="os.cpe23" value="cpe:/o:dd-wrt:dd-wrt:-"/>
         
     | 
| 
      
 440 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 441 
     | 
    
         
            +
             
     | 
| 
      
 442 
     | 
    
         
            +
              <fingerprint pattern="^bad2c1f96cd66e70b4aa119e7270cc62$">
         
     | 
| 
      
 443 
     | 
    
         
            +
                <description>Atlassian Confluence</description>
         
     | 
| 
      
 444 
     | 
    
         
            +
                <example>bad2c1f96cd66e70b4aa119e7270cc62</example>
         
     | 
| 
      
 445 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Atlassian"/>
         
     | 
| 
      
 446 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Confluence"/>
         
     | 
| 
      
 447 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 448 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:atlassian:confluence:-"/>
         
     | 
| 
      
 449 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 450 
     | 
    
         
            +
             
     | 
| 
      
 451 
     | 
    
         
            +
              <fingerprint pattern="^0fbe700fd7d07ec8d30ef8b3ac261484$">
         
     | 
| 
      
 452 
     | 
    
         
            +
                <description>Zabbix</description>
         
     | 
| 
      
 453 
     | 
    
         
            +
                <example>0fbe700fd7d07ec8d30ef8b3ac261484</example>
         
     | 
| 
      
 454 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Zabbix"/>
         
     | 
| 
      
 455 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Zabbix"/>
         
     | 
| 
      
 456 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 457 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:zabbix:zabbix:-"/>
         
     | 
| 
      
 458 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 459 
     | 
    
         
            +
             
     | 
| 
      
 460 
     | 
    
         
            +
              <fingerprint pattern="^3e2cb2774a515a5826925214ec124b03$">
         
     | 
| 
      
 461 
     | 
    
         
            +
                <description>SABnzbd</description>
         
     | 
| 
      
 462 
     | 
    
         
            +
                <example>3e2cb2774a515a5826925214ec124b03</example>
         
     | 
| 
      
 463 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="SABnzbd"/>
         
     | 
| 
      
 464 
     | 
    
         
            +
                <param pos="0" name="service.product" value="SABnzbd"/>
         
     | 
| 
      
 465 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 466 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 467 
     | 
    
         
            +
             
     | 
| 
      
 468 
     | 
    
         
            +
              <fingerprint pattern="^5c9f3938754b459fb3590a00e5947fed$">
         
     | 
| 
      
 469 
     | 
    
         
            +
                <description>Spirent TestCenter IQ</description>
         
     | 
| 
      
 470 
     | 
    
         
            +
                <example>5c9f3938754b459fb3590a00e5947fed</example>
         
     | 
| 
      
 471 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Spirent Communications"/>
         
     | 
| 
      
 472 
     | 
    
         
            +
                <param pos="0" name="service.product" value="TestCenter IQ"/>
         
     | 
| 
      
 473 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 474 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 475 
     | 
    
         
            +
             
     | 
| 
      
 476 
     | 
    
         
            +
              <fingerprint pattern="^827fd6c561d4b1f932f75e0f9a17f766$">
         
     | 
| 
      
 477 
     | 
    
         
            +
                <description>cPanel</description>
         
     | 
| 
      
 478 
     | 
    
         
            +
                <example>827fd6c561d4b1f932f75e0f9a17f766</example>
         
     | 
| 
      
 479 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="cPanel"/>
         
     | 
| 
      
 480 
     | 
    
         
            +
                <param pos="0" name="service.product" value="cPanel"/>
         
     | 
| 
      
 481 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 482 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:cpanel:cpanel:-"/>
         
     | 
| 
      
 483 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 484 
     | 
    
         
            +
             
     | 
| 
      
 485 
     | 
    
         
            +
              <fingerprint pattern="^(?:765835f9b71c7f8405f5776d2a6ce49b|e6942b8d321aee26b514ef5513583d52)$">
         
     | 
| 
      
 486 
     | 
    
         
            +
                <description>Spiceworks</description>
         
     | 
| 
      
 487 
     | 
    
         
            +
                <example>765835f9b71c7f8405f5776d2a6ce49b</example>
         
     | 
| 
      
 488 
     | 
    
         
            +
                <example>e6942b8d321aee26b514ef5513583d52</example>
         
     | 
| 
      
 489 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Spiceworks"/>
         
     | 
| 
      
 490 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Help Desk Server"/>
         
     | 
| 
      
 491 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 492 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 493 
     | 
    
         
            +
             
     | 
| 
      
 494 
     | 
    
         
            +
              <fingerprint pattern="^(?:07ba76de1eb6c4550bfbf627a21cd6f8|9cc719577e8de0abd0d76f43a40c2956|5f09cded07bb864fd9b3d2dd72b5418e)$">
         
     | 
| 
      
 495 
     | 
    
         
            +
                <description>Twonky Server</description>
         
     | 
| 
      
 496 
     | 
    
         
            +
                <example>07ba76de1eb6c4550bfbf627a21cd6f8</example>
         
     | 
| 
      
 497 
     | 
    
         
            +
                <example>9cc719577e8de0abd0d76f43a40c2956</example>
         
     | 
| 
      
 498 
     | 
    
         
            +
                <example>5f09cded07bb864fd9b3d2dd72b5418e</example>
         
     | 
| 
      
 499 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Lynx Technology"/>
         
     | 
| 
      
 500 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Twonky Media Server"/>
         
     | 
| 
      
 501 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 502 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 503 
     | 
    
         
            +
             
     | 
| 
      
 504 
     | 
    
         
            +
              <fingerprint pattern="^d14310fffe94d78c0da0c8fadb993f78$">
         
     | 
| 
      
 505 
     | 
    
         
            +
                <description>Apache Flink Web Dashboard</description>
         
     | 
| 
      
 506 
     | 
    
         
            +
                <example>d14310fffe94d78c0da0c8fadb993f78</example>
         
     | 
| 
      
 507 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Apache"/>
         
     | 
| 
      
 508 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Flink"/>
         
     | 
| 
      
 509 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 510 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:apache:flink:-"/>
         
     | 
| 
      
 511 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 512 
     | 
    
         
            +
             
     | 
| 
      
 513 
     | 
    
         
            +
              <fingerprint pattern="^9a008becde9c5f250edad4f00e567721$">
         
     | 
| 
      
 514 
     | 
    
         
            +
                <description>Nexus Repository Manager</description>
         
     | 
| 
      
 515 
     | 
    
         
            +
                <example>9a008becde9c5f250edad4f00e567721</example>
         
     | 
| 
      
 516 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Apache"/>
         
     | 
| 
      
 517 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Nexus Repository Manager"/>
         
     | 
| 
      
 518 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 519 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 520 
     | 
    
         
            +
             
     | 
| 
      
 521 
     | 
    
         
            +
              <fingerprint pattern="^d6421d60cb50188320da7082a93156d3$">
         
     | 
| 
      
 522 
     | 
    
         
            +
                <description>SolarWinds Kiwi Syslog</description>
         
     | 
| 
      
 523 
     | 
    
         
            +
                <example>d6421d60cb50188320da7082a93156d3</example>
         
     | 
| 
      
 524 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="SolarWinds"/>
         
     | 
| 
      
 525 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Kiwi Syslog"/>
         
     | 
| 
      
 526 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 527 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 528 
     | 
    
         
            +
             
     | 
| 
      
 529 
     | 
    
         
            +
              <fingerprint pattern="^f64ce96bbacc76d6db4d4eb0e78881da$">
         
     | 
| 
      
 530 
     | 
    
         
            +
                <description>InsightVM / Nexpose</description>
         
     | 
| 
      
 531 
     | 
    
         
            +
                <example>f64ce96bbacc76d6db4d4eb0e78881da</example>
         
     | 
| 
      
 532 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Rapid7"/>
         
     | 
| 
      
 533 
     | 
    
         
            +
                <param pos="0" name="service.product" value="InsightVM"/>
         
     | 
| 
      
 534 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 535 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:rapid7:insightvm:-"/>
         
     | 
| 
      
 536 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 537 
     | 
    
         
            +
             
     | 
| 
      
 538 
     | 
    
         
            +
              <fingerprint pattern="^fcb9ede4815b4949f75cbead02450a72$">
         
     | 
| 
      
 539 
     | 
    
         
            +
                <description>Celery Flower</description>
         
     | 
| 
      
 540 
     | 
    
         
            +
                <example>fcb9ede4815b4949f75cbead02450a72</example>
         
     | 
| 
      
 541 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Celery"/>
         
     | 
| 
      
 542 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Flower"/>
         
     | 
| 
      
 543 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 544 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 545 
     | 
    
         
            +
             
     | 
| 
      
 546 
     | 
    
         
            +
              <fingerprint pattern="^0a60c945e674ec7b953429b515519567$">
         
     | 
| 
      
 547 
     | 
    
         
            +
                <description>Lansweeper</description>
         
     | 
| 
      
 548 
     | 
    
         
            +
                <example>0a60c945e674ec7b953429b515519567</example>
         
     | 
| 
      
 549 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Lansweeper"/>
         
     | 
| 
      
 550 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Lansweeper"/>
         
     | 
| 
      
 551 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 552 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:lansweeper:lansweeper:-"/>
         
     | 
| 
      
 553 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 554 
     | 
    
         
            +
             
     | 
| 
      
 555 
     | 
    
         
            +
              <fingerprint pattern="^bd1fadbf4396e7a8a0abcaed6bdbfc20$">
         
     | 
| 
      
 556 
     | 
    
         
            +
                <description>GitHub Enterprise</description>
         
     | 
| 
      
 557 
     | 
    
         
            +
                <example>bd1fadbf4396e7a8a0abcaed6bdbfc20</example>
         
     | 
| 
      
 558 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="GitHub"/>
         
     | 
| 
      
 559 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Enterprise"/>
         
     | 
| 
      
 560 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 561 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 562 
     | 
    
         
            +
             
     | 
| 
      
 563 
     | 
    
         
            +
              <fingerprint pattern="^b2bd2546ba77fec1f47425679e05f212$">
         
     | 
| 
      
 564 
     | 
    
         
            +
                <description>SAP NetWeaver</description>
         
     | 
| 
      
 565 
     | 
    
         
            +
                <example>b2bd2546ba77fec1f47425679e05f212</example>
         
     | 
| 
      
 566 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="SAP"/>
         
     | 
| 
      
 567 
     | 
    
         
            +
                <param pos="0" name="service.product" value="NetWeaver Web AS"/>
         
     | 
| 
      
 568 
     | 
    
         
            +
                <param pos="0" name="service.family" value="NetWeaver"/>
         
     | 
| 
      
 569 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 570 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 571 
     | 
    
         
            +
             
     | 
| 
      
 572 
     | 
    
         
            +
              <fingerprint pattern="^(?:f7e3d97f404e71d302b3239eef48d5f2|bfac77149bf662238eb92d9b65c88a2a|85c754581e1d4b628be5b7712c042224)$">
         
     | 
| 
      
 573 
     | 
    
         
            +
                <description>GitLab</description>
         
     | 
| 
      
 574 
     | 
    
         
            +
                <example>f7e3d97f404e71d302b3239eef48d5f2</example>
         
     | 
| 
      
 575 
     | 
    
         
            +
                <example>bfac77149bf662238eb92d9b65c88a2a</example>
         
     | 
| 
      
 576 
     | 
    
         
            +
                <example>85c754581e1d4b628be5b7712c042224</example>
         
     | 
| 
      
 577 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="GitLab"/>
         
     | 
| 
      
 578 
     | 
    
         
            +
                <param pos="0" name="service.product" value="GitLab"/>
         
     | 
| 
      
 579 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 580 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:gitlab:gitlab:-"/>
         
     | 
| 
      
 581 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 582 
     | 
    
         
            +
             
     | 
| 
      
 583 
     | 
    
         
            +
              <fingerprint pattern="^c08c8f6b8e8d975b3a3c86f82aa33ec4$">
         
     | 
| 
      
 584 
     | 
    
         
            +
                <description>InfluxDB Dashboard</description>
         
     | 
| 
      
 585 
     | 
    
         
            +
                <example>c08c8f6b8e8d975b3a3c86f82aa33ec4</example>
         
     | 
| 
      
 586 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="InfluxData"/>
         
     | 
| 
      
 587 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Dashboard"/>
         
     | 
| 
      
 588 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 589 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 590 
     | 
    
         
            +
             
     | 
| 
      
 591 
     | 
    
         
            +
              <fingerprint pattern="^2f0935834ae4cc0953ee20fb421d29a3$">
         
     | 
| 
      
 592 
     | 
    
         
            +
                <description>Genscape Power IQ</description>
         
     | 
| 
      
 593 
     | 
    
         
            +
                <example>2f0935834ae4cc0953ee20fb421d29a3</example>
         
     | 
| 
      
 594 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Genscape"/>
         
     | 
| 
      
 595 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Power IQ"/>
         
     | 
| 
      
 596 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 597 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 598 
     | 
    
         
            +
             
     | 
| 
      
 599 
     | 
    
         
            +
              <fingerprint pattern="^6177bfb75b498e0bb356223ed76ffe43$">
         
     | 
| 
      
 600 
     | 
    
         
            +
                <description>Elastic Search</description>
         
     | 
| 
      
 601 
     | 
    
         
            +
                <example>6177bfb75b498e0bb356223ed76ffe43</example>
         
     | 
| 
      
 602 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Elastic"/>
         
     | 
| 
      
 603 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Search"/>
         
     | 
| 
      
 604 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 605 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 606 
     | 
    
         
            +
             
     | 
| 
      
 607 
     | 
    
         
            +
              <fingerprint pattern="^(?:e43ad9b75957c46a5975ded0f85a95b4|2145225dd4406c274c317f8d80ccf584)$">
         
     | 
| 
      
 608 
     | 
    
         
            +
                <description>Elastic Kibana</description>
         
     | 
| 
      
 609 
     | 
    
         
            +
                <example>e43ad9b75957c46a5975ded0f85a95b4</example>
         
     | 
| 
      
 610 
     | 
    
         
            +
                <example>2145225dd4406c274c317f8d80ccf584</example>
         
     | 
| 
      
 611 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Elastic"/>
         
     | 
| 
      
 612 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Kibana"/>
         
     | 
| 
      
 613 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 614 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 615 
     | 
    
         
            +
             
     | 
| 
      
 616 
     | 
    
         
            +
              <fingerprint pattern="^(?:ef07026465d7b449a9759132486d1e3b|bcc4933f81eff43e5d9bcc5b2828aa70|b204c198a410e5ee28346c4a2110535e|c00da11c81f9b887eed4123daee89909)$">
         
     | 
| 
      
 617 
     | 
    
         
            +
                <description>Grafana</description>
         
     | 
| 
      
 618 
     | 
    
         
            +
                <example>ef07026465d7b449a9759132486d1e3b</example>
         
     | 
| 
      
 619 
     | 
    
         
            +
                <example>bcc4933f81eff43e5d9bcc5b2828aa70</example>
         
     | 
| 
      
 620 
     | 
    
         
            +
                <example>b204c198a410e5ee28346c4a2110535e</example>
         
     | 
| 
      
 621 
     | 
    
         
            +
                <example>c00da11c81f9b887eed4123daee89909</example>
         
     | 
| 
      
 622 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Grafana"/>
         
     | 
| 
      
 623 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Grafana"/>
         
     | 
| 
      
 624 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 625 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:grafana:grafana:-"/>
         
     | 
| 
      
 626 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 627 
     | 
    
         
            +
             
     | 
| 
      
 628 
     | 
    
         
            +
              <fingerprint pattern="^5ee43b38986a144d6b5022ea8c8f748f$">
         
     | 
| 
      
 629 
     | 
    
         
            +
                <description>Prometheus</description>
         
     | 
| 
      
 630 
     | 
    
         
            +
                <example>5ee43b38986a144d6b5022ea8c8f748f</example>
         
     | 
| 
      
 631 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Prometheus"/>
         
     | 
| 
      
 632 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Prometheus"/>
         
     | 
| 
      
 633 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 634 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:prometheus:prometheus:-"/>
         
     | 
| 
      
 635 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 636 
     | 
    
         
            +
             
     | 
| 
      
 637 
     | 
    
         
            +
              <fingerprint pattern="^5ba13dcb526292ae707310a54e103cd1$">
         
     | 
| 
      
 638 
     | 
    
         
            +
                <description>Portainer Container Management Service</description>
         
     | 
| 
      
 639 
     | 
    
         
            +
                <example>5ba13dcb526292ae707310a54e103cd1</example>
         
     | 
| 
      
 640 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Portainer"/>
         
     | 
| 
      
 641 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Portainer"/>
         
     | 
| 
      
 642 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 643 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:portainer:portainer:-"/>
         
     | 
| 
      
 644 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 645 
     | 
    
         
            +
             
     | 
| 
      
 646 
     | 
    
         
            +
              <fingerprint pattern="^759fade9033aa298629e4b000dcd6dde$">
         
     | 
| 
      
 647 
     | 
    
         
            +
                <description>Outlook Web Access</description>
         
     | 
| 
      
 648 
     | 
    
         
            +
                <example>759fade9033aa298629e4b000dcd6dde</example>
         
     | 
| 
      
 649 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Microsoft"/>
         
     | 
| 
      
 650 
     | 
    
         
            +
                <param pos="0" name="os.family" value="Windows"/>
         
     | 
| 
      
 651 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 652 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Microsoft"/>
         
     | 
| 
      
 653 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Outlook Web Access"/>
         
     | 
| 
      
 654 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 655 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:microsoft:outlook_web_access:-"/>
         
     | 
| 
      
 656 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 657 
     | 
    
         
            +
             
     | 
| 
      
 658 
     | 
    
         
            +
              <fingerprint pattern="^b3045c004dd765466e84bd057eaaa795$">
         
     | 
| 
      
 659 
     | 
    
         
            +
                <description>Microsoft Skype for Business Server</description>
         
     | 
| 
      
 660 
     | 
    
         
            +
                <example>b3045c004dd765466e84bd057eaaa795</example>
         
     | 
| 
      
 661 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Microsoft"/>
         
     | 
| 
      
 662 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Skype for Business"/>
         
     | 
| 
      
 663 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 664 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:microsoft:skype_for_business:-"/>
         
     | 
| 
      
 665 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 666 
     | 
    
         
            +
             
     | 
| 
      
 667 
     | 
    
         
            +
              <fingerprint pattern="^ce3a1e4c19eed29eb8ad7dd20c20d619$">
         
     | 
| 
      
 668 
     | 
    
         
            +
                <description>Microsoft Lync Server</description>
         
     | 
| 
      
 669 
     | 
    
         
            +
                <example>ce3a1e4c19eed29eb8ad7dd20c20d619</example>
         
     | 
| 
      
 670 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Microsoft"/>
         
     | 
| 
      
 671 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Lync Server"/>
         
     | 
| 
      
 672 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 673 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:microsoft:lync_server:-"/>
         
     | 
| 
      
 674 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 675 
     | 
    
         
            +
             
     | 
| 
      
 676 
     | 
    
         
            +
              <fingerprint pattern="^d9c04e84269281a37e8f024578ffd4f3$">
         
     | 
| 
      
 677 
     | 
    
         
            +
                <description>WildFly Application Server</description>
         
     | 
| 
      
 678 
     | 
    
         
            +
                <example>d9c04e84269281a37e8f024578ffd4f3</example>
         
     | 
| 
      
 679 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Red Hat"/>
         
     | 
| 
      
 680 
     | 
    
         
            +
                <param pos="0" name="service.product" value="WildFly"/>
         
     | 
| 
      
 681 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 682 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:redhat:wildfly:-"/>
         
     | 
| 
      
 683 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 684 
     | 
    
         
            +
             
     | 
| 
      
 685 
     | 
    
         
            +
              <fingerprint pattern="^(?:05664fb0c7afcd6436179437e31f3aa6|f45f040baaf5200eb82a54296e6040cd)$">
         
     | 
| 
      
 686 
     | 
    
         
            +
                <description>Apache ActiveMQ</description>
         
     | 
| 
      
 687 
     | 
    
         
            +
                <example>05664fb0c7afcd6436179437e31f3aa6</example>
         
     | 
| 
      
 688 
     | 
    
         
            +
                <example>f45f040baaf5200eb82a54296e6040cd</example>
         
     | 
| 
      
 689 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Apache"/>
         
     | 
| 
      
 690 
     | 
    
         
            +
                <param pos="0" name="service.family" value="ActiveMQ"/>
         
     | 
| 
      
 691 
     | 
    
         
            +
                <param pos="0" name="service.product" value="ActiveMQ"/>
         
     | 
| 
      
 692 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 693 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:apache:activemq:-"/>
         
     | 
| 
      
 694 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 695 
     | 
    
         
            +
             
     | 
| 
      
 696 
     | 
    
         
            +
              <fingerprint pattern="^(?:8bbf74c036031fd834342ca75e9603d8|09353a60731f33fea28b3379407e20a2)$">
         
     | 
| 
      
 697 
     | 
    
         
            +
                <description>OpenStack Director</description>
         
     | 
| 
      
 698 
     | 
    
         
            +
                <example>8bbf74c036031fd834342ca75e9603d8</example>
         
     | 
| 
      
 699 
     | 
    
         
            +
                <example>09353a60731f33fea28b3379407e20a2</example>
         
     | 
| 
      
 700 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="OpenStack"/>
         
     | 
| 
      
 701 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Director"/>
         
     | 
| 
      
 702 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 703 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 704 
     | 
    
         
            +
             
     | 
| 
      
 705 
     | 
    
         
            +
              <fingerprint pattern="^4b60984f4ab0e57dc6aa0c755dea5a7c$">
         
     | 
| 
      
 706 
     | 
    
         
            +
                <description>OpenStack Dashboard</description>
         
     | 
| 
      
 707 
     | 
    
         
            +
                <example>4b60984f4ab0e57dc6aa0c755dea5a7c</example>
         
     | 
| 
      
 708 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="OpenStack"/>
         
     | 
| 
      
 709 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Dashboard"/>
         
     | 
| 
      
 710 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 711 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 712 
     | 
    
         
            +
             
     | 
| 
      
 713 
     | 
    
         
            +
              <fingerprint pattern="^deee3a8ee8c5a85b8b0a0f26c19bf324$">
         
     | 
| 
      
 714 
     | 
    
         
            +
                <description>Attivio Active Intelligence Engine</description>
         
     | 
| 
      
 715 
     | 
    
         
            +
                <example>deee3a8ee8c5a85b8b0a0f26c19bf324</example>
         
     | 
| 
      
 716 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Attivio"/>
         
     | 
| 
      
 717 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Active Intelligence Engine"/>
         
     | 
| 
      
 718 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 719 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 720 
     | 
    
         
            +
             
     | 
| 
      
 721 
     | 
    
         
            +
              <fingerprint pattern="^(?:97c6417ed01bdc0ae3ef32ae4894fd03|e2f298e9811cd34a08bf5bb69e2d1d6a)$">
         
     | 
| 
      
 722 
     | 
    
         
            +
                <description>Jupyter Notebook</description>
         
     | 
| 
      
 723 
     | 
    
         
            +
                <example>97c6417ed01bdc0ae3ef32ae4894fd03</example>
         
     | 
| 
      
 724 
     | 
    
         
            +
                <example>e2f298e9811cd34a08bf5bb69e2d1d6a</example>
         
     | 
| 
      
 725 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Jupyter"/>
         
     | 
| 
      
 726 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Notebook"/>
         
     | 
| 
      
 727 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 728 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:jupyter:notebook:-"/>
         
     | 
| 
      
 729 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 730 
     | 
    
         
            +
             
     | 
| 
      
 731 
     | 
    
         
            +
              <fingerprint pattern="^36b3ef286fa4befbb797a0966b456479$">
         
     | 
| 
      
 732 
     | 
    
         
            +
                <description>PRTG Network Monitor</description>
         
     | 
| 
      
 733 
     | 
    
         
            +
                <example>36b3ef286fa4befbb797a0966b456479</example>
         
     | 
| 
      
 734 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="PRTG"/>
         
     | 
| 
      
 735 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Network Monitor"/>
         
     | 
| 
      
 736 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 737 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 738 
     | 
    
         
            +
             
     | 
| 
      
 739 
     | 
    
         
            +
              <fingerprint pattern="^(?:0000eeec59841e6e63dd9f90424cac75|34f1c18ed89e1b514473434351edc181|b4d64bf2e42da188164d2a43cc71b5fb)$">
         
     | 
| 
      
 740 
     | 
    
         
            +
                <description>Tenable Nessus</description>
         
     | 
| 
      
 741 
     | 
    
         
            +
                <example>0000eeec59841e6e63dd9f90424cac75</example>
         
     | 
| 
      
 742 
     | 
    
         
            +
                <example>34f1c18ed89e1b514473434351edc181</example>
         
     | 
| 
      
 743 
     | 
    
         
            +
                <example>b4d64bf2e42da188164d2a43cc71b5fb</example>
         
     | 
| 
      
 744 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Tenable"/>
         
     | 
| 
      
 745 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Nessus"/>
         
     | 
| 
      
 746 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 747 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:tenable:nessus:-"/>
         
     | 
| 
      
 748 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 749 
     | 
    
         
            +
             
     | 
| 
      
 750 
     | 
    
         
            +
              <fingerprint pattern="^8570daa3ff0b3aa33157a433e2dea887$">
         
     | 
| 
      
 751 
     | 
    
         
            +
                <description>Tenable Security Center</description>
         
     | 
| 
      
 752 
     | 
    
         
            +
                <example>8570daa3ff0b3aa33157a433e2dea887</example>
         
     | 
| 
      
 753 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Tenable"/>
         
     | 
| 
      
 754 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Security Center"/>
         
     | 
| 
      
 755 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 756 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 757 
     | 
    
         
            +
             
     | 
| 
      
 758 
     | 
    
         
            +
              <fingerprint pattern="^(?:78ee71862e89db1b1870197b40d026e5|799f70b71314a7508326d1d2f68f7519)$">
         
     | 
| 
      
 759 
     | 
    
         
            +
                <description>Red Hat JBoss AS</description>
         
     | 
| 
      
 760 
     | 
    
         
            +
                <example>78ee71862e89db1b1870197b40d026e5</example>
         
     | 
| 
      
 761 
     | 
    
         
            +
                <example>799f70b71314a7508326d1d2f68f7519</example>
         
     | 
| 
      
 762 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Red Hat"/>
         
     | 
| 
      
 763 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 764 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 765 
     | 
    
         
            +
             
     | 
| 
      
 766 
     | 
    
         
            +
              <fingerprint pattern="^fa69cdaaf6cac06e634b11bc2e36161b$">
         
     | 
| 
      
 767 
     | 
    
         
            +
                <description>Red Hat JBoss EAP 7</description>
         
     | 
| 
      
 768 
     | 
    
         
            +
                <example>fa69cdaaf6cac06e634b11bc2e36161b</example>
         
     | 
| 
      
 769 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Red Hat"/>
         
     | 
| 
      
 770 
     | 
    
         
            +
                <param pos="0" name="service.product" value="JBoss EAP"/>
         
     | 
| 
      
 771 
     | 
    
         
            +
                <param pos="0" name="service.version" value="7"/>
         
     | 
| 
      
 772 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 773 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:redhat:jboss_enterprise_application_platform:7"/>
         
     | 
| 
      
 774 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 775 
     | 
    
         
            +
             
     | 
| 
      
 776 
     | 
    
         
            +
              <fingerprint pattern="^192decdad41179599a776494efc3e720$">
         
     | 
| 
      
 777 
     | 
    
         
            +
                <description>Red Hat JBoss EAP</description>
         
     | 
| 
      
 778 
     | 
    
         
            +
                <example>192decdad41179599a776494efc3e720</example>
         
     | 
| 
      
 779 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Red Hat"/>
         
     | 
| 
      
 780 
     | 
    
         
            +
                <param pos="0" name="service.product" value="JBoss EAP"/>
         
     | 
| 
      
 781 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 782 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:redhat:jboss_enterprise_application_platform:-"/>
         
     | 
| 
      
 783 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 784 
     | 
    
         
            +
             
     | 
| 
      
 785 
     | 
    
         
            +
              <fingerprint pattern="^(?:b4e4785d5852c563b9ae47cbb7af06fe|fa0d535bff80ca916d7d7a782a6b8dc0)$">
         
     | 
| 
      
 786 
     | 
    
         
            +
                <description>SonarQube</description>
         
     | 
| 
      
 787 
     | 
    
         
            +
                <example>b4e4785d5852c563b9ae47cbb7af06fe</example>
         
     | 
| 
      
 788 
     | 
    
         
            +
                <example>fa0d535bff80ca916d7d7a782a6b8dc0</example>
         
     | 
| 
      
 789 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="SonarQube"/>
         
     | 
| 
      
 790 
     | 
    
         
            +
                <param pos="0" name="service.product" value="SonarQube"/>
         
     | 
| 
      
 791 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 792 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 793 
     | 
    
         
            +
             
     | 
| 
      
 794 
     | 
    
         
            +
              <fingerprint pattern="^e41d685337fa906ea1b69942918161e1$">
         
     | 
| 
      
 795 
     | 
    
         
            +
                <description>Opengear Management Console</description>
         
     | 
| 
      
 796 
     | 
    
         
            +
                <example>e41d685337fa906ea1b69942918161e1</example>
         
     | 
| 
      
 797 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Opengear"/>
         
     | 
| 
      
 798 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Management Console"/>
         
     | 
| 
      
 799 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 800 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 801 
     | 
    
         
            +
             
     | 
| 
      
 802 
     | 
    
         
            +
              <!-- Devices -->
         
     | 
| 
      
 803 
     | 
    
         
            +
             
     | 
| 
      
 804 
     | 
    
         
            +
              <fingerprint pattern="^2fd26da3d6b790a86038f440d5b37eea$">
         
     | 
| 
      
 805 
     | 
    
         
            +
                <description>HDHomeRun</description>
         
     | 
| 
      
 806 
     | 
    
         
            +
                <example>2fd26da3d6b790a86038f440d5b37eea</example>
         
     | 
| 
      
 807 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="SiliconDust"/>
         
     | 
| 
      
 808 
     | 
    
         
            +
                <param pos="0" name="os.family" value="Linux"/>
         
     | 
| 
      
 809 
     | 
    
         
            +
                <param pos="0" name="os.product" value="Linux"/>
         
     | 
| 
      
 810 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 811 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="SiliconDust"/>
         
     | 
| 
      
 812 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Media Server"/>
         
     | 
| 
      
 813 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="HDHomeRun"/>
         
     | 
| 
      
 814 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 815 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 816 
     | 
    
         
            +
             
     | 
| 
      
 817 
     | 
    
         
            +
              <fingerprint pattern="^20cfaa5b470512d11e83dd9aa80108d1$">
         
     | 
| 
      
 818 
     | 
    
         
            +
                <description>Duo Network Gateway</description>
         
     | 
| 
      
 819 
     | 
    
         
            +
                <example>20cfaa5b470512d11e83dd9aa80108d1</example>
         
     | 
| 
      
 820 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Duo"/>
         
     | 
| 
      
 821 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Security Appliance"/>
         
     | 
| 
      
 822 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="Network Gateway"/>
         
     | 
| 
      
 823 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Duo"/>
         
     | 
| 
      
 824 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 825 
     | 
    
         
            +
                <param pos="0" name="os.device" value="Security Appliance"/>
         
     | 
| 
      
 826 
     | 
    
         
            +
                <param pos="0" name="os.product" value="Network Gateway"/>
         
     | 
| 
      
 827 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 828 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 829 
     | 
    
         
            +
             
     | 
| 
      
 830 
     | 
    
         
            +
              <fingerprint pattern="^f5a68db40594839cfc2696197608e2a3$">
         
     | 
| 
      
 831 
     | 
    
         
            +
                <description>Cisco vManage SD-WAN</description>
         
     | 
| 
      
 832 
     | 
    
         
            +
                <example>f5a68db40594839cfc2696197608e2a3</example>
         
     | 
| 
      
 833 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Cisco"/>
         
     | 
| 
      
 834 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="SD-WAN Appliance"/>
         
     | 
| 
      
 835 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="vManage"/>
         
     | 
| 
      
 836 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 837 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Cisco"/>
         
     | 
| 
      
 838 
     | 
    
         
            +
                <param pos="0" name="os.device" value="SD-WAN Appliance"/>
         
     | 
| 
      
 839 
     | 
    
         
            +
                <param pos="0" name="os.product" value="vManage"/>
         
     | 
| 
      
 840 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 841 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 842 
     | 
    
         
            +
             
     | 
| 
      
 843 
     | 
    
         
            +
              <fingerprint pattern="^2d61bc736ebe98534728f160477374a9$">
         
     | 
| 
      
 844 
     | 
    
         
            +
                <description>KACE Appliance</description>
         
     | 
| 
      
 845 
     | 
    
         
            +
                <example>2d61bc736ebe98534728f160477374a9</example>
         
     | 
| 
      
 846 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="KACE"/>
         
     | 
| 
      
 847 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Support Appliance"/>
         
     | 
| 
      
 848 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="KACE"/>
         
     | 
| 
      
 849 
     | 
    
         
            +
                <param pos="0" name="os.family" value="FreeBSD"/>
         
     | 
| 
      
 850 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 851 
     | 
    
         
            +
             
     | 
| 
      
 852 
     | 
    
         
            +
              <fingerprint pattern="^3661adb788ed643f5e575b2ed8536b6f$">
         
     | 
| 
      
 853 
     | 
    
         
            +
                <description>Internet Archive Warrior Appliance</description>
         
     | 
| 
      
 854 
     | 
    
         
            +
                <example>3661adb788ed643f5e575b2ed8536b6f</example>
         
     | 
| 
      
 855 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Internet Archive"/>
         
     | 
| 
      
 856 
     | 
    
         
            +
                <param pos="0" name="os.family" value="Linux"/>
         
     | 
| 
      
 857 
     | 
    
         
            +
                <param pos="0" name="os.product" value="Linux"/>
         
     | 
| 
      
 858 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 859 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Internet Archive"/>
         
     | 
| 
      
 860 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Storage Appliance"/>
         
     | 
| 
      
 861 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="ArchiveTeam Warrior"/>
         
     | 
| 
      
 862 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 863 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 864 
     | 
    
         
            +
             
     | 
| 
      
 865 
     | 
    
         
            +
              <fingerprint pattern="^b88c0eedc72d3bf4e86c2aa0a6ba6f7b$">
         
     | 
| 
      
 866 
     | 
    
         
            +
                <description>NAS4Free</description>
         
     | 
| 
      
 867 
     | 
    
         
            +
                <example>b88c0eedc72d3bf4e86c2aa0a6ba6f7b</example>
         
     | 
| 
      
 868 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="NAS4Free"/>
         
     | 
| 
      
 869 
     | 
    
         
            +
                <param pos="0" name="os.family" value="FreeBSD"/>
         
     | 
| 
      
 870 
     | 
    
         
            +
                <param pos="0" name="os.product" value="NAS4Free"/>
         
     | 
| 
      
 871 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 872 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="NAS4Free"/>
         
     | 
| 
      
 873 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="NAS"/>
         
     | 
| 
      
 874 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="NAS4Free"/>
         
     | 
| 
      
 875 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 876 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 877 
     | 
    
         
            +
             
     | 
| 
      
 878 
     | 
    
         
            +
              <fingerprint pattern="^0aee66dce5587fe6fad5ae2826501add$">
         
     | 
| 
      
 879 
     | 
    
         
            +
                <description>UniFi NVR Software Portal</description>
         
     | 
| 
      
 880 
     | 
    
         
            +
                <example>0aee66dce5587fe6fad5ae2826501add</example>
         
     | 
| 
      
 881 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Ubiquiti"/>
         
     | 
| 
      
 882 
     | 
    
         
            +
                <param pos="0" name="hw.family" value="UniFi"/>
         
     | 
| 
      
 883 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="UniFi NVR"/>
         
     | 
| 
      
 884 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="DVR"/>
         
     | 
| 
      
 885 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 886 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 887 
     | 
    
         
            +
             
     | 
| 
      
 888 
     | 
    
         
            +
              <fingerprint pattern="^fce59fb1734f3df8033dd645e48a09cf$">
         
     | 
| 
      
 889 
     | 
    
         
            +
                <description>Plixer Scrutinizer</description>
         
     | 
| 
      
 890 
     | 
    
         
            +
                <example>fce59fb1734f3df8033dd645e48a09cf</example>
         
     | 
| 
      
 891 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Plixer"/>
         
     | 
| 
      
 892 
     | 
    
         
            +
                <param pos="0" name="os.product" value="Linux"/>
         
     | 
| 
      
 893 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 894 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Plixer"/>
         
     | 
| 
      
 895 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="Scrutinizer"/>
         
     | 
| 
      
 896 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 897 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 898 
     | 
    
         
            +
             
     | 
| 
      
 899 
     | 
    
         
            +
              <fingerprint pattern="^3aeb94ff79c01d9b32b4ac4de8bd372d$">
         
     | 
| 
      
 900 
     | 
    
         
            +
                <description>Haivision Makito X Decoder</description>
         
     | 
| 
      
 901 
     | 
    
         
            +
                <example>3aeb94ff79c01d9b32b4ac4de8bd372d</example>
         
     | 
| 
      
 902 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Haivision"/>
         
     | 
| 
      
 903 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Video Decoder"/>
         
     | 
| 
      
 904 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="Makito X Decoder"/>
         
     | 
| 
      
 905 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 906 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 907 
     | 
    
         
            +
             
     | 
| 
      
 908 
     | 
    
         
            +
              <fingerprint pattern="^a4feff49b464eb1d0182cf74f3e843d1$">
         
     | 
| 
      
 909 
     | 
    
         
            +
                <description>Device42 Virtual Appliance</description>
         
     | 
| 
      
 910 
     | 
    
         
            +
                <example>a4feff49b464eb1d0182cf74f3e843d1</example>
         
     | 
| 
      
 911 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Device42"/>
         
     | 
| 
      
 912 
     | 
    
         
            +
                <param pos="0" name="os.family" value="Linux"/>
         
     | 
| 
      
 913 
     | 
    
         
            +
                <param pos="0" name="os.product" value="Linux"/>
         
     | 
| 
      
 914 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 915 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Device42"/>
         
     | 
| 
      
 916 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Network Appliance"/>
         
     | 
| 
      
 917 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="Discovery"/>
         
     | 
| 
      
 918 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 919 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 920 
     | 
    
         
            +
             
     | 
| 
      
 921 
     | 
    
         
            +
              <fingerprint pattern="^(?:afbc222b5f04fce3ec3e381d87ebfc55|7a7cf293daa5b528bd49941630684c00)$">
         
     | 
| 
      
 922 
     | 
    
         
            +
                <description>Seagate Storage</description>
         
     | 
| 
      
 923 
     | 
    
         
            +
                <example>afbc222b5f04fce3ec3e381d87ebfc55</example>
         
     | 
| 
      
 924 
     | 
    
         
            +
                <example>7a7cf293daa5b528bd49941630684c00</example>
         
     | 
| 
      
 925 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Seagate"/>
         
     | 
| 
      
 926 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="NAS"/>
         
     | 
| 
      
 927 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 928 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Seagate"/>
         
     | 
| 
      
 929 
     | 
    
         
            +
                <param pos="0" name="os.family" value="Linux"/>
         
     | 
| 
      
 930 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 931 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 932 
     | 
    
         
            +
             
     | 
| 
      
 933 
     | 
    
         
            +
              <fingerprint pattern="^eab32ee5b399d2cd504d8342ccf51ec3$">
         
     | 
| 
      
 934 
     | 
    
         
            +
                <description>Hubitat Elevation</description>
         
     | 
| 
      
 935 
     | 
    
         
            +
                <example>eab32ee5b399d2cd504d8342ccf51ec3</example>
         
     | 
| 
      
 936 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Hubitat"/>
         
     | 
| 
      
 937 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Device Hub"/>
         
     | 
| 
      
 938 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="Elevation"/>
         
     | 
| 
      
 939 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 940 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Hubitat"/>
         
     | 
| 
      
 941 
     | 
    
         
            +
                <param pos="0" name="os.product" value="Linux"/>
         
     | 
| 
      
 942 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 943 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 944 
     | 
    
         
            +
             
     | 
| 
      
 945 
     | 
    
         
            +
              <fingerprint pattern="^dc0816f371699823e1e03e0078622d75$">
         
     | 
| 
      
 946 
     | 
    
         
            +
                <description>Aruba Networks Wireless Controller</description>
         
     | 
| 
      
 947 
     | 
    
         
            +
                <example>dc0816f371699823e1e03e0078622d75</example>
         
     | 
| 
      
 948 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Aruba Networks"/>
         
     | 
| 
      
 949 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Wireless Controller"/>
         
     | 
| 
      
 950 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="Captive Portal"/>
         
     | 
| 
      
 951 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 952 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 953 
     | 
    
         
            +
             
     | 
| 
      
 954 
     | 
    
         
            +
              <fingerprint pattern="^842c79ab11f38323fc554afbea5c990a$">
         
     | 
| 
      
 955 
     | 
    
         
            +
                <description>D-Link Network Camera</description>
         
     | 
| 
      
 956 
     | 
    
         
            +
                <example>842c79ab11f38323fc554afbea5c990a</example>
         
     | 
| 
      
 957 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="D-Link"/>
         
     | 
| 
      
 958 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Web cam"/>
         
     | 
| 
      
 959 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="DCS-932"/>
         
     | 
| 
      
 960 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 961 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 962 
     | 
    
         
            +
             
     | 
| 
      
 963 
     | 
    
         
            +
              <fingerprint pattern="^a64986177b51d32d8b828c1d5f3bce93$">
         
     | 
| 
      
 964 
     | 
    
         
            +
                <description>Ubiquiti EdgeSwitch</description>
         
     | 
| 
      
 965 
     | 
    
         
            +
                <example>a64986177b51d32d8b828c1d5f3bce93</example>
         
     | 
| 
      
 966 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Ubiquiti"/>
         
     | 
| 
      
 967 
     | 
    
         
            +
                <param pos="0" name="os.family" value="Linux"/>
         
     | 
| 
      
 968 
     | 
    
         
            +
                <param pos="0" name="os.product" value="EdgeOS"/>
         
     | 
| 
      
 969 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 970 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Ubiquiti"/>
         
     | 
| 
      
 971 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="EdgeSwitch"/>
         
     | 
| 
      
 972 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 973 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 974 
     | 
    
         
            +
             
     | 
| 
      
 975 
     | 
    
         
            +
              <fingerprint pattern="^(?:7da8813873190b6e3d7d8957d798bd1e|31ccf4e22ba33dbec54cc357a43a36d3)$">
         
     | 
| 
      
 976 
     | 
    
         
            +
                <description>OpenMediaVault</description>
         
     | 
| 
      
 977 
     | 
    
         
            +
                <example>7da8813873190b6e3d7d8957d798bd1e</example>
         
     | 
| 
      
 978 
     | 
    
         
            +
                <example>31ccf4e22ba33dbec54cc357a43a36d3</example>
         
     | 
| 
      
 979 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="OpenMediaVault"/>
         
     | 
| 
      
 980 
     | 
    
         
            +
                <param pos="0" name="os.family" value="Linux"/>
         
     | 
| 
      
 981 
     | 
    
         
            +
                <param pos="0" name="os.product" value="OpenMediaVault"/>
         
     | 
| 
      
 982 
     | 
    
         
            +
                <param pos="0" name="os.device" value="NAS"/>
         
     | 
| 
      
 983 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 984 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 985 
     | 
    
         
            +
             
     | 
| 
      
 986 
     | 
    
         
            +
              <fingerprint pattern="^9dac0d6bad34f38552361f3a3b5bab16$">
         
     | 
| 
      
 987 
     | 
    
         
            +
                <description>ELAN Network Camera</description>
         
     | 
| 
      
 988 
     | 
    
         
            +
                <example>9dac0d6bad34f38552361f3a3b5bab16</example>
         
     | 
| 
      
 989 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="ELAN"/>
         
     | 
| 
      
 990 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Web cam"/>
         
     | 
| 
      
 991 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="HDIPCam"/>
         
     | 
| 
      
 992 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 993 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="ELAN"/>
         
     | 
| 
      
 994 
     | 
    
         
            +
                <param pos="0" name="os.device" value="Web cam"/>
         
     | 
| 
      
 995 
     | 
    
         
            +
                <param pos="0" name="os.family" value="Linux"/>
         
     | 
| 
      
 996 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 997 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 998 
     | 
    
         
            +
             
     | 
| 
      
 999 
     | 
    
         
            +
              <fingerprint pattern="^318ed14b5eedf8581f7e79439504e282$">
         
     | 
| 
      
 1000 
     | 
    
         
            +
                <description>Dell SonicWall</description>
         
     | 
| 
      
 1001 
     | 
    
         
            +
                <example>318ed14b5eedf8581f7e79439504e282</example>
         
     | 
| 
      
 1002 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="SonicWall"/>
         
     | 
| 
      
 1003 
     | 
    
         
            +
                <param pos="0" name="os.device" value="Firewall"/>
         
     | 
| 
      
 1004 
     | 
    
         
            +
                <param pos="0" name="os.family" value="SonicOS"/>
         
     | 
| 
      
 1005 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1006 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1007 
     | 
    
         
            +
             
     | 
| 
      
 1008 
     | 
    
         
            +
              <fingerprint pattern="^e4fd990b4b8a5d61bd5ddb98cdfc7190$">
         
     | 
| 
      
 1009 
     | 
    
         
            +
                <description>OPNsense Firewall</description>
         
     | 
| 
      
 1010 
     | 
    
         
            +
                <example>e4fd990b4b8a5d61bd5ddb98cdfc7190</example>
         
     | 
| 
      
 1011 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="OPNsense"/>
         
     | 
| 
      
 1012 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Firewall"/>
         
     | 
| 
      
 1013 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="Firewall"/>
         
     | 
| 
      
 1014 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1015 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="OPNsense"/>
         
     | 
| 
      
 1016 
     | 
    
         
            +
                <param pos="0" name="os.product" value="FreeBSD"/>
         
     | 
| 
      
 1017 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1018 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1019 
     | 
    
         
            +
             
     | 
| 
      
 1020 
     | 
    
         
            +
              <fingerprint pattern="^979d9a884c322862e6830f61e2c378e6$">
         
     | 
| 
      
 1021 
     | 
    
         
            +
                <description>Genetec AutoVu SharpV ALPR Camera</description>
         
     | 
| 
      
 1022 
     | 
    
         
            +
                <example>979d9a884c322862e6830f61e2c378e6</example>
         
     | 
| 
      
 1023 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Genetec"/>
         
     | 
| 
      
 1024 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Web cam"/>
         
     | 
| 
      
 1025 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="AutoVu SharpV"/>
         
     | 
| 
      
 1026 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1027 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1028 
     | 
    
         
            +
             
     | 
| 
      
 1029 
     | 
    
         
            +
              <fingerprint pattern="^421e176ae0837bcc6b879ef55adbc897$">
         
     | 
| 
      
 1030 
     | 
    
         
            +
                <description>Oracle(R) Integrated Lights Out Manager</description>
         
     | 
| 
      
 1031 
     | 
    
         
            +
                <example>421e176ae0837bcc6b879ef55adbc897</example>
         
     | 
| 
      
 1032 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Lights Out Management"/>
         
     | 
| 
      
 1033 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Oracle"/>
         
     | 
| 
      
 1034 
     | 
    
         
            +
                <param pos="0" name="hw.family" value="ILOM"/>
         
     | 
| 
      
 1035 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="ILOM"/>
         
     | 
| 
      
 1036 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1037 
     | 
    
         
            +
                <param pos="0" name="os.device" value="Lights Out Management"/>
         
     | 
| 
      
 1038 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Oracle"/>
         
     | 
| 
      
 1039 
     | 
    
         
            +
                <param pos="0" name="os.family" value="ILOM"/>
         
     | 
| 
      
 1040 
     | 
    
         
            +
                <param pos="0" name="os.product" value="ILOM"/>
         
     | 
| 
      
 1041 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1042 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1043 
     | 
    
         
            +
             
     | 
| 
      
 1044 
     | 
    
         
            +
              <fingerprint pattern="^665f96fcdcc9da0ab89312acc02fa815$">
         
     | 
| 
      
 1045 
     | 
    
         
            +
                <description>IQinVision IQeye Network Camera</description>
         
     | 
| 
      
 1046 
     | 
    
         
            +
                <example>665f96fcdcc9da0ab89312acc02fa815</example>
         
     | 
| 
      
 1047 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="IQinVision"/>
         
     | 
| 
      
 1048 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Web cam"/>
         
     | 
| 
      
 1049 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1050 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1051 
     | 
    
         
            +
             
     | 
| 
      
 1052 
     | 
    
         
            +
              <fingerprint pattern="^2e6c696c61cb0c999ddad960d6adf02d$">
         
     | 
| 
      
 1053 
     | 
    
         
            +
                <description>Barco Wireless Presenter</description>
         
     | 
| 
      
 1054 
     | 
    
         
            +
                <example>2e6c696c61cb0c999ddad960d6adf02d</example>
         
     | 
| 
      
 1055 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Barco"/>
         
     | 
| 
      
 1056 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Wireless Presenter"/>
         
     | 
| 
      
 1057 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="ClickShare"/>
         
     | 
| 
      
 1058 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1059 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Barco"/>
         
     | 
| 
      
 1060 
     | 
    
         
            +
                <param pos="0" name="os.family" value="ClickShareOS"/>
         
     | 
| 
      
 1061 
     | 
    
         
            +
                <param pos="0" name="os.device" value="Wireless Presenter"/>
         
     | 
| 
      
 1062 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1063 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1064 
     | 
    
         
            +
             
     | 
| 
      
 1065 
     | 
    
         
            +
              <fingerprint pattern="^45210ace96ce9c893f8c27c5decab10d$">
         
     | 
| 
      
 1066 
     | 
    
         
            +
                <description>AVM FRITZ!Box</description>
         
     | 
| 
      
 1067 
     | 
    
         
            +
                <example>45210ace96ce9c893f8c27c5decab10d</example>
         
     | 
| 
      
 1068 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="AVM"/>
         
     | 
| 
      
 1069 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="WAP"/>
         
     | 
| 
      
 1070 
     | 
    
         
            +
                <param pos="0" name="hw.family" value="FRITZ!Box"/>
         
     | 
| 
      
 1071 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1072 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1073 
     | 
    
         
            +
             
     | 
| 
      
 1074 
     | 
    
         
            +
              <fingerprint pattern="^7b0d4bc0ca1659d54469e5013a08d240$">
         
     | 
| 
      
 1075 
     | 
    
         
            +
                <description>ReadyNAS</description>
         
     | 
| 
      
 1076 
     | 
    
         
            +
                <example>7b0d4bc0ca1659d54469e5013a08d240</example>
         
     | 
| 
      
 1077 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Netgear"/>
         
     | 
| 
      
 1078 
     | 
    
         
            +
                <param pos="0" name="os.product" value="Linux"/>
         
     | 
| 
      
 1079 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1080 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Netgear"/>
         
     | 
| 
      
 1081 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="NAS"/>
         
     | 
| 
      
 1082 
     | 
    
         
            +
                <param pos="0" name="hw.family" value="ReadyNAS"/>
         
     | 
| 
      
 1083 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="ReadyNAS"/>
         
     | 
| 
      
 1084 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1085 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1086 
     | 
    
         
            +
             
     | 
| 
      
 1087 
     | 
    
         
            +
              <fingerprint pattern="^302f9ac299f739e219f6eff93b5bdba5$">
         
     | 
| 
      
 1088 
     | 
    
         
            +
                <description>Brocade Virtual Traffic Manager Appliance</description>
         
     | 
| 
      
 1089 
     | 
    
         
            +
                <example>302f9ac299f739e219f6eff93b5bdba5</example>
         
     | 
| 
      
 1090 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Brocade"/>
         
     | 
| 
      
 1091 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Network Management Device"/>
         
     | 
| 
      
 1092 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="Virtual Traffic Manager"/>
         
     | 
| 
      
 1093 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1094 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1095 
     | 
    
         
            +
             
     | 
| 
      
 1096 
     | 
    
         
            +
              <fingerprint pattern="^60f2a1b9feb617e1b8352f15532aedd8$">
         
     | 
| 
      
 1097 
     | 
    
         
            +
                <description>Cisco UCS Manager</description>
         
     | 
| 
      
 1098 
     | 
    
         
            +
                <example>60f2a1b9feb617e1b8352f15532aedd8</example>
         
     | 
| 
      
 1099 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Lights Out Management"/>
         
     | 
| 
      
 1100 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Cisco"/>
         
     | 
| 
      
 1101 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="UCS Manager"/>
         
     | 
| 
      
 1102 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Cisco"/>
         
     | 
| 
      
 1103 
     | 
    
         
            +
                <param pos="0" name="os.family" value="Linux"/>
         
     | 
| 
      
 1104 
     | 
    
         
            +
                <param pos="0" name="os.product" value="NX-OS"/>
         
     | 
| 
      
 1105 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.75"/>
         
     | 
| 
      
 1106 
     | 
    
         
            +
                <param pos="0" name="os.cpe23" value="cpe:/o:cisco:nx-os:-"/>
         
     | 
| 
      
 1107 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1108 
     | 
    
         
            +
             
     | 
| 
      
 1109 
     | 
    
         
            +
              <fingerprint pattern="^bc688a51959302fccb6e12ab63a2e696$">
         
     | 
| 
      
 1110 
     | 
    
         
            +
                <description>Cisco DNS Center</description>
         
     | 
| 
      
 1111 
     | 
    
         
            +
                <example>bc688a51959302fccb6e12ab63a2e696</example>
         
     | 
| 
      
 1112 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Cisco"/>
         
     | 
| 
      
 1113 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Network Management Device"/>
         
     | 
| 
      
 1114 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="DNA Center"/>
         
     | 
| 
      
 1115 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Cisco"/>
         
     | 
| 
      
 1116 
     | 
    
         
            +
                <param pos="0" name="os.device" value="Network Management Device"/>
         
     | 
| 
      
 1117 
     | 
    
         
            +
                <param pos="0" name="os.product" value="DNA Center"/>
         
     | 
| 
      
 1118 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1119 
     | 
    
         
            +
             
     | 
| 
      
 1120 
     | 
    
         
            +
              <fingerprint pattern="^0d835213afc36cc098b080784bc223a0$">
         
     | 
| 
      
 1121 
     | 
    
         
            +
                <description>Cisco ASA (and other appliances)</description>
         
     | 
| 
      
 1122 
     | 
    
         
            +
                <example>0d835213afc36cc098b080784bc223a0</example>
         
     | 
| 
      
 1123 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Cisco"/>
         
     | 
| 
      
 1124 
     | 
    
         
            +
                <param pos="0" name="os.family" value="Adaptive Security Appliance"/>
         
     | 
| 
      
 1125 
     | 
    
         
            +
                <param pos="0" name="os.product" value="Adaptive Security Appliance"/>
         
     | 
| 
      
 1126 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1127 
     | 
    
         
            +
                <param pos="0" name="os.cpe23" value="cpe:/o:cisco:adaptive_security_appliance:-"/>
         
     | 
| 
      
 1128 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Cisco"/>
         
     | 
| 
      
 1129 
     | 
    
         
            +
                <param pos="0" name="hw.family" value="Adaptive Security Appliance"/>
         
     | 
| 
      
 1130 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="Adaptive Security Appliance"/>
         
     | 
| 
      
 1131 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Firewall"/>
         
     | 
| 
      
 1132 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1133 
     | 
    
         
            +
                <param pos="0" name="hw.cpe23" value="cpe:/h:cisco:adaptive_security_appliance:-"/>
         
     | 
| 
      
 1134 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1135 
     | 
    
         
            +
             
     | 
| 
      
 1136 
     | 
    
         
            +
              <fingerprint pattern="^(?:af13b379bdb4ae7a5e68d9aa4419b2e4|cd844ad9671131f5464458a2ef58b7bc|c32e2dc4d7caedd5cefc9d44cc4f62ec)$">
         
     | 
| 
      
 1137 
     | 
    
         
            +
                <description>Cisco APIC</description>
         
     | 
| 
      
 1138 
     | 
    
         
            +
                <example>af13b379bdb4ae7a5e68d9aa4419b2e4</example>
         
     | 
| 
      
 1139 
     | 
    
         
            +
                <example>cd844ad9671131f5464458a2ef58b7bc</example>
         
     | 
| 
      
 1140 
     | 
    
         
            +
                <example>c32e2dc4d7caedd5cefc9d44cc4f62ec</example>
         
     | 
| 
      
 1141 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Cisco"/>
         
     | 
| 
      
 1142 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="APIC"/>
         
     | 
| 
      
 1143 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Network Appliance"/>
         
     | 
| 
      
 1144 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1145 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1146 
     | 
    
         
            +
             
     | 
| 
      
 1147 
     | 
    
         
            +
              <fingerprint pattern="^454faf816c2e631bc60b6b2ae01a9b39$">
         
     | 
| 
      
 1148 
     | 
    
         
            +
                <description>Cisco HyperFlex</description>
         
     | 
| 
      
 1149 
     | 
    
         
            +
                <example>454faf816c2e631bc60b6b2ae01a9b39</example>
         
     | 
| 
      
 1150 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Cisco"/>
         
     | 
| 
      
 1151 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="HyperFlex Connect"/>
         
     | 
| 
      
 1152 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Network Appliance"/>
         
     | 
| 
      
 1153 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1154 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1155 
     | 
    
         
            +
             
     | 
| 
      
 1156 
     | 
    
         
            +
              <fingerprint pattern="^a2e9caf81f500f73fc18dc9a049f9f68$">
         
     | 
| 
      
 1157 
     | 
    
         
            +
                <description>Cisco TelePresence/ Tandberg</description>
         
     | 
| 
      
 1158 
     | 
    
         
            +
                <example>a2e9caf81f500f73fc18dc9a049f9f68</example>
         
     | 
| 
      
 1159 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Tandberg"/>
         
     | 
| 
      
 1160 
     | 
    
         
            +
                <param pos="0" name="os.family" value="Linux"/>
         
     | 
| 
      
 1161 
     | 
    
         
            +
                <param pos="0" name="os.product" value="Linux"/>
         
     | 
| 
      
 1162 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1163 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Cisco"/>
         
     | 
| 
      
 1164 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Video Conferencing"/>
         
     | 
| 
      
 1165 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="TelePresence MCU"/>
         
     | 
| 
      
 1166 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1167 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1168 
     | 
    
         
            +
             
     | 
| 
      
 1169 
     | 
    
         
            +
              <fingerprint pattern="^8b0fb3e8080ac31ca9a01d88dc954f15$">
         
     | 
| 
      
 1170 
     | 
    
         
            +
                <description>Cisco Tetration</description>
         
     | 
| 
      
 1171 
     | 
    
         
            +
                <example>8b0fb3e8080ac31ca9a01d88dc954f15</example>
         
     | 
| 
      
 1172 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Cisco"/>
         
     | 
| 
      
 1173 
     | 
    
         
            +
                <param pos="0" name="os.family" value="Linux"/>
         
     | 
| 
      
 1174 
     | 
    
         
            +
                <param pos="0" name="os.product" value="TetrationOS"/>
         
     | 
| 
      
 1175 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1176 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Cisco"/>
         
     | 
| 
      
 1177 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Security Appliance"/>
         
     | 
| 
      
 1178 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="Tetration"/>
         
     | 
| 
      
 1179 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1180 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1181 
     | 
    
         
            +
             
     | 
| 
      
 1182 
     | 
    
         
            +
              <fingerprint pattern="^06bd07c7437846e2aa5a6f90280b1b56$">
         
     | 
| 
      
 1183 
     | 
    
         
            +
                <description>Super Micro IPMI</description>
         
     | 
| 
      
 1184 
     | 
    
         
            +
                <example>06bd07c7437846e2aa5a6f90280b1b56</example>
         
     | 
| 
      
 1185 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Lights Out Management"/>
         
     | 
| 
      
 1186 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Super Micro"/>
         
     | 
| 
      
 1187 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="IPMI"/>
         
     | 
| 
      
 1188 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Super Micro"/>
         
     | 
| 
      
 1189 
     | 
    
         
            +
                <param pos="0" name="os.product" value="ATEN Linux"/>
         
     | 
| 
      
 1190 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1191 
     | 
    
         
            +
             
     | 
| 
      
 1192 
     | 
    
         
            +
              <fingerprint pattern="^b873440ead81397c72732d2f147a5bb3$">
         
     | 
| 
      
 1193 
     | 
    
         
            +
                <description>Netgear Switch</description>
         
     | 
| 
      
 1194 
     | 
    
         
            +
                <example>b873440ead81397c72732d2f147a5bb3</example>
         
     | 
| 
      
 1195 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Netgear"/>
         
     | 
| 
      
 1196 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Switch"/>
         
     | 
| 
      
 1197 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1198 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1199 
     | 
    
         
            +
             
     | 
| 
      
 1200 
     | 
    
         
            +
              <fingerprint pattern="^b56508cc967af50baddfd69596901dab$">
         
     | 
| 
      
 1201 
     | 
    
         
            +
                <description>ServerTech Sentry Switched CDU</description>
         
     | 
| 
      
 1202 
     | 
    
         
            +
                <example>b56508cc967af50baddfd69596901dab</example>
         
     | 
| 
      
 1203 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="ServerTech"/>
         
     | 
| 
      
 1204 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Power device"/>
         
     | 
| 
      
 1205 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="Sentry Switched CDU"/>
         
     | 
| 
      
 1206 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1207 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1208 
     | 
    
         
            +
             
     | 
| 
      
 1209 
     | 
    
         
            +
              <fingerprint pattern="^(?:c60ea375c39d1ab273c4d1bee717287a|9052ab290483b0bd75c05b857c182bba)$">
         
     | 
| 
      
 1210 
     | 
    
         
            +
                <description>Synology DSM</description>
         
     | 
| 
      
 1211 
     | 
    
         
            +
                <example>c60ea375c39d1ab273c4d1bee717287a</example>
         
     | 
| 
      
 1212 
     | 
    
         
            +
                <example>9052ab290483b0bd75c05b857c182bba</example>
         
     | 
| 
      
 1213 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Synology"/>
         
     | 
| 
      
 1214 
     | 
    
         
            +
                <param pos="0" name="hw.family" value="DiskStation"/>
         
     | 
| 
      
 1215 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="NAS"/>
         
     | 
| 
      
 1216 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1217 
     | 
    
         
            +
                <param pos="0" name="os.device" value="NAS"/>
         
     | 
| 
      
 1218 
     | 
    
         
            +
                <param pos="0" name="os.family" value="Linux"/>
         
     | 
| 
      
 1219 
     | 
    
         
            +
                <param pos="0" name="os.product" value="DSM"/>
         
     | 
| 
      
 1220 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Synology"/>
         
     | 
| 
      
 1221 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1222 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1223 
     | 
    
         
            +
             
     | 
| 
      
 1224 
     | 
    
         
            +
              <fingerprint pattern="^7de37347ff2f9277824b3e3cfe4a8ada$">
         
     | 
| 
      
 1225 
     | 
    
         
            +
                <description>TRENDnet IP Camera</description>
         
     | 
| 
      
 1226 
     | 
    
         
            +
                <example>7de37347ff2f9277824b3e3cfe4a8ada</example>
         
     | 
| 
      
 1227 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="TRENDnet"/>
         
     | 
| 
      
 1228 
     | 
    
         
            +
                <param pos="0" name="os.family" value="Linux"/>
         
     | 
| 
      
 1229 
     | 
    
         
            +
                <param pos="0" name="os.product" value="Linux"/>
         
     | 
| 
      
 1230 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1231 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="TRENDnet"/>
         
     | 
| 
      
 1232 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Web Cam"/>
         
     | 
| 
      
 1233 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="IP Camera"/>
         
     | 
| 
      
 1234 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1235 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1236 
     | 
    
         
            +
             
     | 
| 
      
 1237 
     | 
    
         
            +
              <fingerprint pattern="^89167393768668c72fab6a9f025b5da6$">
         
     | 
| 
      
 1238 
     | 
    
         
            +
                <description>APC Power Device</description>
         
     | 
| 
      
 1239 
     | 
    
         
            +
                <example>89167393768668c72fab6a9f025b5da6</example>
         
     | 
| 
      
 1240 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Power device"/>
         
     | 
| 
      
 1241 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="APC"/>
         
     | 
| 
      
 1242 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1243 
     | 
    
         
            +
             
     | 
| 
      
 1244 
     | 
    
         
            +
              <fingerprint pattern="^(?:ddc75b0899dbf4f7b15290a77fbeb8ff|7f027d6d3eb672117ba63f246bc10f62|4aef220ab05308e3a3e8e4bec5984b2b)$">
         
     | 
| 
      
 1245 
     | 
    
         
            +
                <description>RabbitMQ</description>
         
     | 
| 
      
 1246 
     | 
    
         
            +
                <example>ddc75b0899dbf4f7b15290a77fbeb8ff</example>
         
     | 
| 
      
 1247 
     | 
    
         
            +
                <example>7f027d6d3eb672117ba63f246bc10f62</example>
         
     | 
| 
      
 1248 
     | 
    
         
            +
                <example>4aef220ab05308e3a3e8e4bec5984b2b</example>
         
     | 
| 
      
 1249 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="RabbitMQ"/>
         
     | 
| 
      
 1250 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Management Server"/>
         
     | 
| 
      
 1251 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 1252 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1253 
     | 
    
         
            +
             
     | 
| 
      
 1254 
     | 
    
         
            +
              <fingerprint pattern="^(?:5567e9ce23e5549e0fcd7195f3882816|57f187c7a868faeac558007a8eb6cb2e)$">
         
     | 
| 
      
 1255 
     | 
    
         
            +
                <description>pfSense Firewall</description>
         
     | 
| 
      
 1256 
     | 
    
         
            +
                <example>5567e9ce23e5549e0fcd7195f3882816</example>
         
     | 
| 
      
 1257 
     | 
    
         
            +
                <example>57f187c7a868faeac558007a8eb6cb2e</example>
         
     | 
| 
      
 1258 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="pfSense"/>
         
     | 
| 
      
 1259 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Firewall"/>
         
     | 
| 
      
 1260 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="Firewall"/>
         
     | 
| 
      
 1261 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1262 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="pfSense"/>
         
     | 
| 
      
 1263 
     | 
    
         
            +
                <param pos="0" name="os.product" value="FreeBSD"/>
         
     | 
| 
      
 1264 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1265 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1266 
     | 
    
         
            +
             
     | 
| 
      
 1267 
     | 
    
         
            +
              <fingerprint pattern="^e3e7a23638e32fff469fadf99b5b398c$">
         
     | 
| 
      
 1268 
     | 
    
         
            +
                <description>Axonius Appliance</description>
         
     | 
| 
      
 1269 
     | 
    
         
            +
                <example>e3e7a23638e32fff469fadf99b5b398c</example>
         
     | 
| 
      
 1270 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Axonius"/>
         
     | 
| 
      
 1271 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Security Appliance"/>
         
     | 
| 
      
 1272 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="Asset Management"/>
         
     | 
| 
      
 1273 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1274 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1275 
     | 
    
         
            +
             
     | 
| 
      
 1276 
     | 
    
         
            +
              <fingerprint pattern="^(?:3d79fa32f03540637418f85d19c3ed60|76c6e492cb8cc73a2a50d62176f205c9)$">
         
     | 
| 
      
 1277 
     | 
    
         
            +
                <description>HP Printer</description>
         
     | 
| 
      
 1278 
     | 
    
         
            +
                <example>3d79fa32f03540637418f85d19c3ed60</example>
         
     | 
| 
      
 1279 
     | 
    
         
            +
                <example>76c6e492cb8cc73a2a50d62176f205c9</example>
         
     | 
| 
      
 1280 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="HP"/>
         
     | 
| 
      
 1281 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Printer"/>
         
     | 
| 
      
 1282 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="Printer"/>
         
     | 
| 
      
 1283 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.25"/>
         
     | 
| 
      
 1284 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1285 
     | 
    
         
            +
             
     | 
| 
      
 1286 
     | 
    
         
            +
              <fingerprint pattern="^a3fd8705f010b90e37d42128000f620b$">
         
     | 
| 
      
 1287 
     | 
    
         
            +
                <description>Axis Network Camera</description>
         
     | 
| 
      
 1288 
     | 
    
         
            +
                <example>a3fd8705f010b90e37d42128000f620b</example>
         
     | 
| 
      
 1289 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="AXIS"/>
         
     | 
| 
      
 1290 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Web cam"/>
         
     | 
| 
      
 1291 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1292 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="AXIS"/>
         
     | 
| 
      
 1293 
     | 
    
         
            +
                <param pos="0" name="os.device" value="Web cam"/>
         
     | 
| 
      
 1294 
     | 
    
         
            +
                <param pos="0" name="os.family" value="Linux"/>
         
     | 
| 
      
 1295 
     | 
    
         
            +
                <param pos="0" name="os.product" value="Linux"/>
         
     | 
| 
      
 1296 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1297 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1298 
     | 
    
         
            +
             
     | 
| 
      
 1299 
     | 
    
         
            +
              <fingerprint pattern="^871eb7d317524611af4f05c6ba878df8$">
         
     | 
| 
      
 1300 
     | 
    
         
            +
                <description>Citrix NetScaler</description>
         
     | 
| 
      
 1301 
     | 
    
         
            +
                <example>871eb7d317524611af4f05c6ba878df8</example>
         
     | 
| 
      
 1302 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Citrix"/>
         
     | 
| 
      
 1303 
     | 
    
         
            +
                <param pos="0" name="os.family" value="NetScaler"/>
         
     | 
| 
      
 1304 
     | 
    
         
            +
                <param pos="0" name="os.device" value="Network Management Device"/>
         
     | 
| 
      
 1305 
     | 
    
         
            +
                <param pos="0" name="os.product" value="NetScaler"/>
         
     | 
| 
      
 1306 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1307 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Citrix"/>
         
     | 
| 
      
 1308 
     | 
    
         
            +
                <param pos="0" name="service.family" value="NetScaler"/>
         
     | 
| 
      
 1309 
     | 
    
         
            +
                <param pos="0" name="service.device" value="Network Management Device"/>
         
     | 
| 
      
 1310 
     | 
    
         
            +
                <param pos="0" name="service.product" value="NetScaler"/>
         
     | 
| 
      
 1311 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 1312 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:citrix:netscaler:-"/>
         
     | 
| 
      
 1313 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1314 
     | 
    
         
            +
             
     | 
| 
      
 1315 
     | 
    
         
            +
              <fingerprint pattern="^4eaaa139063e6706d1b5d0eee833d47b$">
         
     | 
| 
      
 1316 
     | 
    
         
            +
                <description>Citrix NetScaler Gateway</description>
         
     | 
| 
      
 1317 
     | 
    
         
            +
                <example>4eaaa139063e6706d1b5d0eee833d47b</example>
         
     | 
| 
      
 1318 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Citrix"/>
         
     | 
| 
      
 1319 
     | 
    
         
            +
                <param pos="0" name="os.family" value="NetScaler"/>
         
     | 
| 
      
 1320 
     | 
    
         
            +
                <param pos="0" name="os.device" value="Network Management Device"/>
         
     | 
| 
      
 1321 
     | 
    
         
            +
                <param pos="0" name="os.product" value="NetScaler Gateway"/>
         
     | 
| 
      
 1322 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1323 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Citrix"/>
         
     | 
| 
      
 1324 
     | 
    
         
            +
                <param pos="0" name="service.family" value="NetScaler"/>
         
     | 
| 
      
 1325 
     | 
    
         
            +
                <param pos="0" name="service.device" value="Network Management Device"/>
         
     | 
| 
      
 1326 
     | 
    
         
            +
                <param pos="0" name="service.product" value="NetScaler"/>
         
     | 
| 
      
 1327 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 1328 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:citrix:netscaler:-"/>
         
     | 
| 
      
 1329 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1330 
     | 
    
         
            +
             
     | 
| 
      
 1331 
     | 
    
         
            +
              <fingerprint pattern="^(?:953e0d0190e50d247f4ece5620569ef1|52794c5e8a69a8b03ba891e24c39da65)$">
         
     | 
| 
      
 1332 
     | 
    
         
            +
                <description>Citrix NetScaler SDX Gateway</description>
         
     | 
| 
      
 1333 
     | 
    
         
            +
                <example>953e0d0190e50d247f4ece5620569ef1</example>
         
     | 
| 
      
 1334 
     | 
    
         
            +
                <example>52794c5e8a69a8b03ba891e24c39da65</example>
         
     | 
| 
      
 1335 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Citrix"/>
         
     | 
| 
      
 1336 
     | 
    
         
            +
                <param pos="0" name="os.family" value="NetScaler"/>
         
     | 
| 
      
 1337 
     | 
    
         
            +
                <param pos="0" name="os.device" value="Network Management Device"/>
         
     | 
| 
      
 1338 
     | 
    
         
            +
                <param pos="0" name="os.product" value="NetScaler SDX Gateway"/>
         
     | 
| 
      
 1339 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1340 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Citrix"/>
         
     | 
| 
      
 1341 
     | 
    
         
            +
                <param pos="0" name="service.family" value="NetScaler"/>
         
     | 
| 
      
 1342 
     | 
    
         
            +
                <param pos="0" name="service.device" value="Network Management Device"/>
         
     | 
| 
      
 1343 
     | 
    
         
            +
                <param pos="0" name="service.product" value="NetScaler"/>
         
     | 
| 
      
 1344 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 1345 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:citrix:netscaler:-"/>
         
     | 
| 
      
 1346 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1347 
     | 
    
         
            +
             
     | 
| 
      
 1348 
     | 
    
         
            +
              <fingerprint pattern="^(?:35c390dade9419b4d6e9b83a8fc361c7|3a7de0a4ee1ee78de3f06bfce823dc44)$">
         
     | 
| 
      
 1349 
     | 
    
         
            +
                <description>Crestron Video Conferencing</description>
         
     | 
| 
      
 1350 
     | 
    
         
            +
                <example>35c390dade9419b4d6e9b83a8fc361c7</example>
         
     | 
| 
      
 1351 
     | 
    
         
            +
                <example>3a7de0a4ee1ee78de3f06bfce823dc44</example>
         
     | 
| 
      
 1352 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Crestron"/>
         
     | 
| 
      
 1353 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Video Conferencing"/>
         
     | 
| 
      
 1354 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1355 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Crestron"/>
         
     | 
| 
      
 1356 
     | 
    
         
            +
                <param pos="0" name="os.family" value="Linux"/>
         
     | 
| 
      
 1357 
     | 
    
         
            +
                <param pos="0" name="os.device" value="Video Conferencing"/>
         
     | 
| 
      
 1358 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1359 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1360 
     | 
    
         
            +
             
     | 
| 
      
 1361 
     | 
    
         
            +
              <fingerprint pattern="^(?:89b932fcc47cf4ca3faadb0cfdef89cf|efca7d9aeaad122133c65cdf628ac574)$">
         
     | 
| 
      
 1362 
     | 
    
         
            +
                <description>Hikvision DVR</description>
         
     | 
| 
      
 1363 
     | 
    
         
            +
                <example>89b932fcc47cf4ca3faadb0cfdef89cf</example>
         
     | 
| 
      
 1364 
     | 
    
         
            +
                <example>efca7d9aeaad122133c65cdf628ac574</example>
         
     | 
| 
      
 1365 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="Hikvision"/>
         
     | 
| 
      
 1366 
     | 
    
         
            +
                <param pos="0" name="service.product" value="Hikvision Web Server"/>
         
     | 
| 
      
 1367 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 1368 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Hikvision"/>
         
     | 
| 
      
 1369 
     | 
    
         
            +
                <param pos="0" name="os.device" value="DVR"/>
         
     | 
| 
      
 1370 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1371 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Hikvision"/>
         
     | 
| 
      
 1372 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="DVR"/>
         
     | 
| 
      
 1373 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1374 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1375 
     | 
    
         
            +
             
     | 
| 
      
 1376 
     | 
    
         
            +
              <fingerprint pattern="^9d35c5f8a9584ac36a716ae9b68fe566$">
         
     | 
| 
      
 1377 
     | 
    
         
            +
                <description>Ubiquiti Cloud Key</description>
         
     | 
| 
      
 1378 
     | 
    
         
            +
                <example>9d35c5f8a9584ac36a716ae9b68fe566</example>
         
     | 
| 
      
 1379 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Ubiquiti"/>
         
     | 
| 
      
 1380 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="UniFi Cloud Key"/>
         
     | 
| 
      
 1381 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1382 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1383 
     | 
    
         
            +
             
     | 
| 
      
 1384 
     | 
    
         
            +
              <fingerprint pattern="^457d76be8460d899c09becbc09b4a9e8$">
         
     | 
| 
      
 1385 
     | 
    
         
            +
                <description>Kyocera Printer</description>
         
     | 
| 
      
 1386 
     | 
    
         
            +
                <example>457d76be8460d899c09becbc09b4a9e8</example>
         
     | 
| 
      
 1387 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Kyocera"/>
         
     | 
| 
      
 1388 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Printer"/>
         
     | 
| 
      
 1389 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="Printer"/>
         
     | 
| 
      
 1390 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.25"/>
         
     | 
| 
      
 1391 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1392 
     | 
    
         
            +
             
     | 
| 
      
 1393 
     | 
    
         
            +
              <fingerprint pattern="^c205d6efb5f0e3c03ea42146d570ecdf$">
         
     | 
| 
      
 1394 
     | 
    
         
            +
                <description>AVTECH Environment Monitor</description>
         
     | 
| 
      
 1395 
     | 
    
         
            +
                <example>c205d6efb5f0e3c03ea42146d570ecdf</example>
         
     | 
| 
      
 1396 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="AVTECH"/>
         
     | 
| 
      
 1397 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Monitoring"/>
         
     | 
| 
      
 1398 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="Room Alert"/>
         
     | 
| 
      
 1399 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.25"/>
         
     | 
| 
      
 1400 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1401 
     | 
    
         
            +
             
     | 
| 
      
 1402 
     | 
    
         
            +
              <fingerprint pattern="^3ab22b6f3f0d4271e8d038c05cfbd5c9$">
         
     | 
| 
      
 1403 
     | 
    
         
            +
                <description>Palo Alto Firewall</description>
         
     | 
| 
      
 1404 
     | 
    
         
            +
                <example>3ab22b6f3f0d4271e8d038c05cfbd5c9</example>
         
     | 
| 
      
 1405 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Palo Alto Networks"/>
         
     | 
| 
      
 1406 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Firewall"/>
         
     | 
| 
      
 1407 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1408 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Palo Alto Networks"/>
         
     | 
| 
      
 1409 
     | 
    
         
            +
                <param pos="0" name="os.product" value="PANOS"/>
         
     | 
| 
      
 1410 
     | 
    
         
            +
                <param pos="0" name="os.device" value="Firewall"/>
         
     | 
| 
      
 1411 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1412 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1413 
     | 
    
         
            +
             
     | 
| 
      
 1414 
     | 
    
         
            +
              <fingerprint pattern="^efe29d50711d9b093d8187e97cc0e593$">
         
     | 
| 
      
 1415 
     | 
    
         
            +
                <description>Panduit PDU</description>
         
     | 
| 
      
 1416 
     | 
    
         
            +
                <example>efe29d50711d9b093d8187e97cc0e593</example>
         
     | 
| 
      
 1417 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Power device"/>
         
     | 
| 
      
 1418 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Panduit"/>
         
     | 
| 
      
 1419 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.25"/>
         
     | 
| 
      
 1420 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1421 
     | 
    
         
            +
             
     | 
| 
      
 1422 
     | 
    
         
            +
              <fingerprint pattern="^6eb3dbf248df10d70eab44dbf836cb77$">
         
     | 
| 
      
 1423 
     | 
    
         
            +
                <description>ScienceLogic EM7</description>
         
     | 
| 
      
 1424 
     | 
    
         
            +
                <example>6eb3dbf248df10d70eab44dbf836cb77</example>
         
     | 
| 
      
 1425 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Science Logic"/>
         
     | 
| 
      
 1426 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Network Management"/>
         
     | 
| 
      
 1427 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="EM7"/>
         
     | 
| 
      
 1428 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1429 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1430 
     | 
    
         
            +
             
     | 
| 
      
 1431 
     | 
    
         
            +
              <fingerprint pattern="^f94362766b49671889bdb587e63e18eb$">
         
     | 
| 
      
 1432 
     | 
    
         
            +
                <description>Cisco AppDynamics Appliance</description>
         
     | 
| 
      
 1433 
     | 
    
         
            +
                <example>f94362766b49671889bdb587e63e18eb</example>
         
     | 
| 
      
 1434 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Cisco"/>
         
     | 
| 
      
 1435 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Network Appliance"/>
         
     | 
| 
      
 1436 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="AppDynamics"/>
         
     | 
| 
      
 1437 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1438 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1439 
     | 
    
         
            +
             
     | 
| 
      
 1440 
     | 
    
         
            +
              <fingerprint pattern="^1ff68b786ab054e7347130125cab1f83$">
         
     | 
| 
      
 1441 
     | 
    
         
            +
                <description>INDECT CarDetector Configurator</description>
         
     | 
| 
      
 1442 
     | 
    
         
            +
                <example>1ff68b786ab054e7347130125cab1f83</example>
         
     | 
| 
      
 1443 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="INDECT"/>
         
     | 
| 
      
 1444 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Network Appliance"/>
         
     | 
| 
      
 1445 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="CarDetector"/>
         
     | 
| 
      
 1446 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1447 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1448 
     | 
    
         
            +
             
     | 
| 
      
 1449 
     | 
    
         
            +
              <fingerprint pattern="^3f2cf444202bf9aa2375ad788c818370$">
         
     | 
| 
      
 1450 
     | 
    
         
            +
                <description>Cisco Meeting App</description>
         
     | 
| 
      
 1451 
     | 
    
         
            +
                <example>3f2cf444202bf9aa2375ad788c818370</example>
         
     | 
| 
      
 1452 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Cisco"/>
         
     | 
| 
      
 1453 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Video Conferencing"/>
         
     | 
| 
      
 1454 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="Meeting Server"/>
         
     | 
| 
      
 1455 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1456 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1457 
     | 
    
         
            +
             
     | 
| 
      
 1458 
     | 
    
         
            +
              <fingerprint pattern="^54c2d25662c51938b738efdb4e26f036$">
         
     | 
| 
      
 1459 
     | 
    
         
            +
                <description>Segger J-Link Pro</description>
         
     | 
| 
      
 1460 
     | 
    
         
            +
                <example>54c2d25662c51938b738efdb4e26f036</example>
         
     | 
| 
      
 1461 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Segger"/>
         
     | 
| 
      
 1462 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="JTAG Adapter"/>
         
     | 
| 
      
 1463 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="J-Link Pro"/>
         
     | 
| 
      
 1464 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1465 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1466 
     | 
    
         
            +
             
     | 
| 
      
 1467 
     | 
    
         
            +
              <fingerprint pattern="^(?:9c845f917bb1720d80df603f26878d42|9baf402c0fccb225c134eb9bdf9678c7|5e760a3842c5c2a0278545c2ad5d88b0|bf5c71bad91e3bb1fb0029ff1bf6ea06)$">
         
     | 
| 
      
 1468 
     | 
    
         
            +
                <description>Mersive SolsticePod</description>
         
     | 
| 
      
 1469 
     | 
    
         
            +
                <example>9c845f917bb1720d80df603f26878d42</example>
         
     | 
| 
      
 1470 
     | 
    
         
            +
                <example>9baf402c0fccb225c134eb9bdf9678c7</example>
         
     | 
| 
      
 1471 
     | 
    
         
            +
                <example>5e760a3842c5c2a0278545c2ad5d88b0</example>
         
     | 
| 
      
 1472 
     | 
    
         
            +
                <example>bf5c71bad91e3bb1fb0029ff1bf6ea06</example>
         
     | 
| 
      
 1473 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Mersive"/>
         
     | 
| 
      
 1474 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Wireless Presenter"/>
         
     | 
| 
      
 1475 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="SolsticePod"/>
         
     | 
| 
      
 1476 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1477 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1478 
     | 
    
         
            +
             
     | 
| 
      
 1479 
     | 
    
         
            +
              <fingerprint pattern="^(?:6dcab71e60f0242907940f0fcda69ea5|255b6fcbcb463e11ed763b2b892a2965)$">
         
     | 
| 
      
 1480 
     | 
    
         
            +
                <description>Ubiquiti WAP (Vague)</description>
         
     | 
| 
      
 1481 
     | 
    
         
            +
                <example>6dcab71e60f0242907940f0fcda69ea5</example>
         
     | 
| 
      
 1482 
     | 
    
         
            +
                <example>255b6fcbcb463e11ed763b2b892a2965</example>
         
     | 
| 
      
 1483 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Ubiquiti"/>
         
     | 
| 
      
 1484 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="WAP"/>
         
     | 
| 
      
 1485 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.25"/>
         
     | 
| 
      
 1486 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1487 
     | 
    
         
            +
             
     | 
| 
      
 1488 
     | 
    
         
            +
              <fingerprint pattern="^(?:f98bced327f13a45ad681829905db891)$">
         
     | 
| 
      
 1489 
     | 
    
         
            +
                <description>Ubiquiti EdgeOS Router/Switch</description>
         
     | 
| 
      
 1490 
     | 
    
         
            +
                <example>f98bced327f13a45ad681829905db891</example>
         
     | 
| 
      
 1491 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Ubiquiti"/>
         
     | 
| 
      
 1492 
     | 
    
         
            +
                <param pos="0" name="os.family" value="Linux"/>
         
     | 
| 
      
 1493 
     | 
    
         
            +
                <param pos="0" name="os.product" value="EdgeOS"/>
         
     | 
| 
      
 1494 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1495 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Ubiquiti"/>
         
     | 
| 
      
 1496 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Router"/>
         
     | 
| 
      
 1497 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.25"/>
         
     | 
| 
      
 1498 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1499 
     | 
    
         
            +
             
     | 
| 
      
 1500 
     | 
    
         
            +
              <fingerprint pattern="^ec7645edc81cdc336996811ad16f3cc6$">
         
     | 
| 
      
 1501 
     | 
    
         
            +
                <description>HP Integrated Lights-Out 3</description>
         
     | 
| 
      
 1502 
     | 
    
         
            +
                <example>ec7645edc81cdc336996811ad16f3cc6</example>
         
     | 
| 
      
 1503 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Lights Out Management"/>
         
     | 
| 
      
 1504 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="HP"/>
         
     | 
| 
      
 1505 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="iLO 3"/>
         
     | 
| 
      
 1506 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1507 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="HP"/>
         
     | 
| 
      
 1508 
     | 
    
         
            +
                <param pos="0" name="os.device" value="Lights Out Management"/>
         
     | 
| 
      
 1509 
     | 
    
         
            +
                <param pos="0" name="os.family" value="iLO"/>
         
     | 
| 
      
 1510 
     | 
    
         
            +
                <param pos="0" name="os.product" value="iLO 3"/>
         
     | 
| 
      
 1511 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1512 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1513 
     | 
    
         
            +
             
     | 
| 
      
 1514 
     | 
    
         
            +
              <fingerprint pattern="^(?:ad93b3973782b03ea62a43bd6602ba8b|d521487f45fa7657450edfd6c16e4a63)$">
         
     | 
| 
      
 1515 
     | 
    
         
            +
                <description>HP Integrated Lights-Out</description>
         
     | 
| 
      
 1516 
     | 
    
         
            +
                <example>ad93b3973782b03ea62a43bd6602ba8b</example>
         
     | 
| 
      
 1517 
     | 
    
         
            +
                <example>d521487f45fa7657450edfd6c16e4a63</example>
         
     | 
| 
      
 1518 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Lights Out Management"/>
         
     | 
| 
      
 1519 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="HP"/>
         
     | 
| 
      
 1520 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="iLO"/>
         
     | 
| 
      
 1521 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1522 
     | 
    
         
            +
                <param pos="0" name="hw.cpe23" value="cpe:/h:hp:integrated_lights_out:-"/>
         
     | 
| 
      
 1523 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="HP"/>
         
     | 
| 
      
 1524 
     | 
    
         
            +
                <param pos="0" name="os.device" value="Lights Out Management"/>
         
     | 
| 
      
 1525 
     | 
    
         
            +
                <param pos="0" name="os.family" value="iLO"/>
         
     | 
| 
      
 1526 
     | 
    
         
            +
                <param pos="0" name="os.product" value="iLO"/>
         
     | 
| 
      
 1527 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1528 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1529 
     | 
    
         
            +
             
     | 
| 
      
 1530 
     | 
    
         
            +
              <fingerprint pattern="^d11917dc7e651b21f0f75cd0dc309e8a$">
         
     | 
| 
      
 1531 
     | 
    
         
            +
                <description>Gigamon GigaVUE Appliance</description>
         
     | 
| 
      
 1532 
     | 
    
         
            +
                <example>d11917dc7e651b21f0f75cd0dc309e8a</example>
         
     | 
| 
      
 1533 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Gigamon"/>
         
     | 
| 
      
 1534 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Monitoring"/>
         
     | 
| 
      
 1535 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="GigaVUE"/>
         
     | 
| 
      
 1536 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1537 
     | 
    
         
            +
             
     | 
| 
      
 1538 
     | 
    
         
            +
              <fingerprint pattern="^(?:04d9541338e525258daf47cc844d59f3|486373b021971d0a95af04c811799e21)$">
         
     | 
| 
      
 1539 
     | 
    
         
            +
                <description>F5 BIG-IP Load Balancer</description>
         
     | 
| 
      
 1540 
     | 
    
         
            +
                <example>04d9541338e525258daf47cc844d59f3</example>
         
     | 
| 
      
 1541 
     | 
    
         
            +
                <example>486373b021971d0a95af04c811799e21</example>
         
     | 
| 
      
 1542 
     | 
    
         
            +
                <param pos="0" name="service.vendor" value="F5"/>
         
     | 
| 
      
 1543 
     | 
    
         
            +
                <param pos="0" name="service.family" value="BIG-IP"/>
         
     | 
| 
      
 1544 
     | 
    
         
            +
                <param pos="0" name="service.product" value="BIG-IP LTM"/>
         
     | 
| 
      
 1545 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 1546 
     | 
    
         
            +
                <param pos="0" name="service.cpe23" value="cpe:/a:f5:big-ip_local_traffic_manager:-"/>
         
     | 
| 
      
 1547 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1548 
     | 
    
         
            +
             
     | 
| 
      
 1549 
     | 
    
         
            +
              <fingerprint pattern="^a770611888d3bd309404eae57676f9e4$">
         
     | 
| 
      
 1550 
     | 
    
         
            +
                <description>EMC Isilon OneFS Storage</description>
         
     | 
| 
      
 1551 
     | 
    
         
            +
                <example>a770611888d3bd309404eae57676f9e4</example>
         
     | 
| 
      
 1552 
     | 
    
         
            +
                <param pos="0" name="os.family" value="FreeBSD"/>
         
     | 
| 
      
 1553 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="EMC"/>
         
     | 
| 
      
 1554 
     | 
    
         
            +
                <param pos="0" name="os.product" value="Isilon OneFS OS"/>
         
     | 
| 
      
 1555 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1556 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="EMC"/>
         
     | 
| 
      
 1557 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="NAS"/>
         
     | 
| 
      
 1558 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="Isilon OneFS"/>
         
     | 
| 
      
 1559 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1560 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1561 
     | 
    
         
            +
             
     | 
| 
      
 1562 
     | 
    
         
            +
              <fingerprint pattern="^(?:df56ab6e924269e77945a0299716e679|faeab99d83cdd05b875382a690bc60f3)$">
         
     | 
| 
      
 1563 
     | 
    
         
            +
                <description>S2 Access Control Appliances</description>
         
     | 
| 
      
 1564 
     | 
    
         
            +
                <example>df56ab6e924269e77945a0299716e679</example>
         
     | 
| 
      
 1565 
     | 
    
         
            +
                <example>faeab99d83cdd05b875382a690bc60f3</example>
         
     | 
| 
      
 1566 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="S2"/>
         
     | 
| 
      
 1567 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Access Control"/>
         
     | 
| 
      
 1568 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="Access Control"/>
         
     | 
| 
      
 1569 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1570 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1571 
     | 
    
         
            +
             
     | 
| 
      
 1572 
     | 
    
         
            +
              <fingerprint pattern="^f6633e2c686cd53429f626cab6f15613$">
         
     | 
| 
      
 1573 
     | 
    
         
            +
                <description>Sophos Appliance</description>
         
     | 
| 
      
 1574 
     | 
    
         
            +
                <example>f6633e2c686cd53429f626cab6f15613</example>
         
     | 
| 
      
 1575 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Sophos"/>
         
     | 
| 
      
 1576 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Appliance"/>
         
     | 
| 
      
 1577 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1578 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1579 
     | 
    
         
            +
             
     | 
| 
      
 1580 
     | 
    
         
            +
              <fingerprint pattern="^d9526978908979fa5018db0bcc762aa0$">
         
     | 
| 
      
 1581 
     | 
    
         
            +
                <description>Mobotix Network Camera</description>
         
     | 
| 
      
 1582 
     | 
    
         
            +
                <example>d9526978908979fa5018db0bcc762aa0</example>
         
     | 
| 
      
 1583 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Mobotix"/>
         
     | 
| 
      
 1584 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Web cam"/>
         
     | 
| 
      
 1585 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="IP Camera"/>
         
     | 
| 
      
 1586 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1587 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1588 
     | 
    
         
            +
             
     | 
| 
      
 1589 
     | 
    
         
            +
              <fingerprint pattern="^f205dfb1e2f71fed24f086aeaa0f433f$">
         
     | 
| 
      
 1590 
     | 
    
         
            +
                <description>Cisco Nexus Virtual Switch</description>
         
     | 
| 
      
 1591 
     | 
    
         
            +
                <example>f205dfb1e2f71fed24f086aeaa0f433f</example>
         
     | 
| 
      
 1592 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Cisco"/>
         
     | 
| 
      
 1593 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Switch"/>
         
     | 
| 
      
 1594 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="Nexus 1000V"/>
         
     | 
| 
      
 1595 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1596 
     | 
    
         
            +
                <param pos="0" name="hw.cpe23" value="cpe:/h:cisco:nexus_1000v:-"/>
         
     | 
| 
      
 1597 
     | 
    
         
            +
                <param pos="0" name="service.certainty" value="0.5"/>
         
     | 
| 
      
 1598 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1599 
     | 
    
         
            +
             
     | 
| 
      
 1600 
     | 
    
         
            +
              <fingerprint pattern="^eb55f14f48b6cf6a66f892d4926aa6df$">
         
     | 
| 
      
 1601 
     | 
    
         
            +
                <description>Cisco Meeting Management</description>
         
     | 
| 
      
 1602 
     | 
    
         
            +
                <example>eb55f14f48b6cf6a66f892d4926aa6df</example>
         
     | 
| 
      
 1603 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Cisco"/>
         
     | 
| 
      
 1604 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Video Conferencing"/>
         
     | 
| 
      
 1605 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="Meeting Management"/>
         
     | 
| 
      
 1606 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1607 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Cisco"/>
         
     | 
| 
      
 1608 
     | 
    
         
            +
                <param pos="0" name="os.family" value="Linux"/>
         
     | 
| 
      
 1609 
     | 
    
         
            +
                <param pos="0" name="os.product" value="Meeting Management"/>
         
     | 
| 
      
 1610 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1611 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1612 
     | 
    
         
            +
             
     | 
| 
      
 1613 
     | 
    
         
            +
              <fingerprint pattern="^a50a678ceb2450031393efd555e08f06$">
         
     | 
| 
      
 1614 
     | 
    
         
            +
                <description>Google Wifi OnHub</description>
         
     | 
| 
      
 1615 
     | 
    
         
            +
                <example>a50a678ceb2450031393efd555e08f06</example>
         
     | 
| 
      
 1616 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Google"/>
         
     | 
| 
      
 1617 
     | 
    
         
            +
                <param pos="0" name="os.family" value="Linux"/>
         
     | 
| 
      
 1618 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1619 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Google"/>
         
     | 
| 
      
 1620 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Router"/>
         
     | 
| 
      
 1621 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="OnHub"/>
         
     | 
| 
      
 1622 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1623 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1624 
     | 
    
         
            +
             
     | 
| 
      
 1625 
     | 
    
         
            +
              <fingerprint pattern="^24c58a3ffc0233ef6612f1a7c33729aa$">
         
     | 
| 
      
 1626 
     | 
    
         
            +
                <description>Bosch Alarm Panel</description>
         
     | 
| 
      
 1627 
     | 
    
         
            +
                <example>24c58a3ffc0233ef6612f1a7c33729aa</example>
         
     | 
| 
      
 1628 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Bosch"/>
         
     | 
| 
      
 1629 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Alarm Panel"/>
         
     | 
| 
      
 1630 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="Alarm Panel"/>
         
     | 
| 
      
 1631 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1632 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1633 
     | 
    
         
            +
             
     | 
| 
      
 1634 
     | 
    
         
            +
              <fingerprint pattern="^(?:1437920c973b2b7c03d075028440a656|9422fe1eb162eb5329788a6cb6d408cb)$">
         
     | 
| 
      
 1635 
     | 
    
         
            +
                <description>BrightSign Digital Signage Player</description>
         
     | 
| 
      
 1636 
     | 
    
         
            +
                <example>1437920c973b2b7c03d075028440a656</example>
         
     | 
| 
      
 1637 
     | 
    
         
            +
                <example>9422fe1eb162eb5329788a6cb6d408cb</example>
         
     | 
| 
      
 1638 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="BrightSign"/>
         
     | 
| 
      
 1639 
     | 
    
         
            +
                <param pos="0" name="os.family" value="Linux"/>
         
     | 
| 
      
 1640 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1641 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="BrightSign"/>
         
     | 
| 
      
 1642 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Media Server"/>
         
     | 
| 
      
 1643 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="Digital Signage Player"/>
         
     | 
| 
      
 1644 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1645 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1646 
     | 
    
         
            +
             
     | 
| 
      
 1647 
     | 
    
         
            +
              <fingerprint pattern="^4fb229e05e309fffc561c787f7c26e14$">
         
     | 
| 
      
 1648 
     | 
    
         
            +
                <description>Cisco Crosswork SON</description>
         
     | 
| 
      
 1649 
     | 
    
         
            +
                <example>4fb229e05e309fffc561c787f7c26e14</example>
         
     | 
| 
      
 1650 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Cisco"/>
         
     | 
| 
      
 1651 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Network Management Device"/>
         
     | 
| 
      
 1652 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="Crosswork SON Appliance"/>
         
     | 
| 
      
 1653 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1654 
     | 
    
         
            +
             
     | 
| 
      
 1655 
     | 
    
         
            +
              <fingerprint pattern="^aa4962b88d588ac5ea3b5d9b2fed5ef7$">
         
     | 
| 
      
 1656 
     | 
    
         
            +
                <description>Linksys Smart Wi-Fi</description>
         
     | 
| 
      
 1657 
     | 
    
         
            +
                <example>aa4962b88d588ac5ea3b5d9b2fed5ef7</example>
         
     | 
| 
      
 1658 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Linksys"/>
         
     | 
| 
      
 1659 
     | 
    
         
            +
                <param pos="0" name="os.family" value="Linux"/>
         
     | 
| 
      
 1660 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1661 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Linksys"/>
         
     | 
| 
      
 1662 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="WAP"/>
         
     | 
| 
      
 1663 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1664 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1665 
     | 
    
         
            +
             
     | 
| 
      
 1666 
     | 
    
         
            +
              <fingerprint pattern="^7e3c77e27bf772e8f25c8a66580957d3$">
         
     | 
| 
      
 1667 
     | 
    
         
            +
                <description>Data Domain Storage Device</description>
         
     | 
| 
      
 1668 
     | 
    
         
            +
                <example>7e3c77e27bf772e8f25c8a66580957d3</example>
         
     | 
| 
      
 1669 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Data Domain"/>
         
     | 
| 
      
 1670 
     | 
    
         
            +
                <param pos="0" name="os.product" value="DD OS"/>
         
     | 
| 
      
 1671 
     | 
    
         
            +
                <param pos="0" name="os.device" value="Storage"/>
         
     | 
| 
      
 1672 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1673 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Data Domain"/>
         
     | 
| 
      
 1674 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="DD OS"/>
         
     | 
| 
      
 1675 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Storage"/>
         
     | 
| 
      
 1676 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1677 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1678 
     | 
    
         
            +
             
     | 
| 
      
 1679 
     | 
    
         
            +
              <fingerprint pattern="^2c9d5e03f63c39e6336ec491019c4f50$">
         
     | 
| 
      
 1680 
     | 
    
         
            +
                <description>Dell DRAC WS endpoint</description>
         
     | 
| 
      
 1681 
     | 
    
         
            +
                <example>2c9d5e03f63c39e6336ec491019c4f50</example>
         
     | 
| 
      
 1682 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="Lights Out Management"/>
         
     | 
| 
      
 1683 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Dell"/>
         
     | 
| 
      
 1684 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="iDRAC"/>
         
     | 
| 
      
 1685 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1686 
     | 
    
         
            +
                <param pos="0" name="os.vendor" value="Dell"/>
         
     | 
| 
      
 1687 
     | 
    
         
            +
                <param pos="0" name="os.product" value="iDRAC Linux"/>
         
     | 
| 
      
 1688 
     | 
    
         
            +
                <param pos="0" name="os.certainty" value="0.5"/>
         
     | 
| 
      
 1689 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1690 
     | 
    
         
            +
             
     | 
| 
      
 1691 
     | 
    
         
            +
              <fingerprint pattern="^7b73744799150c888a172daf3d7093bf$">
         
     | 
| 
      
 1692 
     | 
    
         
            +
                <description>Pure Storage Appliance</description>
         
     | 
| 
      
 1693 
     | 
    
         
            +
                <example>7b73744799150c888a172daf3d7093bf</example>
         
     | 
| 
      
 1694 
     | 
    
         
            +
                <param pos="0" name="hw.vendor" value="Pure Storage"/>
         
     | 
| 
      
 1695 
     | 
    
         
            +
                <param pos="0" name="hw.device" value="NAS"/>
         
     | 
| 
      
 1696 
     | 
    
         
            +
                <param pos="0" name="hw.product" value="Appliance"/>
         
     | 
| 
      
 1697 
     | 
    
         
            +
                <param pos="0" name="hw.certainty" value="0.5"/>
         
     | 
| 
      
 1698 
     | 
    
         
            +
              </fingerprint>
         
     | 
| 
      
 1699 
     | 
    
         
            +
             
     | 
| 
      
 1700 
     | 
    
         
            +
            </fingerprints>
         
     |