Where is this error coming from

firefoxflashgoogle-chromeinternet explorer

I work for a video hosting and delivery company. We supply our clients an iframe to embed our player (Flash or HTML5 based on detection) in their sites.

I have a customer with issues and I can not get to the bottom of an issue he is having. When his browser (Chrome/FF/IE) renders this page:

I sometimes see this error (which is not from us) in place of our player:
enter image description here

The misspelling leads me to wonder if he has some malware is preventing our Flash player from loading. The attempts to load the player all fail with ERR_CONNECTION_TIMED_OUT

Any ideas?

Best Answer

Nice find with the mis-spelling in the error message. Mis-spellings are a good indicator to a possible virus, adware or malware and I have seen this is on a number of occasions.

From my own experience there are several things you can try. You can check the list of installed programs for anything unusual. You can check the list of add-ons listed in IE options for anything suspicious there.

You can use Sysinternals' Process Explorer to see if there are any suspicious child processes running under IE/FF/Chrome. If you haven't heard of this tool it's essentially a souped-up version of Task Manager.

You can also use Sysinternals' Autoruns to check for any suspicious modifications to the operating system's auto-start points. If you haven't heard of this tool it's essentially a souped-up version of msconfig's Startup tab. I suspect an autostart point may have been modified to allow the malware to startup automatically so Autoruns should help you find this. Whilst you are there, worth it If you check the Internet Explorer tab to check for anything suspicious.

Both the above tools you can find on http://technet.microsoft.com/en-US/SysInternals.

Good luck.

Related Question