Wilders Security Forums  

Go Back   Wilders Security Forums > Privacy Related Topics > privacy technology
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread
  #1  
Old July 4th, 2011, 02:37 AM
rudyl's Avatar
rudyl rudyl is offline
Infrequent Poster
 
Join Date: Jul 2011
Posts: 30
Default ra's fnord: Easy and secure anonymous internet usage

I'm just going to quote the "Short version" from ra's fnord:

Quote:
An easy and secure way for anonymous internet usage:

1. Install and start Virtualbox (at least version 4).
2. Download two VM images: Tor gateway and Tor workstation
3. Import the images (in Virtualbox File->Import Appliance)

To start using the internet anonymously you just have to start both VMs Tor gateway VM and Tor workstation VM. As soon as they they finished booting, you can use the anonymous internet access through the Tor workstation. If you want to stop using the internet anonymously, just power down both VMs.
If VirtualBox won't import the OVA packages, you may need to rename each one to match its OVF component. They're TAR archives. In Linux, just run "tar tvf" to get the names.

All you really need from ra is the Tor gateway VM. You can use it with any VM by connecting to the VirtualBox internal network "tor" (which the gateway VM creates).
  #2  
Old July 4th, 2011, 03:27 PM
caspian's Avatar
caspian caspian is offline
Very Frequent Poster
 
Join Date: Jun 2007
Location: Oz
Posts: 1,806
Default Re: ra's fnord: Easy and secure anonymous internet usage

I assume that if you fire up a good VPN and then start Virtual Box you would being anonymous as well. But I have always wondered, does Virtual Box leave personal data about what you do on your computer?
__________________
A Billion for a Billion

http://www.wfp.org/1billion
  #3  
Old July 4th, 2011, 07:04 PM
rudyl's Avatar
rudyl rudyl is offline
Infrequent Poster
 
Join Date: Jul 2011
Posts: 30
Default Re: ra's fnord: Easy and secure anonymous internet usage

Safe bet = yes. It's best to run hosts with full disk encryption. I don't use Windows. I use Ubuntu with crypto LVM. Everything except boot is encrypted.
  #4  
Old July 16th, 2011, 12:18 AM
DasFox DasFox is offline
Very Frequent Poster
 
Join Date: May 2006
Posts: 1,825
Default Re: ra's fnord: Easy and secure anonymous internet usage

Why do you think you need to run Ubuntu encrypted?

By the way there's a new version that just came out...


THANKS
__________________
Security Comes By Education, Not Tons Of Software!
  #5  
Old July 16th, 2011, 12:33 AM
x942's Avatar
x942 x942 is offline
Very Frequent Poster
 
Join Date: Feb 2011
Location: Your Network
Posts: 1,101
Default Re: ra's fnord: Easy and secure anonymous internet usage

To prevent artifacts from being left over on the host machine. If you don't use FDE chances are forensics can reveal what you were doing before hand in the VM. This would defeat anonymity.
__________________
E-Mail: og8oh@notsharingmy.info
  #6  
Old July 16th, 2011, 12:51 AM
DasFox DasFox is offline
Very Frequent Poster
 
Join Date: May 2006
Posts: 1,825
Default Re: ra's fnord: Easy and secure anonymous internet usage

What level of forensics, who are you trying to protect against?

Just to say FDE without understanding what threat level this is, doesn't do much...
__________________
Security Comes By Education, Not Tons Of Software!

Last edited by DasFox : July 16th, 2011 at 03:43 AM.
  #7  
Old July 23rd, 2011, 01:56 AM
DasFox DasFox is offline
Very Frequent Poster
 
Join Date: May 2006
Posts: 1,825
Default Re: ra's fnord: Easy and secure anonymous internet usage

Sorry I was hoping just to edit my post, but I wanted to further expand on this...

Full Disk Encryption is not going to give you any greater security, anonymity, or privacy, the reason, is because drive encryption on mounted drives won't do a thing as the encryption is transparent as long as the drive is mounted.

We are also talking about VB images here similar to Tails, with one slight difference Tails is a live boot cd/usb these are VB images and this Ra Fnord's VB image, if it was developed properly will not leave anything on the system.

Running regular programs on the VM would leave traces, so for now we have to assume this developer knows what they are doing and if this is the case, like Tails, then this will not leave behind traces.

Also erasing and deconstructing the VM when you're done is the way someone should really go about this if you're paranoid.

The only type of encryption needed in this situation we are talking about here that does anything is SWAP.

Putting on full disk encryption in regards to this discussion does nothing...
__________________
Security Comes By Education, Not Tons Of Software!
  #8  
Old October 22nd, 2011, 09:43 PM
MrBrian MrBrian is offline
Very Frequent Poster
 
Join Date: Feb 2008
Posts: 2,925
Default Re: ra's fnord: Easy and secure anonymous internet usage

Thank you for posting about this . It seems to be a good alternative to JanusVM. It has Opera, Chromium, and Firefox with Adobe Flash. It passed a few anonymity tests that I tried.

Also available is Tor Fast Gateway which "reduces anonymity in favor of speed."

Note: one needs to unzip the .OVA files before importing into VirtualBox.

Last edited by MrBrian : October 22nd, 2011 at 11:54 PM.
  #9  
Old October 22nd, 2011, 11:28 PM
x942's Avatar
x942 x942 is offline
Very Frequent Poster
 
Join Date: Feb 2011
Location: Your Network
Posts: 1,101
Default Re: ra's fnord: Easy and secure anonymous internet usage

Quote:
Security issues

When running Tails inside a virtual machine, both the host operating system and the virtualization software are able to monitor what you are doing in Tails. Moreover traces are likely to be left on the local hard disk.

That's why Tails warns you when you are running it inside a virtual machine. Do not expect Tails to protect you if you run it in a virtual machine if you do not trust the host computer, Tails is not magical!

If you read this warning while you are not aware to be using a virtual machine: there could be a bug in the virtualization detection software Tails uses... or something really weird is happening.

If you are unsure, and if you can afford it, just run Tails from a CD or USB stick.

More or less SWAP isn't the only issue here. Are you using a journaling files system like NTFS, EXT3, EXT4, etc? Well chances are some snapshot is stored somewhere.

Using Full Disk Encryption is the best way. Why? Because as soon as the system is off it IS IMPOSSIBLE to retrieve that session.

Reading your posts shows you don't fully understand how Virtual Machines work. If I run something in a virtual machine it can NOT control what the hosts stores by default. at some point or another it is VERY likely that part of the session (at least) will be written to the host OS filesystem (i.e Swap, etc.) it is then very possible for it to be stored else where on a journaling filesystem.

Just because TAILS works perfectly as a boot disk doesn't mean it can magically make windows/ubuntu stop recording data to swap and the harddrive.
__________________
E-Mail: og8oh@notsharingmy.info
  #10  
Old October 24th, 2011, 09:19 PM
caspian's Avatar
caspian caspian is offline
Very Frequent Poster
 
Join Date: Jun 2007
Location: Oz
Posts: 1,806
Default Re: ra's fnord: Easy and secure anonymous internet usage

Quote:
Originally Posted by x942


Using Full Disk Encryption is the best way. Why? Because as soon as the system is off it IS IMPOSSIBLE to retrieve that session.

I have a couple of questions if you don't mind.

1. I have been thinking about giving it a try. I am a little nervous about it though. Would it work on a desktop with a huge hard drive as easily as it would on a laptop?

2. Once it is encrypted, does it run as easily as it would otherwise? I mean is there a lot of extra bother?

3. I have HP computers that have the option of reinstalling by simply restarting the computer and tapping F11. Will encrypting the HD interfere with my ability to reinstall this way?
__________________
A Billion for a Billion

http://www.wfp.org/1billion
  #11  
Old October 25th, 2011, 12:13 AM
mirimir mirimir is offline
Very Frequent Poster
 
Join Date: Oct 2011
Posts: 1,524
Default Re: ra's fnord: Easy and secure anonymous internet usage

@caspian

Do you have an old computer that you could dedicate to private work? Installing Ubuntu 10.04.3 with encrypted LVM is very easy. Everything (root and swap) except boot partition is encrypted. That's a standard install option.

Using full disk encryption on your main computer, where most data doesn't need encrypted, is pointlessly risky. That's my opionion, anyway.
  #12  
Old October 25th, 2011, 12:39 PM
J_L's Avatar
J_L J_L is offline
Massive Poster
 
Join Date: Nov 2009
Posts: 4,831
Default Re: ra's fnord: Easy and secure anonymous internet usage

How does it compare to JanusVM?
__________________
  #13  
Old October 25th, 2011, 06:05 PM
x942's Avatar
x942 x942 is offline
Very Frequent Poster
 
Join Date: Feb 2011
Location: Your Network
Posts: 1,101
Default Re: ra's fnord: Easy and secure anonymous internet usage

Quote:
Originally Posted by caspian
I have a couple of questions if you don't mind.

1. I have been thinking about giving it a try. I am a little nervous about it though. Would it work on a desktop with a huge hard drive as easily as it would on a laptop?

