diff --git a/_config.yml b/_config.yml index d0577c1..491976c 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ title: Distrust email: info@distrust.co -description: Security without blind trust. +description: Security beyond blind trust. baseurl: "" url: "https://distrust.co" banner: "https://distrust.co/assets/base/distrust-thumbnail.png" diff --git a/_includes/companies-carousel.html b/_includes/companies-carousel.html new file mode 100644 index 0000000..d04c1d4 --- /dev/null +++ b/_includes/companies-carousel.html @@ -0,0 +1,32 @@ +
+ {% unless include.hide_title == 'true' %} +
+
+ +
+
+ {% endunless %} + +
+
+ Coinbase + BitGo + Bishop Fox + Turnkey + FalconX + Exodus + Sidero Labs + Zoom + Mysten Labs + Ankr + HashiCorp + Block One + Ledn + Fitbit + Dfns +
+
+
+ diff --git a/_includes/header.html b/_includes/header.html index 509a8e9..19b69fa 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -48,5 +48,17 @@ }); }); + let prevScrollPos = window.scrollY; + const hamburgerMenu = document.querySelector('.menu-content'); + + window.addEventListener('scroll', () => { + const currentScrollPos = window.scrollY; + + if (currentScrollPos > prevScrollPos) { + hamburgerMenu.style.display = 'none'; + } + prevScrollPos = currentScrollPos; + }); + diff --git a/_includes/powered-by.html b/_includes/powered-by.html new file mode 100644 index 0000000..2dde2a4 --- /dev/null +++ b/_includes/powered-by.html @@ -0,0 +1,46 @@ +
+
+

powered by distrust

+

Companies across high-risk industries adopt our methodologies and tooling to secure their critical systems.

+

+
+ +
+
+
+
+ +
+

Distrust team helped build Turnkey, which leverages StageX, and AirgapOS to improve the security of their systems which help manage billions of dollars worth of value.

+ + Learn more + + +
+
+
+
+
+ +
+

The creators of the SUI cryptocurrency partner with Distrust for advice and use StageX to build their nodes in a deterministic manner in order to eliminate single points of failure.

+ + Learn more + + +
+
+
+
+
+ +
+

Sidero labs has relied on Distrust for consulting and is using StageX to build their widely used Talos Linux distribution which delivers best in-class kubernetes features.

+ + Learn more + + +
+
+
+ diff --git a/_includes/primary-cta.html b/_includes/primary-cta.html new file mode 100644 index 0000000..900fd67 --- /dev/null +++ b/_includes/primary-cta.html @@ -0,0 +1,8 @@ +
+

ready to take your security to the next level?

+

We help organizations that can't afford to fail. If security is mission-critical for your company, let's talk.

+
+ Work with us +
+
+ diff --git a/_includes/values.html b/_includes/values.html new file mode 100644 index 0000000..92daa74 --- /dev/null +++ b/_includes/values.html @@ -0,0 +1,16 @@ +
+
+

our manifesto

+

Every day, we apply these guiding principles to how we think, build, and secure systems.

+
+
+
    +
  1. eliminate centralized trust
  2. +
  3. open source everything
  4. +
  5. security beyond compliance
  6. +
  7. move thoughtfully and improve things
  8. +
  9. impact over profit
  10. +
+
+
+ diff --git a/_layouts/company.html b/_layouts/company.html index 542917f..2f3353c 100644 --- a/_layouts/company.html +++ b/_layouts/company.html @@ -26,7 +26,7 @@

We don’t just advise on security. We build it. We open-source it. And we teach organizations how to think critically about risk—because security isn’t about checking boxes.

- + Learn more @@ -40,28 +40,33 @@
Lance Vick

Co-Founder

Security Engineer

- PGP: 36C8AAA9 + Keyoxide + Website
Anton Livaja

Co-Founder

Security Engineer

- PGP: 52E0BA4D + Keyoxide + Website
-
+
Ryan Heywood

Security Engineer

- PGP: A3FBEF72

+ Keyoxide + Website
Danny Grove

Security Engineer

- PGP: 193F2DBD + Keyoxide + Website
+

who we are

Distrust is made up of engineers behind some of the most security-critical projects in the world—including BitGo, Turnkey, and Unit410.

@@ -72,29 +77,9 @@
-
-
-

our manifesto

-

Every day, we apply these guiding principles to how we think, build, and secure systems.

-
-
-
    -
  1. eliminate centralized trust
  2. -
  3. open source everything
  4. -
  5. security beyond compliance
  6. -
  7. move thoughtfully and improve things
  8. -
  9. impact over profit
  10. -
-
-
+ {% include values.html %} -
-

ready to take your security to the next level?

-

We help organizations that can't afford to fail. If security is mission-critical for your company, let's talk.

