<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>SCRTY blog (EN)</title>
    <link>https://www.scrty.nl/blog/en/</link>
    <atom:link href="https://www.scrty.nl/blog/en/feed.xml" rel="self" type="application/rss+xml" />
    <description>SCRTY blog (EN)</description>
    <language>en</language>
    <lastBuildDate>Fri, 01 May 2026 07:55:41 +0000</lastBuildDate>
    <item>
      <title>Why this blog</title>
      <link>https://www.scrty.nl/blog/en/why-this-blog/</link>
      <guid isPermaLink="true">https://www.scrty.nl/blog/en/why-this-blog/</guid>
      <pubDate>Fri, 01 May 2026 09:00:00 +0000</pubDate>
      <description>A place for knowledge sharing, security research, and notes from the field.</description>
      <content:encoded><![CDATA[<p>At SCRTY I spend my days on IT operations and security. A lot of what we learn
along the way (sometimes after an incident, sometimes after three cups of coffee
and a whiteboard) deserves a wider audience than just our customers and my own
notebook. Hence this blog.</p>
<h2 id="what-youll-find-here">What you&rsquo;ll find here</h2>
<p>A few recurring themes:</p>
<ul>
<li><strong>Knowledge sharing.</strong> Short pieces on patterns we keep running into, in
  detection engineering, governance, cloud hardening. Not marketing prose;
  concrete, usable notes.</li>
<li><strong>Security research.</strong> Original work: vulnerabilities we come across, tooling
  we build, analyses of public incidents. Done responsibly, with disclosure
  commitments respected.</li>
<li><strong>Lessons from the field.</strong> Anonymised post-mortems, design choices, and the
  reasoning behind them, including the calls we&rsquo;d make differently in hindsight.</li>
<li><strong>Tooling notes.</strong> Short snippets (shell, queries, configs) that save
  somebody else an afternoon.</li>
</ul>
<h2 id="style">Style</h2>
<p>Brief where I can be. Deeper where the topic warrants it. Both languages (Dutch
for the local reader, English where the topic is more international). I write in
a personal voice; not everything here is automatically SCRTY policy, but
everything is considered.</p>
<h2 id="get-in-touch">Get in touch</h2>
<p>Feedback to <a href="mailto:info@scrty.nl">info@scrty.nl</a>. Got a topic you&rsquo;d like to see
covered, a correction, or a source that belongs here? Let me know. A blog that
only broadcasts is a newsletter; I&rsquo;d much rather hear back.</p>
<p>Norbert</p>]]></content:encoded>
    </item>
    <item>
      <title>Why ITSM and GRC belong together</title>
      <link>https://www.scrty.nl/blog/en/why-itsm-and-grc-belong-together/</link>
      <guid isPermaLink="true">https://www.scrty.nl/blog/en/why-itsm-and-grc-belong-together/</guid>
      <pubDate>Fri, 01 May 2026 09:00:00 +0000</pubDate>
      <description>The thinking behind Anzen (why running IT and proving control aren&#x27;t two jobs but one).</description>
      <content:encoded><![CDATA[<p>When I tell people what Anzen is (&ldquo;an ITSM and GRC platform&rdquo;), the first reaction
is usually a polite nod, sometimes followed by &ldquo;but those are two different things,
right?&rdquo;. This post is for that reaction.</p>
<h2 id="two-worlds-one-reality">Two worlds, one reality</h2>
<p>In most organisations, ITSM and GRC live in separate buildings.</p>
<p>The ITSM side runs on tickets. Change tickets, incident tickets, request tickets.
Their tool of choice is something like ServiceNow, Jira Service Management, or
(more often than people admit) email and a shared inbox. They know which services
are running, who owns them, and what changed last Tuesday and why.</p>
<p>The GRC side runs on spreadsheets. Risk registers, control matrices, audit
findings, policy reviews. Their tool of choice is Excel, sometimes with a thin
GRC product layered on top. They know which controls exist, which ones are being
assessed this quarter, and which auditor is coming next.</p>
<p>Both sides are looking at the same business. Both sides are tracking the same
services, the same assets, the same people, the same processes. They just write
it all down twice, in different schemas, and then spend two weeks every audit
cycle trying to reconcile the two views.</p>
<p>That reconciliation is where time, funds and trust leak away.</p>
<h2 id="the-real-link">The real link</h2>
<p>ITSM and GRC are linked because they describe the same reality from two angles:</p>
<ul>
<li>A <strong>change</strong> in ITSM is a <strong>control event</strong> in GRC. Same event, two records.</li>
<li>An <strong>incident</strong> in ITSM is a <strong>risk realisation</strong> in GRC. Same event, two records.</li>
<li>A <strong>service</strong> in ITSM is an <strong>asset in scope</strong> for GRC. Same thing, two registers.</li>
<li>An <strong>owner</strong> in ITSM is an <strong>accountable party</strong> in GRC. Same person, two contact lists.</li>
</ul>
<p>Once you see it that way, the question stops being &ldquo;should we link these systems?&rdquo;
and becomes &ldquo;why on earth did we ever split them?&rdquo;.</p>
<p>The honest answer is that the tooling forced the split. Enterprise ITSM and GRC
suites grew up separately, were sold by separate teams to separate buyers, and the
integration was always somebody else&rsquo;s problem. So the integration ended up being
a person (often a junior consultant) copying things from one tool to another.</p>
<h2 id="what-anzen-tries-to-do">What Anzen tries to do</h2>
<p>Anzen starts from the assumption that there is one CMDB, one process catalogue,
one risk register, and one audit trail, serving both sides.</p>
<p>A few things fall out of that:</p>
<ul>
<li>Your CIs are scored for risk, and the risk score follows the asset wherever it appears.</li>
<li>Process models capture both the service flow and the control points. You draw it once.</li>
<li>Evidence for audits is a byproduct of running the service, not a quarterly fire drill.</li>
<li>Changes, incidents, and access requests automatically populate the audit trail
  you would otherwise have had to assemble manually.</li>
</ul>
<p>It isn&rsquo;t magic. It is just refusing to pretend the two worlds are different.</p>
<h2 id="whats-in-it-for-businesses">What&rsquo;s in it for businesses</h2>
<p>For the practitioner: less double bookkeeping, fewer &ldquo;can you re-export that for
the auditor?&rdquo; requests, and a real-time picture of where risk actually sits.</p>
<p>For the business: audit prep that takes hours instead of weeks, control evidence
that auditors can self-serve, and the ability to act like a mature organisation
without buying two enterprise platforms and a systems integrator to glue them
together. That last point matters disproportionately for SMEs and scale-ups,
which is who I had in mind when I started this.</p>
<p>For the auditor: a story that holds together, because it is the same story your
operations team is already telling.</p>
<h2 id="more">More</h2>
<p>The platform lives at <a href="https://anzenplatform.com">anzenplatform.com</a>. If any of
this resonates, or you think I&rsquo;m wrong about something, let me know; the second
case is more interesting than the first.</p>
<p>Norbert</p>]]></content:encoded>
    </item>
  </channel>
</rss>
