<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>Daniel Mathiot - danymat - My Blog</title>
    <subtitle>Hello World</subtitle>
    <link rel="self" type="application/atom+xml" href="https://danymat.dev/blog/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://danymat.dev/blog/"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2026-04-23T00:00:00+00:00</updated>
    <id>https://danymat.dev/blog/atom.xml</id>
    <entry xml:lang="en">
        <title>Create your own TTPs</title>
        <published>2025-01-02T00:00:00+00:00</published>
        <updated>2026-04-23T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://danymat.dev/blog/create-your-ttp/"/>
        <id>https://danymat.dev/blog/create-your-ttp/</id>
        
        <content type="html" xml:base="https://danymat.dev/blog/create-your-ttp/">&lt;p&gt;When studying new cybersecurity content, it&#x27;s essential to find effective ways to retain information and easily access it when needed.&lt;&#x2F;p&gt;
&lt;p&gt;To address this, I&#x27;ve created my &quot;Personal TTP Framework&quot; on &lt;a rel=&quot;nofollow noreferrer external&quot; href=&quot;https:&#x2F;&#x2F;obsidian.md&#x2F;&quot;&gt;Obsidian&lt;&#x2F;a&gt; during my preparation for the CPTS (Certified Penetration Tester Specialist) certification, establishing a layered structure similar to the &lt;a rel=&quot;nofollow noreferrer external&quot; href=&quot;https:&#x2F;&#x2F;attack.mitre.org%3E&quot;&gt;MITRE ATT&amp;amp;CK framework&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;The information is categorized into different layers: Tactics, Techniques, and Procedures.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;1-tactics&quot;&gt;1. Tactics&lt;a class=&quot;zola-anchor&quot; href=&quot;#1-tactics&quot; aria-label=&quot;Anchor link for: 1-tactics&quot; style=&quot;visibility: hidden;&quot;&gt;&lt;&#x2F;a&gt;
&lt;&#x2F;h2&gt;
&lt;p&gt;Tactics refer to a set of general goals during an attack. Mine are primarily based on the &lt;a rel=&quot;nofollow noreferrer external&quot; href=&quot;https:&#x2F;&#x2F;attack.mitre.org&#x2F;tactics&#x2F;enterprise&#x2F;&quot;&gt;MITRE Enterprise tactics&lt;&#x2F;a&gt;, which include:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Infrastructure Preparation&lt;&#x2F;li&gt;
&lt;li&gt;Discovery&lt;&#x2F;li&gt;
&lt;li&gt;Execution&lt;&#x2F;li&gt;
&lt;li&gt;Defense Evasion&lt;&#x2F;li&gt;
&lt;li&gt;Credential Access&lt;&#x2F;li&gt;
&lt;li&gt;Privilege Escalation&lt;&#x2F;li&gt;
&lt;li&gt;Lateral Movement&lt;&#x2F;li&gt;
&lt;li&gt;Collection&lt;&#x2F;li&gt;
&lt;li&gt;Exfiltration
These layers remain relevant today.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;h2 id=&quot;2-techniques&quot;&gt;2. Techniques&lt;a class=&quot;zola-anchor&quot; href=&quot;#2-techniques&quot; aria-label=&quot;Anchor link for: 2-techniques&quot; style=&quot;visibility: hidden;&quot;&gt;&lt;&#x2F;a&gt;
&lt;&#x2F;h2&gt;
&lt;p&gt;A technique is the &quot;how&quot; to achieve the related tactic. My techniques are ever expanding or re-grouped as I learn new material. Start by creating your first technique based on the content you are studying.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;3-procedures&quot;&gt;3. Procedures&lt;a class=&quot;zola-anchor&quot; href=&quot;#3-procedures&quot; aria-label=&quot;Anchor link for: 3-procedures&quot; style=&quot;visibility: hidden;&quot;&gt;&lt;&#x2F;a&gt;
&lt;&#x2F;h2&gt;
&lt;p&gt;Procedures are specific implementations of a related technique. The difference between Mitre framework and mine relies on the Procedures definition. On Mitre, here is what they say:&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;&quot;The two important aspects to note about procedures in ATT&amp;amp;CK are that it is how an adversary uses techniques and sub-techniques and that a procedure can span multiple techniques and sub-techniques.&quot;&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;On my end, I create one procedure for each specific workflow needed to perform my technique. The common denominator between Mitre&#x27;s framework and mine is that &quot;Procedures may also include use of specific tools in how they’re performed&quot;.&lt;&#x2F;p&gt;
&lt;p&gt;I now use this TTP framework daily (on HTB boxes and during internal assessments), and as I continue learning in the field, I expand my personal framework accordingly.&lt;&#x2F;p&gt;
</content>
        
    </entry>
</feed>
