<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Incident-Response on Suspicious Bytes</title><link>/en/tags/incident-response/</link><description>Recent content in Incident-Response on Suspicious Bytes</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Thu, 21 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="/en/tags/incident-response/index.xml" rel="self" type="application/rss+xml"/><item><title>Anatomy of a Phishing Incident</title><link>/en/posts/anatomy-of-a-phishing-incident/</link><pubDate>Thu, 21 May 2026 00:00:00 +0000</pubDate><guid>/en/posts/anatomy-of-a-phishing-incident/</guid><description>&lt;p&gt;Most intrusions still start with someone clicking a link. This is a sanitised
walk-through of a credential-phishing case and the timeline that mattered.&lt;/p&gt;
&lt;h2 id="the-timeline"&gt;The timeline&lt;/h2&gt;
&lt;p&gt;Incident response lives and dies by an accurate timeline. Reconstruct it before
you theorise:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;08:42&lt;/strong&gt; — user reports a &amp;ldquo;mailbox full&amp;rdquo; email&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;08:55&lt;/strong&gt; — same template seen by twelve other recipients&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;09:10&lt;/strong&gt; — one set of credentials submitted to the fake portal&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;09:13&lt;/strong&gt; — successful logon from a foreign ASN&lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote&gt;
&lt;p&gt;The goal of triage is not to find everything. It is to answer one question fast:
did anything actually succeed?&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>