Virtualbox with Grsecurity Guest OS Hardening

Discussion in 'all things UNIX' started by HardTrickySecurity, May 24, 2014.

Thread Status:
Not open for further replies.
  1. HardTrickySecurity

    HardTrickySecurity Registered Member

    Joined:
    May 24, 2014
    Posts:
    3
    My topolgy:

    My HP Desktop <----> CISCO PIX 515E Firewall <-----> Motorola cable modem <-----> ISP

    Virtualbox Configuration:

    1) Host:

    -Lubuntu 14.04 (64 bit) installed with default kernel.
    -I am going tu use this one for everything I do. (Internet, installing programs, study, os updates, etc)

    2) Guest:

    -Lubuntu 14.04 (64 bit) installed with Grsecurity Kernel (test) and all security options enable, trying to get the highest hardening kernel security I can get.
    -I am not going to use this one at all, just for Grsecurity and OS updates.

    What I am trying to do is to force all internet traffic go through VBox guest first and through grsecurity. Then it will go to VBox host, where I should be able to access internet normally. Making VBox guest kinda like a firewall. So if a hacker wants to hack the VBox host it would have do defeat or bypass first the VBox guest with grsecurity. I know I can use pfSense or IPFire etc. But in this case and for educational purposes I want to do it through Lubuntu 14.04 (64 bit) with grsecurity.

    At this point I only need help with the VBox configuration. Wich adapters should I use? Bridge, NAT, Host-Only a combination. The configurations of gateways and IPs.
    I found someone trying to do something similar, and I almost succed, I am able to have internet in guest but not in host when I use the command described there.

    https://bbs.archlinux.org/viewtopic.php?id=178057
     
  2. HardTrickySecurity

    HardTrickySecurity Registered Member

    Joined:
    May 24, 2014
    Posts:
    3
    I asked in VBox forum and some one reply to me:

    https://forums.virtualbox.org/viewtopic.php?f=7&t=61875

    I'll admit I know little about networking. However, a guest can only connect to the internet through the host. So I'm not sure how it could go to the guest first. https://forums.virtualbox.org/images/smilies/icon_confused.gif
    edit: perhaps there is a way to create a filter that a guest can capture for a USB to Ethernet adapter that is plugged into the host. I have no idea.


    So I try to explain more in detail what I am doing:

    1) I was able to use internet in guest using bridge mode, I put my PIX firewall gateway ip, in the guest OS network connections and they see each other without problems. I can do exactly the same thing with the Host.

    VB Host <-----> VB Guest <----> PIX Firewall = They all can see each other, and both host and guest have internet at the same time.

    But the problem is when I enable gufw firewall in Guest and I block outgoing and incoming traffic, it only blocks internet traffic in guest but not in host.

    What I need is that when I block traffic in guest using gufw firewall, that automatically also blocks traffic in host. This way I am shure that internet traffic is going to be route or go first through the guest (gufw and grsecurity), and then through Host.

    2) Then I a use bridge with Host-only and I use this command:

    sudo ip route change default via 192.168.0.1 #Change default route to vbox nic

    After putting the command and configure IPs properly, I had internet in guest but not in host. Well, at least it makes internet traffic go first through guest.

    I dont know if what I am trying to do is even possible with VBox. Its the first time I try this, but if is possible I am almost there.
     
  3. Mrkvonic

    Mrkvonic Linux Systems Expert

    Joined:
    May 9, 2005
    Posts:
    10,221
    If you know little about networking, then why are you building this setup?
    Mrk
     
  4. _Sim_

    _Sim_ Registered Member

    Joined:
    Mar 2, 2014
    Posts:
    15
    At first you have to consider against what kind of attack you are trying to protect yourself. If you are going to install/use all programs on your host, the guestsystem isnt't able to protect you against malicious programs. Your guestsystem isn't able to protect you against exploits in your internet browser either. Against what kind of attack you are using grsecurity for? Are you sure that an additional layer of attack surface (the virtual machine) protects you more?
     
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.