Есть ли какой-нибудь брандмауэр Linux, такой как ZoneAlarm, Keiro или Comodo, в среде Windows?
Мне нравится иметь возможность контролировать и блокировать любую программу Linux от создания / вывода TCP / UDP-соединений для каждой прикладной базы.
netfilter, ipfilter может обрабатывать его только на системном уровне.
Подробнее о моем идеальном мониторе безопасности "Большого брата".
I like to setup the following security policy:
Only Apache is allowed to accept connections from everything.
MySQL can accept connections from only a select few IPs.
If any other application tries to accept / make any connections,
log it and flags it for analysis.
Log the time, app name, user, to where, amount of traffic xfer,
trigger script to do stack dump, strace on the pid, etc).
X GUI config is nice, but I am not a GUI person.
Prefer web or XML base configuration and logging for ease of analysis.
Should be able to track app even if the user is root.
Track app base on name/path
Validate the app's size, date, first and last 32 bytes value
(Optionally, md5/shar sig of the whole app.)