<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
      <title>cblanken.dev - TIL</title>
      <link>https://www.cblanken.dev/til/</link>
      <description></description>
      <generator>Zola</generator>
      <language>en</language>
      <atom:link href="https://www.cblanken.dev/til/rss.xml" rel="self" type="application/rss+xml"/>
      <item>
          <title>IANA Protocol Registry</title>
          <pubDate>Mon, 16 Sep 2024 00:00:00 +0000</pubDate>
          <author>Cameron Blankenbuehler</author>
          <link>https://www.cblanken.dev/til/iana-protocols/</link>
          <guid>https://www.cblanken.dev/til/iana-protocols/</guid>
          <description xml:base="https://www.cblanken.dev/til/iana-protocols/">&lt;p&gt;If you’ve ever found yourself browsing through RFCs published by the
&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;www.ietf.org&quot;&gt;IETF&lt;&#x2F;a&gt;, you know it can be a bit of a chore if you’re
just researching some tag name or error code. You shouldn’t need to read
through the entire spec for a protocol just to do some troubleshooting. Right?
Well, here comes &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;www.iana.org&quot;&gt;IANA&lt;&#x2F;a&gt; to the rescue. IANA has
conveniently compiled a central repository for the many codes and numbers
contained in Internet protocols. You can find it at their &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;www.iana.org&#x2F;protocols&quot;&gt;protocol
registry&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;Personally I was just looking for a &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;www.iana.org&#x2F;assignments&#x2F;dmarc-parameters&#x2F;dmarc-parameters.xhtml#tag&quot;&gt;simple
breakdown&lt;&#x2F;a&gt;
of all the tags available for DMARC. Of course, there’s also a &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;www.rfc-editor.org&#x2F;rfc&#x2F;rfc7489.html#section-11.4&quot;&gt;DMARC tag
registry table&lt;&#x2F;a&gt;
embedded in the &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;www.rfc-editor.org&#x2F;rfc&#x2F;rfc7489.html&quot;&gt;DMARC RFC (RFC
7489)&lt;&#x2F;a&gt;. But I was having trouble
wading through all 73 pages of the spec. So, in this case, it wasn’t really
necessary. However, for something like the &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;www.iana.org&#x2F;assignments&#x2F;mail-parameters&#x2F;mail-parameters.xhtml#mail-parameters-2&quot;&gt;SMTP service
extensions&lt;&#x2F;a&gt;,
it can be much more useful as the service extensions are spread across many
different RFCs.&lt;&#x2F;p&gt;
</description>
      </item>
      <item>
          <title>What is DMARC?</title>
          <pubDate>Tue, 03 Sep 2024 00:00:00 +0000</pubDate>
          <author>Cameron Blankenbuehler</author>
          <link>https://www.cblanken.dev/til/learning-dmarc/</link>
          <guid>https://www.cblanken.dev/til/learning-dmarc/</guid>
          <description xml:base="https://www.cblanken.dev/til/learning-dmarc/">&lt;p&gt;I’ve recently been trying to get a better handle on how email works and how
it’s secured. If you want to do the same. Go try out the exercises at
&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;www.learndmarc.com&quot;&gt;https:&#x2F;&#x2F;www.learndmarc.com&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;It’s a great resource for visualizing how DMARC works in conjuction with
&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;datatracker.ietf.org&#x2F;doc&#x2F;html&#x2F;rfc7208&quot;&gt;Sender Policy Framework (SPF)&lt;&#x2F;a&gt;
and &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;datatracker.ietf.org&#x2F;doc&#x2F;html&#x2F;rfc4686&quot;&gt;Domain Keys Identified mail
(DKIM)&lt;&#x2F;a&gt; to secure email and
catch spam and phishing attempts.&lt;&#x2F;p&gt;
&lt;p&gt;There’s even a quiz you can try to see how well you can analyze email traffic
and determine the DMARC results.&lt;&#x2F;p&gt;
</description>
      </item>
    </channel>
</rss>
