Skip to content

Commit

Permalink
Add Duo Device Health and Mac Certifier (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkienow-r7 committed Aug 16, 2022
2 parents 8a13d01 + 0865a2a commit 90fbce7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions identifiers/service_product.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,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>

0 comments on commit 90fbce7

Please sign in to comment.