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 Duo Device Health and Mac Certifier x509 fingerprints #470

Merged
merged 1 commit into from
Aug 16, 2022
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions identifiers/service_product.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ Dovecot
Drive
Dropbear SSH
Druid
Duo Certifier
Duo Device Health
Dynamo
E-mail Firewall
E-mail Services
Expand Down
20 changes: 20 additions & 0 deletions xml/x509_subjects.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1755,4 +1755,24 @@
<param pos="0" name="os.product" value="Proxmox"/>
</fingerprint>

<fingerprint pattern="^CN=(\S{1,512}),OU=Endpoint Health,O=Duo Security\\, Inc.,L=Ann Arbor,ST=Michigan,C=US(?:,\S+)?$">
<description>Duo Device Health</description>
<example host.name="127.0.0.1">CN=127.0.0.1,OU=Endpoint Health,O=Duo Security\, Inc.,L=Ann Arbor,ST=Michigan,C=US,1.2.840.113549.1.9.1=#0c1e656e64706f696e746865616c74684064756f73656375726974792e636f6d</example>
<param pos="0" name="service.vendor" value="Duo"/>
<param pos="0" name="service.product" value="Duo Device Health"/>
<param pos="1" name="host.name"/>
</fingerprint>

<fingerprint pattern="^CN=(\S{1,512}),OU=Mac Certifier,O=Duo Security\\, Inc.,L=Ann Arbor,ST=Michigan,C=US(?:,\S+)?$">
<description>Duo Certifier</description>
<example host.name="localhost">CN=localhost,OU=Mac Certifier,O=Duo Security\, Inc.,L=Ann Arbor,ST=Michigan,C=US,1.2.840.113549.1.9.1=#0c18656e64706f696e744064756f73656375726974792e636f6d</example>
<param pos="0" name="service.vendor" value="Duo"/>
<param pos="0" name="service.product" value="Duo Certifier"/>
<param pos="0" name="os.vendor" value="Apple"/>
<param pos="0" name="os.family" value="Mac OS"/>
<param pos="0" name="os.product" value="Mac OS"/>
<param pos="0" name="os.cpe23" value="cpe:/o:apple:macos:-"/>
<param pos="1" name="host.name"/>
</fingerprint>

</fingerprints>