misp-bump/README.md

33 lines
1.2 KiB
Markdown
Raw Normal View History

2018-07-22 20:21:22 +02:00
![MispBump Logo](./images/mispbump.svg?sanitize=true)
2018-07-22 20:18:25 +02:00
2018-07-19 10:25:45 +02:00
# MISPBump
2018-07-22 20:18:25 +02:00
With MISPBump it is easy to synchronise events on different MISP instances. Instead of generating organisations, sync-users and sync-servers you only have to scan two QR-Codes and you are ready for syncing.
2018-07-19 10:25:45 +02:00
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-22 20:18:25 +02:00
TODO: how are credentials stored in app, keystore?
2018-07-19 14:10:58 +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
2018-07-22 20:18:25 +02:00
![Gather Information](./images/Screenshots/sync-profile.png)
2018-07-19 11:01:38 +02:00
1. Scan your partners generated public key and at the same time share yours
2018-07-22 20:18:25 +02:00
![Scan Public Key](./images/Screenshots/scan-pub-key.png)
2018-07-19 11:01:38 +02:00
2. Validate the public key you scanned
2018-07-22 20:18:25 +02:00
![Public Key Received](./images/Screenshots/pub-key-received.png)
2018-07-19 11:01:38 +02:00
3. After another scan the information you need to synchronise is securely transmitted to your phone
2018-07-22 20:18:25 +02:00
![Secure Info Received](./images/Screenshots/org-info-received.png)
2018-07-19 11:01:38 +02:00
4. Upload the information to your own MISP instance
2018-07-22 20:18:25 +02:00
![Upload](./images/Screenshots/upload.png)
2018-07-19 11:01:38 +02:00
5. That's it! You are ready to share events across your instances
2018-07-22 20:18:25 +02:00
![Main Screen](./images/Screenshots/main.png)