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

2.4.100 #630

Merged
merged 96 commits into from
Aug 30, 2024
Merged

2.4.100 #630

merged 96 commits into from
Aug 30, 2024

Conversation

jertel
Copy link
Contributor

@jertel jertel commented Aug 30, 2024

No description provided.

jertel and others added 30 commits July 24, 2024 17:29
Force OTP, Config Breadcrumbs, Extended Settings
Additional extended props and breadcrumb tweaks
Because we're putting a data table in a data table, we're disabling all the hover effects for a cleaner UI.

Updated dateAwareSort to be aware of new date fields and to properly sort non-string fields (such as isEnabled).

In the tuning table, I pass the `type` fields through i18n so they're the proper case.

Duplicated the logic in findHistoryChange into findOverrideHistoryChange but refactored for the simpler case. We don't need to highlight changes while ignoring source code changes. Added tests.
…history

Overrides Added to Detection History
FEATURE: Add SOC Config Quick Link to allow Security Onion Desktop installations through firewall Security-Onion-Solutions/securityonion#13412
When clicking "Tune Detection" on the Alerts page for a YARA rule, the user is now taken to the Detection Source tab. Other engines continue to take the user to the Tuning tab. We're doing this because YARA detections don't support overrides.
Because new detections let you specify the language and not the engine, some things needed tweaking to apply to both new and existing detections.

New regexes were added to validate rules as well as some custom logic in elastalert and suricata to hunt for things tricker than regexes can find.

ElastAlert requires an id field be present, checks that the publicId from the DB matches the publicId in the rule, and lastly checks to make sure that there's some logic present by looking for the detection field and ensuring it's not empty.

Suricata requires there to be no newlines, that the sid is specified, and that the sid matches the DB publicId.

Strelka requires that the identifier is specified, and that the `condition:` header be present. Checking for condition content is a slippery slope because comments might be there complicating things and I don't want to risk a false positive error.
jertel and others added 26 commits August 21, 2024 16:12
update gofast images; tiered notifications
After syncing community rules, run all the local rules through a sync so they can get any newly configured alerters attached to them.

Updated tests for new logic.
support notification only Sigma Detections
avoid license error during unit test runs
When tests are run multiple times the state of package level variables are retained. Made some adjustments so the tests still pass in this scenario.
handle single line and multline values
more user interface improvements for duplicated settings
@jertel jertel merged commit fd9c3b8 into 2.4/main Aug 30, 2024
3 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Aug 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants