<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.mywot.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mentalist3d</id>
	<title>WOT Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.mywot.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mentalist3d"/>
	<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php/Special:Contributions/Mentalist3d"/>
	<updated>2026-04-26T11:45:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=WordPress_Plugin&amp;diff=7830</id>
		<title>WordPress Plugin</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=WordPress_Plugin&amp;diff=7830"/>
		<updated>2012-04-21T14:25:19Z</updated>

		<summary type="html">&lt;p&gt;Mentalist3d: /* Adding Ratings to Pages */  formatting change&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blog article: [http://www.mywot.com/blog/320-wot-launches-wot-for-blogs-wordpress-plugin WOT Launches &amp;quot;WOT for Blogs&amp;quot; WordPress Plugin]&amp;lt;br /&amp;gt;posted: ''Tue 18 Jan 2011''&lt;br /&gt;
&lt;br /&gt;
Installing the plugin is simple and can be done in one of two ways:&lt;br /&gt;
* Search for &amp;quot;WOT for blogs&amp;quot; on your Wordpress Control Panel and it'll be the first result.&amp;lt;br /&amp;gt;Follow the instructions on the page.&lt;br /&gt;
* Alternatively, you can [http://wordpress.org/extend/plugins/wot-for-blogs/ download a zip file] and upload that to your wordpress control panel.&lt;br /&gt;
* Read more about the plugin including support and development: [http://www.mywot.com/en/wordpress-plugin WOT for Blogs - Wordpress Plugin]&lt;br /&gt;
&lt;br /&gt;
  Note: Only outgoing links in posts/comments have the WOT rating symbols added to them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Adding Ratings to Pages ==&lt;br /&gt;
&lt;br /&gt;
If you wish to add the WOT symbols to external links on your pages, install the plugin into your WordPress site, then edit the plugin script: wotforblogs-config.js&lt;br /&gt;
&lt;br /&gt;
'''The current script is''':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
var wot_rating_options = {&lt;br /&gt;
	selector: &amp;quot;.post a[href], #comments a[href]&amp;quot;&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Change this to''':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
var wot_rating_options = {&lt;br /&gt;
	selector: &amp;quot;.post a[href], #page a[href], #comments a[href]&amp;quot;&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This only adds the rating to your page content and should exclude external links on your sidebars, headers and footers. If you want to include the rating symbol on all external links indiscriminately (not recommended) change; #page a[href] to .page a[href]&lt;br /&gt;
&lt;br /&gt;
== WordPress Tips ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For general advice and tips, see the article: [[Wordpress]]&lt;/div&gt;</summary>
		<author><name>Mentalist3d</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=WordPress_Plugin&amp;diff=7826</id>
		<title>WordPress Plugin</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=WordPress_Plugin&amp;diff=7826"/>
		<updated>2012-04-21T14:23:59Z</updated>

		<summary type="html">&lt;p&gt;Mentalist3d: /* Adding Ratings to Pages */  changing formatting for better visual appearance&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blog article: [http://www.mywot.com/blog/320-wot-launches-wot-for-blogs-wordpress-plugin WOT Launches &amp;quot;WOT for Blogs&amp;quot; WordPress Plugin]&amp;lt;br /&amp;gt;posted: ''Tue 18 Jan 2011''&lt;br /&gt;
&lt;br /&gt;
Installing the plugin is simple and can be done in one of two ways:&lt;br /&gt;
* Search for &amp;quot;WOT for blogs&amp;quot; on your Wordpress Control Panel and it'll be the first result.&amp;lt;br /&amp;gt;Follow the instructions on the page.&lt;br /&gt;
* Alternatively, you can [http://wordpress.org/extend/plugins/wot-for-blogs/ download a zip file] and upload that to your wordpress control panel.&lt;br /&gt;
* Read more about the plugin including support and development: [http://www.mywot.com/en/wordpress-plugin WOT for Blogs - Wordpress Plugin]&lt;br /&gt;
&lt;br /&gt;
  Note: Only outgoing links in posts/comments have the WOT rating symbols added to them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Adding Ratings to Pages ==&lt;br /&gt;
&lt;br /&gt;
If you wish to add the WOT symbols to external links on your pages, install the plugin into your WordPress site, then edit the plugin script: wotforblogs-config.js&lt;br /&gt;
&lt;br /&gt;
The current script is:&lt;br /&gt;
&lt;br /&gt;
var wot_rating_options = {&lt;br /&gt;
	selector: &amp;quot;.post a[href], #comments a[href]&amp;quot;&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
Change this to:&lt;br /&gt;
&lt;br /&gt;
var wot_rating_options = {&lt;br /&gt;
	selector: &amp;quot;.post a[href], #page a[href], #comments a[href]&amp;quot;&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
This only adds the rating to your page content and should exclude external links on your sidebars, headers and footers. If you want to include the rating symbol on all external links indiscriminately (not recommended) change; #page a[href] to .page a[href]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== WordPress Tips ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For general advice and tips, see the article: [[Wordpress]]&lt;/div&gt;</summary>
		<author><name>Mentalist3d</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=WordPress_Plugin&amp;diff=7822</id>
		<title>WordPress Plugin</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=WordPress_Plugin&amp;diff=7822"/>
		<updated>2012-04-21T14:22:54Z</updated>

		<summary type="html">&lt;p&gt;Mentalist3d: provided further information on how to include WOT rating symbol for external links on a page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blog article: [http://www.mywot.com/blog/320-wot-launches-wot-for-blogs-wordpress-plugin WOT Launches &amp;quot;WOT for Blogs&amp;quot; WordPress Plugin]&amp;lt;br /&amp;gt;posted: ''Tue 18 Jan 2011''&lt;br /&gt;
&lt;br /&gt;
Installing the plugin is simple and can be done in one of two ways:&lt;br /&gt;
* Search for &amp;quot;WOT for blogs&amp;quot; on your Wordpress Control Panel and it'll be the first result.&amp;lt;br /&amp;gt;Follow the instructions on the page.&lt;br /&gt;
* Alternatively, you can [http://wordpress.org/extend/plugins/wot-for-blogs/ download a zip file] and upload that to your wordpress control panel.&lt;br /&gt;
* Read more about the plugin including support and development: [http://www.mywot.com/en/wordpress-plugin WOT for Blogs - Wordpress Plugin]&lt;br /&gt;
&lt;br /&gt;
  Note: Only outgoing links in posts/comments have the WOT rating symbols added to them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Adding Ratings to Pages ==&lt;br /&gt;
&lt;br /&gt;
If you wish to add the WOT symbols to external links on your pages, install the plugin into your WordPress site, then edit the plugin script: wotforblogs-config.js&lt;br /&gt;
&lt;br /&gt;
The current script is:&lt;br /&gt;
&lt;br /&gt;
var wot_rating_options = {&lt;br /&gt;
	selector: &amp;quot;.post a[href], #comments a[href]&amp;quot;&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
Change this to:&lt;br /&gt;
&lt;br /&gt;
var wot_rating_options = {&lt;br /&gt;
	selector: &amp;quot;.post a[href], #page a[href], #comments a[href]&amp;quot;&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
  Note: this only adds the rating to your page content and should exclude external links on your sidebars, headers and footers. If you want to include the rating symbol on all external links indiscriminately (not recommended) change; #page a[href] to .page a[href]&lt;br /&gt;
&lt;br /&gt;
For general advice and tips, see the article: [[Wordpress]]&lt;/div&gt;</summary>
		<author><name>Mentalist3d</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=WordPress&amp;diff=7818</id>
		<title>WordPress</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=WordPress&amp;diff=7818"/>
		<updated>2012-04-21T14:07:14Z</updated>

		<summary type="html">&lt;p&gt;Mentalist3d: /* Recommended Plugins */ adding another security plugin, updated details on WordPress Firewall&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;As a WordPress user, I have added this page as a guide to some best practices you can adopt for your site, to make it more secure. This guide is just a basics to new, non-technical WordPress users. For more advanced technical users, follow the guide on WordPress (Hardening WordPress) - http://codex.wordpress.org/Hardening_WordPress&lt;br /&gt;
&lt;br /&gt;
==Keep Up to Date==&lt;br /&gt;
&lt;br /&gt;
The first rule is quite simple, keep WordPress up to date, all your plug-ins, and all your themes up to date. Each up-date is usually because a bug has been found and corrected, new vulnerabilities being found and corrected, or just the functionality has been improved. It is important that you keep all aspects of your WordPress site up to date. The most common cause of your site being exploited is due to some part being outdated.&lt;br /&gt;
&lt;br /&gt;
==Remove unused features==&lt;br /&gt;
&lt;br /&gt;
If you have several themes installed, these can still be exploited whether active or not. Once you have settled on a theme for your site, remove any extra themes from your server.&lt;br /&gt;
&lt;br /&gt;
This is also true for plugins for your WordPress site, even inactive plugins can still be exploited, so any plugins you no longer use, delete these files from your server.&lt;br /&gt;
&lt;br /&gt;
==Reduce Spam==&lt;br /&gt;
Through your settings in the dashboard it is advised that you disallow the usage of PingBacks as these can be abused by spammers. Also make sure all comments need admin approval before being displayed on the site. There is an option that will allow a user that has 1 approved comment then be allowed to make other comments without prior approval, switch this off, as it is better just to approve each comment as they are made.&lt;br /&gt;
&lt;br /&gt;
==Recommended Plugins==&lt;br /&gt;
&lt;br /&gt;
'''Askimet Plugin''' - http://wordpress.org/extend/plugins/akismet/&lt;br /&gt;
Comments are checked against the Askimet web service to see if the comments look like spam. Any spam comments are moved to a spam folder for you to review at a later date. Very good accuracy rate.&lt;br /&gt;
&lt;br /&gt;
'''Stop Spammers Registration Plugin''' - http://wordpress.org/extend/plugins/stop-spammer-registrations-plugin/&lt;br /&gt;
Any email address that is being used to register on your site is automatically checked against the Stop Forum Spam database. If a match is found they cannot register with your site.&lt;br /&gt;
&lt;br /&gt;
'''Project Honey Pot Spam Trap''' - http://wordpress.org/extend/plugins/project-honey-pot-spam-trap/&lt;br /&gt;
Invisible links are scattered throughout your blog that only Bots can see these. Their IP addresses will be tagged and this info will be sent back to ProjectHoneyPot.org&lt;br /&gt;
&lt;br /&gt;
'''Secure WordPress''' - http://wordpress.org/extend/plugins/secure-wordpress/&lt;br /&gt;
Registered users can have a lot of access to useful information that will help them if they decide to hack your site. This plugin will remove some of that information (as well as doing some other minor tweaks) such as removing update notices to non-admins, removes the WordPress version number, error-information on login page, etc.&lt;br /&gt;
&lt;br /&gt;
'''Login Lockdown''' - http://wordpress.org/extend/plugins/login-lockdown/&lt;br /&gt;
Every failed login attempt is logged (IP Address &amp;amp; Timestamp). If a certain amount of login attempts are failed within a short time period then the login function is disabled for one hour (default setting) for the IP range.&lt;br /&gt;
&lt;br /&gt;
'''WordPress Firewall 2 ''' - http://wordpress.org/extend/plugins/wordpress-firewall-2/&lt;br /&gt;
This has been updated due to bug fixes on WordPress Firewall. Scans every request made on your site and block suspicious requests and notifies the blog admin of any reported attack on the site. Very handy for reducing SQL attacks against a WordPress site as well as mnay other useful security features.&lt;br /&gt;
&lt;br /&gt;
'''Lockdown WP Admin''' - http://wordpress.org/extend/plugins/lockdown-wp-admin/&lt;br /&gt;
Prevent access to WP Admin area by renaming the yourdomain.com/wp-admin/ to yourdomain.com/anythingyoulike/, this is a very handy plugin which hides your wp-admin login area preventing malicious users from trying to access your site through brute force attacks.&lt;/div&gt;</summary>
		<author><name>Mentalist3d</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=WordPress&amp;diff=1663</id>
		<title>WordPress</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=WordPress&amp;diff=1663"/>
		<updated>2010-11-28T02:10:21Z</updated>

		<summary type="html">&lt;p&gt;Mentalist3d: /* Recommended Plugins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;As a WordPress user, I have added this page as a guide to some best practices you can adopt for your site, to make it more secure. This guide is just a basics to new, non-technical WordPress users. For more advanced technical users, follow the guide on WordPress (Hardening WordPress) - http://codex.wordpress.org/Hardening_WordPress&lt;br /&gt;
&lt;br /&gt;
==Keep Up to Date==&lt;br /&gt;
&lt;br /&gt;
The first rule is quite simple, keep WordPress up to date, all your plug-ins, and all your themes up to date. Each up-date is usually because a bug has been found and corrected, new vulnerabilities being found and corrected, or just the functionality has been improved. It is important that you keep all aspects of your WordPress site up to date. The most common cause of your site being exploited is due to some part being outdated.&lt;br /&gt;
&lt;br /&gt;
==Remove unused features==&lt;br /&gt;
&lt;br /&gt;
If you have several themes installed, these can still be exploited whether active or not. Once you have settled on a theme for your site, remove any extra themes from your server.&lt;br /&gt;
&lt;br /&gt;
This is also true for plugins for your WordPress site, even inactive plugins can still be exploited, so any plugins you no longer use, delete these files from your server.&lt;br /&gt;
&lt;br /&gt;
==Reduce Spam==&lt;br /&gt;
Through your settings in the dashboard it is advised that you disallow the usage of PingBacks as these can be abused by spammers. Also make sure all comments need admin approval before being displayed on the site. There is an option that will allow a user that has 1 approved comment then be allowed to make other comments without prior approval, switch this off, as it is better just to approve each comment as they are made.&lt;br /&gt;
&lt;br /&gt;
==Recommended Plugins==&lt;br /&gt;
&lt;br /&gt;
'''Askimet Plugin''' - http://wordpress.org/extend/plugins/akismet/&lt;br /&gt;
Comments are checked against the Askimet web service to see if the comments look like spam. Any spam comments are moved to a spam folder for you to review at a later date. Very good accuracy rate.&lt;br /&gt;
&lt;br /&gt;
'''Stop Spammers Registration Plugin''' - http://wordpress.org/extend/plugins/stop-spammer-registrations-plugin/&lt;br /&gt;
Any email address that is being used to register on your site is automatically checked against the Stop Forum Spam database. If a match is found they cannot register with your site.&lt;br /&gt;
&lt;br /&gt;
'''Project Honey Pot Spam Trap''' - http://wordpress.org/extend/plugins/project-honey-pot-spam-trap/&lt;br /&gt;
Invisible links are scattered throughout your blog that only Bots can see these. Their IP addresses will be tagged and this info will be sent back to ProjectHoneyPot.org&lt;br /&gt;
&lt;br /&gt;
'''Secure WordPress''' - http://wordpress.org/extend/plugins/secure-wordpress/&lt;br /&gt;
Registered users can have a lot of access to useful information that will help them if they decide to hack your site. This plugin will remove some of that information (as well as doing some other minor tweaks) such as removing update notices to non-admins, removes the WordPress version number, error-information on login page, etc.&lt;br /&gt;
&lt;br /&gt;
'''Login Lockdown''' - http://wordpress.org/extend/plugins/login-lockdown/&lt;br /&gt;
Every failed login attempt is logged (IP Address &amp;amp; Timestamp). If a certain amount of login attempts are failed within a short time period then the login function is disabled for one hour (default setting) for the IP range.&lt;br /&gt;
&lt;br /&gt;
'''WordPress Firewall''' - http://wordpress.org/extend/plugins/wordpress-firewall/&lt;br /&gt;
Scans every request made on your site and block suspicious requests and notifies the blog admin of any reported attack on the site. Very handy for reducing SQL attacks against a WordPress site as well as mnay other useful security features.&lt;/div&gt;</summary>
		<author><name>Mentalist3d</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=Online_tools&amp;diff=1342</id>
		<title>Online tools</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=Online_tools&amp;diff=1342"/>
		<updated>2010-10-01T20:38:00Z</updated>

		<summary type="html">&lt;p&gt;Mentalist3d: added an updated link for scanner2.novirusthanks.org, and left the original link in place&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Useful freeware and other online tools.&amp;lt;br /&amp;gt;A more detailed list of freeware may be found at: [http://www.techsupportalert.com/ gizmo's freeware] such as this article, [http://www.techsupportalert.com/content/probably-best-free-security-list-world.htm Probably the Best Free Security List in the World]&lt;br /&gt;
&lt;br /&gt;
==Free online single file scanning==&lt;br /&gt;
&lt;br /&gt;
* http://virustotal.com (max file size 20 MB, 42 different antiviruses)&lt;br /&gt;
* http://virscan.org (max file size 20 MB, 37 different antiviruses)&lt;br /&gt;
* http://scanner.novirusthanks.org (max file size 20 MB, 24 different antiviruses)&lt;br /&gt;
* http://scanner2.novirusthanks.org (max file size 20 MB, 24 different antiviruses)&lt;br /&gt;
* http://scanner.virus.org (max file size 5 MB, 23 different antiviruses)&lt;br /&gt;
* http://virusscan.jotti.org (max file size 10 MB, 20 different antiviruses)&lt;br /&gt;
* http://viruschief.com (10 different antiviruses)&lt;br /&gt;
* http://filterbit.com (9 different antiviruses)&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Free online folder/computer scanning==&lt;br /&gt;
&lt;br /&gt;
* a-squared : http://www.emsisoft.com/en/software/ax/?scan=1&lt;br /&gt;
* BitDefender : http://www.bitdefender.com/scanner/online/free.html&lt;br /&gt;
* Computer Associates : http://cainternetsecurity.net/entscanner/&lt;br /&gt;
* ESET (NOD32) : http://www.eset.com/onlinescan/&lt;br /&gt;
* F-Secure: http://www.f-secure.com/en_EMEA/security/security-lab/tools-and-services/online-scanner/index.html (IE only)&lt;br /&gt;
* Microsoft OneCare : http://onecare.live.com/site/en-us/default.htm&lt;br /&gt;
* TrendMicro : http://housecall.trendmicro.com&lt;br /&gt;
* Panda : http://www.pandasecurity.com/activescan/index/&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Anti-Virus / Anti-Malware products free and fully functional==&lt;br /&gt;
&lt;br /&gt;
===Anti-virus===&lt;br /&gt;
&lt;br /&gt;
* avast! : http://www.avast.com/&lt;br /&gt;
* AntiVir : http://www.avira.com/ &amp;lt;br /&amp;gt;alternate: http://free-av.com/ &amp;lt;br /&amp;gt;[[AntiVir Free update problem]]&lt;br /&gt;
* AVG : http://www.avg.com/&lt;br /&gt;
* Comodo : http://www.comodo.com/&lt;br /&gt;
* ClamWin : http://www.clamwin.com/&lt;br /&gt;
* ClamAV : http://www.clamav.net/&lt;br /&gt;
* Microsoft Security Essentials : https://www.microsoft.com/Security_essentials/&lt;br /&gt;
* Panda Cloud : http://www.cloudantivirus.com/&lt;br /&gt;
&lt;br /&gt;
===Anti-Malware===&lt;br /&gt;
&lt;br /&gt;
* Ad-Aware : http://www.lavasoft.com&lt;br /&gt;
* a-squared : https://www.emsisoft.com&lt;br /&gt;
* MalwareBytes : http://www.malwarebytes.org&lt;br /&gt;
* Spybot S&amp;amp;D : http://www.safer-networking.org/index2.html&lt;br /&gt;
&lt;br /&gt;
===Anti-spyware products===&lt;br /&gt;
&lt;br /&gt;
* SpywareBlaster : https://www.javacoolsoftware.com&lt;br /&gt;
* Spyware Terminator : https://www.spywareterminator.com&lt;br /&gt;
* SUPERAntiSpyware : https://www.superantispyware.com&lt;br /&gt;
* Windows Defender : https://www.microsoft.com/windows/products/winfamily/defender/default.mspx&lt;br /&gt;
&lt;br /&gt;
===Intrusion prevention===&lt;br /&gt;
&lt;br /&gt;
* GeSWall : http://www.gentlesecurity.com&lt;br /&gt;
&lt;br /&gt;
===Windows start-up manager===&lt;br /&gt;
&lt;br /&gt;
* WinPatrol : http://winpatrol.com&lt;br /&gt;
&lt;br /&gt;
===Windows system scanner===&lt;br /&gt;
&lt;br /&gt;
* HijackThis (HJT) : http://free.antivirus.com/hijackthis/ &amp;lt;br /&amp;gt;(used in conjunction with Malware support forums for troubleshooting system failures)&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==MX tools==&lt;br /&gt;
Check if your [[Internet Protocol Address|IP]] or domain is blacklisted as a source for [[Spam]]&lt;br /&gt;
&lt;br /&gt;
* http://www.mxtoolbox.com/ : Check each MX record (IP Address) against 147 DNS based blacklists.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Spam==&lt;br /&gt;
===Spam / PHISH aggregation===&lt;br /&gt;
&lt;br /&gt;
* AbuseButler : http://spamvertised.abusebutler.com&lt;br /&gt;
* joewein.de LLC : http://www.joewein.net&lt;br /&gt;
* PhishTank : http://www.phishtank.com&lt;br /&gt;
* Project Honey Pot : https://www.projecthoneypot.org&lt;br /&gt;
* SORBS (Spam and Open-Relay Blocking System) : http://www.us.sorbs.net&lt;br /&gt;
* Spacequad : http://www.spacequad.com&lt;br /&gt;
* SpamCop : http://www.spamcop.net&lt;br /&gt;
* Stop Forum Spam : http://www.stopforumspam.com&lt;br /&gt;
* SURBL : http://www.surbl.org&lt;br /&gt;
* uriBL : http://www.uribl.com&lt;br /&gt;
&lt;br /&gt;
===Email headers===&lt;br /&gt;
* Email Headers&lt;br /&gt;
*: How to View them and Include them in Reporting a Spam or Scam&lt;br /&gt;
*: * http://spamlinks.net/track-trace-headers.htm&lt;br /&gt;
*: * http://www.consumerfraudreporting.org/email_headers.php&lt;br /&gt;
* Copy and paste the headers to reveal their source:&lt;br /&gt;
*: * http://www.ip-adress.com/trace_email&lt;br /&gt;
*: * http://www.find-ip-address.org/email-search/find-email.php&lt;br /&gt;
*: * http://www.ipaddresslocation.org/email-tracking/email-header.php&lt;br /&gt;
* Decoding the spam; head to eternity - an article courtesy of MysteryFCM aka: hpHosts&lt;br /&gt;
*: http://mysteryfcm.co.uk/?mode=Articles&amp;amp;date=25-11-2005&lt;br /&gt;
&lt;br /&gt;
===Reporting Spam===&lt;br /&gt;
* Spamtrackers article : http://www.spamtrackers.eu/wiki/index.php/Reporting_Spam&lt;br /&gt;
* Sign up for a Spamcop account and report the spam : http://spamcop.net/&lt;br /&gt;
* Join others who are fighting spam at IBR : http://inboxrevenge.com/&lt;br /&gt;
&lt;br /&gt;
===Spam Facts===&lt;br /&gt;
* The 10 Worst Spam Support ISPs : http://www.spamhaus.org/statistics/networks.lasso&lt;br /&gt;
* The 10 Worst Spammers : http://www.spamhaus.org/statistics/spammers.lasso&lt;br /&gt;
* The 10 Worst Spam Countries : http://www.spamhaus.org/statistics/countries.lasso&lt;br /&gt;
&lt;br /&gt;
===Anti-spam portal===&lt;br /&gt;
* Spam Links : http://spamlinks.net/&lt;br /&gt;
*: the anti-spam portal: everything you didn't want to have to know about spam. Whether you are entirely new to the struggle against spam, or are a seasoned professional system administrator, we direct you to the best resources available to counter spam.&lt;br /&gt;
&lt;br /&gt;
===Historical===&lt;br /&gt;
* Blacklist of Internet Advertisers : [http://web.archive.org/web/20020124184904/math-www.uni-paderborn.de/~axel/BL/blacklist.html web.archive.org]&lt;br /&gt;
*: this is the Blacklist of Internet Advertisers. It is intended to curb inappropriate advertising on usenet newsgroups and via junk e-mail. It works by describing offenders and their offensive behavior, expecting that people who read it will punish the offenders in one way or another.&lt;br /&gt;
&lt;br /&gt;
====Associated forum topic====&lt;br /&gt;
[http://www.mywot.com/forum/3331-spam Spam]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Reputation tools==&lt;br /&gt;
These tools can help evaluate the reputation of websites. Some are based on user reports, corporate/organization reports or automated tools (links checkers, anti-viruses, sandboxes...)&lt;br /&gt;
&lt;br /&gt;
* ATMA IP Deny list - Peerguardian format : http://www.atma.es&lt;br /&gt;
* AVG LinkScanner : http://linkscanner.explabs.com/linkscanner/avg&lt;br /&gt;
* Browser Defender : http://www.browserdefender.com&lt;br /&gt;
* Google Safe Browsing : http://www.google.com/safebrowsing/diagnostic?site=example.com (replace &amp;quot;example.com&amp;quot; with the IP or domain name)&lt;br /&gt;
* hpHosts : http://hosts-file.net&lt;br /&gt;
* MalwareDomainList : http://www.malwaredomainlist.com/mdl.php&lt;br /&gt;
* MalwarePatrol : http://www.malwarepatrol.net/lists.shtml&lt;br /&gt;
* MalwareUrl : http://www.malwareurl.com&lt;br /&gt;
* McAfee SiteAdvisor : https://www.siteadvisor.com&lt;br /&gt;
* McAfee TrustedSource : https://www.trustedsource.org/en/tools&lt;br /&gt;
* No Virus, Thanks : http://scanner.novirusthanks.org (File Scanning)&lt;br /&gt;
* Norton SafeWeb : https://safeweb.norton.com&lt;br /&gt;
* Phish Tank : http://www.phishtank.com&lt;br /&gt;
* Sitevet : http://sitevet.com/&lt;br /&gt;
* Unmask Parasites : http://unmaskparasites.com&lt;br /&gt;
* URL Void : http://www.urlvoid.com&lt;br /&gt;
* Web Security Guard : http://www.websecurityguard.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Lenny Zeltser's : [http://zeltser.com/combating-malicious-software/malicious-ip-blocklists.html Blocklists of Suspected Malicious IPs and URLs]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Network tools==&lt;br /&gt;
&lt;br /&gt;
* http://www.aguse.jp/ : whois, DNS, thumbnail, blacklist check, more.&lt;br /&gt;
* http://centralops.net/co/ : Free online network utilities&lt;br /&gt;
* http://clez.net/net/ : Free complete network tools for online research.&lt;br /&gt;
* http://whois.domaintools.com/ : Whois lookup and Domain name search.&lt;br /&gt;
* http://www.who.is/ : whois, DNS, more.&lt;br /&gt;
* http://ping.eu : online ping/whois/traceroute/port check/reverse lookup/...&lt;br /&gt;
* http://www.geoiptool.com/ : Free online geolocation (from server name or IP)&lt;br /&gt;
* http://ipinfodb.com/ : Free online geolocation (from server name or IP)&lt;br /&gt;
* http://www.robtex.com/ : Swiss army knife internet tool. Check: RBL, DNS, IP, C-net, whois, Route, AS info, and more.&lt;br /&gt;
* http://www.intodns.com/ : checks the health and configuration and provides DNS report and mail servers report.&lt;br /&gt;
* http://network-tools.com/ : various: ping, whois, DNS, etc.&lt;br /&gt;
* http://untiny.me/ : Get real url from shortened URLs like tinyurl.com (and other) without actually following the link&lt;br /&gt;
* http://www.just-traceroute.com/ : Traceroute from 4 different locations.&lt;br /&gt;
* http://www.herdict.org/web/ : Herdict Web aggregates reports of inaccessible sites&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Pharmacy verification==&lt;br /&gt;
&lt;br /&gt;
* http://www.nabp.net : The National Association of Boards of Pharmacy&lt;br /&gt;
* http://www.ciparx.ca : The Canadian International Pharmacy Association&lt;br /&gt;
* http://www.legitscript.com : LegitScript (USA and Canada)&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==SSL Certification testing==&lt;br /&gt;
&lt;br /&gt;
* https://www.digicert.com/help : Check SSL Certificate for proper installation.&lt;br /&gt;
* https://www.sslshopper.com/ssl-checker.html : Check SSL Certificate, also has a widget to add to your website or blog.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Parental control==&lt;br /&gt;
&lt;br /&gt;
See main article: [http://www.mywot.com/wiki/Parental_Controls Parental Controls]&lt;br /&gt;
&lt;br /&gt;
==List of Noteworthy Internet Explorer addons==&lt;br /&gt;
&lt;br /&gt;
See main article: [[Internet Explorer]]&lt;br /&gt;
&lt;br /&gt;
==List of Noteworthy Firefox addons==&lt;br /&gt;
&lt;br /&gt;
See main article: [[Mozilla Firefox | Firefox]]&lt;br /&gt;
&lt;br /&gt;
==Check for obsolete software==&lt;br /&gt;
Scans for outdated software that is vulnerable to exploit codes, etc.&lt;br /&gt;
&lt;br /&gt;
* F-Secure : http://support.f-secure.com/enu/home/onlineservices/fshc.shtml&lt;br /&gt;
* Secunia OSI : http://secunia.com/vulnerability_scanning/online/&lt;br /&gt;
* FileHippo.com Update Checker : http://www.filehippo.com/updatechecker/ &lt;br /&gt;
* Plug-In Check for Firefox : https://www-trunk.stage.mozilla.com/en-US/plugincheck/&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Miscellaneous==&lt;br /&gt;
&lt;br /&gt;
* Anubis : http://anubis.iseclab.org/ (reports the behavior of a Windows executable and activities in Internet Explorer)&lt;br /&gt;
* AutoShun (snort list) : http://www.autoshun.org/&lt;br /&gt;
* Better Business Bureau (USA and Canada company verification) : https://www.bbb.org&lt;br /&gt;
* Bitzi : http://bitzi.com/ (Collaborative file identification)&lt;br /&gt;
* BoardReader domain link check : http://boardreader.com/domain/mywot.com&lt;br /&gt;
* JSUNPACK A Generic JavaScript Unpacker : http://jsunpack.jeek.org/dec/go&lt;br /&gt;
* Malicious code detection (PDF/Javascript/Flash): http://wepawet.iseclab.org/&lt;br /&gt;
* Newly Registered Domain Names : http://domain-daily.com/&lt;br /&gt;
* NetworkMiner (Network Forensic Analysis Tool (NFAT) for Windows) : http://networkminer.sourceforge.net/&lt;br /&gt;
* Norman Sandbox : http://www.norman.com/microsites/nsic/Submit/en (reports the behaviour of a Windows executable run inside a virtual machine).&lt;br /&gt;
* PC Flank Security Tests : http://www.pcflank.com/index.htm (scans for possible exploits you are leaving behind you)&lt;br /&gt;
* Pop-up Test : http://www.popuptest.com/ (tests your pop-up blocker)&lt;br /&gt;
* Sandboxie : http://www.sandboxie.com/ (reports the behaviour of a Windows executable run inside a sandbox)&lt;br /&gt;
* Site Dossier : http://sitedossier.com/&lt;br /&gt;
* Snort network intrusion prevention and detection system (IDS/IPS) : http://www.snort.org/&lt;br /&gt;
* Spamavert.com : http://spamavert.com/ (obtain spam from this small inbox)&lt;br /&gt;
* SystemLookup : http://www.systemlookup.com/ (search engine for CLSIDs, services and etc. listing them as either legitimate or malicious)&lt;br /&gt;
* Tor : http://www.torproject.org/ (surf with more privacy)&lt;br /&gt;
* VB100% : http://www.virusbtn.com/vb100/index (keep updated on which antiviruses are passing the latest malware tests)&lt;br /&gt;
* WebCHeck (UK company verification) : http://wck2.companieshouse.gov.uk/53444b46005755607d6d6b965d400416/wcframe?name=accessCompanyInfo&lt;/div&gt;</summary>
		<author><name>Mentalist3d</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=WordPress&amp;diff=1270</id>
		<title>WordPress</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=WordPress&amp;diff=1270"/>
		<updated>2010-09-22T11:52:48Z</updated>

		<summary type="html">&lt;p&gt;Mentalist3d: /* Recommended Plugins */  added WordPress Firewall&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;As a WordPress user, I have added this page as a guide to some best practices you can adopt for your site, to make it more secure. This guide is just a basics to new, non-technical WordPress users. For more advanced technical users, follow the guide on WordPress (Hardening WordPress) - http://codex.wordpress.org/Hardening_WordPress&lt;br /&gt;
&lt;br /&gt;
==Keep Up to Date==&lt;br /&gt;
&lt;br /&gt;
The first rule is quite simple, keep WordPress up to date, all your plug-ins, and all your themes up to date. Each up-date is usually because a bug has been found and corrected, new vulnerabilities being found and corrected, or just the functionality has been improved. It is important that you keep all aspects of your WordPress site up to date. The most common cause of your site being exploited is due to some part being outdated.&lt;br /&gt;
&lt;br /&gt;
==Remove unused features==&lt;br /&gt;
&lt;br /&gt;
If you have several themes installed, these can still be exploited whether active or not. Once you have settled on a theme for your site, remove any extra themes from your server.&lt;br /&gt;
&lt;br /&gt;
This is also true for plugins for your WordPress site, even inactive plugins can still be exploited, so any plugins you no longer use, delete these files from your server.&lt;br /&gt;
&lt;br /&gt;
==Reduce Spam==&lt;br /&gt;
Through your settings in the dashboard it is advised that you disallow the usage of PingBacks as these can be abused by spammers. Also make sure all comments need admin approval before being displayed on the site. There is an option that will allow a user that has 1 approved comment then be allowed to make other comments without prior approval, switch this off, as it is better just to approve each comment as they are made.&lt;br /&gt;
&lt;br /&gt;
==Recommended Plugins==&lt;br /&gt;
&lt;br /&gt;
'''Askimet Plugin''' - http://wordpress.org/extend/plugins/akismet/&lt;br /&gt;
Comments are checked against the Askimet web service to see if the comments look like spam. Any spam comments are moved to a spam folder for you to review at a later date. Very good accuracy rate.&lt;br /&gt;
&lt;br /&gt;
'''Stop Spammers Registration Plugin''' - http://wordpress.org/extend/plugins/stop-spammer-registrations-plugin/&lt;br /&gt;
Any email address that is being used to register on your site is automatically checked against the Stop Forum Spam database. If a match is found they cannot register with your site.&lt;br /&gt;
&lt;br /&gt;
'''Project Honey Pot Spam Trap''' - http://wordpress.org/extend/plugins/project-honey-pot-spam-trap/&lt;br /&gt;
Invisible links are scattered throughout your blog that only Bots can see these. Their IP addresses will be tagged and this info will be sent back to ProjectHoneyPot.org&lt;br /&gt;
&lt;br /&gt;
'''Secure WordPress''' - http://wordpress.org/extend/plugins/secure-wordpress/&lt;br /&gt;
Registered users can have a lot of access to useful information that will help them if they decide to hack your site. This plugin will remove some of that information (as well as doing some other minor tweaks) such as removing update notices to non-admins, removes the WordPress version number, error-information on login page, etc.&lt;br /&gt;
&lt;br /&gt;
'''Login Lockdown''' - http://wordpress.org/extend/plugins/login-lockdown/&lt;br /&gt;
Every failed login attempt is logged (IP Address &amp;amp; Timestamp). If a certain amount of login attempts are failed within a short time period then the login function is disabled for one hour (default setting) for the IP range.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''WordPress Firewall''' - http://wordpress.org/extend/plugins/wordpress-firewall/&lt;br /&gt;
Scans every request made on your site and block suspicious requests and notifies the blog admin of any reported attack on the site. Very handy for reducing SQL attacks against a WordPress site as well as mnay other useful security features.&lt;/div&gt;</summary>
		<author><name>Mentalist3d</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=WordPress&amp;diff=1168</id>
		<title>WordPress</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=WordPress&amp;diff=1168"/>
		<updated>2010-09-01T15:08:38Z</updated>

		<summary type="html">&lt;p&gt;Mentalist3d: /* Recommended Plugins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;As a WordPress user, I have added this page as a guide to some best practices you can adopt for your site, to make it more secure. This guide is just a basics to new, non-technical WordPress users. For more advanced technical users, follow the guide on WordPress (Hardening WordPress) - http://codex.wordpress.org/Hardening_WordPress&lt;br /&gt;
&lt;br /&gt;
==Keep Up to Date==&lt;br /&gt;
&lt;br /&gt;
The first rule is quite simple, keep WordPress up to date, all your plug-ins, and all your themes up to date. Each up-date is usually because a bug has been found and corrected, new vulnerabilities being found and corrected, or just the functionality has been improved. It is important that you keep all aspects of your WordPress site up to date. The most common cause of your site being exploited is due to some part being outdated.&lt;br /&gt;
&lt;br /&gt;
==Remove unused features==&lt;br /&gt;
&lt;br /&gt;
If you have several themes installed, these can still be exploited whether active or not. Once you have settled on a theme for your site, remove any extra themes from your server.&lt;br /&gt;
&lt;br /&gt;
This is also true for plugins for your WordPress site, even inactive plugins can still be exploited, so any plugins you no longer use, delete these files from your server.&lt;br /&gt;
&lt;br /&gt;
==Reduce Spam==&lt;br /&gt;
Through your settings in the dashboard it is advised that you disallow the usage of PingBacks as these can be abused by spammers. Also make sure all comments need admin approval before being displayed on the site. There is an option that will allow a user that has 1 approved comment then be allowed to make other comments without prior approval, switch this off, as it is better just to approve each comment as they are made.&lt;br /&gt;
&lt;br /&gt;
==Recommended Plugins==&lt;br /&gt;
&lt;br /&gt;
'''Askimet Plugin''' - http://wordpress.org/extend/plugins/akismet/&lt;br /&gt;
Comments are checked against the Askimet web service to see if the comments look like spam. Any spam comments are moved to a spam folder for you to review at a later date. Very good accuracy rate.&lt;br /&gt;
&lt;br /&gt;
'''Stop Spammers Registration Plugin''' - http://wordpress.org/extend/plugins/stop-spammer-registrations-plugin/&lt;br /&gt;
Any email address that is being used to register on your site is automatically checked against the Stop Forum Spam database. If a match is found they cannot register with your site.&lt;br /&gt;
&lt;br /&gt;
'''Project Honey Pot Spam Trap''' - http://wordpress.org/extend/plugins/project-honey-pot-spam-trap/&lt;br /&gt;
Invisible links are scattered throughout your blog that only Bots can see these. Their IP addresses will be tagged and this info will be sent back to ProjectHoneyPot.org&lt;br /&gt;
&lt;br /&gt;
'''Secure WordPress''' - http://wordpress.org/extend/plugins/secure-wordpress/&lt;br /&gt;
Registered users can have a lot of access to useful information that will help them if they decide to hack your site. This plugin will remove some of that information (as well as doing some other minor tweaks) such as removing update notices to non-admins, removes the WordPress version number, error-information on login page, etc.&lt;br /&gt;
&lt;br /&gt;
'''Login Lockdown''' - http://wordpress.org/extend/plugins/login-lockdown/&lt;br /&gt;
Every failed login attempt is logged (IP Address &amp;amp; Timestamp). If a certain amount of login attempts are failed within a short time period then the login function is disabled for one hour (default setting) for the IP range.&lt;/div&gt;</summary>
		<author><name>Mentalist3d</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=WordPress&amp;diff=1165</id>
		<title>WordPress</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=WordPress&amp;diff=1165"/>
		<updated>2010-09-01T15:07:39Z</updated>

		<summary type="html">&lt;p&gt;Mentalist3d: quick guide to WordPress best practices for non technical users in securing their WordPress site.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;As a WordPress user, I have added this page as a guide to some best practices you can adopt for your site, to make it more secure. This guide is just a basics to new, non-technical WordPress users. For more advanced technical users, follow the guide on WordPress (Hardening WordPress) - http://codex.wordpress.org/Hardening_WordPress&lt;br /&gt;
&lt;br /&gt;
==Keep Up to Date==&lt;br /&gt;
&lt;br /&gt;
The first rule is quite simple, keep WordPress up to date, all your plug-ins, and all your themes up to date. Each up-date is usually because a bug has been found and corrected, new vulnerabilities being found and corrected, or just the functionality has been improved. It is important that you keep all aspects of your WordPress site up to date. The most common cause of your site being exploited is due to some part being outdated.&lt;br /&gt;
&lt;br /&gt;
==Remove unused features==&lt;br /&gt;
&lt;br /&gt;
If you have several themes installed, these can still be exploited whether active or not. Once you have settled on a theme for your site, remove any extra themes from your server.&lt;br /&gt;
&lt;br /&gt;
This is also true for plugins for your WordPress site, even inactive plugins can still be exploited, so any plugins you no longer use, delete these files from your server.&lt;br /&gt;
&lt;br /&gt;
==Reduce Spam==&lt;br /&gt;
Through your settings in the dashboard it is advised that you disallow the usage of PingBacks as these can be abused by spammers. Also make sure all comments need admin approval before being displayed on the site. There is an option that will allow a user that has 1 approved comment then be allowed to make other comments without prior approval, switch this off, as it is better just to approve each comment as they are made.&lt;br /&gt;
&lt;br /&gt;
==Recommended Plugins==&lt;br /&gt;
&lt;br /&gt;
'''Askimet Plugin''' - http://wordpress.org/extend/plugins/akismet/&lt;br /&gt;
Comments are checked against the Askimet web service to see if the comments look like spam. Any spam comments are moved to a spam folder for you to review at a later date. Very good accuracy rate.&lt;br /&gt;
&lt;br /&gt;
'''Stop Spammers Registration Plugin''' - http://wordpress.org/extend/plugins/stop-spammer-registrations-plugin/&lt;br /&gt;
Any email address that is being used to register on your site is automatically checked against the Stop Forum Spam database. If a match is found they cannot register with your site.&lt;br /&gt;
&lt;br /&gt;
'''Project Honey Pot Spam Trap''' - http://wordpress.org/extend/plugins/project-honey-pot-spam-trap/&lt;br /&gt;
Invisible links are scattered throughout your blog that only Bots can see these. Their IP addresses will be tagged and this infor will be sent back to ProjectHoneyPot.org&lt;br /&gt;
&lt;br /&gt;
'''Secure WordPress''' - http://wordpress.org/extend/plugins/secure-wordpress/&lt;br /&gt;
Registered users can have a lot of access to useful information that will help them if they decide to hack your site. This plugin will remove some of that information (as well as doing some other minor tweaks) such as removing update notices to non-admins, removes the WordPress version number, error-information on login page, etc.&lt;br /&gt;
&lt;br /&gt;
'''Login Lockdown''' - http://wordpress.org/extend/plugins/login-lockdown/&lt;br /&gt;
Every failed login attempt is logged (IP Address &amp;amp; Timestamp). If a certain amount of login attempts are failed within a short time period then the login function is disabled for one hour (default setting) for the IP range.&lt;/div&gt;</summary>
		<author><name>Mentalist3d</name></author>
		
	</entry>
	<entry>
		<id>https://www.mywot.com/wiki/index.php?title=Business_/_Corporation_certification&amp;diff=1156</id>
		<title>Business / Corporation certification</title>
		<link rel="alternate" type="text/html" href="https://www.mywot.com/wiki/index.php?title=Business_/_Corporation_certification&amp;diff=1156"/>
		<updated>2010-08-31T10:43:31Z</updated>

		<summary type="html">&lt;p&gt;Mentalist3d: Added UK business check and UK Charities check&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Better Business Bureau (Canada and USA) : https://www.bbb.org/&lt;br /&gt;
&lt;br /&gt;
== Canada ==&lt;br /&gt;
Non-Profit are classified with: ''Letters Patent (CCA-Part II)''&amp;lt;br /&amp;gt;&lt;br /&gt;
For profit are classified with: ''Articles of Incorporation''&lt;br /&gt;
&lt;br /&gt;
* [http://www.ic.gc.ca/ Canadian Corporation]&amp;lt;br /&amp;gt;&lt;br /&gt;
*# [https://www.ic.gc.ca/eic/site/cd-dgc.nsf/eng/h_cs02145.html Not for Profit]&lt;br /&gt;
* [http://www.cra-arc.gc.ca/tx/chrts/dnrs/lstngs/menu-eng.html Canadian charity listings]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== USA ==&lt;br /&gt;
* [http://www.noah-health.org/en/usmd/state.html Credentials Verification by State]&lt;br /&gt;
&lt;br /&gt;
===Charities===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Publication 78, Cumulative List of Organizations described in Section 170(c) of the Internal Revenue Code of 1986, is a list of organizations eligible to receive tax-deductible charitable contributions. This online version is offered to help you conduct a more efficient search of these organizations.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* http://www.irs.gov/app/pub-78/&lt;br /&gt;
&lt;br /&gt;
===Trademarks===&lt;br /&gt;
* United States Patent and Trademark Office: http://www.uspto.gov/&lt;br /&gt;
*: patent search : http://www.uspto.gov/patents/process/search/&lt;br /&gt;
*: trademark search : http://www.uspto.gov/trademarks/process/search/&lt;br /&gt;
* Trademarkia : http://www.trademarkia.com/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==CEO E-mail addresses==&lt;br /&gt;
* CEO E-mail addresses : http://www.connectotel.com/marcus/ceoemail.html&lt;br /&gt;
&lt;br /&gt;
== UK ==&lt;br /&gt;
&lt;br /&gt;
===Company Check===&lt;br /&gt;
Check the legitimacy of a Business by name or registered number.&lt;br /&gt;
&lt;br /&gt;
* Companies House WebCHeck service: http://wck2.companieshouse.gov.uk&lt;br /&gt;
*: Companies House (further info and report fraud): http://www.companieshouse.gov.uk/&lt;br /&gt;
&lt;br /&gt;
===Charity Check===&lt;br /&gt;
Check the legitimacy of a UK Charity.&lt;br /&gt;
&lt;br /&gt;
* Charity Commission (England &amp;amp; Wales): http://www.charity-commission.gov.uk/ - Tel: 0870 3330123 &lt;br /&gt;
* Office of the Scottish Charities Register (OSCR)(Scotland) - http://www.oscr.org.uk/ - Tel: 01382 220446&lt;/div&gt;</summary>
		<author><name>Mentalist3d</name></author>
		
	</entry>
</feed>