Skip to content

Add AntiSandbox system parameters detection signature#578

Open
kevross33 wants to merge 1 commit into
CAPESandbox:masterfrom
kevross33:patch-767747
Open

Add AntiSandbox system parameters detection signature#578
kevross33 wants to merge 1 commit into
CAPESandbox:masterfrom
kevross33:patch-767747

Conversation

@kevross33

Copy link
Copy Markdown
Contributor

This file implements an AntiSandbox system parameters detection signature, which queries or modifies system parameters related to user presence detection and sandbox evasion techniques.

Seen in 2017 kazuar 8490daab736aa638b500b27c962a8250bbb8615ae1c68ef77494875ac9d2ada2
image

This file implements an AntiSandbox system parameters detection signature, which queries or modifies system parameters related to user presence detection and sandbox evasion techniques.

@gemini-code-assist gemini-code-assist Bot 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.

Code Review

This pull request introduces a new signature module, AntiSandboxSystemParametersInfo, to detect Windows sandbox evasion techniques that query or modify system parameters. The review feedback highlights potential runtime issues and fragility in how the Action parameter is parsed and matched. Specifically, the reviewer recommends converting the dictionary keys to integer constants and safely parsing the Action argument to prevent AttributeError exceptions and ensure robust matching regardless of whether the parameter is captured as an integer or a string.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread modules/signatures/windows/antisandbox_systemparams.py
Comment thread modules/signatures/windows/antisandbox_systemparams.py
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.

1 participant