Update facebook
This commit is contained in:
parent
d179cf2dcc
commit
b4ae031d07
@ -79,7 +79,6 @@ A list of IP addresses from all sources combined into one file.
|
||||
|
||||
- Akamai: https://github.com/SecOps-Institute/Akamai-ASN-and-IPs-List
|
||||
- LinkedIn: https://github.com/SecOps-Institute/LinkedInIPLists
|
||||
- Facebook: https://github.com/SecOps-Institute/FacebookIPLists
|
||||
- Twitter: https://github.com/SecOps-Institute/TwitterIPLists
|
||||
- TOR: https://github.com/SecOps-Institute/Tor-IP-Addresses
|
||||
- Spamhaus: https://github.com/SecOps-Institute/SpamhausIPLists
|
||||
|
||||
@ -3,6 +3,7 @@
|
||||
# https://www.workplace.com/resources/tech/it-configuration/domain-whitelisting
|
||||
# https://www.irr.net/docs/list.html
|
||||
# https://bgp.he.net/search?search%5Bsearch%5D=facebook&commit=Search
|
||||
# https://github.com/SecOps-Institute/FacebookIPLists/blob/master/facebook_asn_list.lst
|
||||
|
||||
set -euo pipefail
|
||||
set -x
|
||||
@ -18,7 +19,9 @@ get_routes() {
|
||||
}
|
||||
|
||||
get_routes 'AS32934' > /tmp/facebook.txt
|
||||
get_routes 'AS54115' >> /tmp/facebook.txt
|
||||
get_routes 'AS63293' >> /tmp/facebook.txt
|
||||
get_routes 'AS149642' >> /tmp/facebook.txt
|
||||
|
||||
|
||||
# save ipv4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user