-
Notifications
You must be signed in to change notification settings - Fork 612
[New] Suricata and Elastic Defend Network Correlation #5443
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
base: main
Are you sure you want to change the base?
Conversation
This detection correlates Suricata alerts and events with Elastic Defend network events to identify the source process performing the network activity.
Rule: New - GuidelinesThese guidelines serve as a reminder set of considerations when proposing a new rule. Documentation and Context
Rule Metadata Checks
New BBR Rules
Testing and Validation
|
|
⛔️ Test failed Results
|
|
⛔️ Test failed Results
|
|
⛔️ Test failed Results
|
|
⛔️ Test failed Results
|
|
⛔️ Test failed Results
|
|
⛔️ Test failed Results
|
rules/cross-platform/command_and_control_suricata_elastic_defend_c2.toml
Outdated
Show resolved
Hide resolved
rules/cross-platform/command_and_control_suricata_elastic_defend_c2.toml
Outdated
Show resolved
Hide resolved
|
⛔️ Test failed Results
|
rules/cross-platform/command_and_control_suricata_elastic_defend_c2.toml
Outdated
Show resolved
Hide resolved
rules/cross-platform/command_and_control_suricata_elastic_defend_c2.toml
Outdated
Show resolved
Hide resolved
|
⛔️ Test failed Results
|
…nd_c2.toml Co-authored-by: Jonhnathan <[email protected]>
|
⛔️ Test failed Results
|
|
⛔️ Test failed Results
|
|
⛔️ Test failed Results
|
|
⛔️ Test failed Results
|
|
⛔️ Test failed Results
|
| type = "eql" | ||
| query = ''' | ||
| sequence by source.port, source.ip, destination.ip with maxspan=1m | ||
| [network where event.module == "suricata" and event.kind == "alert" and event.severity != 3 and source.ip != null and destination.ip != null] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| [network where event.module == "suricata" and event.kind == "alert" and event.severity != 3 and source.ip != null and destination.ip != null] | |
| [network where event.dataset == "suricata.eve" and event.kind == "alert" and event.severity != 3 and source.ip != null and destination.ip != null] |
Unfortunately needed for repo specific tests to pass. Also not sure if event.kind should be signal for suricata.
This detection correlates Suricata alerts and events with Elastic Defend network events to identify the source process performing the network activity.