-
- Work with us -
-
+ {% include primary-cta.html %} {%- include footer.html -%} diff --git a/_layouts/contact.html b/_layouts/contact.html index 07141e9..e763538 100644 --- a/_layouts/contact.html +++ b/_layouts/contact.html @@ -54,29 +54,8 @@ -
-
-
- Coinbase - BitGo - Bishop Fox - Turnkey - FalconX - Exodus - Sidero Labs - Zoom - Mysten Labs - Ankr - HashiCorp - Block One - Ledn - Fitbit - Dfns -
-
-
+ + {% include companies-carousel.html hide_title='true' %}
{%- include footer.html -%} diff --git a/_layouts/landing.html b/_layouts/landing.html index 0bf2191..b853674 100644 --- a/_layouts/landing.html +++ b/_layouts/landing.html @@ -17,7 +17,7 @@

security without blind trust

-

Distrust applies a first principles approach to securing mission critical infrastructure. No guessing, no shortcuts, only verifiable security.

+

Distrust secures mission critical infrastructure by applying a first principles approach. No guessing, no shortcuts, only verifiable security.


Work with us
@@ -27,35 +27,8 @@
-
-
-
- -
-
-
-
- Coinbase - BitGo - Bishop Fox - Turnkey - FalconX - Exodus - Sidero Labs - Zoom - Mysten Labs - Ankr - HashiCorp - Block One - Ledn - Fitbit - Dfns -
-
-
+ {% include companies-carousel.html %}
@@ -90,14 +63,11 @@
-
-

ready to take your security to the next level?

-

We help organizations that can't afford to fail. If security is mission-critical for your company, let's talk.

- -
+ {% include powered-by.html %} + {% include values.html %} + + {% include primary-cta.html %} {%- include footer.html -%}
diff --git a/_layouts/services.html b/_layouts/services.html index 1119050..58f9b62 100644 --- a/_layouts/services.html +++ b/_layouts/services.html @@ -5,15 +5,15 @@ {%- include header.html -%}
-
- -
-
-
+
+ +
+
+
@@ -32,89 +32,102 @@
-
-
-
-

security assessments

-

Our assessments go beyond identifying vulnerabilities—we strategically eliminate risks at their source. Using a first-principles methodology, we pinpoint single points of failure and deliver clear, actionable recommendations to secure your systems against sophisticated threats.

-
    -
  • Secure architecture review
  • -
  • Threat modeling
  • -
  • Penetration testing
  • -
  • Secure code review
  • -
-
- - Schedule an assessment - - + {% include companies-carousel.html hide_title='true' %} + +
+
+
+

why choose Distrust

+

Benefit from our approach—a blend of proven methodologies and open source tooling we created, shaped by lessons from securing some of the world's highest-risk organizations.

+
+
-
-
-

retainer or fractional CISO

-

Gain continuous, high-level security leadership tailored precisely to your organization's needs. We work closely with your teams, providing strategic security direction, eliminating blind trust, and protecting critical infrastructure from sophisticated threats.

-
    -
  • Security program development
  • -
  • Incident response
  • -
  • Due diligence
  • -
  • Vetting security talent
  • -
-
- - Work with us - - +
+
+
+ +

Eliminate root causes

+

We don't just scan for bugs—we eliminate entire categories of bugs at the source using a first-principles methodology.

+
+ +

Verifiable

+

No guessing, no shortcuts. Every recommendation is backed by logic and rigor, not gut feel or just to check boxes.

+
+
+ +

Proven track record

+

Our security engineer have secured some of the highest risk infrastructure in the world (BitGo, Turnkey, Unit 410).

+
+
+ +

Embedded collaborations

+

We act as true partners— our goal is to make our clients succeed and not depend on us.

+
+
+
+
+

our services

+

Distrust offers high-impact security consulting and open-source tooling for companies that can't afford to fail. +

+
+
+
+

retainer / fractional CISO

+

Get ongoing security leadership tailored precisely to your organization's needs. We embed with your team to provide strategic security direction and eliminate blind trust from your infrastructure—so you're prepared before threats emerge.

+
    +
  • Security program development
  • +
  • Incident response
  • +
  • Due diligence
  • +
  • Vetting security talent
  • +
+
+ +
+
+
+
+

security assessments

+

Our assessments go beyond vulnerability scans—we eliminate risks at their source. Using first-principles threat modelling, we identify single points of failure and deliver actionable recommendations to secure your systems against sophisticated threats.

+
    +
  • Secure architecture review
  • +
  • Security audits
  • +
  • Penetration testing
  • +
  • Secure code review
  • +
+
+ +
+
+
+
-
+
+ +
+
+
-

why Distrust?

+

our philosophy

- Why choose Distrust? Because security shouldn't be based on blind trust, it should be based on distrust, and verifiability. Most organizations treat cybersecurity like people once treated hygiene—poorly. + Security shouldn't be based on blind trust, it should be based on distrust, and verifiability. Most organizations treat cybersecurity like people once treated hygiene—poorly.

