Skip to content

Instantly share code, notes, and snippets.

@parsibox
Created April 11, 2020 14:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parsibox/560533fbdf9609fbaa53607e79e6e621 to your computer and use it in GitHub Desktop.
Save parsibox/560533fbdf9609fbaa53607e79e6e621 to your computer and use it in GitHub Desktop.
list google ip
dig TXT +short _netblocks{,2,3}.google.com | tr ' ' '\n' | grep '^ip4:' | cut -c5-;dig TXT +short _netblocks{,2,3}.google.com | tr ' ' '\n' | grep '^ip6:' | cut -c5-
@parsibox
Copy link
Author

yandex


5.45.192.0/19
--
5.255.192.0/18
5.45.254.0/25
37.9.109.0/24
37.140.128.0/18
77.88.0.0/18
87.250.224.0/19
93.158.136.48/28
95.108.130.0/23
95.108.192.0/18
141.8.132.0/24
213.180.223.192/26

@parsibox
Copy link
Author

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