Skip to content

Commit

Permalink
Add Cisco CE fingerprinter
Browse files Browse the repository at this point in the history
  • Loading branch information
atorovik-r7 committed Sep 13, 2024
1 parent 061a67e commit 5edb5c1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions identifiers/os_product.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Chrome OS
CloudKey
CoBox
Cobalt RaQ
Collaboration Endpoint
CommandPost
Comware
ConnectUPS
Expand Down
16 changes: 16 additions & 0 deletions xml/snmp_sysdescr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1564,6 +1564,20 @@
<param pos="2" name="hw.product"/>
</fingerprint>

<fingerprint pattern="^ce\d+\S*$">
<description>Cisco/Tandberg TelePresence</description>
<example os.version="ce9.15.0.d97b604b745">ce9.15.0.d97b604b745</example>
<param pos="0" name="os.vendor" value="Cisco"/>
<param pos="0" name="os.family" value="TelePresence"/>
<param pos="0" name="os.product" value="Collaboration Endpoint"/>
<param pos="0" name="os.device" value="Video Conferencing"/>
<param pos="1" name="os.version"/>
<param pos="0" name="hw.vendor" value="Cisco"/>
<param pos="0" name="hw.family" value="TelePresence"/>
<param pos="0" name="hw.device" value="Video Conferencing"/>
</fingerprint>
<!-- NEC -->

<fingerprint pattern="^Cisco TelePresence ((?:HD )?MCU(?: MSE)? \d+)">
<description>Cisco TelePresence w/Model</description>
<example hw.product="MCU 4205">Cisco TelePresence MCU 4205</example>
Expand Down Expand Up @@ -1620,6 +1634,8 @@
<param pos="1" name="hw.product"/>
</fingerprint>



<fingerprint pattern="^Cisco Adaptive Security Appliance Version (\d+\.\d+\(\d+\)\d*)">
<description>Cisco Adaptive Security Appliance</description>
<example os.version="8.0(2)">Cisco Adaptive Security Appliance Version 8.0(2)</example>
Expand Down

0 comments on commit 5edb5c1

Please sign in to comment.