At Distrust, we've identified fundamental methods to eliminate entire categories of risk at their source. Similarly to how handwashing revolutionized public health by preventing unseen threats like bacteria, our first-principles security methodology brings new levels of security to our clients by eliminating single points of failure, and providing verifiable, resilient protection for critical systems.

-
    -
  • First-principles security  -

    Attack surface area reduction through eliminating root causes.

    -
  • -
  • Proven methodology -

    Methodology tested in high-stakes, mission-critical environments.

    -
  • -
  • Seamless collaboration -

    Clear, actionable engagement steps—start immediately.

    -
  • -
-
-
-
- Coinbase - BitGo - Bishop Fox - Turnkey - FalconX - Exodus - Sidero Labs - Zoom - Mysten Labs - Ankr - HashiCorp - Block One - Ledn - Fitbit - Dfns -
-
-

ready to take your security to the next level?

diff --git a/_layouts/software.html b/_layouts/software.html index 352b71b..32cc1f9 100644 --- a/_layouts/software.html +++ b/_layouts/software.html @@ -45,399 +45,104 @@
- + {% include powered-by.html %} + +

our software

We are actively working on a number of different projects, and looking to fund others. Here is what's on the way and what's coming next.

-
-
-
-
-
-
SourceId
-
 | 
-
source code integrity
-
-
-
fundraising
-
-
-

SourceId ensures that source code integrity is verifiable. It prevents tampering of archives and other formats used for delivering source code by standardizing code and generating a hash-based fingerprint of the tree which includes all essential files.

-
-
-
Components:
- -
- - View git repository - - +
+
+ -
-
-
-
-
-
SigRev
-
 | 
-
crowdsourced code review
-
-
-
fundraising
-
-
-

SigRev is a crowdsourcing framework extending SourceID with signed code reviews. It enhances open-source security by making comprehensive manual reviews discoverable, overcoming the limitations of static analysis tools.

-
-
-
Components:
- -
- - View git repository - - + +

SourceId

+

Verify source code inegrity with hash-based fingerprints.

+ -
-
- -
-
- -
-
- -
-
- - -
-
- -
-
- -
-
- -
-
- -
-
- + +
+
@@ -446,45 +151,6 @@
-
-
-

powered by distrust

-

Companies are already choosing to adopt our methodologies and tooling to help secure their systems.

-

-
- -
-
-
- -

Using StageX and ReprOS to improve their supply chain security story.

- - Learn more - - -
-
-
-
- -

The SUI cryptocurrency is leveraging StageX to build their nodes in a deterministic manner in order to eliminate single points of failure.

- - Learn more - - -
-
-
-
- -

Using StageX to build their widely used Talos Linux distribution specialized in delivering kubernetes features.

- - Learn more - - -
-
-

want to help with our vision?

If you would like to help us, please sponsor our work or get involved as a contributor.

