mirror of https://github.com/MISP/misp-book
Merge pull request #200 from SteveClement/monitoring
commit
ba6e50594e
|
@ -25,6 +25,14 @@ We recommend a standard LAMP stack on top of Ubuntu >18.04 LTS. For details on t
|
||||||
|
|
||||||
During a [Hackathon](https://hackathon.hack.lu) a small tool called [MISP-Sizer](https://misp-project.org/MISP-sizer/) was conceived. It will give you a **very rough** idea on what requirements are if you have a bigger installation. [source-code is here](https://github.com/MISP/MISP-sizer)
|
During a [Hackathon](https://hackathon.hack.lu) a small tool called [MISP-Sizer](https://misp-project.org/MISP-sizer/) was conceived. It will give you a **very rough** idea on what requirements are if you have a bigger installation. [source-code is here](https://github.com/MISP/MISP-sizer)
|
||||||
|
|
||||||
|
|
||||||
|
### How to monitor MISP?
|
||||||
|
|
||||||
|
Currently there are 2 documented ways to monitor MISP.
|
||||||
|
|
||||||
|
Either with [MUNIN](http://munin-monitoring.org/) -> [misp-monitor](https://github.com/SteveClement/misp-monitor) for instructions.
|
||||||
|
Or [OpenNMS](https://www.opennms.com/) -> [Instructions here](https://www.misp-project.org/2020/08/18/MISP-Monitoring-with-OpenNMS.html)
|
||||||
|
|
||||||
***
|
***
|
||||||
## Specific questions
|
## Specific questions
|
||||||
### Can I configure MISP encrypted notification emails to contain more information in the subject?
|
### Can I configure MISP encrypted notification emails to contain more information in the subject?
|
||||||
|
|
|
@ -3,6 +3,7 @@ And Justice for All! -->
|
||||||
|
|
||||||
# Quick Start
|
# Quick Start
|
||||||
|
|
||||||
|
![A Logo :)_](figures/logo.png)
|
||||||
MISP (Open Source Threat Intelligence and Sharing Platform) software facilitates the exchange and sharing of threat intelligence, Indicators of Compromise (IoCs) about targeted malware and attacks, financial fraud or any intelligence within your community of trusted members. MISP sharing is a distributed model containing technical and non-technical information which can be shared within closed, semi-private or open communities. Exchanging such information should result in faster detection of targeted attacks and improve the detection ratio, whilst also reducing the number of false positives.
|
MISP (Open Source Threat Intelligence and Sharing Platform) software facilitates the exchange and sharing of threat intelligence, Indicators of Compromise (IoCs) about targeted malware and attacks, financial fraud or any intelligence within your community of trusted members. MISP sharing is a distributed model containing technical and non-technical information which can be shared within closed, semi-private or open communities. Exchanging such information should result in faster detection of targeted attacks and improve the detection ratio, whilst also reducing the number of false positives.
|
||||||
|
|
||||||
With the focus on automation and standards, MISP provides you with a powerful ReST API, extensibility (via misp-modules) or additional libraries such as PyMISP, jump ahead to these chapters to get started.
|
With the focus on automation and standards, MISP provides you with a powerful ReST API, extensibility (via misp-modules) or additional libraries such as PyMISP, jump ahead to these chapters to get started.
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
|
@ -1 +1,5 @@
|
||||||
// Place holder, in case custom css for the HTML is needed
|
// Place holder, in case custom css for the HTML is needed
|
||||||
|
|
||||||
|
.image-wrapper.quick-start-README {
|
||||||
|
clear: right;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue