mirror of https://github.com/MISP/misp-book
Updated Quick Start Page
parent
424784eeb2
commit
1c524c0477
|
@ -21,14 +21,24 @@ MISP default credentials:
|
|||
|
||||
## 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
|
||||
- contains at least one upper-case
|
||||
- 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/
|
||||
1. ![Change admin password](https://misp.gitbooks.io/misp-book/content/quick-start/#password-policy)
|
||||
2. ![Activate Feeds](https://www.circl.lu/doc/misp/managing-feeds/)
|
||||
3. ![Administrate MISP](https://www.circl.lu/doc/misp/administration/)
|
||||
|
||||
## Password Policy
|
||||
- [12]: Ensure that the password is at least 12 characters long
|
||||
- [A-Z]: contains at least one upper-case
|
||||
- [0-9| ]: includes a digit or a special character
|
||||
- [a-z]: at least one lower-case character.
|
||||
|
||||
**Last Updated: April, 2018**
|
||||
|
||||
If you need a password generator use:
|
||||
- Ubuntu / Debian: ![pwgen](https://linux.die.net/man/1/pwgen)
|
||||
- Website: ![LastPass PW Generator](https://lastpass.com/generatepassword.php)
|
||||
- Built-in generator in Keepass* and other passwort manager
|
||||
|
||||
**All Generator tools are only possibilities without any guarantee!**
|
||||
|
||||
## Create an Event
|
||||
|
||||
|
|
Loading…
Reference in New Issue