Giter Club home page Giter Club logo

ca-certificates's Introduction

CA Certificates

A collection of CA certificates NOT contained in the normal set of Mozilla bundles that may still be used for traffic on your network. These are mostly IoT devices, callbacks from proprietary software, and the like that have no buisness interacting with a browser.

This was mostly spawned by Zeek traffic analysis and this post describing how to add additional certificates to the trust store for Zeek verification. I don't particularly trust Microsoft/Nest/Roku/etc but I did want to stop flagging all their traffic as anomalous and get on with looking at more interesting things.

This repo includes certificates for:

Apple

Props to Apple for making their certificates available here. I do not include the majority of their CA certificates, only the ones that are visible on the wire and are not otherwise trusted by Zeek.

Microsoft

Microsoft also gets props for making the certificates for their services (telemetry, Windows Update, etc) available with no fuss here.

Nest

From what I can tell Nest uses a single CA certificate that isn't included in their chain. You can scrape the Authority Key Identifier from an exchange, though, then look that certificate up using Censys and download it.

Nintendo

Nintendo uses a couple CA certificates, but doesn't include anym of them in the chain. The method above for NEst would probably work, but someone seems to have made them all available here already.

Roku

Roku uses multiple private CAs, but includes a full certificate chain including the self-signed CA certificate with each exchange. You can grab their certificates pretty easily by using the openssl utility:

openssl s_client -host configsvc.cs.roku.com -port 443 -showcerts < /dev/null
openssl s_client -host liberty.logs.roku.com -port 443 -showcerts < /dev/null

That will dump the entire chain, but you really only need the last one in each exchange which is included in PEM format.

ca-certificates's People

Contributors

andrewbeard avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.