Created
May 17, 2017 22:18
-
-
Save Fitblip/8df573b08c9790c3770cc7899c2c9d30 to your computer and use it in GitHub Desktop.
BigQuery Punycode Example
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'\b?xn\-\-')) | |
AND NOT all_dns_names CONTAINS 'cloudflare' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment