<?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 Detection and Response - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/endpoint-detection-and-response/</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>Fri, 24 Jul 2026 09:03:56 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/endpoint-detection-and-response/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 of Registry Keys Used for Persistence</title><link>https://feed.craftedsignal.io/briefs/2026-07-registry-persistence/</link><pubDate>Fri, 24 Jul 2026 09:03:56 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-registry-persistence/</guid><description>This brief outlines a detection strategy for identifying modifications to Windows registry keys commonly used for persistence, including Run, Winlogon, and Image File Execution Options, enabling detection engineers to alert on unauthorized system startup entries for malicious code execution to prevent persistent access.</description><content:encoded><![CDATA[<p>This intelligence describes a detection capability designed to identify modifications to critical Windows registry keys frequently leveraged by threat actors for establishing and maintaining persistence on compromised systems. The detection monitors registry paths such as those associated with <code>RunOnce</code>, <code>StartupApproved\Run</code>, various <code>Shell Folders</code>, <code>Winlogon</code> entries, <code>Appinit_Dlls</code>, <code>Image File Execution Options</code>, and others known to automatically launch applications or services upon system startup or user logon. Unauthorized changes to these keys are a strong indicator of malicious activity, as they allow attackers to achieve persistent access, execute arbitrary code, or maintain control over compromised systems even after reboots, posing a severe threat to system integrity and security. This detection is crucial for identifying backdoor installations, malware loaders, and other forms of persistent access.</p>
<h2 id="impact">Impact</h2>
<p>Successful modification of these registry keys by an attacker directly leads to persistent access on the compromised system. This means malicious code can execute automatically each time the system boots or a user logs in, granting the attacker a persistent foothold regardless of session or system restarts. The impact includes sustained control over the infected machine, potential for lateral movement, data exfiltration, or the deployment of further destructive payloads like ransomware. Organizations failing to detect and remediate such persistence mechanisms risk prolonged compromise and severe operational disruption, potentially leading to significant financial losses and reputational damage.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Sigma rule provided in this brief to your SIEM and tune for your environment to detect suspicious registry modifications.</li>
<li>Enable Sysmon process-creation and registry logging (specifically Event ID 13 for <code>RegistryEvent (Value Set)</code>) to activate the rules above.</li>
<li>Monitor for changes to the specific registry paths listed in the Sigma rule's <code>TargetObject</code> selection, as these are critical for system startup and persistence.</li>
<li>Implement host-based intrusion prevention systems (HIPS) to block unauthorized modifications to sensitive registry keys mentioned in the <code>detection</code> section.</li>
<li>Regularly review logs related to registry modifications for endpoints identified in <code>registry_keys_used_for_persistence</code> to identify and triage potential persistence attempts.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>persistence</category><category>registry</category><category>windows</category><category>endpoint</category><category>malware</category></item></channel></rss>