Skip to content

Add ClickLock Stealer macOS Detection Rules - #6200

Open
warlocksmurf wants to merge 1 commit into
SigmaHQ:masterfrom
warlocksmurf:feat/macos-clicklock-detections
Open

Add ClickLock Stealer macOS Detection Rules#6200
warlocksmurf wants to merge 1 commit into
SigmaHQ:masterfrom
warlocksmurf:feat/macos-clicklock-detections

Conversation

@warlocksmurf

@warlocksmurf warlocksmurf commented Aug 3, 2026

Copy link
Copy Markdown

Summary of the Pull Request

Adds two experimental macOS detection rules for ClickLock Stealer based on Group-IB research.

The rules detect:

  • Persistence and staging artifacts associated with the credential-stealing LaunchAgents and hidden modules, plus the persistent GSocket backdoor disguised as an iCloud component.
  • Shell-driven access to the Chrome Safe Storage key through the macOS security utility.

Reference:

Changelog

new: ClickLock Stealer File Artifacts
new: ClickLock Stealer Chrome Safe Storage Key Access

Example Log Event

ClickLock credential-stealer LaunchAgent:
TargetFilename: /Users/alice/Library/LaunchAgents/com.authirity.plist

ClickLock Keychain-stealer LaunchAgent:
TargetFilename: /Users/alice/Library/LaunchAgents/com.chromer.plist

ClickLock hidden credential-stealer module:
TargetFilename: /Users/alice/.cacheb/zoom

ClickLock hidden Keychain-stealer module:
TargetFilename: /Users/alice/.cacheb/chromer

ClickLock persistent GSocket backdoor:
TargetFilename: /Users/alice/Library/Application Support/iCloudsync/iCloud

ClickLock Chrome Safe Storage key access:
Image: /usr/bin/security
ParentImage: /bin/bash
CommandLine: /usr/bin/security find-generic-password -w -s "Chrome Safe Storage"

Fixed Issues

SigmaHQ Rule Creation Conventions

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant