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

Audit networks for TLS man in the middle #14

Open
kpcyrd opened this issue Jul 1, 2018 · 0 comments
Open

Audit networks for TLS man in the middle #14

kpcyrd opened this issue Jul 1, 2018 · 0 comments

Comments

@kpcyrd
Copy link
Owner

kpcyrd commented Jul 1, 2018

As part of the connection process, we should create a tls connection and record if the certificate is signed by a trusted CA or not. The user should be able to provide custom urls since the common names (like google) are probably whitelisted.

In addition, we could record those certificates and submit them to certificate transparency or save them for later if certificate transparency can not be reached from that network (which would be likely in case of an attack that severe).

We could also accept a config that pins certificates for some domains and alerts if those pins are violated.

This feature should be standalone, so the recorder can be used without depending on snaild as a network manager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant