Indirect Command Execution via SFTP ProxyCommand#5414
Open
swachchhanda000 wants to merge 5 commits intoSigmaHQ:masterfrom
Open
Indirect Command Execution via SFTP ProxyCommand#5414swachchhanda000 wants to merge 5 commits intoSigmaHQ:masterfrom
swachchhanda000 wants to merge 5 commits intoSigmaHQ:masterfrom
Conversation
phantinuss
approved these changes
May 16, 2025
a6254cb to
b9a91bb
Compare
frack113
approved these changes
Oct 20, 2025
nasbench
reviewed
Oct 20, 2025
Comment on lines
+19
to
+25
| selection_img: | ||
| Image|endswith: '\sftp.exe' | ||
| CommandLine|contains: 'ProxyCommand=' | ||
| selection_child: | ||
| Image|endswith: '\ssh.exe' | ||
| CommandLine|contains: 'ProxyCommand=' | ||
| CommandLine|endswith: 'sftp' |
Member
There was a problem hiding this comment.
Currently these 2 overlaps. Did you mean sftp as a parent?
Also we already have coverage for ssh proxy command
Collaborator
Author
There was a problem hiding this comment.
yes, when sftp is parent you see sftp in commandline
Collaborator
Author
There was a problem hiding this comment.
you are right, removing this slection
0881a66 to
af7270c
Compare
swachchhanda000
commented
Mar 13, 2026
rules/windows/process_creation/proc_creation_win_lolbin_sftp_indirect_cmd_execution.yml
Outdated
Show resolved
Hide resolved
rules/windows/process_creation/proc_creation_win_lolbin_sftp_indirect_cmd_execution.yml
Outdated
Show resolved
Hide resolved
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
Indirect Command Execution via SFTP ProxyCommand
Changelog
new: Indirect Command Execution via SFTP ProxyCommand
Example Log Event
Fixed Issues
SigmaHQ Rule Creation Conventions