Windows環境にZoneAlarm、Keiro、ComodoなどのLinuxファイアウォールはありますか?
Linuxプログラムを監視してブロックし、アプリケーションごとにTCP / UDP接続の入出力を行うのが好きです。
netfilter、ipfilterはシステムレベルでのみ処理できます。
私の理想的な「Big Brother」セキュリティモニターの詳細。
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.)
使用している特定のディストリビューションはありますか?
—
反転
FC 8-11とubnuntu 9.4-9.10の両方を使用しています。
—
トニーpリー
あなたが説明するものの少なくとも一部は、AppArmorで処理できます。SELinuxも検討する価値があります。しかし、私はこれ以上のことを言うほど十分に知りません。ところで-どういうわけか、このコメントは以前の質問ではなく答えに追加されました-それについてすみません。
—
Steve314