Skip to content

Commit

Permalink
VC-2316 Added Fingerprinting for Ivanti Pulse Secure
Browse files Browse the repository at this point in the history
  • Loading branch information
egazizov-r7 committed Jun 13, 2024
1 parent 2779367 commit 1571f7c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions xml/snmp_sysdescr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3582,6 +3582,20 @@ Copyright (c) 1995-2005 by Cisco Systems
<param pos="0" name="os.device" value="Printer"/>
</fingerprint>

<!--======================================================================
Ivanti (Pulse Secure)
=======================================================================-->

<fingerprint pattern="^Pulse Secure, LLC,Ivanti Connect Secure,ISA-V,(\d+\.\d+R\d+(?:\.\d+)?) \(build .*\)$">
<description>Pulse Secure, LLC, Ivanti Connect Secure</description>
<example os.version="22.3R1">Pulse Secure, LLC,Ivanti Connect Secure,ISA-V,22.3R1 (build 1647)</example>
<example os.version="22.3R2.1245">Pulse Secure, LLC,Ivanti Connect Secure,ISA-V,22.3R2.1245 (build 1647)</example>
<param pos="0" name="os.certainty" value="0.99"/>
<param pos="0" name="os.vendor" value="Pulse Secure"/>
<param pos="0" name="os.product" value="Pulse Connect Secure"/>
<param pos="1" name="os.version"/>
</fingerprint>

<!--======================================================================
Juniper
=======================================================================-->
Expand Down

0 comments on commit 1571f7c

Please sign in to comment.