Skip to content

Commit

Permalink
Merge pull request #611 from rapid7/Add-fingerprints-for-Cisco-Meraki…
Browse files Browse the repository at this point in the history
…-MX-MS-MR

Added fingerprints for Cisco Meraki Mx Ms and Mr
  • Loading branch information
mlaskowski-r7 committed Apr 9, 2024
2 parents eff071f + a27eb35 commit 06ca9e9
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions identifiers/os_family.txt
Expand Up @@ -110,6 +110,7 @@ Mac OS X
MarkNet
MatchPort
MegaRAC
Meraki
Meridian 1
Multibox
Multifunction
Expand Down
3 changes: 3 additions & 0 deletions identifiers/os_product.txt
Expand Up @@ -148,6 +148,9 @@ Management Processor
Media Server
Meeting Management
MegaRAC
Meraki MR
Meraki MS
Meraki MX
Mergepoint
Meridian 1 Call Server
Mongoose OS
Expand Down
41 changes: 41 additions & 0 deletions xml/snmp_sysdescr.xml
Expand Up @@ -1820,6 +1820,47 @@ Copyright (c) 1995-2005 by Cisco Systems
<param pos="0" name="os.product" value="Wireless Controller"/>
</fingerprint>

<fingerprint pattern="Meraki (MX[A-Z0-9]{2,10})">
<description>Meraki MX Cloud-Managed Security and SD-WAN</description>
<example hw.model="MX68">Meraki MX68 Router/Security Appliance</example>
<example hw.model="MX84">Meraki MX84 Cloud Managed Router</example>
<param pos="0" name="os.certainty" value="0.7"/>
<param pos="0" name="os.vendor" value="Cisco"/>
<param pos="0" name="os.family" value="Meraki"/>
<param pos="0" name="os.product" value="Meraki MX"/>
<param pos="0" name="os.device" value="Security Appliance"/>
<param pos="0" name="hw.series" value="Meraki MX"/>
<param pos="1" name="hw.model"/>
</fingerprint>

<fingerprint pattern="Meraki (MR[A-Z0-9]{2,10})">
<description>Meraki MR Cloud-Managed Wi-Fi Access Points</description>
<example hw.model="MR46E">Meraki MR46E Cloud Managed AP</example>
<example hw.model="MR90">Meraki MR90 Cloud Managed AP</example>
<param pos="0" name="os.certainty" value="0.7"/>
<param pos="0" name="os.vendor" value="Cisco"/>
<param pos="0" name="os.family" value="Meraki"/>
<param pos="0" name="os.product" value="Meraki MR"/>
<param pos="0" name="os.device" value="WAP"/>
<param pos="0" name="hw.series" value="Meraki MR"/>
<param pos="1" name="hw.model"/>
</fingerprint>

<fingerprint pattern="Meraki (MS[A-Z0-9-]{2,15})">
<description>Meraki MS Cloud-Managed Network Switches</description>
<example hw.model="MS120-8LP">Meraki MS120-8LP Cloud Managed PoE Switch</example>
<example hw.model="MS225-24P">Meraki MS225-24P Cloud Managed PoE Switch</example>
<example hw.model="MS220-8P">Meraki MS220-8P Cloud Managed PoE Switch</example>
<example hw.model="MS250-48">Cisco Meraki MS250-48 Cloud Managed Switch</example>
<param pos="0" name="os.certainty" value="0.7"/>
<param pos="0" name="os.vendor" value="Cisco"/>
<param pos="0" name="os.family" value="Meraki"/>
<param pos="0" name="os.product" value="Meraki MS"/>
<param pos="0" name="os.device" value="Switch"/>
<param pos="0" name="hw.series" value="Meraki MS"/>
<param pos="1" name="hw.model"/>
</fingerprint>

<!--======================================================================
Crestron
=======================================================================-->
Expand Down

0 comments on commit 06ca9e9

Please sign in to comment.