Skip to content

Add ClickFix Run dialog command detection - #73

Merged
dweissbacher merged 1 commit into
ByteRay-Labs:mainfrom
slapopotamus:codex/clickfix-run-dialog-draft
Jul 29, 2026
Merged

Add ClickFix Run dialog command detection#73
dweissbacher merged 1 commit into
ByteRay-Labs:mainfrom
slapopotamus:codex/clickfix-run-dialog-draft

Conversation

@slapopotamus

Copy link
Copy Markdown
Contributor

Summary

  • Adds a Falcon CQL detection for suspicious commands entered through the Windows Run dialog and recorded in RunMRU.
  • Requires both an interpreter or commonly abused system utility and an indicator associated with remote retrieval, encoded content, or hidden execution.
  • Includes telemetry requirements, false-positive guidance, tuning advice, and detection limitations.

MITRE ATT&CK

  • T1204
  • T1189
  • T1059.003

Validation

  • Tested in a Falcon environment.
  • YAML structure checked against the repository validation rules.
  • Confirmed that the change contains one new query file.

Limitations

  • A RunMRU match shows that a command was entered through the Run dialog; it does not prove successful execution.
  • Variants that direct users to a terminal without using the Run dialog are not detected.
  • Legitimate administrative one-liners may require environment-specific tuning.

@slapopotamus
slapopotamus marked this pull request as ready for review July 29, 2026 15:10
@dweissbacher
dweissbacher merged commit f326438 into ByteRay-Labs:main Jul 29, 2026
1 check passed
@dweissbacher

Copy link
Copy Markdown
Collaborator

Thanks for contributing! 🙌

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants