this post was submitted on 10 May 2024
52 points (100.0% liked)

Free and Open Source Software

17772 readers
55 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

I currently use TinyWall Firewall, it works very well, it's small/portable, no complaints I even donated to the Dev but I would really prefer open source, also it needs to be user friendly like TinyWall so my non-tech family members can/will use it like they do with TinyWall.

you are viewing a single comment's thread
view the rest of the comments
[–] jarfil@beehaw.org 2 points 4 months ago (1 children)

Does Suricata or Snort allow the user to block per-process outgoing traffic?

[–] BaroqueInMind@lemmy.one 2 points 4 months ago (2 children)

Both do deep packet inspection using netflow protocol and filter using crowd sourced detection rules as well as commercial, process-level filtering on a host operating system to detect network intrusion is unecessarily resource intensive.

https://www.netgate.com/blog/suricata-vs-snort

ZenArmor does the same as both, but also uses python scripts with a fancy graphical interface.

[–] towerful@programming.dev 2 points 4 months ago

Do people really run zenarmour, snort or suricate on their desktop?
Feels like a network firewall thing to do DPI for the whole house, instead of a per-machine thing.

[–] jarfil@beehaw.org 1 points 4 months ago

Process-level filtering is to avoid exfiltration from environments where "all processes run as the same user, with full access to all other processes"... which, unfortunately, are still most of them.

DPI is nice to stop incoming attacks, and to detect suspicious outgoing traffic, but it's kind of late when the data is already on the wire, and you won't be able to stop all possible kinds of traffic that way.