recog 3.1.12 → 3.1.13

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 14beb3f032e5b5033c885308c1d755d9a03cc0d2581f9d352529ae4856b13d3e
4
- data.tar.gz: fd5dccf3dc5d15d5b339b8526385caa870d0d7433ca4a4b2b3cbdc7346eb6fc2
3
+ metadata.gz: 6e254ce6f4b8f41f9886eb21b8f5e7b2d7dc05a779b35397c0e2f455805f194b
4
+ data.tar.gz: fcabed299e794f8c298fc5d7df2858721f02ec785e41b03ffac8d01f78ff5ee3
5
5
  SHA512:
6
- metadata.gz: 37b4ca48dad57a1f075de97f6f64e9686b188ca2c703be50b4ea339f00ef94c54d1e79ef15350d9ef8696b4974bbb498c224d20f6684310b296ee73bb6d54af3
7
- data.tar.gz: 66e74ecf7b9fa7535336afb3992457d6490237a2f7d39edfc6d77b4608274b32653b3615da2c3000361531023d0289e1b11892314a0298ebc093bf41f6a0b7be
6
+ metadata.gz: a927a1b69edac5ae196fc9fc008dbb4e9557b9bbaefac8f4eb8f3e623a59047b9f0ccf766140a1ea032c065cbde0d631abe646cf9455d2456baff97752732a3b
7
+ data.tar.gz: 7653d1b972753d2faecfdbf1e2f44a20525a97c6da4193fcbd413e002bd939e024c62364905866907b148286c663242797d1c2dbca5f2f6704dbed74891ddc46
checksums.yaml.gz.sig CHANGED
Binary file
data/lib/recog/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Recog
4
- VERSION = '3.1.12'
4
+ VERSION = '3.1.13'
5
5
  end
@@ -781,7 +781,7 @@
781
781
  <param pos="0" name="hw.vendor" value="Aruba Networks"/>
782
782
  <param pos="2" name="hw.product"/>
783
783
  <param pos="1" name="hw.model"/>
784
- <param pos="0" name="hw.device" value="Switch"/>
784
+ <param pos="0" name="os.device" value="Switch"/>
785
785
  </fingerprint>
786
786
 
787
787
  <fingerprint pattern="ArubaOS \(MODEL: ([^\)]+)\), Version (8\.[^\s]+)">
@@ -790,7 +790,7 @@
790
790
  <param pos="0" name="os.vendor" value="Aruba"/>
791
791
  <param pos="0" name="os.family" value="Aruba"/>
792
792
  <param pos="0" name="os.product" value="AOS-8"/>
793
- <param pos="0" name="hw.device" value="Switch"/>
793
+ <param pos="0" name="os.device" value="Switch"/>
794
794
  <param pos="1" name="hw.model"/>
795
795
  <param pos="2" name="os.version"/>
796
796
  </fingerprint>
@@ -801,7 +801,7 @@
801
801
  <param pos="0" name="os.vendor" value="Aruba"/>
802
802
  <param pos="0" name="os.family" value="Aruba"/>
803
803
  <param pos="0" name="os.product" value="AOS-10"/>
804
- <param pos="0" name="hw.device" value="Switch"/>
804
+ <param pos="0" name="os.device" value="Switch"/>
805
805
  <param pos="1" name="hw.model"/>
806
806
  <param pos="2" name="os.version"/>
807
807
  </fingerprint>
@@ -812,7 +812,7 @@
812
812
  <param pos="0" name="os.vendor" value="Aruba"/>
813
813
  <param pos="0" name="os.family" value="Aruba"/>
814
814
  <param pos="0" name="os.product" value="AOS-CX"/>
815
- <param pos="0" name="hw.device" value="Switch"/>
815
+ <param pos="0" name="os.device" value="Switch"/>
816
816
  <param pos="1" name="hw.model"/>
817
817
  <param pos="2" name="os.version"/>
818
818
  </fingerprint>
@@ -1672,8 +1672,6 @@ S/N: FOC2236NA6V</example>
1672
1672
  <param pos="1" name="hw.product"/>
1673
1673
  </fingerprint>
1674
1674
 
1675
-
1676
-
1677
1675
  <fingerprint pattern="^Cisco Adaptive Security Appliance Version (\d+\.\d+\(\d+\)\d*)">
1678
1676
  <description>Cisco Adaptive Security Appliance</description>
1679
1677
  <example os.version="8.0(2)">Cisco Adaptive Security Appliance Version 8.0(2)</example>
@@ -1959,6 +1957,18 @@ Copyright (c) 1995-2005 by Cisco Systems
1959
1957
  <param pos="1" name="hw.model"/>
1960
1958
  </fingerprint>
1961
1959
 
1960
+ <fingerprint pattern="^Cisco Firepower Threat Defense, Version ((?:\d*\.){1,5}\d{1,})">
1961
+ <description>Cisco Firepower Threat Defense</description>
1962
+ <example os.version="10.2.3.1">Cisco Firepower Threat Defense, Version 10.2.3.1 (Build 43), ASA Version 9.9(2)4</example>
1963
+ <example os.version="7.0.0">Cisco Firepower Threat Defense, Version 7.0.0 (Build 3), ASA Version 9.16(0)3</example>
1964
+ <param pos="0" name="os.certainty" value="0.85"/>
1965
+ <param pos="0" name="os.vendor" value="Cisco"/>
1966
+ <param pos="0" name="os.product" value="Firepower Threat Defense"/>
1967
+ <param pos="0" name="os.family" value="Secure Firewall"/>
1968
+ <param pos="0" name="os.device" value="Firewall"/>
1969
+ <param pos="1" name="os.version"/>
1970
+ </fingerprint>
1971
+
1962
1972
  <!--======================================================================
1963
1973
  Crestron
1964
1974
  =======================================================================-->
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recog
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.12
4
+ version: 3.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rapid7 Research
@@ -34,7 +34,7 @@ cert_chain:
34
34
  DgscAao7wB3xW2BWEp1KnaDWkf1x9ttgoBEYyuYwU7uatB67kBQG1PKvLt79wHvz
35
35
  Dxs+KOjGbBRfMnPgVGYkORKVrZIwlaboHbDKxcVW5xv+oZc7KYXWGg==
36
36
  -----END CERTIFICATE-----
37
- date: 2025-01-21 00:00:00.000000000 Z
37
+ date: 2025-01-29 00:00:00.000000000 Z
38
38
  dependencies:
39
39
  - !ruby/object:Gem::Dependency
40
40
  name: rspec
metadata.gz.sig CHANGED
Binary file