<?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>Endpoint-Monitoring - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/endpoint-monitoring/</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:37 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/endpoint-monitoring/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>Windows Screen Capture via PowerShell CopyFromScreen</title><link>https://feed.craftedsignal.io/briefs/2026-09-windows-screen-capture/</link><pubDate>Thu, 03 Sep 2026 13:37:37 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-windows-screen-capture/</guid><description>Adversaries use the .NET CopyFromScreen method within PowerShell scripts to capture desktop screenshots for information gathering during post-compromise operations.</description><content:encoded><![CDATA[<p>Adversaries frequently employ screen capture techniques to exfiltrate sensitive data or monitor user activity following an initial compromise. A common, lightweight method observed in post-compromise operations involves the abuse of .NET classes available within the PowerShell environment. Specifically, attackers utilize the 'CopyFromScreen' method of the 'System.Drawing.Graphics' class to programmatically capture the desktop and save it as an image file. This technique is often integrated into custom remote access tools or lightweight reconnaissance scripts to avoid the overhead of deploying full-featured malware. Because it leverages built-in Windows APIs via PowerShell, defenders can detect this activity by monitoring PowerShell Script Block Logging for the instantiation of these specific graphics classes.</p>
<h2 id="impact">Impact</h2>
<p>Successful execution allows attackers to exfiltrate sensitive information visible on the victim's screen, such as credentials, internal documentation, or ongoing communications. This collection phase is a critical step in reconnaissance and exfiltration workflows, increasing the risk of data exposure for the compromised host.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Enable PowerShell Script Block Logging (Event ID 4104) across all Windows endpoints to ensure the visibility of script content.</li>
<li>Deploy the provided Sigma rule to detect the use of the .CopyFromScreen method in PowerShell scripts.</li>
<li>Establish an alert for PowerShell execution where the script content references 'System.Drawing.Graphics'.</li>
<li>Audit environments for administrative or non-standard tools that may legitimately perform screen captures.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>collection</category><category>reconnaissance</category><category>powershell</category><category>endpoint-monitoring</category></item></channel></rss>