From bdcebbba19eb0e5aa9a9f16d02e5fed7236997ed Mon Sep 17 00:00:00 2001 From: 8ear Date: Wed, 4 Apr 2018 14:37:31 +0200 Subject: [PATCH] mod Quick Start Page to add: - Login into MISP - Tasks to do after first Start --- quick-start/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/quick-start/README.md b/quick-start/README.md index fe2923a..273b61f 100644 --- a/quick-start/README.md +++ b/quick-start/README.md @@ -5,6 +5,23 @@ And Justice for All! --> The Malware Information Sharing Platform (MISP) tool facilitates the exchange of Indicators of Compromise (IOCs) about targeted malware and attacks, within your community of trusted members. MISP is a distributed IOC database containing technical and non-technical information. 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 API via PyMISP, jump ahead to these chapters to get started. +## Login into MISP + +MISP credentials: + +* **GUI Admin:** admin@admin.test:admin (it's the site admin account with full rights, feel free to create other users) + +## Tasks to do after first Start + +- [] Change admin password + - Ensure that the password is at least 6 characters long, + - includes a digit or a special character + - and contains at least one upper-case + - and at least one lower-case character. +- [] Activate Feeds: https://www.circl.lu/doc/misp/managing-feeds/ +- [] Administrate MISP: https://www.circl.lu/doc/misp/administration/ + + ## Create an Event ![Create an Event in MISP](figures/AddEvent.jpg)