Multiple Detections Against Recent ClickFix Campaigns - #4269
Open
onurmerdogan wants to merge 1 commit into
Open
onurmerdogan wants to merge 1 commit into
onurmerdogan wants to merge 1 commit into
Conversation
onurmerdogan
requested review from
P4T12ICK,
RavenTait,
ljstella,
nasbench,
patel-bhavin,
pyth0n1c,
rosplk and
tccontre
as code owners
September 16, 2026 23:48
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.
Details
New Windows detections that are based on Process logs. They are targeting behaviors that are recently exhibited on various ClickFix campaigns.
Detections
node.exedirectly executing a single.jsscript located in the same directory it was launched from, where that directory is an unusual location such as a user profile, PerfLogs, ProgramData, or Temp folder. Legitimate Node.js application, module, and package manager directories are excluded. This pattern is commonly associated with malware loaders and second-stage payloads that leverage the Node.js runtime to execute JavaScript outside of a typical development or application context.for /floop with thedelims=option withincmd.exe, a technique commonly used to parse and extract data from the output of other commands. Adversaries and malicious scripts leverage this pattern to programmatically process command output for discovery, data extraction, or execution purposes while evading simpler detection logic.cmd.exespawningfinger.exewith a command line containing an@character, indicating a remote host/server was specified. The Finger protocol utility is largely obsolete in modern environments and has been abused by adversaries as a living-off-the-land binary (LOLBIN) to retrieve encoded payloads or establish covert command-and-control communication with an attacker-controlled finger server. This behavior is uncommon in legitimate enterprise usage and warrants investigation.