Last active
May 17, 2017 22:26
-
-
Save Fitblip/5b269ef6e92f174e64df3ea26679f87a to your computer and use it in GitHub Desktop.
Finding all coinbase sites using BigQuery
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT | |
all_dns_names | |
FROM | |
[ctl-lists:certificate_data.scan_data] | |
WHERE | |
(REGEXP_MATCH(all_dns_names,r'.*\.coinbase.com[\s$]?')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment