Seeking software suggestions for internet security  [Solved]

For questions regarding system and application security
Message
Author
User avatar
CharlesV
Administrator
Posts: 8157
Joined: Sun Jul 07, 2019 5:11 pm

Re: Seeking software suggestions for internet security

#21 Post by CharlesV »

While I agree that a lot you do can compromise privacy, sorry I disagree about that ip!

If you want to be truly hidden then you need to obfuscate your outfacing internet IP from your real location. If your isp does not have your router in NAT, and your not using either a proxy or VPN, then it is FAR to easy to walk back down an ip and find where someone is located. Once you can do that, it is a fairly easy task to find "who" that is.
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

User avatar
CyberGhost
Posts: 210
Joined: Thu Jan 10, 2019 9:27 pm

Re: Seeking software suggestions for internet security

#22 Post by CyberGhost »

@onion_rings Check this out! I haven't tried it yet, but it seems very promising! Supposed to be better than using a VPN.

Main site: https://safing.io/ VPN Alternative Page: https://safing.io/spn/

Also, Firetools is a good complimentary program and you could try using Whonix or Qubes OS on one of your computers. Although there is somewhat of learning curve with Qubes OS and it is very resource intensive. Supposedly that's what Edward Snowden uses and he definitely has more reasons to be paranoid. As was mentioned before, TAILS is good to use too as well. Do checkout that Safing Portmaster I linked above though. I have been studying it a great deal but just haven't had much time to use it yet. Best of luck!

User avatar
onion_rings
Posts: 14
Joined: Fri Apr 07, 2023 1:22 pm

Re: Seeking software suggestions for internet security

#23 Post by onion_rings »

CyberGhost wrote: Sun Apr 09, 2023 4:57 pm @onion_rings Check this out! I haven't tried it yet, but it seems very promising! Supposed to be better than using a VPN.

Main site: https://safing.io/ VPN Alternative Page: https://safing.io/spn/

Also, Firetools is a good complimentary program and you could try using Whonix or Qubes OS on one of your computers. Although there is somewhat of learning curve with Qubes OS and it is very resource intensive. Supposedly that's what Edward Snowden uses and he definitely has more reasons to be paranoid. As was mentioned before, TAILS is good to use too as well. Do checkout that Safing Portmaster I linked above though. I have been studying it a great deal but just haven't had much time to use it yet.
Yeah, I looked at TAILS and Qubes. They looked pretty technical. I'm trying to figure out the appropriate level of security, so that I can focus on writing my blog without worrying about people hacking my computer, doxxing me, or publishing my address because they disagree with me politically. So, better than average security, but less than Edward Snowden level, because I'm pretty sure the feds don't care about my blog.

Safing Portmaster looks like an innovative option. It looks a bit more involved than what I'm going for--I want something I can just set up once and forget about. So I think that using Nord VPN will probably be a good option. I'll put my writing on substack, do some low-key promotion on reddit or other social media, and then use my other laptop for my personal life, basically.
CyberGhost wrote: Sun Apr 09, 2023 4:57 pm Best of luck!
Thanks!

User avatar
m_pav
Developer
Posts: 1913
Joined: Sun Aug 06, 2006 3:02 pm

Re: Seeking software suggestions for internet security

#24 Post by m_pav »

I always use double Nat for my home network. I use my ISP or Providers router with wifi turned off and a single connection to my internal WiFi Router with its own NAT, firewall rules and LAN address. When I want to operate on the net from an anonymous machine, I use a VirtualBox VM to run a Live ISO which adds a further level of NAT as I did for our countries online census last month, however, I do have a good number of spare machines and live-USB sticks to boot from if I want to totally remove my daily driver from an session.
Mike P

Regd Linux User #472293
(Daily) Lenovo T560, i7-6600U, 16GB, 2.0TB SSD, MX_ahs
(ManCave) AMD Ryzen 5 5600G, 32G, 8TB mixed, MX_ahs
(Spare)2017 Macbook Air 7,2, 8GB, 256GB SSD, MX_ahs

User avatar
onion_rings
Posts: 14
Joined: Fri Apr 07, 2023 1:22 pm

Re: Seeking software suggestions for internet security

#25 Post by onion_rings »

m_pav wrote: Sun Apr 09, 2023 8:31 pm I use a VirtualBox VM to run a Live ISO which adds a further level of NAT
I've heard of people running their computers in a virtual machine for privacy. I assumed that the benefit of using a virtual machine had to do with insulating your computer from attacks, but it sounds like it adds an extra level of privacy, as well. Does it shield your IP address?

User avatar
razor2021
Posts: 501
Joined: Mon Feb 08, 2021 4:49 pm

Re: Seeking software suggestions for internet security

#26 Post by razor2021 »

Is Safing Portmaster better than the distro simple firewall e.g. UFW?
Mixed of desktops and laptops, I have a Gravis Ultrasound Classic card (unfortunately its ISA-slot based) ... - I must be a dino. :popcorn:
Running on my DesktopPC - MX-23.4 AHS with latest Kernel: 6.12.17-1-liquorix-amd64

User avatar
CharlesV
Administrator
Posts: 8157
Joined: Sun Jul 07, 2019 5:11 pm

Re: Seeking software suggestions for internet security

#27 Post by CharlesV »

onion_rings wrote: Mon Apr 10, 2023 12:45 am
m_pav wrote: Sun Apr 09, 2023 8:31 pm I use a VirtualBox VM to run a Live ISO which adds a further level of NAT
I've heard of people running their computers in a virtual machine for privacy. I assumed that the benefit of using a virtual machine had to do with insulating your computer from attacks, but it sounds like it adds an extra level of privacy, as well. Does it shield your IP address?
No, it does not shield your external IP (the internet facing ip )

A VM can create a "computer" which is distinct and restricted from its host, so in that aspect it can be 'safer'. And, if you kept host and guest completely different as far as identities, ( ie not checking email, not logging into social media accounts, etc), then they would not 'leak' identity. However, both the host and guest would still show the same external ip, providing a trail. One of the computers ( guest or host - which ever you want 'hidden' ), should be using a VPN so that its ip is not showing your location.
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

User avatar
onion_rings
Posts: 14
Joined: Fri Apr 07, 2023 1:22 pm

Re: Seeking software suggestions for internet security

#28 Post by onion_rings »

razor2021 wrote: Mon Apr 10, 2023 11:15 am Is Safing Portmaster better than the distro simple firewall e.g. UFW?
They're both internet security software, but they work in different ways. A firewall is meant to prevent unwanted connections to your computer, while Safing Portmaster allows you to monitor connections to your machine so that you can ensure for yourself that there are no unwanted connections.

User avatar
CyberGhost
Posts: 210
Joined: Thu Jan 10, 2019 9:27 pm

Re: Seeking software suggestions for internet security

#29 Post by CyberGhost »

But Safing Portmaster also has this as their solution to a VPN. Guess no one clicked the link I previously posted.

https://safing.io/spn/

User avatar
CharlesV
Administrator
Posts: 8157
Joined: Sun Jul 07, 2019 5:11 pm

Re: Seeking software suggestions for internet security

#30 Post by CharlesV »

CyberGhost wrote: Mon Apr 10, 2023 1:07 pm But Safing Portmaster also has this as their solution to a VPN. Guess no one clicked the link I previously posted.

https://safing.io/spn/
I did :-) .. but I want to find out a bit more about it. Looks intriguing !
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

Post Reply

Return to “Security”