Skip to content

Commit

Permalink
Merge branch 'main' into load_balancer
Browse files Browse the repository at this point in the history
  • Loading branch information
floydtree authored Jul 23, 2024
2 parents 15d735a + e6d31b2 commit 221604e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Thankyou! -->
4. Added `ja4_fingerprint_list` to base network event class. #834
5. Added `ticket` to `Incident Finding` event class. #1068
6. Added new activities `Enroll`, `Activate`, `Deactivate`, `Suspend`, and `Resume` to the `Entity Management` class. #1095
7. Added new activity `Listen` to `Network Activity` and relax requirement of `src_endpoint`. #1147
* #### Profiles
* #### Objects
1. Added `ext` to `File` object. #1046
Expand Down
2 changes: 1 addition & 1 deletion events/network/network.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"src_endpoint": {
"description": "The initiator (client) of the network connection.",
"group": "primary",
"requirement": "required"
"requirement": "recommended"
},
"tls": {
"group": "context",
Expand Down
4 changes: 4 additions & 0 deletions includes/network/network_activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
"6": {
"caption": "Traffic",
"description": "Network traffic report."
},
"7": {
"caption": "Listen",
"description": "A network endpoint began listening for new network connections."
}
}
}
Expand Down

0 comments on commit 221604e

Please sign in to comment.