recog 3.1.12 → 3.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/recog/version.rb +1 -1
- data/recog/xml/snmp_sysdescr.xml +27 -13
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85338e41fa594932caa85b0a64025e7655fbd7128797718000b11a2678472438
|
4
|
+
data.tar.gz: 5866e7a9c1b27b491a35e7f4f91d79699593d1960f8f24028c9d974e4912fa9e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 941ff8863e701a91a34430cba68166fd9a83e66bff585ce4401c5f4bd4c1ffec4fba2f87caf06dd1e92da353416da3fb867e70465309446a9c2a3f920e04e9fc
|
7
|
+
data.tar.gz: dd519df98edb025f5e75215acacbe91d1d99c49588cd84ee07ec9a3ece4335c1a17cae12b219f9d4962a5e0ac3a165e63daf0c6bfd04ef03c30f9645cf37f0f6
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/lib/recog/version.rb
CHANGED
data/recog/xml/snmp_sysdescr.xml
CHANGED
@@ -773,15 +773,18 @@
|
|
773
773
|
Aruba Networks
|
774
774
|
=======================================================================-->
|
775
775
|
|
776
|
-
<fingerprint pattern="^Aruba\s
|
776
|
+
<fingerprint pattern="^Aruba.*revision\s+(?:([^\.]+)\.)?([\d\.]+).*ROM.*$">
|
777
777
|
<description>HP Aruba Network Switch</description>
|
778
|
-
<example hw.model="
|
779
|
-
<
|
780
|
-
<
|
781
|
-
<
|
782
|
-
<param pos="
|
778
|
+
<example hw.model="WC" os.version="16.11.0004">Aruba JL256A 2930F-48G-PoE+-4SFP+ Switch, revision WC.16.11.0004, ROM WC.16.01.0010</example>
|
779
|
+
<example hw.model="KB" os.version="16.10.0002">Aruba JL074A 3810M-48G-PoE+-1-slot Switch, revision KB.16.10.0002, ROM KB.16.01.0009</example>
|
780
|
+
<example hw.model="WC" os.version="16.02.0014">Aruba JL258A 2930F-8G-PoE+-2SFP+ Switch, revision WC.16.02.0014, ROM WC.16.01.0003</example>
|
781
|
+
<example hw.model="KB" os.version="16.08.0012">Aruba 3810M Switch Stack, revision KB.16.08.0012, ROM KB.16.08.0007</example>
|
782
|
+
<param pos="0" name="os.vendor" value="Aruba"/>
|
783
|
+
<param pos="0" name="os.family" value="Aruba"/>
|
784
|
+
<param pos="0" name="os.product" value="AOS-S"/>
|
785
|
+
<param pos="0" name="os.device" value="Switch"/>
|
783
786
|
<param pos="1" name="hw.model"/>
|
784
|
-
<param pos="
|
787
|
+
<param pos="2" name="os.version"/>
|
785
788
|
</fingerprint>
|
786
789
|
|
787
790
|
<fingerprint pattern="ArubaOS \(MODEL: ([^\)]+)\), Version (8\.[^\s]+)">
|
@@ -790,7 +793,7 @@
|
|
790
793
|
<param pos="0" name="os.vendor" value="Aruba"/>
|
791
794
|
<param pos="0" name="os.family" value="Aruba"/>
|
792
795
|
<param pos="0" name="os.product" value="AOS-8"/>
|
793
|
-
<param pos="0" name="
|
796
|
+
<param pos="0" name="os.device" value="Switch"/>
|
794
797
|
<param pos="1" name="hw.model"/>
|
795
798
|
<param pos="2" name="os.version"/>
|
796
799
|
</fingerprint>
|
@@ -801,18 +804,19 @@
|
|
801
804
|
<param pos="0" name="os.vendor" value="Aruba"/>
|
802
805
|
<param pos="0" name="os.family" value="Aruba"/>
|
803
806
|
<param pos="0" name="os.product" value="AOS-10"/>
|
804
|
-
<param pos="0" name="
|
807
|
+
<param pos="0" name="os.device" value="Switch"/>
|
805
808
|
<param pos="1" name="hw.model"/>
|
806
809
|
<param pos="2" name="os.version"/>
|
807
810
|
</fingerprint>
|
808
811
|
|
809
|
-
<fingerprint pattern="Aruba\s+(
|
812
|
+
<fingerprint pattern="^Aruba\s+([^\s]+\s+[^\s]+)\s+(?:\D+\.)?(\d[\d\.]+)$">
|
810
813
|
<description>Aruba OS CX</description>
|
811
814
|
<example hw.model="ABC123 ArubaOS-CX_OVA" os.version="10.07.0010">Aruba ABC123 ArubaOS-CX_OVA Virtual.10.07.0010</example>
|
815
|
+
<example hw.model="R8W85A 8100-24XT4XF4C" os.version="10.13.1060">Aruba R8W85A 8100-24XT4XF4C LL.10.13.1060</example>
|
812
816
|
<param pos="0" name="os.vendor" value="Aruba"/>
|
813
817
|
<param pos="0" name="os.family" value="Aruba"/>
|
814
818
|
<param pos="0" name="os.product" value="AOS-CX"/>
|
815
|
-
<param pos="0" name="
|
819
|
+
<param pos="0" name="os.device" value="Switch"/>
|
816
820
|
<param pos="1" name="hw.model"/>
|
817
821
|
<param pos="2" name="os.version"/>
|
818
822
|
</fingerprint>
|
@@ -1672,8 +1676,6 @@ S/N: FOC2236NA6V</example>
|
|
1672
1676
|
<param pos="1" name="hw.product"/>
|
1673
1677
|
</fingerprint>
|
1674
1678
|
|
1675
|
-
|
1676
|
-
|
1677
1679
|
<fingerprint pattern="^Cisco Adaptive Security Appliance Version (\d+\.\d+\(\d+\)\d*)">
|
1678
1680
|
<description>Cisco Adaptive Security Appliance</description>
|
1679
1681
|
<example os.version="8.0(2)">Cisco Adaptive Security Appliance Version 8.0(2)</example>
|
@@ -1959,6 +1961,18 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
1959
1961
|
<param pos="1" name="hw.model"/>
|
1960
1962
|
</fingerprint>
|
1961
1963
|
|
1964
|
+
<fingerprint pattern="^Cisco Firepower Threat Defense, Version ((?:\d*\.){1,5}\d{1,})">
|
1965
|
+
<description>Cisco Firepower Threat Defense</description>
|
1966
|
+
<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>
|
1967
|
+
<example os.version="7.0.0">Cisco Firepower Threat Defense, Version 7.0.0 (Build 3), ASA Version 9.16(0)3</example>
|
1968
|
+
<param pos="0" name="os.certainty" value="0.85"/>
|
1969
|
+
<param pos="0" name="os.vendor" value="Cisco"/>
|
1970
|
+
<param pos="0" name="os.product" value="Firepower Threat Defense"/>
|
1971
|
+
<param pos="0" name="os.family" value="Secure Firewall"/>
|
1972
|
+
<param pos="0" name="os.device" value="Firewall"/>
|
1973
|
+
<param pos="1" name="os.version"/>
|
1974
|
+
</fingerprint>
|
1975
|
+
|
1962
1976
|
<!--======================================================================
|
1963
1977
|
Crestron
|
1964
1978
|
=======================================================================-->
|
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.
|
4
|
+
version: 3.1.14
|
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-
|
37
|
+
date: 2025-03-05 00:00:00.000000000 Z
|
38
38
|
dependencies:
|
39
39
|
- !ruby/object:Gem::Dependency
|
40
40
|
name: rspec
|
metadata.gz.sig
CHANGED
Binary file
|