<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>KangaPlace Blog - Home</title>
  <id>tag:blog.kangaplace.com,2010:mephisto/</id>
  <generator uri="http://mephistoblog.com" version="0.8.0">Mephisto Drax</generator>
  <link href="http://blog.kangaplace.com/feed/atom.xml" rel="self" type="application/atom+xml"/>
  <link href="http://blog.kangaplace.com/" rel="alternate" type="text/html"/>
  <updated>2010-06-13T03:19:47Z</updated>
  <entry xml:base="http://blog.kangaplace.com/">
    <author>
      <name>mark</name>
    </author>
    <id>tag:blog.kangaplace.com,2010-06-13:8</id>
    <published>2010-06-13T03:19:00Z</published>
    <updated>2010-06-13T03:19:47Z</updated>
    <category term="Parents"/>
    <category term="Security"/>
    <category term="Software"/>
    <category term="parents"/>
    <category term="security"/>
    <category term="software"/>
    <category term="virus"/>
    <link href="http://blog.kangaplace.com/2010/6/13/malware-software-out-to-get-you" rel="alternate" type="text/html"/>
    <title>Malware: Software out to get you</title>
<content type="html">
            &lt;h2&gt;What is Malware?&lt;/h2&gt;


	&lt;p&gt;&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Malware&quot;&gt;Malware&lt;/a&gt; is software designed to infiltrate or damage a computer system without the owner&#8217;s informed consent. It is a combination of the words &lt;em&gt;&lt;strong&gt;mal&lt;/strong&gt;icious&lt;/em&gt; and &lt;em&gt;soft&lt;strong&gt;ware&lt;/strong&gt;&lt;/em&gt;. The expression is a general term used by computer professionals to mean a variety of forms of hostile, intrusive, or annoying software or program code.&lt;/p&gt;


	&lt;p&gt;Most computer users are not familiar with the term and don&#8217;t use it. Instead, &#8220;&lt;em&gt;computer virus&lt;/em&gt;&#8221; is commonly used incorrectly to describe all kinds of malware, though not all malware are viruses.&lt;/p&gt;


	&lt;h2&gt;What is a Computer Virus?&lt;/h2&gt;


	&lt;p&gt;&lt;/p&gt;


	&lt;p&gt;A &lt;a href=&quot;http://en.wikipedia.org/wiki/Computer_virus&quot;&gt;computer virus&lt;/a&gt; is a computer program that can copy itself and infect a computer without permission or knowledge of the user. A virus can only spread from one computer to another when its &#8220;&lt;em&gt;host&lt;/em&gt;&#8221; (the infected file) is taken to an uninfected computer. This can happen by a user sending it over a network, the Internet, or by carrying it on a removable medium such as a floppy disk, CD, or &lt;span class=&quot;caps&quot;&gt;USB&lt;/span&gt; drive.&lt;/p&gt;


	&lt;p&gt;Today, viruses are somewhat less common than network-borne worms, due to the popularity of the Internet. Anti-virus software, originally designed to protect computers from viruses, has in turn expanded to cover worms and other threats such as spyware, identity theft and adware.&lt;/p&gt;


	&lt;p&gt;Ways in which viruses and worms spread:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;Web browsing security holes&lt;/li&gt;
		&lt;li&gt;E-mail&lt;/li&gt;
		&lt;li&gt;Instant Messaging&lt;/li&gt;
		&lt;li&gt;File sharing systems (Peer-to-peer networks)&lt;/li&gt;
		&lt;li&gt;&lt;span class=&quot;caps&quot;&gt;USB&lt;/span&gt; drives&lt;/li&gt;
		&lt;li&gt;Shared network drives&lt;/li&gt;
	&lt;/ul&gt;


	&lt;h2&gt;Types of Viruses&lt;/h2&gt;


	&lt;h3&gt;&lt;strong&gt;Trojan horses&lt;/strong&gt;&lt;/h3&gt;


	&lt;p&gt;A &lt;a href=&quot;http://en.wikipedia.org/wiki/Trojan_horse_(computing)&quot;&gt;Trojan horse&lt;/a&gt;, or simply &lt;em&gt;trojan&lt;/em&gt;, is a piece of software which appears to perform a certain action but in fact performs another such as a computer virus. Trojan horses are different from a virus because a trojan cannot replicate automatically.&lt;/p&gt;


	&lt;h3&gt;&lt;strong&gt;Worms&lt;/strong&gt;&lt;/h3&gt;


	&lt;p&gt;A &lt;a href=&quot;http://en.wikipedia.org/wiki/Computer_worm&quot;&gt;worm&lt;/a&gt; is a piece of software that uses computer networks and security flaws to create copies of itself. A copy of the worm will scan the network for any other machine that has a specific security flaw. It replicates itself to the new machine using the security flaw, and then begins scanning and replicating anew.&lt;/p&gt;


	&lt;h3&gt;&lt;strong&gt;E-mail viruses&lt;/strong&gt;&lt;/h3&gt;


	&lt;p&gt;An e-mail virus will use an e-mail message as a mode of transport, and usually will copy itself by automatically mailing itself to hundreds of people in the victim&#8217;s address book.&lt;/p&gt;


	&lt;p&gt;Often, a malicious file like a Word document, &lt;span class=&quot;caps&quot;&gt;PDF&lt;/span&gt;, image, video, batch file, etc. can be attached to the e-mail and the user is tricked into opening the file. There are software protections that will scan e-mail attachments for you. Additionally, it is a wise practice to not open video files and others in an e-mail attachment.&lt;/p&gt;


	&lt;h3&gt;&lt;strong&gt;Logic Bombs&lt;/strong&gt;&lt;/h3&gt;


	&lt;p&gt;A &lt;a href=&quot;http://en.wikipedia.org/wiki/Logic_bomb&quot;&gt;logic bomb&lt;/a&gt; is a piece of code intentionally inserted into a software system that will set off a malicious function when specified conditions are met. Software that is inherently malicious, such as viruses and worms, often contain logic bombs that execute a certain payload at a pre-defined time or when some other condition is met. This technique can be used by a virus or worm to gain momentum and spread before being noticed. Many viruses attack their host systems on specific dates, such as Friday the 13th or April Fool&#8217;s Day. Malware that activates on certain dates are often called &#8220;time bombs&#8221;.&lt;/p&gt;


	&lt;h2&gt;KangaPlace Free Pick&lt;/h2&gt;


	&lt;p&gt;&lt;strong&gt;Windows:&lt;/strong&gt; &lt;a href=&quot;http://www.avast.com/eng/download-avast-home.html&quot;&gt;Avast! Free Home Edition&lt;/a&gt; &#8211; Free and commercial versions&lt;/p&gt;


	&lt;h2&gt;Additional Resources&lt;/h2&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://childsafe.com/virus_detection.html&quot;&gt;ChildSafe International &#8211; Virus Detection / Elimination&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://www.pcpro.co.uk/shopper/labs/230/anti-virus-software/products.html&quot;&gt;PcPro UK &#8211; Compares commercial and free Anti-Virus packages&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://www.pcmag.com/category2/0,2806,4796,00.asp&quot;&gt;PC Mag Compares Commercial Anti-Virus Packages&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://www.av-comparatives.org/&quot;&gt;AV-Comparatives &#8211; independent comparisons for Anti-virus software&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://free.grisoft.com/&quot;&gt;&lt;span class=&quot;caps&quot;&gt;AVG&lt;/span&gt; Anti-Virus Free Edition&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://www.consumersearch.com/www/software/antivirus-software/comparison.html&quot;&gt;Consumer Research Anti-Virus Comparison&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
          </content>  </entry>
  <entry xml:base="http://blog.kangaplace.com/">
    <author>
      <name>mark</name>
    </author>
    <id>tag:blog.kangaplace.com,2010-06-13:513</id>
    <published>2010-06-13T03:08:00Z</published>
    <updated>2010-06-13T03:11:54Z</updated>
    <category term="Parents"/>
    <category term="Security"/>
    <category term="anti-virus"/>
    <category term="e-mail"/>
    <category term="education"/>
    <category term="security"/>
    <link href="http://blog.kangaplace.com/2010/6/13/security-through-education" rel="alternate" type="text/html"/>
    <title>Security through education</title>