diff --git a/_sass/base.scss b/_sass/base.scss index 860e288..0f87353 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -219,6 +219,83 @@ a:hover { justify-content: left; } +/* software page */ +.kanban-column { + border:1px solid #282D38; + padding: 20px 20px !important; + flex-direction: column; + justify-content: flex-start !important; + min-height: 860px; +} + +.kanban-column a { + width: 100%; +} + +.mini-card { + border: 1px solid #232730; + margin-bottom: 20px; + padding: 20px 30px; + min-height: 150px; + display: flex; + justify-content: space-between; + flex-direction: column; + filter: brightness(60%); + transition: filter 0.3s ease; +} + +.mini-card:hover { + filter: brightness(100%); +} + +.mini-card p { + margin: 0px; + font-size: 1rem; + color: var(--light-grey); +} + +.mini-card { + font-size: 1rem; +} + +.mini-card b { + font-size: 1.3rem; + color: white; +} + +.mini-card a { + font-size: 1rem; +} + +#kanban h4 { + margin-bottom: 40px; + font-weight: 600; +} + +.floating-card { + position: relative; +} + +.column-backlog .mini-card:hover { + border: 1px solid white; +} + +.column-progress .mini-card:hover { + border: 1px solid var(--light-teal); +} + +.column-active .mini-card:hover { + border: 1px solid var(--light-purple); +} + +.kanban-column a:hover { + background: none; +} + +#roadmap { + margin-bottom: 60px; +} + .roadmap a:hover { background: transparent; } @@ -305,6 +382,10 @@ a:hover { color: white !important; } +.mini-card:hover .arrow { + transform: translateX(5px); +} + .arrow-link:hover { background: none !important; background-color: var(--base-color); @@ -347,19 +428,35 @@ a:hover { margin-bottom: 50px; } + + .powered-by .card { - border: 1px solid var(--light-teal); - min-height: 360px; + display: flex; + flex-direction: column; + border: 1px solid var(--mid-grey); + min-height: 405px; padding: 35px; - background: var(--void-teal); + background: none; } .powered-by img { - width: 150px; + width: 100%; + max-width: 200px; +} + +.powered-by .img-container { + display: flex; + justify-content: flex-start; + align-items: center; + height: 60px; +} + +.powered-by a { + margin-top: auto; } .video-background { - left: 85%; + left: 85%; width: 200px !important; } @@ -404,6 +501,61 @@ a:hover { padding: 2rem; } +.video-background-philosophy { + left: 85%; + width: 200px !important; +} + +.video-background-container-philosophy { + position: absolute; + width: 100%; + height: 800px; + overflow: hidden; + top: 3150px; + left: 0; + z-index: -1; +} + +.gradient-overlay-philosophy { + background: linear-gradient(to bottom, #0f0f0f 0%, rgba(15, 15, 15, 0) 25%, rgba(15, 15, 15, 0) 75%, #0f0f0f 100%), linear-gradient(to left, rgb(15, 15, 15) 0%, rgba(15, 15, 15, 0) 100%); + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: -1; + pointer-events: none; +} + +.video-background-philosophy { + position: absolute; + top: 50%; + left: 50%; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + transform: translate(-50%, -50%); + z-index: -1; + object-fit: cover; +} + +.video-content-philosophy { + position: relative; + z-index: 1; + color: #fff; + padding: 2rem; +} + +.why-choose-distrust .properties .flex-container-inner { + border-top: 1px solid var(--light-purple); + margin-right: 40px; +} + +.why-choose-distrust svg { + margin-top: 20px; +} + @media only screen and (max-device-width: 500px) { * { font-size: $mobile-font-size; @@ -602,13 +754,18 @@ hr { margin-top: 50px; } +.inner-menu-content a:hover { + background: unset; + color: white; +} + .menu-content div { margin: 30px; } /** -* Services Page -*/ + * Services Page + */ .why-distrust { text-align: left; padding-bottom: 15px; @@ -657,6 +814,11 @@ hr { color: var(--light-grey); } +.team a:hover { + background: unset; + color: white; +} + .team img { height: 130px; border: 1px solid teal; @@ -667,7 +829,6 @@ hr { } .team h5 { font-size: 20px !important; - text-transform: lowercase; } .team .flex-container-inner { @@ -1411,10 +1572,6 @@ pre { transition: opacity 0.3s; } -.logo-slider img:hover { - opacity: 1; -} - /** * Carousel */ @@ -1555,9 +1712,6 @@ pre { margin-bottom: 50px; } - .flex-container { - } - .hide { display: inline-block; } @@ -1585,6 +1739,38 @@ pre { } @media (max-width: 600px) { + .mini-card { + padding: 20px 20px !important; + filter: brightness(100%) !important; + } + + .kanban-column { + border: none !important; + padding: 0px !important; + } + + #kanban { + flex-direction: column-reverse; + } + + #kanban h4 { + width: 100%; + text-align: center; + margin-bottom: 20px; + } + + .column-backlog .mini-card { + border: 1px solid white; + } + + .column-progress .mini-card { + border: 1px solid var(--light-teal); + } + + .column-active .mini-card { + border: 1px solid var(--light-purple); + } + .flex-container { flex-direction: column; } @@ -1635,7 +1821,7 @@ pre { } p { - font-size: 1.1rem !important; + font-size: 1.1rem !important; } h1 { @@ -1704,21 +1890,21 @@ pre { line-height: 1.5rem; } - /** - * Services Page - */ +/** + * Services Page + */ .why-distrust { height: 45px; } - /** - * End Services Page - */ +/** + * End Services Page + */ - /** - * Roadmap Page - */ - /** - * End Roadmap Page - */ +/** + * Roadmap Page + */ +/** + * End Roadmap Page + */ } diff --git a/assets/base/icons/keyoxide-icon-158x256.png b/assets/base/icons/keyoxide-icon-158x256.png new file mode 100644 index 0000000..92cb63e Binary files /dev/null and b/assets/base/icons/keyoxide-icon-158x256.png differ diff --git a/assets/videos/cool-line-2.mp4 b/assets/videos/cool-line-2.mp4 new file mode 100644 index 0000000..beb2348 Binary files /dev/null and b/assets/videos/cool-line-2.mp4 differ diff --git a/assets/videos/cool-line-2.webm b/assets/videos/cool-line-2.webm new file mode 100644 index 0000000..81d4e03 Binary files /dev/null and b/assets/videos/cool-line-2.webm differ diff --git a/notes.md b/notes.md new file mode 100644 index 0000000..8988028 --- /dev/null +++ b/notes.md @@ -0,0 +1 @@ +cosign was an attempted attack