差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
ja:documentation:pandorafms:technical_annexes:15_security_architecture [2024/08/21 06:45] – [ローカル監視] junichi | ja:documentation:pandorafms:technical_annexes:15_security_architecture [2024/10/12 08:01] (現在) – [概要] junichi | ||
---|---|---|---|
行 9: | 行 9: | ||
===== 概要 ===== | ===== 概要 ===== | ||
- | The security elements of each component of **Pandora FMS** are described, according to regulations such as PCI/DSS, ISO 27001, ENS, LOPD and similar. | + | The security elements of each **Pandora FMS** component |
**Pandora FMS** の各コンポーネントのセキュリティ要素を、PCI/ | **Pandora FMS** の各コンポーネントのセキュリティ要素を、PCI/ | ||
行 656: | 行 656: | ||
===== GNU/Linux におけるセキュリティ監視 ===== | ===== GNU/Linux におけるセキュリティ監視 ===== | ||
- | The [[https:// | + | The [[https:// |
[[https:// | [[https:// | ||
- | This plugin is intended to run **only** on modern GNU/ | + | This plugin is intended to run **only** on modern GNU/ |
- | このプラグインは、最新の GNU/ | + | このプラグインは、最新の GNU/ |
- | + | ||
- | It contains a custom build of John the ripper 1.8 + Contrib patches with 32 and 64 static binaries. The main concept of the plugin is to be monolithic, detect what can be hardened and try to resolve differences between distros without asking anything to the administrator, | + | |
- | + | ||
- | これには、32および 64bit 版の John the ripper 1.8 + Contrib パッチのカスタムビルドが含まれています。プラグインの主な概要は、モノリシックであり、強化ポイントを検出し、管理者に何も尋ねることなくディストリビューション間の違いを解決しようとすることです。そのため、バージョン、ディストリビューション、またはアーキテクチャに関係なく、どのシステムでも同じように展開することができます。 | + | |
This plugin will check: | This plugin will check: | ||
行 672: | 行 668: | ||
このプラグインは以下をチェックします。 | このプラグインは以下をチェックします。 | ||
- | * User password audit check, using the dictionary (provided) with the 500 most common passwords. This usually takes no more than a few seconds. If you have hundreds of users, you probably need to customize the plugin | + | * Auditing user passwords, using the dictionary (provided) with the 500 most common passwords. If you have hundreds of users, you will probably need to customize the //plugin// to run only every 2 to 6 hours. You can customize the password dictionary by adding your organization' |
- | * Check that SSH does not run on the default port. | + | * SSH does not run on the default port. |
- | * Check that FTP does not run on the default port. | + | * SSH does not allow **root** access. |
- | * Check that SSH does not allow **root** | + | * That FTP does not run on the default port. |
- | * Check if there is a MySQL running without the **root** | + | * Check if there is a MySQL server |
- | * Other checks. | + | * Other checkups. |
* 最も一般的な 500個のパスワードを含む辞書(あらかじめ提供)を使用したユーザパスワードの監査チェック。 通常、これには数秒しかかかりません。 数百人のユーザがいる場合は、プラグインの実行を 2〜6時間ごとにのみ実行するようにカスタマイズする必要があります。 組織の一般的なパスワードを " | * 最も一般的な 500個のパスワードを含む辞書(あらかじめ提供)を使用したユーザパスワードの監査チェック。 通常、これには数秒しかかかりません。 数百人のユーザがいる場合は、プラグインの実行を 2〜6時間ごとにのみ実行するようにカスタマイズする必要があります。 組織の一般的なパスワードを " | ||
* SSH がデフォルトのポートで実行されていないことの確認。 | * SSH がデフォルトのポートで実行されていないことの確認。 | ||
- | * FTB がデフォルトのポートで実行されていないことの確認。 | ||
* SSH が **root** アクセスを許可していないことの確認。 | * SSH が **root** アクセスを許可していないことの確認。 | ||
+ | * FTP がデフォルトのポートで実行されていないことの確認。 | ||
* MySQL が **root** パスワード無しで実行されているかどうかの確認。 | * MySQL が **root** パスワード無しで実行されているかどうかの確認。 | ||
* その他チェック。 | * その他チェック。 | ||
[[ja: | [[ja: | ||
+ |