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

[Draft] Network Firewall OCSF Compatibility Update #853

Closed
wants to merge 17 commits into from

Conversation

adplotzk
Copy link
Contributor

@adplotzk adplotzk commented Nov 15, 2023

Proposal to make network firewall type events compatible with OCSF.

Updates to endpoint object

  1. add natip to src_endpoint/dst_endpoint
  2. add natport to src_endpoint/dst_endpoint
  3. add device to src_endpoint/dst_endpoint

Updates to traffic object

  1. add chunks to traffic object
  2. add chunks_out to traffic object
  3. add chunks_in to traffic object

Updates to connection_info object

  1. add process to connection_info
  2. add nssai_type to connection_info
  3. add nssai differentiator to connection_info

Create new object within connection_info object

  1. create new object connection_info.{tunnel_information.uid}
  2. create new object connection_info.{tunnel_information.type}

Updates to session object

  1. add count to session
  2. add end_reason to session

Updates to firewall_rule object

  1. add wan_policy_name to firewall_rule
  2. add wan_cluster_name to firewall_rule
  3. add wan_device_type to firewall_rule
  4. add wan_cluster_type to firewall_rule
  5. add wan_site to firewall_rule

Adding nat_ip, nat_port and device to network_endpoint

Signed-off-by: Adam P. <[email protected]>
Adding process, and nssai fields to network_connection_info

Signed-off-by: Adam P. <[email protected]>
add wan_policy_name to firewall_rule
add wan_cluster_name to firewall_rule
add wan_device_type to firewall_rule
add wan_cluster_type to firewall_rule
add wan_site to firewall_rule

Signed-off-by: Adam P. <[email protected]>
@adplotzk adplotzk closed this Nov 15, 2023
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.

1 participant