If you have navigated to a site you are uncertain about delete the URL showing in your Address bar and insert the code below.
Use a JavaScript command in Internet Explorer (or any browser). In the Address bar, type the following command, and then press ENTER:
javascript:alert("Actual URL address: " + location.protocol + "//" + location.hostname + "/");
Caution Use caution when you type script directly in the Address bar. There are many commands which could cause serious consequences to your sytem. It is for this reason that we suggest you copy and paste the code from here.The JavaScript message box shows the actual URL Web address for the Web site that you are visiting.
You can also copy the following JavaScript code and paste it in the Address bar for a more verbose description of the Web site URL:
javascript:alert("The actual URL is:\t\t" + location.protocol + "//" + location.hostname + "/" + "\nThe address URL is:\t\t" + location.href + "\n" + "\nIf the server names do not match, this may be a spoof.");
Compare the actual URL with the URL in the Address bar. If they do not match, the Web site is likely misrepresenting itself. In this case, you may want to close Internet Explorer or other browser post haste. You can do so quickly by pressing ALT + F4.
You can from here.
The Security Certificate example can be seen here when clicking on the lock symbol.
We hope this page has enabled you to test your browser and OS currencies and led you to a better understanding of how phishing and spoofing can trap the unwary.