<content type="html">
            &lt;p&gt;I read a &lt;a href=&quot;http://www.dedoimedo.com/computers/windows-poor.html&quot;&gt;well written article&lt;/a&gt; that breaks down a warning email from a major security vendor about an expired anti-virus subscription. Ever gotten one of those? The AD is designed to scare the user into buying the anti-virus software whether they need it or not. The &lt;em&gt;really&lt;/em&gt; scary part is that they want the user to click a link in the e-mail which is actually both unsafe and unwise.&lt;/p&gt;


	&lt;p&gt;Check out the full article &#8211; &lt;a href=&quot;http://www.dedoimedo.com/computers/windows-poor.html&quot;&gt;Poor Windows users&lt;/a&gt;&lt;/p&gt;


Here&#8217;s an insightful point from the article I like:
	&lt;p&gt;Security begins with education. But education means users won&#8217;t be easily impressed with scary emails and may not actually cash out money for a rather mediocre security product they don&#8217;t need in the first place. Teaching people how to use their computers contrasts the primary goals of security vendors, which is to make profit.&lt;/p&gt;


	&lt;p&gt;It&#8217;s true. If the major security vendors wanted to actually make users safer and computer systems more secure, they would do more to educate the users. But that isn&#8217;t the goal. They don&#8217;t seem to care what the user does so long as they get the money.&lt;/p&gt;


	&lt;p&gt;So how do people who aren&#8217;t security experts get the basic computer safety education they need? Who&#8217;s providing it?&lt;/p&gt;


	&lt;p&gt;That&#8217;s one of our goals here. To help give clear, summarized information on security and point people to more complete resources. The information is all available for free and is all over. But most people don&#8217;t have the time or interest to go hunt it down.&lt;/p&gt;


	&lt;p&gt;Security begins and ends with education. The most vulnerable part of the system is usually the user. Tricking a user to give up private information is the easiest way to &#8220;hack&#8221; the system. Hopefully that will improve with time.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://blog.kangaplace.com/">
    <author>
      <name>admin</name>
    </author>
    <id>tag:blog.kangaplace.com,2010-04-24:510</id>
    <published>2010-04-24T01:45:00Z</published>
    <updated>2010-08-22T21:02:22Z</updated>
    <category term="About"/>
    <category term="Kid Sites"/>
    <category term="Parents"/>
    <category term="Security"/>
    <category term="about"/>
    <category term="kids"/>
    <category term="parents"/>
    <link href="http://blog.kangaplace.com/2010/4/24/welcome-to-the-kangaplace-blog" rel="alternate" type="text/html"/>
    <title>Welcome to the KangaPlace blog!</title>
