
############ ProbeManager ############
.. image:: https://www.ko-fi.com/img/donate_sm.png :alt: 寄付 :target: https://ko-fi.com/mtreussart
|Licence| |Version|
.. image:: https://api.codacy.com/project/badge/Grade/afc2ab5226584ac3b594eb09ebcc2ccc?branch=master :alt: Codacy グレード :target: https://app.codacy.com/app/treussart/ProbeManager?utm_source=github.com&utm_medium=referral&utm_content=treussart/ProbeManager&utm_campaign=badger
.. image:: https://api.codacy.com/project/badge/Coverage/8c16c475964d4db58ce0c7de0d03abbf?branch=master :alt: Codacy カバレッジ :target: https://www.codacy.com/app/treussart/ProbeManager?utm_source=github.com&utm_medium=referral&utm_content=treussart/ProbeManager&utm_campaign=Badge_Coverage
+------------------+--------------------+ | ステータス | オペレーティングシステム | +==================+====================+ | |Build_Status| | Linux x86_64 | +------------------+--------------------+
.. |Licence| image:: https://img.shields.io/github/license/treussart/ProbeManager.svg .. |Stars| image:: https://img.shields.io/github/stars/treussart/ProbeManager.svg .. |Forks| image:: https://img.shields.io/github/forks/treussart/ProbeManager.svg .. |Downloads| image:: https://img.shields.io/github/downloads/treussart/ProbeManager/total.svg .. |Version| image:: https://img.shields.io/github/tag/treussart/ProbeManager.svg .. |Commits| image:: https://img.shields.io/github/commits-since/treussart/ProbeManager/latest.svg .. |Build_Status| image:: https://travis-ci.org/treussart/ProbeManager.svg :target: https://travis-ci.org/treussart/ProbeManager
多くのIDS(侵入検知システム)では、ソフトウェアやそのルールが定期的に更新されていないことがよく見られます。その理由は、ソフトウェアとルールの管理がしばしば複雑であるためで、特に中小企業では通常、システムセキュリティの専門知識や、それぞれのIDSを監視する常勤オペレーターが不足していることが問題となります。この発見から、私はシステム上のネットワークおよびマシン検知プローブをより適切に管理するアプリケーション(ProbeManager)を開発するに至りました。
ProbeManagerは、侵入検知システムの管理を一元化するアプリケーションです。ProbeManagerの目的は、検知プローブの展開を簡素化し、それらの全機能を一か所にまとめることです。ProbeManagerでは、プローブの状態を確認したり、問題や機能不全が発生した場合に通知を受け取ることもできます。ProbeManagerはSIEM(セキュリティ情報およびイベント管理)ではないため、プローブの出力(アラート、ログなど)は表示しません。
ProbeManagerは現在、NIDS SuricataおよびBroと互換性があり、近日中にOSSECとも互換性を持つ予定です。
.. image:: https://raw.githubusercontent.com/treussart/ProbeManager/master/docs/data/Deployement_example_of_Probemanager_in_a_network.png :alt: ネットワークにおけるProbemanagerのデプロイ例
.. image:: https://raw.githubusercontent.com/treussart/ProbeManager/master/docs/data/Deployement_example_of_Probemanager_in_a_VPS.png :alt: VPSにおけるProbemanagerのデプロイ例
+------------+------------+-----------+ | OS | prod | test | +============+============+===========+ | OSX 12+ | | X | +------------+------------+-----------+ | Debian 9 | X | | +------------+------------+-----------+ | Ubuntu 14 | X | | +------------+------------+-----------+
OSX 12+(プロジェクト開発のみ)、Debian安定版、Ubuntu 14.04+がサポートおよびテストされています。
Github上のソースコード <https://github.com/treussart/ProbeManager/>_
.. code-block:: sh
git clone --recursive https://github.com/treussart/ProbeManager.git
開発者向け : ^^^^^^^^^^^^^^^
.. code-block:: sh
./install.sh
./start.sh
本番環境向け : ^^^^^^^^^^^^^^^^
デフォルトの出力先パス : /usr/local/share
同一の出力先パスの場合 : .
出力先パスへの書き込み権限があることを確認してください。
.. code-block:: sh
./install.sh prod [出力先パス]
Djangoサーバーを使用する場合(推奨しません):
.. code-block:: sh
[出力先パス]./start.sh prod
Apacheを使用する場合(Debianのみ):
.. code-block:: sh
http://localhost
(開発環境またはTravisのみ):
.. code-block:: sh
./test.sh
ファイルをWebブラウザで開く:
::
coverage_html/index.html
.. code-block:: sh
git submodule add -b master --name suricata https://github.com/treussart/ProbeManager_Suricata.git probemanager/suricata
モジュールはいくつかのルールに従う必要があります:
標準: reStructuredText(RST)に従ってください。
.. code-block:: sh
venv/bin/python probemanager/manage.py runscript generate_doc --settings=probemanager.settings.dev
ファイルをWebブラウザで開く:
::
docs/_build/html/index.html
または、完全なドキュメントを こちら <https://treussart.github.io/ProbeManager/>_ から取得してください。