2. Once it is encrypted, does it run as easily as it would otherwise? I mean is there a lot of extra bother?

3. I have HP computers that have the option of reinstalling by simply restarting the computer and tapping F11. Will encrypting the HD interfere with my ability to reinstall this way?

1) It would work perfectly fine. Just like any laptop.

2) Once it is encrypted it will run perfectly. Just like before. I have never noticed any lag or anything.

3) That depends. My acer has the recovery partition hidden from the OS (on the Host Protected Area) and TC/PGP can't touch it. Linux can remove it though and I always do. If it is on the HPA then yes you can use F11 to reinstall (that's how my acer worked anyways) if it's just on a normal partition you can choose not to encrypt it or to encrypt it. If you choose to encrypt it you can't use it.

Personally I would just create a back up CD and Re-install disk. Than delete that partition and encrypt the whole drive.
__________________
E-Mail: og8oh@notsharingmy.info
  #14  
Old October 25th, 2011, 07:20 PM
caspian's Avatar
caspian caspian is offline
Very Frequent Poster
 
Join Date: Jun 2007
Location: Oz
Posts: 1,806
Default Re: ra's fnord: Easy and secure anonymous internet usage

Quote:
Originally Posted by mirimir
@caspian

Do you have an old computer that you could dedicate to private work? Installing Ubuntu 10.04.3 with encrypted LVM is very easy. Everything (root and swap) except boot partition is encrypted. That's a standard install option.

Using full disk encryption on your main computer, where most data doesn't need encrypted, is pointlessly risky. That's my opinion, anyway.

Thanks for that. I will try it on a laptop. I may just buy a cheap laptop at Walmart for $300 or whatever when I have a little extra cash. I've never used Ubuntu. Can you install it on a Windows computer and still keep Windows?
__________________
A Billion for a Billion

http://www.wfp.org/1billion
  #15  
Old October 25th, 2011, 07:24 PM
caspian's Avatar
caspian caspian is offline
Very Frequent Poster
 
Join Date: Jun 2007
Location: Oz
Posts: 1,806
Default Re: ra's fnord: Easy and secure anonymous internet usage

Quote:
Originally Posted by x942
1)
3) That depends. My acer has the recovery partition hidden from the OS (on the Host Protected Area) and TC/PGP can't touch it. Linux can remove it though and I always do. If it is on the HPA then yes you can use F11 to reinstall (that's how my acer worked anyways) if it's just on a normal partition you can choose not to encrypt it or to encrypt it. If you choose to encrypt it you can't use it.

Personally I would just create a back up CD and Re-install disk. Than delete that partition and encrypt the whole drive.

I am hoping that Acer and HP are the same. I think I will get a small laptop and try it out. If it works out well I may use it on my desktop as well. I don't have a lot of sensitive stuff on my desktop but I really like the idea of having complete control. Thanks for the input.
__________________
A Billion for a Billion

http://www.wfp.org/1billion
  #16  
Old October 25th, 2011, 08:27 PM
mirimir mirimir is offline
Very Frequent Poster
 
Join Date: Oct 2011
Posts: 1,524
Default Re: ra's fnord: Easy and secure anonymous internet usage

Quote:
Originally Posted by caspian
Thanks for that. I will try it on a laptop. I may just buy a cheap laptop at Walmart for $300 or whatever when I have a little extra cash. I've never used Ubuntu. Can you install it on a Windows computer and still keep Windows?
People commonly do that. I don't. Windows and Linux have very different ideas about how disks should look, and Windows is very picky. If you really need Windows, which I do sometimes, just run it as a guest in VirtualBox. Then you are also set to run Ra's Tor gateway and workspace. You can run TAILS as a guest in VirtualBox as well. If host machine is Ubuntu x64 with encrypted LVM, everything, including everything leaking from guests, is encrypted.
  #17  
Old October 25th, 2011, 09:54 PM
MrBrian MrBrian is offline
Very Frequent Poster
 
Join Date: Feb 2008
Posts: 2,925
Default Re: ra's fnord: Easy and secure anonymous internet usage

Quote:
Originally Posted by J_L
How does it compare to JanusVM?

If I remember correctly, with JanusVM everything on your real computer is routed through the provided virtual machine. With the method in this thread, you use the software already provided in one of the virtual machines, whose traffic is routed through another virtual machine. The comments indicate that you can use a virtual machine of your own choosing instead, but I didn't explore that.
  #18  
Old October 25th, 2011, 10:34 PM
Izzle Izzle is offline
Infrequent Poster
 