<content type="html">
            &lt;p&gt;Has your child ever accidentally stumbled onto a &#8220;bad&#8221; website? I have 3 little girls and this happened to me. That&#8217;s how &lt;a href=&quot;http://www.kangaplace.com&quot;&gt;KangaPlace&lt;/a&gt; was born.&lt;/p&gt;


	&lt;p&gt;When I wasn&#8217;t around, my oldest daughter typed in the address for a safe site she wanted to visit. Well, as you can imagine, she just misspelled it by 1 letter and &lt;strong&gt;bam&lt;/strong&gt; she landed in filth.&lt;/p&gt;


	&lt;p&gt;I realized my kids had no good way to find safe sites like &lt;a href=&quot;http://www.agkidzone.com/care-bears/games&quot;&gt;Care Bears&lt;/a&gt;, &lt;a href=&quot;http://www.webkinz.com&quot;&gt;Webkinz&lt;/a&gt; or &lt;a href=&quot;http://tv.disney.go.com/disneychannel/hannahmontana&quot;&gt;Hannah Montana&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;
Enter &lt;a href=&quot;http://www.kangaplace.com&quot;&gt;KangaPlace&lt;/a&gt;...&lt;/p&gt;


	&lt;p&gt;KangaPlace uses &#8220;pouches&#8221; to create a safe environment where kids can jump from the pouch to a safe site. When they want to do something else, they jump back to the pouch and then on to the next site.&lt;/p&gt;


	&lt;p&gt;I create a pouch for each child, personalize it, and I pick the website links that are best for her and put them in the pouch. Then I make it easy for her to start from her pouch.&lt;/p&gt;


	&lt;p&gt;Now no more accidental jumps to puddles of filth. And I don&#8217;t have to hover to help them get where they want to go. Ahhh.&lt;/p&gt;


	&lt;p&gt;Use the free &lt;a href=&quot;http://www.kangaplace.com&quot;&gt;demo pouches&lt;/a&gt; anytime you like. &lt;a href=&quot;http://www.kangaplace.com/signup&quot;&gt;Signup&lt;/a&gt; to create custom pouches for your kids.&lt;/p&gt;


	&lt;p&gt;You can read more about how KangaPlace started on the &lt;a href=&quot;http://www.kangaplace.com/about&quot;&gt;about&lt;/a&gt; page.&lt;/p&gt;
          </content>  </entry>
</feed>
