-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Populate more ECS fields in the Suricata module #10006
Merged
Merged
Commits on Jan 22, 2019
-
Populate more ECS fields in the Suricata module
A few more ECS fields are populated by the ingest pipeline that enriches Suricata's eve.json events. Additions: - http.request.referrer (from suricata.eve.http.http_refer) - event.action (from suricata.eve.alert.category) describes the action that caused the event. Examples: "Attempted Denial of Service", "Successful Administrator Privilege Gain" - event.outcome (from suricata.eve.alert.action) Possible values: "allowed", "blocked" - event.severity (from suricata.eve.alert.severity) Possible values: 1, 2 or 3. - network.transport (from suricata.eve.proto) Examples: "tcp", "udp", "ipv6-icmp"
Configuration menu - View commit details
-
Copy full SHA for cb46da8 - Browse repository at this point
Copy the full SHA cb46da8View commit details -
Use message for suricata.eve.alert.category
Instead of event.action, which is expected to have a fixed set of enumeration values.
Configuration menu - View commit details
-
Copy full SHA for 7d3a2d6 - Browse repository at this point
Copy the full SHA 7d3a2d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0085424 - Browse repository at this point
Copy the full SHA 0085424View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30a7fe2 - Browse repository at this point
Copy the full SHA 30a7fe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a6c6a7 - Browse repository at this point
Copy the full SHA 4a6c6a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cbea47 - Browse repository at this point
Copy the full SHA 4cbea47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b5dac5 - Browse repository at this point
Copy the full SHA 2b5dac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9058280 - Browse repository at this point
Copy the full SHA 9058280View commit details -
Source/Destination and aggregated counters
This assumes client=source server=destination. Populates - source.{packets|bytes} - destination.{packets|bytes} - network.{packets|bytes}
Configuration menu - View commit details
-
Copy full SHA for b0f163e - Browse repository at this point
Copy the full SHA b0f163eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dd36d0 - Browse repository at this point
Copy the full SHA 5dd36d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd802e2 - Browse repository at this point
Copy the full SHA dd802e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1643e1b - Browse repository at this point
Copy the full SHA 1643e1bView commit details -
Avoid pairs of convert/lowercase
Lowercase processor can have a target field so its not neccesary to copy the field in a previous step.
Configuration menu - View commit details
-
Copy full SHA for 3dfeb44 - Browse repository at this point
Copy the full SHA 3dfeb44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ba3199 - Browse repository at this point
Copy the full SHA 6ba3199View commit details -
Configuration menu - View commit details
-
Copy full SHA for c114f83 - Browse repository at this point
Copy the full SHA c114f83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fed5a9 - Browse repository at this point
Copy the full SHA 5fed5a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for af68418 - Browse repository at this point
Copy the full SHA af68418View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.