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

Additional x509 banners #305

Closed
wants to merge 9 commits into from
18 changes: 17 additions & 1 deletion xml/x509_subjects.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,14 @@
<param pos="0" name="os.product" value="iDRAC Linux"/>
</fingerprint>

<fingerprint pattern="^CN=opensnort\.example.com,O=Sourcefire,[email protected]">
<description>Sourcefire Snort HTTPS console</description>
<example>CN=opensnort.example.com,O=Sourcefire,[email protected]</example>
psupel-r7 marked this conversation as resolved.
Show resolved Hide resolved
<param pos="0" name="service.vendor" value="Snort"/>
<param pos="1" name="service.family" value="Snort"/>
psupel-r7 marked this conversation as resolved.
Show resolved Hide resolved
<param pos="0" name="service.product" value="Snort"/>
</fingerprint>

<fingerprint pattern="^CN=iDRAC default certificate,OU=Server Firmware Group,O=Dell Inc\.,L=Round Rock,ST=Texas,C=US$">
<description>Dell iDRAC Remote Access Controller Default Certificate</description>
<example>CN=iDRAC default certificate,OU=Server Firmware Group,O=Dell Inc.,L=Round Rock,ST=Texas,C=US</example>
Expand Down Expand Up @@ -474,6 +482,14 @@
<param pos="0" name="service.product" value="vmauthd"/>
</fingerprint>

<fingerprint pattern="^CN=localhost,OU=Support,O=Palo Alto Networks$">
<description>Palo Alto Networks</description>
<example>CN=localhost,OU=Support,O=Palo Alto Networks</example>
psupel-r7 marked this conversation as resolved.
Show resolved Hide resolved
<param pos="0" name="os.vendor" value="Palo Alto Networks"/>
<param pos="0" name="os.product" value="PANOS"/>
<param pos="0" name="os.device" value="Firewall"/>
</fingerprint>

<fingerprint pattern="^CN=([a-zA-Z0-9\.\-\_]+),OU=VMware ESX Server Default Certificate,O=VMware\\, Inc,L=Palo Alto,ST=California,C=US$">
<description>VMWare ESX</description>
<example>CN=server99.,OU=VMware ESX Server Default Certificate,O=VMware\, Inc,L=Palo Alto,ST=California,C=US</example>
Expand Down Expand Up @@ -1427,4 +1443,4 @@
<param pos="0" name="os.product" value="Linux"/>
</fingerprint>

</fingerprints>
</fingerprints>