chore(definitions): sync detection content from v11 - #2467
Merged
Conversation
✅ AI review — CleanNo issues detected in this diff. ✅
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
A detailed explanation.
Brings four batches of detection content already merged in v11 into the v12 line, keeping both branches aligned:
feat(filters): update bitdefender_gz filterfeat(rules/bitdefender_gz): update detection rules and add phishing_access_blockedfeat(rules/windows): update adfs, certificate services, sid history and smbv1 rulesrefactor(sonicwall): revamp filter and correlation rulesFiles affected:
definitions/filters/antivirus/bitdefender_gz.yaml,definitions/filters/sonicwall/sonic_wall.yaml, and rules underdefinitions/rules/antivirus/bitdefender_gz/,definitions/rules/windows/, anddefinitions/rules/sonicwall/sonicwall_firewall/.Three obsolete sonicwall rules (
capture_client_threats,encrypted_threats_detection,zero_day_threat_detection) are removed as part of the sonicwall revamp, matching v11.The reasoning behind these changes.
Keep detection content parity between v11 (already in production) and v12 (upcoming release). No new detections invented for v12 in this PR — all four batches were previously reviewed and merged in v11.
A reference to the issue that this pull request addresses.
N/A