-
-
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
Multiple Rule Updates & New Rules #4557
Merged
phantinuss
merged 4 commits into
SigmaHQ:master
from
swachchhanda000:Suspicious-windows-binaries-usage-for-ingress-tool-transfer
Nov 14, 2023
Merged
Multiple Rule Updates & New Rules #4557
phantinuss
merged 4 commits into
SigmaHQ:master
from
swachchhanda000:Suspicious-windows-binaries-usage-for-ingress-tool-transfer
Nov 14, 2023
Conversation
This file contains 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
github-actions
bot
added
Rules
Windows
Pull request add/update windows related rules
labels
Nov 9, 2023
…ingress tool transfer
swachchhanda000
force-pushed
the
Suspicious-windows-binaries-usage-for-ingress-tool-transfer
branch
from
November 9, 2023 07:57
6d88661
to
3054b3a
Compare
Thanks for the PR @swachchhanda000 Just FYI 80% of the processes in your original rule were covered. I only left the ones that were not and moved them to separate rules. (You can find them with your name as author). And I did some house cleanup :) Cheers. |
nasbench
approved these changes
Nov 9, 2023
nasbench
changed the title
Added a generic rule that detect the usage of windows in-built tools for ingress tool transfer
Multiple Rule Updates & New Rules
Nov 10, 2023
phantinuss
approved these changes
Nov 14, 2023
rules/windows/network_connection/net_connection_win_imewdbld.yml
Outdated
Show resolved
Hide resolved
rules/windows/process_creation/proc_creation_win_appvlp_uncommon_child_process.yml
Outdated
Show resolved
Hide resolved
rules/windows/process_creation/proc_creation_win_installutil_download.yml
Outdated
Show resolved
Hide resolved
rules/windows/process_creation/proc_creation_win_mpcmdrun_download_arbitrary_file.yml
Outdated
Show resolved
Hide resolved
rules/windows/process_creation/proc_creation_win_squirrel_download.yml
Outdated
Show resolved
Hide resolved
rules/windows/process_creation/proc_creation_win_squirrel_download.yml
Outdated
Show resolved
Hide resolved
rules/windows/process_creation/proc_creation_win_squirrel_proxy_execution.yml
Outdated
Show resolved
Hide resolved
rules/windows/process_creation/proc_creation_win_squirrel_proxy_execution.yml
Outdated
Show resolved
Hide resolved
rules/windows/process_creation/proc_creation_win_wmic_xsl_script_processing.yml
Outdated
Show resolved
Hide resolved
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
2nd Review Needed
PR need a second approval
Rules
Windows
Pull request add/update windows related rules
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 updates multiple rules that are related to living of the land binaries and can be abused to perform download actions.
Changelog
new: Arbitrary File Download Via IMEWDBLD.EXE
new: Arbitrary File Download Via MSEDGE_PROXY.EXE
new: Arbitrary File Download Via Squirrel.EXE - This is a split rule from "45239e6a-b035-4aaf-b339-8ad379fcb67e"
new: Msxsl.EXE Execution
new: Potential File Download Via MS-AppInstaller Protocol Handler
new: Remote XSL Execution Via Msxsl.EXE
update: AppX Package Installation Attempts Via AppInstaller.EXE - Update description and title
update: Arbitrary File Download Via MSOHTMED.EXE - Update title
update: Arbitrary File Download Via PresentationHost.EXE - Update title
update: File Download And Execution Via IEExec.EXE - Update title and description
update: File Download From Browser Process Via Inline URL - Enhance accuracy by using the "endswith" modifier and incrasing coverage by adding new extensions to the list
update: File Download Using ProtocolHandler.exe - Update logic by removing unecessary the "selection_cli_1"
update: File Download Via InstallUtil.EXE - Update title and description
update: File Download Via Windows Defender MpCmpRun.EXE - Update metadata information and add additional fields to the image selection
update: Network Connection Initiated By IMEWDBLD.EXE - Update description and title
update: Potentially Suspicious Electron Application CommandLine - Add "msedge_proxy.exe" to list of processes
update: Process Proxy Execution Via Squirrel.EXE - Moved the logic that covers the "download" aspect into a new rule "1e75c1cc-c5d4-42aa-ac3d-91b0b68b3b4c"
update: Suspicious Calculator Usage - Update filter to remove the "C:" prefix, which increase coverage of other partitions
update: Uncommon Child Process Of Appvlp.EXE - Update description, title and enahnce false positives filters
update: XBAP Execution From Uncommon Locations Via PresentationHost.EXE - Update title and description
update: XSL Script Execution Via WMIC.EXE - Removed the selection that covers "Msxsl" and moved to a seperate rules "9e50a8b3-dd05-4eb8-9153-bdb6b79d50b0"
Example Log Event
N/A
Fixed Issues
N/A
SigmaHQ Rule Creation Conventions