Skip to content

Commit

Permalink
Merge pull request #622 from rapid7/birnam/vc-2140-snmp-fingerprinting
Browse files Browse the repository at this point in the history
Birnam/vc 2140 snmp fingerprinting
  • Loading branch information
jpesik-r7 authored Aug 12, 2024
2 parents 0c6b552 + 37d6ae1 commit c759276
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions identifiers/os_family.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ DocuPrint
Document Centre
Dynix
EDR
EOS
ERS
EX
Embedded
Expand Down
1 change: 1 addition & 0 deletions identifiers/os_product.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Email Appliance
Enterprise AP
Enterprise Linux
Enterprise WAP
EOS
EqualLogic
Excella
FRITZ!OS
Expand Down
1 change: 1 addition & 0 deletions identifiers/vendor.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Arachni
Araknis Networks
Arch
Arescom
Arista
Array Networks
Arris
Artisoft Inc.
Expand Down
20 changes: 20 additions & 0 deletions xml/snmp_sysdescr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,26 @@
<param pos="0" name="os.device" value="WAP"/>
</fingerprint>

<!--======================================================================
Arista Networks
=======================================================================-->

<fingerprint pattern="^Arista Networks EOS version ([\S]+) running on an Arista (?:Networks )?([\S]+)$">
<description>Arista Network Switch</description>
<example hw.model="DCS-7050QX-32S" os.version="4.28.6.1M">Arista Networks EOS version 4.28.6.1M running on an Arista Networks DCS-7050QX-32S</example>
<example hw.model="DCS-7050S-52" os.version="4.18.0F">Arista Networks EOS version 4.18.0F running on an Arista Networks DCS-7050S-52</example>
<example hw.model="DCS-7280SR2K-48C6" os.version="4.22.4M">Arista Networks EOS version 4.22.4M running on an Arista Networks DCS-7280SR2K-48C6</example>
<example hw.model="DCS-7050QX-32" os.version="4.20.10M">Arista Networks EOS version 4.20.10M running on an Arista Networks DCS-7050QX-32</example>
<example hw.model="vEOS-lab" os.version="4.30.6M">Arista Networks EOS version 4.30.6M running on an Arista vEOS-lab</example>
<param pos="0" name="os.vendor" value="Arista"/>
<param pos="0" name="os.family" value="EOS"/>
<param pos="0" name="hw.device" value="Switch"/>
<param pos="0" name="os.product" value="EOS"/>
<param pos="0" name="os.certainty" value="0.9"/>
<param pos="1" name="os.version"/>
<param pos="2" name="hw.model"/>
</fingerprint>

<!--======================================================================
Aruba Networks
=======================================================================-->
Expand Down

0 comments on commit c759276

Please sign in to comment.