Xentrk
Part of the Furniture
@Patje,
Here is an update on the domains
What is interesting is how Hurricane Electric reports Akamai AS45758 as my local ISP . It has to do with how CDN works.
With this information, I could revised the original script to pull the IPv4 addresses for the additional ASN numbers. Let's see what happens after you create a new Netflix IPSET list from the code above using the domain names you mined first.
Here is an update on the domains
Code:
/jffs/scripts/Patje# grep "Origin-AS:" /jffs/scripts/Patje/NETFLIX_DOMAIN_DETAILS.txt | sort -u
Origin-AS: 14618
Origin-AS: 16509
Origin-AS: 2906
Origin-AS: 40027
Origin-AS: 45758
What is interesting is how Hurricane Electric reports Akamai AS45758 as my local ISP . It has to do with how CDN works.
Code:
Origin-AS: 14618 https://bgp.he.net/AS14618#_prefixes AS14618 Amazon.com, Inc.
Origin-AS: 16509 https://bgp.he.net/AS16509 AS16509 Amazon.com, Inc.
Origin-AS: 2906 https://bgp.he.net/AS2906 AS2906 Netflix Streaming Services Inc.
Origin-AS: 40027 https://bgp.he.net/AS40027#_prefixesAS40027 Netflix Streaming Services Inc.
Origin-AS: 45758 https://bgp.he.net/AS45758 Akamai
With this information, I could revised the original script to pull the IPv4 addresses for the additional ASN numbers. Let's see what happens after you create a new Netflix IPSET list from the code above using the domain names you mined first.
Last edited: