From 358dccf1070763dbb55d93a167913359dff4e5aa Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Thu, 1 May 2025 16:10:28 -0700 Subject: [PATCH] feat: update content --- _layouts/threatmodel.html | 66 +++++++++++++++++++-------------------- 1 file changed, 32 insertions(+), 34 deletions(-) diff --git a/_layouts/threatmodel.html b/_layouts/threatmodel.html index 631f18c..e4d901b 100644 --- a/_layouts/threatmodel.html +++ b/_layouts/threatmodel.html @@ -8,23 +8,7 @@

Distrust Threat Model

-

Unlike conventional frameworks (e.g., STRIDE, PASTA) that focus on identifying and mitigating specific risks, the Distrust Threat Model, rather than modeling threats as potential risks, assumes that systems are already compromised. This pessimistic, assumption-driven approach focuses on building systems that can survive and remain secure even when critical components fail or are actively under attack by sophisticated threat actors at all levels.

-
-
- -
-
-

Assumptions

-
    -
  • All screens and displays are assumed to be observable by adversaries.
  • -
  • Input devices, such as keyboards, are assumed to be monitored or logged by potential attackers.
  • -
  • Any system components (firmware or bootloaders) not verified on every boot are considered at risk.
  • -
  • Standard consumer hardware is compromised.
  • -
  • Network-connected systems and administrative endpoints are potential compromise points.
  • -
  • Insider threats are assumed; some personnel or third-party maintainers may be compromised.
  • -
  • Physical attacks are viable and likely, given the history of supply chain and infrastructure breaches.
  • -
  • Side-channel attacks (similar to those observed with Spectre/Meltdown) represent realistic threats.
  • -
+

Unlike conventional frameworks (e.g., STRIDE, PASTA) that focus on identifying and mitigating specific risks, the Distrust Threat Model assumes that at some level systems are already compromised. This pessimistic, assumption-driven approach focuses on building systems that can remain secure even when up against the worst case adversary that have reason to target an organization.

@@ -32,20 +16,23 @@

Levels

While the end-goal is to adequately address the risks which stem from the assumptions, organizations are at varying levels of maturity and often need a path towards mitigating threats in a phased approach. To this end, the threat model defines 4 levels, each corresponding to increasingly more sophisticated threat actors as the levels increase. Each threat actor is assumed to have access to specific methods of attack limited by factors such as cost to execute, sophistication, time required etc.

-

It is a reasonable approach to apply different threat model levels to different parts of systems. It's also worth noting that essentially no companies, to our knowledge meet adequate controls for Level 4 adversaries except for select nation states organizations and militaries.

+

It is a reasonable approach to apply different threat model levels to different parts of systems relative to the amount of value they protect.

Level 1

+

Defense against remote adversaries with limited resources.

Adversary
-

An unskilled or lightly skilled individual leveraging widely available tools and publicly known vulnerabilities. Their attacks are largely opportunistic and automated, rather than targeted.

-
Attacks
+

An unskilled or lightly skilled individual leveraging widely available tools and publicly known vulnerabilities. Their attacks are largely opportunistic and automated. We do however assume they can be very patient and willing to work across a long time horizon.

+
Capabilities
  • Scanning for and exploiting known vulnerabilities with public exploits.
  • Phishing attempts using off-the-shelf kits.
  • Basic malware deployment (e.g., ransomware-as-a-service).
  • +
  • Making malicious changes to open source libraries
  • +
  • Buying expired domain names
@@ -53,14 +40,19 @@

Level 2

+

Defense against insiders.

Adversary
-

A skilled and resourceful individual specifically targeting a single organization. This adversary employs focused efforts to breach systems, including sophisticated social engineering and exploitation of newly disclosed vulnerabilities.

-
Attacks
+

We assume the adversary is an individual or system that already has some level of privilige or trust inside the organization. This could be anything from a disgruntled employee to a compromised work station or server.

+
Capabilities
    -
  • Focused spear-phishing campaigns against key personnel.
  • -
  • Rapid exploitation of vulnerabilities shortly after public disclosure ("N-day" exploitation).
  • -
  • Man-in-the-middle (MitM) attacks against poorly secured communications.
  • +
  • Can execute any code on at least one work station.
  • +
  • Can exfiltrate any secrets exposed to system memory.
  • +
  • Can use reputation to fast track change deployment.
  • +
  • Administrative privileges (email, MDM, AWS etc.)
  • +
  • Unencrypted traffic interception.
  • Injection of malicious code into development pipelines.
  • +
  • Physical access to all devices in the office.
  • +
  • Ability to impersonate unsigned actions of other empyoyees
@@ -68,13 +60,16 @@

Level 3

+

Defense against well-funded organizations.

Adversary

An organized, well-funded group possessing diverse expertise across multiple domains (malware, supply chain, network exploitation, physical access, insider recruitment). Capable of sustained campaigns combining internal and external compromise.

-
Attacks
+
Capabilies
    -
  • Coercion or recruitment of internal personnel ("insider threats").
  • -
  • Exploiting sophisticated zero-day vulnerabilities against internet-connected components.
  • -
  • Persistence and lateral movement after initial breach.
  • +
  • Deployment of agents willing to commit physical violence.
  • +
  • Compromised third party insiders (GitHub, AWS etc.)
  • +
  • Ability to do extensive reconnoisance on all personnell.
  • +
  • Access to large botnets or server farms.
  • +
  • Ability to purchase 0-day exploits for any internet connected device.
  • Coordinated, multi-stage attacks across digital and physical realms.
@@ -83,15 +78,18 @@

Level 4

+

Defense against nation state actors.

Adversary

A state-backed or similarly resourced entity capable of executing the most advanced forms of cyber and physical attacks, including full-spectrum operations across the supply chain, hardware, firmware, and human factors..

-
Attacks
+
Capabilities
    -
  • Supply chain compromise of hardware, firmware, or software prior to deployment.
  • -
  • Physical relocation of assets for tampering (e.g., interdiction of shipments).
  • -
  • Advanced side-channel attacks (e.g., Differential Fault Analysis, TEMPEST attacks).
  • -
  • Data remanence extraction techniques targeting decommissioned or wiped systems.
  • +
  • Observe all displays and input devices in public areas.
  • +
  • Ability to tamper with a major hardware/firmware supply chain.
  • +
  • Access to any network-connected system.
  • +
  • Advanced side-channel attacks (RF, power, magnetic etc.).
  • +
  • Data extraction from insufficiently wiped systems.
  • Sophisticated deception and counter-forensics to evade detection.
  • +
  • Maximal access to computational resources.