this post was submitted on 04 Sep 2025
59 points (96.8% liked)
Linux
9310 readers
393 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you're confident that your system is compromised and it persists beyond re-installations, you can try to reduce the attack surface by switching up your setup a bit.
Try installing something like OpenBSD or FreeBSD if your hardware is supported. Software made for Linux often doesn't even work on BSD flavors unless it's recompiled specifically for those Operating Systems. Another alternative would be Alpine Linux. Software that relies on
glibc
often doesn't work on Alpine thanks tomusl
.If your network has been compromised, consider looking into your router's settings. If you can, try to setup OPNSense so you have better control and visibility over network traffic. You can setup some pretty extensive firewall rules, and if you're savvy with
pf
you can really go all out. Alternatively, you can setup an app like Wireshark to take a look at what ingress and egress traffic looks like for your device.None of this has to be permanent unless you're comfortable with a different setup. Hackers will eventually get bored and move on. You just need to outlast them with a setup they can't do much with.
I am a networking neophyte. Though I bought a Netgate 1100 appliance (pfSense supported). I want to get it up and running, just want to solve the PC problem first.
I've done a few nMaps and saw lots of connections I didn't recognize. I had a large WireShark pcap I was ferreting around in, but like I said, I don't know enough to do it justice. I went downthre rabbit hole and before long I was considering Suricata as an IDS/IPS. I felt like I was reachjng a bit far, when up till now it's localized to the PC and maybe (idk) the ISP router.