diff --git a/_layouts/blog.html b/_layouts/blog.html new file mode 100644 index 0000000..42699a8 --- /dev/null +++ b/_layouts/blog.html @@ -0,0 +1,45 @@ + + + {%- include head.html -%} + + {%- include header.html -%} +
+
+ +
+ {%- include footer.html -%} +
+ + + diff --git a/_layouts/post.html b/_layouts/post.html index 08cfc09..85ecb3d 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,11 +3,10 @@ {%- include head.html -%} {%- include header.html -%} -
-
+
+
-

{{ page.title }}

- +

{{page.title}}

{{ content }}
diff --git a/_posts/2025-03-20-bitby-report.md b/_posts/2025-03-20-bitby-report.md index 0fab74d..5cab494 100644 --- a/_posts/2025-03-20-bitby-report.md +++ b/_posts/2025-03-20-bitby-report.md @@ -1,7 +1,8 @@ --- layout: post -title: bybit incident report and mitigating controls +title: Bybit incident report and mitigating controls date: 2025-03-20 +read_time: 12 cover_image: "/assets/images/whale_shark.jpg" authors: - name: Anton Livaja @@ -103,5 +104,3 @@ We have noticed that many companies still neglect basic security hygiene practic The Distrust team has helped build and secure some of the highest risks systems in the world such as the vaulting systems at BitGo, Unit410, and Turnkey as well as helping electrical grid operators, industrial control system operators and other. Through working with companies that are exposed to the most sophisticated known attackers where all attacks are viable, Distrust developed a methodology to help mitigate this level of threat. We are now using our hard learned lessons to help everyone improve their security posture by open sourcing all our learnings and creating open source tooling everyone can benefit from. -You can learn more about what we are building on our [website](https://distrust.co). - diff --git a/_sass/base.scss b/_sass/base.scss index d20b395..cdf875c 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -303,6 +303,13 @@ a:hover { transition: transform 0.3s ease; } +.blog-link:hover .arrow { + transform: translateX(5px); + background: none !important; + background-color: var(--base-color); + color: white !important; +} + .arrow-link:hover .arrow { transform: translateX(5px); background: none !important; @@ -1495,9 +1502,14 @@ pre { * Blog */ +.blog { + margin: auto; + max-width: 800px; +} + .post { + max-width: 800px; margin: 100px 0px; - max-width: 700px; margin: auto; } @@ -1521,8 +1533,28 @@ pre { font-size: 1rem !important; } +#blog-header { + margin: 80px 0px; +} + +.blog-header-title { + display: inline-block; + font-size: 3.2rem; + text-align: center; + width: 100%; + margin-top: 80px; +} + +.blog-header-subtitle { + text-align: center; + font-size: 1.5rem; + color: var(--light-grey); +} + .blog h1 { font-size: 2.2rem !important; + font-weight: 600 !important; + line-height: 2.2rem !important; } .blog h2 { @@ -1546,8 +1578,32 @@ pre { } .blog a { - color: var(--light-grey); - text-decoration: underline; + color: var(--light-teal); +} + +.blog a:hover { + background: var(--background-color); + color: var(--dark-teal); +} + +.blog-details { + display: flex; + flex-direction: left; + font-size: 0.9rem; + margin-bottom: 10px; +} + +.blog-details-date { + background: var(--light-grey); + color: var(--background-color); + border-radius: 5px; + padding: 2px 10px; +} + +.blog-details-read-time { + padding: 2px 10px; + margin-left: 15px; + color: white; } /** end blog */ diff --git a/blog.md b/blog.md index 6e72a2f..e4e5ce5 100644 --- a/blog.md +++ b/blog.md @@ -1,19 +1,5 @@ --- -layout: page +layout: blog title: Blog permalink: /blog.html --- -