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

How do we model VPNs in coreLang? Also, how do we represent authenticated network connections? #56

Open
Tracked by #43
andrewbwm opened this issue Aug 11, 2021 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@andrewbwm
Copy link
Collaborator

andrewbwm commented Aug 11, 2021

Even though we have broached the subject before it isn't entirely clear to me how we wish to represent VPNs in coreLang. More generally, I am unsure how to model authenticated communications over networks.

This issue resurfaced when trying to implement the Limit Access to Resource Over Network. The technique itself is very broad and depending on the technique it is applied to slightly different mechanisms come into play. Both VPNs and authentication protocols over the network are used by the mitigation.

Presumably we would like to implement authenticated communications via ConnectionRules, but how do we want to represent a network with both authenticated and unauthenticated traffic. The manInTheMiddle defence on the network asset can be used too, but the question regarding how to mix types of traffic remains, splitting one Network asset into two seems cumbersome.

@andrewbwm andrewbwm self-assigned this Aug 11, 2021
@andrewbwm andrewbwm added this to the v1.0.0 Release milestone Aug 18, 2021
@andrewbwm
Copy link
Collaborator Author

I think that we can probably have authenticated traffic represented by connecting the identity to both end points of the network communication and use a credentials asset belonging to that identity to encrypt the data assets transmitted over the network.

@andrewbwm andrewbwm added the question Further information is requested label Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant