<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Detections on Suspicious Bytes</title><link>/en/categories/detections/</link><description>Recent content in Detections on Suspicious Bytes</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Mon, 08 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="/en/categories/detections/index.xml" rel="self" type="application/rss+xml"/><item><title>Writing Your First Sigma Rule</title><link>/en/posts/writing-your-first-sigma-rule/</link><pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate><guid>/en/posts/writing-your-first-sigma-rule/</guid><description>&lt;p&gt;Sigma is to log detections what YARA is to files: a generic, vendor-neutral way to
describe &lt;em&gt;what&lt;/em&gt; you want to detect, which you then convert into the query language
your SIEM actually speaks.&lt;/p&gt;
&lt;h2 id="why-a-portable-format"&gt;Why a portable format?&lt;/h2&gt;
&lt;p&gt;Detections written directly in one query language are stuck there forever. Sigma
lets you write once and compile to many backends:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;One rule, many targets (Splunk, Elastic, Sentinel, …)&lt;/li&gt;
&lt;li&gt;Reviewable in pull requests like any other code&lt;/li&gt;
&lt;li&gt;Shareable with the community without leaking your stack&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;A detection you cannot test, version, and review is a liability, not an asset.&lt;/p&gt;</description></item><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></channel></rss>