Question about nfl.com

Ask for help about NoScript, no registration needed to post
Guest

Question about nfl.com

Post by Guest »

On the video section of nfl.com on the page that actually contains a streaming video there is an object subrequest from http://127.0.0.1:9421/crossdomain.xml the problem is I cannot figure out what it is doing. I don't suspect that it is malicious. The best guess that I have is that it has something to do with their "Unlock high quality" feature.
My other question relating to this that if a website has connection to 127.0.01 wouldn't that just loopback to the website itself because 127.0.0.1 is the loopback address?
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Question about nfl.com

Post by Giorgio Maone »

Guest wrote:On the video section of nfl.com on the page that actually contains a streaming video there is an object subrequest from http://127.0.0.1:9421/crossdomain.xml the problem is I cannot figure out what it is doing.
Very likely it's trying to connect to a local application (a player?) listening on port 9421 of your PC.
Guest wrote: if a website has connection to 127.0.01 wouldn't that just loopback to the website itself because 127.0.0.1 is the loopback address?
No, if a website "has a connection" (i.e. links to) 127.0.0.1, it's trying to connect to YOUR loopback address since it's doing that through YOUR browser (which is running on YOUR PC).
That's how CSRF router hacking works: the remote application uses your browser (the fact it's inside your LAN, behind your firewall) to bypass your firewall and talk to your internal router interface.
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Guest

Re: Question about nfl.com

Post by Guest »

Giorgio Maone wrote:
Guest wrote:On the video section of nfl.com on the page that actually contains a streaming video there is an object subrequest from http://127.0.0.1:9421/crossdomain.xml the problem is I cannot figure out what it is doing.
Very likely it's trying to connect to a local application (a player?) listening on port 9421 of your PC.
I believe this to be the case, upon further investigation I found that they, nfl.com, uses proprietary plug-in to access HD versions of the streaming videos
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Post Reply