misp-bump/README.md

28 lines
1.0 KiB
Markdown
Raw Normal View History

2018-07-19 10:25:45 +02:00
# MISPBump
With MISPBump it is easy to share events on your MISP instance with other instances. Instead of generating organisations, sync-users and sync-servers you scan only two QR-Codes and the job is done.
2018-07-19 11:03:38 +02:00
# Security
2018-07-19 11:04:36 +02:00
A key agreement is realized with Diffie Hellman (Elliptic Curve 256 Bit), sensible data is encrypted with AES.
2018-07-19 11:03:38 +02:00
2018-07-19 10:25:45 +02:00
# How does it work?
2018-07-19 11:01:38 +02:00
1. Gather your organisation information from your MISP instance
![Gather Information](./Screenshots/sync-profile.png)
1. Scan your partners generated public key and at the same time share yours
![Scan Public Key](./Screenshots/scan-pub-key.png)
2. Validate the public key you scanned
![Public Key Received](./Screenshots/pub-key-received.png)
3. After another scan the information you need to synchronise is securely transmitted to your phone
![Secure Info Received](./Screenshots/org-info-received.png)
4. Upload the information to your own MISP instance
![Upload](./Screenshots/upload.png)
5. That's it! You are ready to share events across your instances
![Main Screen](./Screenshots/main.png)