diff --git a/quick-start/README.md b/quick-start/README.md index b92e064..0497be1 100644 --- a/quick-start/README.md +++ b/quick-start/README.md @@ -3,6 +3,7 @@ And Justice for All! --> # 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. 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. diff --git a/quick-start/figures/logo.png b/quick-start/figures/logo.png new file mode 100644 index 0000000..b8ff590 Binary files /dev/null and b/quick-start/figures/logo.png differ diff --git a/styles/website.css b/styles/website.css index c0ac5c0..86aedf0 100644 --- a/styles/website.css +++ b/styles/website.css @@ -1 +1,5 @@ // Place holder, in case custom css for the HTML is needed + +.image-wrapper.quick-start-README { + clear: right; +}