Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Cisco CE fingerprinter #626

Merged
merged 7 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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*)$">
atorovik-r7 marked this conversation as resolved.
Show resolved Hide resolved
<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
Loading