Add rule detecting inbound SSH drops on MikroTik WAN#6105
Open
OriolesMagic333 wants to merge 1 commit into
Open
Add rule detecting inbound SSH drops on MikroTik WAN#6105OriolesMagic333 wants to merge 1 commit into
OriolesMagic333 wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Welcome @OriolesMagic333 👋
It looks like this is your first pull request on the Sigma rules repository!
Please make sure to read the SigmaHQ conventions to make sure your contribution is adhering to best practices and has all the necessary elements in place for a successful approval.
Thanks again, and welcome to the Sigma community! 😃
If you want to engage more with the community for official support, general discussions or announcements:
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.
Summary of the Pull Request
This PR adds a new rule to detect automated reconnaissance and SSH scanning directed at the external WAN interface of MikroTik edge routers. It utilizes parsed firewall logs to identify dropped TCP connections targeting port 22, which is indicative of internet background radiation or targeted brute-force setup phases.
Changelog
new: MikroTik Inbound SSH Drop on WAN
Example Log Event
{ "in_interface": "ether5[WAN]", "dst_port": 22, "protocol": "TCP", "message": "firewall,info PW_DROP_INPUT input: in:ether5[WAN] out:(unknown 0), proto TCP (SYN), 203.0.113.5:44342->192.168.88.10:22, len 52" }Fixed Issues
N/A
SigmaHQ Rule Creation Conventions