Join Date: Aug 2011
Location: Southern California
Posts: 23
Default Re: ra's fnord: Easy and secure anonymous internet usage

Are artifcats left behind if you use different disk images, such as one created in acronis?

For example, loading and using an disk image with VMWare or Virtualbox.

And later, deleting that VM or VB image and switching to a disk image of another flavor, say a regular image created when the computer was new.

On a forensic exam, would artifacts from the VM/VB image be left behind somewhere, even though a different disk image is now being used?
__________________
SuRun XP | SBoxie Pro | Iolo Sys Mech Pro 10.5 |MBAM Pro | Acronis True Image | Comodo PFW
  #19  
Old October 26th, 2011, 12:08 AM
mirimir mirimir is offline
Very Frequent Poster
 
Join Date: Oct 2011
Posts: 1,524
Default Re: ra's fnord: Easy and secure anonymous internet usage

@Izzle

Safe bet is that traces from VMs are left behind on host machines. So you just use full disk encryption on hosts. But of course, disks are decrypted while in use, and passphrases are in memory. Unless you're hot stuff, standard practice is shutting down machines to preserve evidence, and they'll just ask for passphrases. Then you pretend Alzheimer's
  #20  
Old October 26th, 2011, 05:33 PM
J_L's Avatar
J_L J_L is offline
Massive Poster
 
Join Date: Nov 2009
Posts: 4,831
Default Re: ra's fnord: Easy and secure anonymous internet usage

Quote:
Originally Posted by MrBrian
If I remember correctly, with JanusVM everything on your real computer is routed through the provided virtual machine. With the method in this thread, you use the software already provided in one of the virtual machines, whose traffic is routed through another virtual machine. The comments indicate that you can use a virtual machine of your own choosing instead, but I didn't explore that.
Intriguing. Thanks for the explanation.
__________________
  #21  
Old October 26th, 2011, 06:10 PM
mirimir mirimir is offline
Very Frequent Poster
 
Join Date: Oct 2011
Posts: 1,524
Default Re: ra's fnord: Easy and secure anonymous internet usage

Quote:
Originally Posted by J_L
How does it compare to JanusVM?
Both Ra's Tor gateway VMs and TorVM run OpenWRT. I think that JanusVM does too.
  #22  
Old October 29th, 2011, 11:15 PM
caspian's Avatar
caspian caspian is offline
Very Frequent Poster
 
Join Date: Jun 2007
Location: Oz
Posts: 1,806
Default Re: ra's fnord: Easy and secure anonymous internet usage

Quote:
Originally Posted by mirimir
@Izzle

Safe bet is that traces from VMs are left behind on host machines. So you just use full disk encryption on hosts. But of course, disks are decrypted while in use, and passphrases are in memory.

If you get a keylogger after you login in, can it see the passphrase that you entered to mount the encrypted laptop?
__________________
A Billion for a Billion

http://www.wfp.org/1billion
  #23  
Old October 30th, 2011, 01:00 AM
mirimir mirimir is offline
Very Frequent Poster
 
Join Date: Oct 2011
Posts: 1,524
Default Re: ra's fnord: Easy and secure anonymous internet usage

Quote:
Originally Posted by caspian
If you get a keylogger after you login in, can it see the passphrase that you entered to mount the encrypted laptop?
Keyloggers see what you type, not what's in memory. If there's a keylogger on the host when you login, it may get the LUKS passphrase. But it would need to load from the boot partition.

You can reduce the risk by using hosts only for running VMs. Disable shared clipboard and guest USB, and don't install guest additions. Only use shared folders for fresh installs.
  #24  
Old October 31st, 2011, 10:57 PM
caspian's Avatar
caspian caspian is offline
Very Frequent Poster
 
Join Date: Jun 2007
Location: Oz
Posts: 1,806
Default Re: ra's fnord: Easy and secure anonymous internet usage

Quote:
Originally Posted by mirimir
Keyloggers see what you type, not what's in memory. If there's a keylogger on the host when you login, it may get the LUKS passphrase. But it would need to load from the boot partition.

You can reduce the risk by using hosts only for running VMs. Disable shared clipboard and guest USB, and don't install guest additions. Only use shared folders for fresh installs.

Thanks for that. If Returnil would work on an encrypted laptop I that could be another bit of protection. I don't know if it would work though.
__________________
A Billion for a Billion

http://www.wfp.org/1billion
 

Wilders Security Forums > Privacy Related Topics > privacy technology « Previous Thread | Next Thread »

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Settings
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 05:42 PM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2002 - 2013, Wilders Security Forums