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

VC-2316 Add fingerprinting for ivanti pulse secure #614

Merged
Merged
Changes from all 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
16 changes: 16 additions & 0 deletions xml/snmp_sysdescr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3582,6 +3582,22 @@ 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),.*,(\d+\.\d+R\d+(?:\.\d+)?) \(build \d+\)$">
<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>
<example os.version="22.3R1">Pulse Secure, LLC,ISA-V,22.3R1 (build 1647)</example>
<example os.version="22.3R2.1245">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
Loading