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

Added new activity Listen to Network Activity and relax requirement of src_endpoint #1147

Merged
merged 2 commits into from
Jul 23, 2024

Conversation

mlmitch
Copy link
Contributor

@mlmitch mlmitch commented Jul 19, 2024

This adds support for representing a network endpoint listening for new network connections on a network.

The listening network endpoint will always be the dst_endpoint, and there is no src_endpoint because no network connection has been established yet. Therefore src_endpoint is changed from required to recommended.

The rational behind using Network Activity is that when a data consumer asks their data set for Network Activity, they will probably be interested in things that are listening on the network even if there wasn't a connection established yet.
This is in contrast to needing to ask the data set for a different event type.

@mlmitch mlmitch changed the title Added new activity "Listen" to Network Activity and relax requirement of src_endpoint Added new activity Listen to Network Activity and relax requirement of src_endpoint Jul 19, 2024
…nt of `src_endpoint`

This adds support for representing a network endpoint listening
for new network connections on a network.

The listening network endpoint will always be the `dst_endpoint`, and there is no
`src_endpoint` because no network connection has been established yet.
Therefore `src_endpoint` is changed from required to recommended.

Signed-off-by: Mitchell Wasson <[email protected]>
@floydtree floydtree merged commit e6d31b2 into ocsf:main Jul 23, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants