<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Windows on Suspicious Bytes</title><link>/en/tags/windows/</link><description>Recent content in Windows on Suspicious Bytes</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sat, 30 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="/en/tags/windows/index.xml" rel="self" type="application/rss+xml"/><item><title>Detecting Lateral Movement</title><link>/en/posts/detecting-lateral-movement/</link><pubDate>Sat, 30 May 2026 00:00:00 +0000</pubDate><guid>/en/posts/detecting-lateral-movement/</guid><description>&lt;p&gt;Once an attacker has a foothold, the interesting part begins: moving from the
first host toward whatever they actually came for. That east-west movement leaves
traces if you know which events to join.&lt;/p&gt;
&lt;h2 id="signals-worth-joining"&gt;Signals worth joining&lt;/h2&gt;
&lt;p&gt;Lateral movement rarely shows up as a single smoking-gun event. It emerges from
correlation:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Network logon events (&lt;code&gt;4624&lt;/code&gt; type 3) from unusual sources&lt;/li&gt;
&lt;li&gt;Service or scheduled-task creation on the destination&lt;/li&gt;
&lt;li&gt;Remote process creation shortly after&lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote&gt;
&lt;p&gt;Correlate across hosts, not just within one. A single &lt;code&gt;4624&lt;/code&gt; is noise; a chain
of them following an account around the estate is a story.&lt;/p&gt;</description></item><item><title>Triaging Suspicious PowerShell</title><link>/en/posts/triaging-suspicious-powershell/</link><pubDate>Tue, 12 May 2026 00:00:00 +0000</pubDate><guid>/en/posts/triaging-suspicious-powershell/</guid><description>&lt;p&gt;An encoded PowerShell command in your process logs is not automatically malicious,
but it always deserves a closer look. Here is how to triage one calmly.&lt;/p&gt;
&lt;h2 id="what-raises-the-flag"&gt;What raises the flag&lt;/h2&gt;
&lt;p&gt;Certain flag combinations are unusual for a legitimate script and common for
tradecraft:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;-EncodedCommand&lt;/code&gt; (base64 payloads)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;-WindowStyle Hidden&lt;/code&gt; and &lt;code&gt;-NonInteractive&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;-ExecutionPolicy Bypass&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;Decoding a payload is reading, not running. Decode in an isolated environment and
never paste an unknown command back into a live shell.&lt;/p&gt;</description></item></channel></rss>