From cea714263bbb72925b0cc47aae0b5aa673666aaa Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Sat, 22 Mar 2025 16:22:40 -0700 Subject: [PATCH] minor fixes --- _layouts/blog.html | 4 +--- _posts/2025-03-20-bitby-report.md | 2 +- _sass/base.scss | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/_layouts/blog.html b/_layouts/blog.html index 42699a8..3044526 100644 --- a/_layouts/blog.html +++ b/_layouts/blog.html @@ -5,7 +5,6 @@ {%- include header.html -%}
-
{%- include footer.html -%}
diff --git a/_posts/2025-03-20-bitby-report.md b/_posts/2025-03-20-bitby-report.md index 5cab494..a269958 100644 --- a/_posts/2025-03-20-bitby-report.md +++ b/_posts/2025-03-20-bitby-report.md @@ -8,7 +8,7 @@ authors: - name: Anton Livaja --- -The ByBit incident is an example of a nation state actor using a series of sophisticated attacks to compromise high value targets. When the value at stake is such that it justifys spending funds on buying 0-days, in some cases multiples, and combining them into elaborate exploit chains, attacking multiple different layers of the tech stack, highly targetted social engineering, compromise of individuals, planting of moles or even phsyical attacks, the threat model which needs to be assume to adequately address risks needs to be extreme. +The Bybit incident is an example of a nation state actor using a series of sophisticated attacks to compromise high value targets. When the value at stake is such that it justifies spending funds on buying 0-days, in some cases multiples, and combining them into elaborate exploit chains, attacking multiple different layers of the tech stack, highly targetted social engineering, compromise of individuals, planting of moles or even phsyical attacks, the threat model which needs to be assume to adequately address risks needs to be extreme. ### Threat Model Assumptions The assumptions we make about nation state actors at Distrust: diff --git a/_sass/base.scss b/_sass/base.scss index 147a7d5..64f11ce 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -1504,11 +1504,11 @@ pre { .blog { margin: auto; - max-width: 800px; + max-width: 700px; } .post { - max-width: 800px; + max-width: 700px; margin: 100px 0px; }