<?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>Offensive-Tool - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/offensive-tool/</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 12:36:07 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/offensive-tool/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 Nishang Exploitation Framework PowerShell Cmdlets</title><link>https://feed.craftedsignal.io/briefs/2026-09-nishang-powershell/</link><pubDate>Thu, 03 Sep 2026 12:36:07 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-nishang-powershell/</guid><description>This brief documents detection signatures for the Nishang offensive PowerShell framework, a collection of scripts used for post-exploitation, lateral movement, and credential theft.</description><content:encoded><![CDATA[<p>Nishang is a well-known open-source framework consisting of a collection of PowerShell scripts and payloads designed for offensive security testing. Attackers frequently leverage Nishang's cmdlets to perform post-exploitation tasks, including credential harvesting, lateral movement, backdoor deployment, and data exfiltration. The framework's utility stems from its ability to reside entirely in memory, evading traditional disk-based detection. Defenders must prioritize monitoring PowerShell Script Block Logging to identify the execution of these specific cmdlets, which often indicate an active compromise rather than routine administrative activity. The framework includes diverse capabilities ranging from shellcode injection to the creation of malicious Office documents and persistence mechanisms.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Initial access via phishing or vulnerability exploitation (e.g., remote code execution).</li>
<li>Execution of a stager payload to establish a PowerShell session.</li>
<li>Bypassing execution policies or AMSI using scripts such as Invoke-AmsiBypass.</li>
<li>Credential harvesting using modules like DumpCreds, DumpHashes, or Get-Web-Credentials.</li>
<li>Lateral movement through remote WMI or PSRemoting via Set-RemoteWMI or Set-RemotePSRemoting.</li>
<li>Deployment of backdoors such as HTTP-Backdoor or constrained delegation modifications.</li>
<li>Data exfiltration using Do-Exfiltration-Dns or custom DNS TXT queries.</li>
<li>Final objective achieved (e.g., domain dominance, data theft).</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful utilization of the Nishang framework can lead to full system compromise, credential theft, and persistent unauthorized access within a target environment. Organizations in all sectors are targets as these tools are generic post-exploitation utilities used by a wide variety of threat actors.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Enable PowerShell Script Block Logging (Event ID 4104) across all Windows endpoints to capture script execution content.</li>
<li>Deploy the provided Sigma rule to your SIEM to monitor for the specific Nishang cmdlets documented in this brief.</li>
<li>Proactively hunt for Nishang usage in existing logs to identify potentially compromised internal hosts.</li>
<li>Implement constrained language mode (CLM) for non-administrative users to limit the effectiveness of PowerShell-based offensive tools.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>offensive-tool</category><category>post-exploitation</category><category>powershell</category><category>detection</category></item></channel></rss>