<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Evading-Sandbox - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/evading-sandbox/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Thu, 03 Sep 2026 13:37:52 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/evading-sandbox/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>PowerShell Virtualization Environment Detection Discovery</title><link>https://feed.craftedsignal.io/briefs/2026-09-powershell-vm-detection/</link><pubDate>Thu, 03 Sep 2026 13:37:52 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-powershell-vm-detection/</guid><description>Adversaries utilize PowerShell commands to query WMI objects and check for virtualization artifacts to evade sandbox and analysis environments.</description><content:encoded><![CDATA[<p>Adversaries often perform environment reconnaissance during the initial execution phase to determine if the host is a virtual machine or a controlled security analysis environment. By querying Windows Management Instrumentation (WMI) providers via PowerShell, attackers can identify hardware-specific strings, thermal zone sensors, or system characteristics that differ from standard physical endpoints. This capability allows malicious scripts to exit or modify their behavior if virtualization is detected, thereby bypassing automated sandbox analysis and complicating incident response efforts. Defenders should monitor for PowerShell scripts that correlate WMI object access with known virtualization-related class names.</p>
<h2 id="impact">Impact</h2>
<p>Successful detection of analysis environments allows malware or malicious scripts to evade automated sandbox analysis, leading to missed infections and prolonged dwell time for attackers within the targeted network. This technique is commonly employed by various threat actors to protect their custom payloads from security research and automated malware analysis platforms.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Enable PowerShell Script Block Logging (Event ID 4104) across all Windows endpoints to capture the full content of executed scripts.</li>
<li>Deploy the provided Sigma rule to detect suspicious WMI queries associated with virtualization checks.</li>
<li>Baseline legitimate administrative scripts that query 'Win32_ComputerSystem' or 'MSAcpi_ThermalZoneTemperature' to minimize false positives.</li>
<li>Investigate any host where unknown scripts are actively searching for VM artifacts, as this indicates a high probability of malicious intent.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>discovery</category><category>stealth</category><category>evading-sandbox</category><category>powershell</category><category>wmi</category></item></channel></rss>