Monday, January 30, 2012

MegaUpload User Data Soon to be Destroyed

MegaUpload has received a letter from the US Attorney informing the company that data uploaded by its users may be destroyed before the end of the week. The looming wipe-out is the result of MegaUpload’s lack of funds to pay for the servers. Behind the scenes, MegaUpload is hoping to convince the US Government that it’s in the best interest of everyone involved to allow users to access their data, at least temporarily.

megauploadIn the wake of the MegaUpload shutdown many of the site’s users have complained about the personal files that were lost as collateral damage.

From work-related data to personal photos, the raid disabled access to hundreds of thousands, perhaps millions, of files that are clearly not infringing. A recent announcement by the US Attorney now suggests that these files may soon be lost forever.

“We received a letter very late Friday from the US Attorney that declared there could be an imminent destruction of Megaupload consumer data files on this coming Thursday,” MegaUpload lawyer Ira Rothken told TorrentFreak.

Rothken explains that MegaUpload is determined to protect the interests of its users, but that its hands are tied without help from the authorities. The looming data loss is linked to unpaid bills at Cogent Communications and Carpathia Hosting where MegaUpload leased some of its servers.

“We of course would like to think the United States and Megaupload would both be united in trying to avoid such a consumer protection calamity whereby innocent consumers could permanently lose access to everything from word processing files to family photos and many other things that could never practically be considered infringing,” the lawyer told TorrentFreak.

“Megaupload’s assets were frozen by the United States. Mega needs funds unfrozen to pay for bandwidth, hosting, and systems administration in order to allow consumers to get access to their data stored in the Mega cloud and to back up the same for safekeeping.”

MegaUpload has contacted the US Attorney’s office with a request to unfreeze assets including money and domains so users can get access to their personal data. If this doesn’t happen, the consequences for many MegaUpload users and the future of other cloud hosting services will be disastrous.

“If the United States fails at helping protect and restore Megaupload consumer data in an expedient fashion, it will have a chilling effect on cloud computing in the United States and worldwide. It is one thing to bring a claim for copyright infringement it is another thing to take down an entire cloud storage service in Megaupload that has substantial non infringing uses as a matter of law,” Rothken told us.

Meanwhile, MegaUpload users are also taking action themselves. Last week Pirate parties worldwide began making a list of all the people affected by the raids, and they are planning to file a complaint against authorities in the US. The EFF has also taken an interest in the issue, and is sharing data with the international Pirate parties.

For now, however, the more urgent matter is to ensure that the data doesn’t get destroyed.

Sunday, January 22, 2012

Rise of Rapidshare !

King Rapidshare
 

Rapidshare once the inventor and innovator of free file hosting and sharing may default to becoming the next king . Why ? you may ask .. Remember the Rapidshare era , when anything and everything you wanted was hosted on rapidshare, simply because saw the service as an amazing fast simple soution. In 2010 the Rapidshare era cam to a close after the company lost a lawsuit against them after fighting so hard. Uploaders could not benefit by any means and so points system was completely eradicated which got rid of the mass greedy uploaders ( pirate money ) . However this has had a significant impact on Rapidshare as many users could not find files they were searching for and many turned to alternative hosts . Uploaders turned or lured to filehosts such as File Sonic, FileServe, Hotfile and Megaupload ( recently closed by FBI ) for black pieces ( pirate money ......... illegal ) and started the File host War  . After the recent scare amongst users and uploaders due to the SOPA bill  (2012 ) and MegaUpload raid on US server and owners being arrested in Auckland,  people are turning back to using more legitimate businesses such as Rapidshare now the King of Filehosts . 

So the story is complete .... Or is it ? 

Monday, January 2, 2012

Preventing Unwanted Remote Access to your Windows 7 Computer

Although many realize the importance of safety & security online; not many know how to actually achieve it.  At least from a software perspective, people can be pretty close-minded. For example, a firewall shouldn't be simply installed and left on "auto-pilot", without any further configuration.  Anti-Virus programs also do not catch spyware.  Knowing all this, I have written yet another article on computer security. This write-up contains information that you probably won't find else where.






Unwanted Remote Access when an attacker gains control of your computer from any given location, via the internet. Usually, these 'hackers' will find a way to implant a certain virus onto your computer (known as a Remote Access Trojan). The hard truth is, AntiVirus programs will not stop these types of "cyber-attacks"; and a firewall will only prevent attacks if configured properly.

One commonly misunderstood idea of remote attacks; is the notion that you have to download and run a program in order to be infected by a remote access trojan. While it is true you have to download the virus, the definition of download in this context can be quite vague. You also don't have to necessarily "run a program".
Especially for newbie's, this is confusing. By download, it can mean something as simple as opening an image infected with a trojan, or even opening a web page that has a video embedded in it. That video most likely contains java script needed to stream it's contents, and java script is a programming language that can be easily exploited to run trojans. That means, even something as simple as playing a youtube video *could* get your computer infected.

So how do you stop it ? Well. One way is to configure your windows firewall very thoroughly to block ALL incoming ports. Ports serve as the key to unlocking remote access.


To do this, go to your start menu and click Control Panel. Next click system and security, then windows
firewall. On the left hand side, click 'Advanced Settings'. A window saying "Windows Firewall with Advanced Security" should pop-up. In the left tab, hit 'Inbound Rules'. Now you will see a list of programs and services associated with your machine, and (probably) a green check next to most of them. This process will take a while, as all of those green check marks need to become red (crossed-out) - indicating they are blocked. Right click on each and every rule listed, click properties, then select 'block connection', hit apply and then O.K. After you are done with that. You need to add services to the block list.
  1. On the right tab; with inbound rules selected, click 'New Rule'.
  2. Then select 'Port' in the next window.
  3. Keep 'TCP' selected, now in the 'specific local ports' selection box, enter in the list of port numbers from this web page.
This is a long process, so you can repeat steps 1-3 and input only, say, 20 numbers per time. Then in that case you are creating separate rules for each set of trojans you block. What this is doing, is disallowing the trojans to gain access to your computer's services, which will block a hacker from doing the same.
Another security precaution you can take, is by blocking remote assistance capabilities from your computer; this is a function designed to allow microsoft and other support groups to remotely assist and fix your computer - but it can also be used to the advantage of hackers. Only modify this option if you do not want remote assistance from any one.

To change this setting; open the start menu, type in "remote access" (without the quotes), and then hit enter on the first result. Now un-check the box that sais "Allow Remote Assistance Connections to this computer". Click apply and OK.

That's it ! Your computer should now be 99% impervious to hack attacks. As a final precaution you can also secure your computer/s internet connection by investing in a VPN Service such as nVPN, this will also prevent governments and other nosy organizations from spying on your internet activities. 


**Sources**
http://www.irchelp.org/irchelp/security/fwfaq.html
http://technet.microsoft.com/en-us/library/cc730951%28WS.10%29.aspx

http://reviews.cnet.com/4520-3513_7-5053016-1.html