As the title says, I want to know the most paranoid security measures you’ve implemented in your homelab. I can think of SDN solutions with firewalls covering every interface, ACLs, locked-down/hardened OSes etc but not much beyond that. I’m wondering how deep this paranoia can go (and maybe even go down my own route too!).

Thanks!

  • MigratingtoLemmy@lemmy.worldOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 years ago

    You seem to have a great setup. Since this comment touches on slightly advanced topics, I’ll ask this here:

    1. What use do you have for a WAF?
    2. How did you get your Android clients to trust your certificate? Do you use an MDM? Did you root your devices to access the trusted root store?
    3. Segmenting stuff with VLANs, subnetting and ACLs is a great idea, but do you also make sure that the firmware of the device is somewhat robust? Although I suppose you don’t have to worry about it if Sophos sends out regular updates, however I hate the idea of my switches and routers having to connect to the Internet, pass along credentials and the sort to be able to get updates.

    Your measures seem to be focussed more on security than privacy - which is great! It’s my fault for not specifying it in the post, but I’d definitely like to know if you have done anything specific to keep your network private as well as secure.

    Thanks for your wonderful comment - saved!

    • RedFox@infosec.pub
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 years ago
      1. Exchange on prem 😳
      2. Both mdm,.Ms intune, and just installing the root cert manually in trusted store. You don’t have to root Android for that. It presents some warnings, appropriate.
      3. My Sophos is self contained. It does radius against active directory. It wants IPS and other updates though.

      I guess the firmware is as good as possible. All network devices are just computers and can be exploited. I use a Cisco router as my actual gateway. Sophos is inline after that.

      Privacy. 🤔

      Not much. I have certain traffic go through a VPN to the Internet, but that’s split tunneled.

      I use incognito? That doesn’t really do anything, ha.

      I’m slowly killing web browser tracking and cookie stuff that group policy allows.

      • MigratingtoLemmy@lemmy.worldOP
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 years ago

        I didn’t know MS exchange could be used as a WAF. Will need to read more about that.

        Can I host Intune completely on-prem?

        What do you mean by “My Sophos is self-contained”?

        Does your Cisco router get updates? My problem with these companies is that they build backdoors in their firmware for agencies to use. Are you monitoring the network usage of your Cisco gateway?

        Using AD/RADIUS on-prem is an intriguing idea. I didn’t consider it because if my AD server goes down I’m essentially locked out of my services. I need to think more on this. Thanks.