Skip to content

Potential ClickFix Execution Pattern - Registry - #5244

Merged
phantinuss merged 7 commits into
SigmaHQ:masterfrom
swachchhanda000:clickfix
Sep 22, 2025
Merged

Potential ClickFix Execution Pattern - Registry#5244
phantinuss merged 7 commits into
SigmaHQ:masterfrom
swachchhanda000:clickfix

Conversation

@swachchhanda000

Copy link
Copy Markdown
Collaborator

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

  • If your PR adds new rules, please consider following and applying these conventions

@github-actions github-actions Bot added Rules Windows Pull request add/update windows related rules labels Mar 25, 2025
@phantinuss
phantinuss requested a review from Copilot July 7, 2025 12:32

This comment was marked as resolved.

swachchhanda000 and others added 5 commits July 11, 2025 15:34
…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>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Comment thread rules/windows/registry/registry_set/registry_set_potential_clickfix_execution.yml Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@phantinuss
phantinuss merged commit a849e8b into SigmaHQ:master Sep 22, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Ready to Merge Rules Windows Pull request add/update windows related rules

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants