Go to file
Felix PK 4f6bd17290 Set theme jekyll-theme-minimal 2019-07-05 00:04:48 +02:00
.idea remove unused settings menu 2019-07-04 10:43:05 +02:00
app improve upload error and success feedback 2019-07-04 14:01:43 +02:00
gradle/wrapper
poster
screenshots improve readme with screenshots 2019-07-04 14:36:42 +02:00
.gitignore
README.md improve readme with screenshots 2019-07-04 14:36:42 +02:00
_config.yml Set theme jekyll-theme-minimal 2019-07-05 00:04:48 +02:00
build.gradle improve design 2019-06-11 14:52:41 +02:00
gradle.properties done convert to androidx 2019-06-17 09:49:09 +02:00
gradlew
gradlew.bat
settings.gradle

README.md

Screenshots

Home

Entrypoint of the app.

Actions: Profile View (Menubar) and New Sync (Floating Action Button)

Home (Empty)

Profile

Basic information about the organisation that is currently logged in.

Actions: Delete and logout (Menubar) and Update Info (Floating Action Button)

Profile

Sync

Core functionality of MISPbump.

First Step: Exchange keys to derive a shared secret

Profile Profile

Second Step: Exchange encrypted sync information

Profile Profile

Sync information

After a successfull exchange an entry for this organisation will appear.

Actions: Delete Sync information (Menubar) and Upload (Floating Action Button in settings tab)

Credentials: With this credentials you will be able to log in on the other MISP instance (SyncUser)

Profile

Settings: These are typical settings which are also available from the MISP web interface.

Profile

Upload

Shows the status of the upload to your MISP instance. If errors occure they will be displayed and the user can restart the process.

Profile Profile

Home with successfull sync

Home (Synced)

What does this app?

  1. Exchange public keys to make following communication private (via QR code)
    • Diffie Hellman key exchange
  2. Exchange encrypted information needed to sync two MISP instances
  3. Upload information to MISP instance.

MISPBump

Alt text