Skip to content

Commit

Permalink
Merge pull request #612 from rapid7/Add-start-achnor-to-Meraki-finger…
Browse files Browse the repository at this point in the history
…prints

Added start anchor to Meraki fingerprints
  • Loading branch information
adfoster-r7 committed Apr 16, 2024
2 parents 06ca9e9 + db5689f commit 0846bf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xml/snmp_sysdescr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1820,7 +1820,7 @@ 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})">
<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>
Expand All @@ -1833,7 +1833,7 @@ Copyright (c) 1995-2005 by Cisco Systems
<param pos="1" name="hw.model"/>
</fingerprint>

<fingerprint pattern="Meraki (MR[A-Z0-9]{2,10})">
<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>
Expand All @@ -1846,7 +1846,7 @@ Copyright (c) 1995-2005 by Cisco Systems
<param pos="1" name="hw.model"/>
</fingerprint>

<fingerprint pattern="Meraki (MS[A-Z0-9-]{2,15})">
<fingerprint pattern="^(?:Cisco Meraki|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>
Expand Down

0 comments on commit 0846bf8

Please sign in to comment.