Dev/new pattern sshd logs for synology#1798
Open
lachapette wants to merge 7 commits into
Open
Conversation
Author
|
@crowdsecurity/team-hub , @dimatha , @maximelouet , @buixor , @sabban Could you please review this PR ? |
12f3e98 to
b002c0d
Compare
…ynology machines - Add a pattern log detection into sshd parser and scenario SSH BF specific to invalid users Synology DSM 7.x logs formats
- Updated a pattern log detection into synology-dsm-logs parser specific to invalid users Synology DSM 7.x logs formats
b002c0d to
560f448
Compare
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.
Description
Add Synology-specific patterns and tests for invalid user authentication (SSH and DSM logs API)
Impact: Enhances detection of brute force attacks on Synology devices (SSH and DSM API) with patterns specific to Synology DSM 7.x log formats.
1. SSH Parser (sshd-logs.yaml)
New pattern for Synology DSM 7.x:
2. DSM Parser (synology-dsm-logs.yaml)
Updated Pattern:
3. New Scenario
synology-dsm-bf-slow-1h.yaml:
4. Tests Added
config.yaml,parser.assert(760 lines),scenario.assert,synology-dsm-ssh-bf.log(21 lines)config.yaml,parser.assert(829 lines),scenario.assert(49 lines),synology-dsm-logs-bf-slow.log(61 lines)parser.assert(+65 lines) andsynology-dsm-logs.log(+5 lines)Checklist