<?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>Sysadmin-Tooling - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/sysadmin-tooling/</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>Tue, 01 Sep 2026 12:22:28 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/sysadmin-tooling/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 Firewall Rule Deletion via Netsh.exe</title><link>https://feed.craftedsignal.io/briefs/2026-09-netsh-firewall-deletion/</link><pubDate>Tue, 01 Sep 2026 12:22:28 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-netsh-firewall-deletion/</guid><description>Adversaries utilize the netsh.exe utility to impair host-based security by removing active firewall rules, potentially facilitating unauthorized lateral movement or command-and-control communication.</description><content:encoded><![CDATA[<p>Adversaries and malicious software frequently leverage the legitimate Windows command-line utility 'netsh.exe' to modify network security configurations. By executing specific commands, actors can delete firewall port or application rules, thereby disabling critical defense mechanisms. This activity is typically observed during the post-exploitation phase, where an attacker seeks to bypass restrictive network segmentation or security policies to establish persistence or enable C2 traffic. Defenders should distinguish between legitimate administrative maintenance, software updates, and unauthorized modifications initiated by non-standard parent processes.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker gains initial access or code execution on the target Windows system.</li>
<li>Attacker performs internal reconnaissance to identify existing firewall rules.</li>
<li>Attacker determines a need to disable security filters for a specific port or service.</li>
<li>Attacker executes 'netsh.exe' with elevated privileges to modify the Windows Firewall configuration.</li>
<li>The command 'netsh firewall delete' or 'netsh advfirewall firewall delete' is issued against specific rules.</li>
<li>The Windows Firewall removes the specified rule, creating an open hole in network ingress/egress filtering.</li>
<li>Attacker proceeds with malicious objectives, such as lateral movement or exfiltration, unimpeded by previous security rules.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful deletion of firewall rules impairs host-based security, increasing the probability of successful exploitation, lateral movement, or data exfiltration. If left unmonitored, this activity allows adversaries to maintain long-term access and control within the target network segment.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the provided Sigma rule to monitor process creation events for 'netsh.exe' command-line arguments related to firewall rule deletion.</li>
<li>Baseline common administrative scripts or software installation processes that frequently modify firewall rules to reduce false positives in the detection logic.</li>
<li>Enable PowerShell script block logging and process creation (Event ID 1) for visibility into administrative tool execution.</li>
<li>Audit and restrict administrative access to systems where modification of firewall settings is not required by standard business operations.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>defense-impairment</category><category>windows</category><category>sysadmin-tooling</category></item></channel></rss>