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

Extract subdomains from Google Certificate Transparency Reports #10

Open
HarryR opened this issue Jan 9, 2017 · 0 comments
Open

Extract subdomains from Google Certificate Transparency Reports #10

HarryR opened this issue Jan 9, 2017 · 0 comments

Comments

@HarryR
Copy link
Collaborator

HarryR commented Jan 9, 2017

As per https://www.google.com/transparencyreport/https/ct/#domain=reddit.com&incl_exp=true&incl_sub=true

This displays a list of subdomains which have unique certificates.

The format of the result is:
https://www.google.com/transparencyreport/jsonp/ct/search?domain=slashdot.org&incl_exp=false&incl_sub=true&c=_callbacks_._4ixq9krnx

The response includes the nextPageToken and prevPageToken entries to paginate.

Then it retrieves information about each of the certificates using calls to:

https://www.google.com/transparencyreport/jsonp/ct/cert?hash=1i%2BzC5oz%2FUiwRYhKSRHK8chUcH3dkMADtdXDF2kbU8o%3D&c=_callbacks_._9ixq9p1iz

This includes DNS names.

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

No branches or pull requests

1 participant