<?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>System-Reconnaissance - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/system-reconnaissance/</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, 18 Aug 2026 23:52:20 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/system-reconnaissance/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>PowerShell AppLocker Policy Discovery via Get-AppLockerPolicy</title><link>https://feed.craftedsignal.io/briefs/2026-08-powershell-applocker-discovery/</link><pubDate>Tue, 18 Aug 2026 23:52:20 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-powershell-applocker-discovery/</guid><description>Detection of adversarial reconnaissance activities leveraging the Get-AppLockerPolicy PowerShell cmdlet to map host-based application execution restrictions.</description><content:encoded><![CDATA[<p>Adversaries often perform reconnaissance within a compromised environment to understand existing security controls before attempting to deploy secondary payloads or move laterally. A specific technique observed involves the use of native Windows PowerShell administrative cmdlets to query AppLocker policies. By executing the Get-AppLockerPolicy cmdlet with specific flags such as -Effective, -Ldap, or -Local, an attacker can determine which applications are permitted or blocked from execution. This information allows an adversary to tailor their subsequent execution techniques to bypass security restrictions or confirm if their target binaries are permitted to run. Defenders should monitor for these specific command-line patterns, as they often deviate from standard user activity and indicate preparation for further malicious activity.</p>
<h2 id="impact">Impact</h2>
<p>Successful reconnaissance enables an attacker to refine their post-exploitation strategy by identifying gaps in execution control, potentially leading to successful privilege escalation, persistence establishment, or execution of malicious tools that would otherwise be blocked.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Deploy the provided Sigma rule to monitor for suspicious invocation of AppLocker policy cmdlets. Because this activity is common in administrative troubleshooting, focus initial implementation on baseline discovery before applying blocking or high-alerting thresholds. Enable PowerShell Script Block Logging (Event ID 4104) and Sysmon Process Creation (Event ID 1) to capture the required command-line telemetry.</p>
]]></content:encoded><category domain="severity">low</category><category domain="type">advisory</category><category>discovery</category><category>system-reconnaissance</category><category>powershell</category><category>applocker</category></item></channel></rss>