Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-design Data in transit and Connection(Rules) #22

Closed
11 tasks done
skatsikeas opened this issue May 28, 2020 · 1 comment
Closed
11 tasks done

Re-design Data in transit and Connection(Rules) #22

skatsikeas opened this issue May 28, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@skatsikeas
Copy link
Collaborator

skatsikeas commented May 28, 2020

Below are my draft notes during our last meeting:

  • - Two associations of Data Application: i) AppContainment and ii) DataInTransit
  • - Then: Network.Applications.DataInTransit to get the (unencrypted) data. This will be called ”Eavesdrop” on Network. And then from DataInTransit you go toRespondConnect.
  • - Then we do not need an association between Data and Connection
  • - Rename Connection to ConnectionRule
  • - Network should have a ”switching” defense that blocks Eavesdrop.
  • - Data should be possible to be connected to Networks (data that are broadcastly available)
  • - Add a "disabled" defense on Connections to represent probable connections
  • - Update also the DoS on Network to do DoS on DataInTransit
  • - MitM attack step on Network leading to modify on DataInTransit
  • - Then add an ”Authenticated” defense on Data that will also affect MitM (together with Encryption)
  • - Take into consideration the DataNotExist defense when handling DataInTransit (!).
@skatsikeas skatsikeas self-assigned this May 28, 2020
@skatsikeas skatsikeas added the enhancement New feature or request label May 28, 2020
@skatsikeas
Copy link
Collaborator Author

Addressed on 007a5c6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant