-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Add Rule: proc_creation_win_renamed_ssh.yml #4971
base: master
Are you sure you want to change the base?
Conversation
Product|contains: 'OpenSSH for Windows' | ||
Hashes|contains: "IMPHASH=91C272778494F545A220F3E427777252" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this meant to be an "OR" condition or an "AND"? Also the Imphash you used is not the one from the sample mentioned in the report. Can you clarify from where you got it?
Product|contains: 'OpenSSH for Windows' | ||
Hashes|contains: "IMPHASH=91C272778494F545A220F3E427777252" | ||
filter: | ||
Image|contains: 'ssh' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is targeting OpenSSH, the location is known to be C:\Windows\System32\OpenSSH\ssh.exe
. Other instances of SSH with that product name do not exist. Usually SSH present on windows are from third party.
Why did you choose to have a "contains"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@omaramin17 ping?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@omaramin17 last ping before closing this for inactivity
Summary of the Pull Request
This PR adds detection for the renaming of the SSH client on Windows, based on the following reference: Rapid7 Blog on Black Basta Ransomware.
Black Basta ransomware operators downloaded a zip archive containing a legitimate copy of OpenSSH for Windows, which was ultimately renamed to RuntimeBroker.exe.
Changelog
new: Renamed SSH Client of Windows
Example Log Event
Execution of SSH client for Windows renamed to
asdf.exe
Fixed Issues
N/A
SigmaHQ Rule Creation Conventions