Saturday, July 30, 2016

MISP - Malware Information Sharing Platform

(1) https://www.circl.lu/services/misp-training-materials/#misp-community-at-circl

MISP Virtual Machine

Login and passwords for the VirtualBox MISP image are the following:
MISP admin:  admin@misp.training/Password1234
MISP user: user@misp.training/Password1234
SSH: misp/Password1234
MySQL: root/Password1234 - misp/Password1234
If you want to convert the image from VirtualBox to Parallels:
  • Get ovftools from VMware:https://developercenter.vmware.com/web/dp/tool/ovf/3.5.2
  • Convert image: /Applications/VMware\ OVF\ Tool/ovftool –lax misp-training.ova misp-training.vmx
  • Open misp-training.vmx in Parallels
  • It converts and starts the image and it is ready to be used on a DHCP’ed IP address

+---------------------------------------------+

TODO

(1) At the browser after you have login as admin
     Enter "http://192.168.1.32/servers/serverSettings/MISP" into the bwoser
     CLEAR the value of MISP.baseurl


(2) Add the following line into /etc/apache2/apache2.conf 

"ServerName misp"

Then /etc/init.d/apache2 stop
         /etc/init.d/apache2 start

Reference: http://askubuntu.com/questions/256013/could-not-reliably-determine-the-servers-fully-qualified-domain-name

(3) 

No comments:

Post a Comment