Potential ClickFix Execution Pattern - Registry - #5244
Merged
Conversation
frack113
reviewed
Mar 27, 2025
phantinuss
approved these changes
Jul 7, 2025
phantinuss
reviewed
Jul 7, 2025
…ckfix_execution.yml Co-authored-by: frack113 <62423083+frack113@users.noreply.github.com>
…ckfix_execution.yml Co-authored-by: phantinuss <79651203+phantinuss@users.noreply.github.com>
swachchhanda000
force-pushed
the
clickfix
branch
from
July 11, 2025 09:49
d010a53 to
a91854e
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
Detects potential ClickFix malware execution by monitoring RunMRU registry keys for HTTP/HTTPS links and suspicious commands or keywords.
- Adds a new Sigma rule
registry_set_potential_clickfix_execution.yml - Defines registry path, URL presence, and suspicious keyword/command patterns
- Sets detection level to high with example false positives
Comments suppressed due to low confidence (3)
rules/windows/registry/registry_set/registry_set_potential_clickfix_execution.yml:28
- Consider extending the registry path filter to include the Wow6432Node branch (e.g.,
\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\RunMRU\) to catch 32-bit applications on 64-bit systems.
TargetObject|contains: '\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RunMRU\'
rules/windows/registry/registry_set/registry_set_potential_clickfix_execution.yml:1
- This new detection rule lacks accompanying test cases. Consider adding unit or integration tests to validate the registry and pattern matching behavior.
title: Potential ClickFix Execution Pattern - Registry
rules/windows/registry/registry_set/registry_set_potential_clickfix_execution.yml:67
- [nitpick] It may help analysts if you provide concrete examples of known benign applications or patterns in the false positives section to aid tuning.
- Legitimate applications using RunMRU with HTTP links
frack113
approved these changes
Sep 4, 2025
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
Detects ClickFix malware by monitoring RunMRU registry keys for suspicious HTTP/HTTPS links.
Changelog
new: Potential ClickFix Execution Pattern - Registry
Example Log Event
Fixed Issues
SigmaHQ Rule Creation Conventions