<?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>Defensive-Telemetry - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/defensive-telemetry/</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:35:46 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/defensive-telemetry/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>Detection Capability for Executable File Creation via Sysmon</title><link>https://feed.craftedsignal.io/briefs/2026-09-sysmon-file-exec/</link><pubDate>Thu, 03 Sep 2026 13:35:46 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-sysmon-file-exec/</guid><description>This brief details a detection capability for monitoring the creation of Portable Executable files using Sysmon Event ID 29 to identify unauthorized binary drops.</description><content:encoded><![CDATA[<p>This brief outlines a detection capability utilizing Sysmon Event ID 29, which specifically logs the creation of Portable Executable (PE) files. This event is generated when a file with a PE signature is written to disk in paths explicitly defined within the Sysmon configuration. Because this event relies heavily on the underlying Sysmon configuration, it is highly sensitive to the scope of paths monitored by the organization. Defenders should treat this as a foundational capability for identifying the delivery of malicious payloads, staging of tools, or persistence mechanisms where an attacker writes a new binary to the filesystem. The detection is intended to serve as a high-signal indicator of activity in sensitive directories; however, it requires careful baseline tuning to differentiate between legitimate software updates or application deployments and actual attacker-initiated executable drops.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the provided Sigma rule to your SIEM to monitor for new executable files in high-risk directories.</li>
<li>Audit existing Sysmon configuration files to ensure that critical directories such as system root, user profiles, and temporary storage locations are correctly monitored by the FileExecutableDetected filter.</li>
<li>Implement a tuning process to suppress alerts from known-legitimate software installers by refining the Sysmon filter configuration rather than disabling the rule.</li>
<li>Enable Sysmon Event ID 29 logging on all Windows endpoints to ensure the telemetry required for this detection is generated and forwarded to the SIEM.</li>
</ul>
]]></content:encoded><category domain="severity">low</category><category domain="type">advisory</category><category>windows</category><category>sysmon</category><category>detection-engineering</category><category>defensive-telemetry</category></item></channel></rss>