Risk and Threat Modeling with Mind Maps

November 10, 2020

In security we talk a lot about understanding risk. That informs the advice we give and decisions we make. A tool I like to use for brainstorming about risk is a threat model in the form of a mind map. It is a simple starting point for thinking about threats.

In this post, we’ll talk about the new simple tool we released and how we use it.

Threat Modeling

Some threat modeling techniques (see references) can be very thorough and rigorous to implement. This is good if your team has the time and resources to do this, but it can be challenging if you don’t have dedicated resources that really understand the methodology.

We tend to start with a simpler mind map and store it with the developer’s project artifacts. OWASP’s
Threat Dragon does this, as does Threagile, but for various reasons we just like the flexibility of an
open ended mind map.

The process we use starts with preseeded model. We might build out more detailed examples of these, but as you can see from the screen shot above, we have preloaded:

  • Assets - These are the things you care about protecting
  • Adversaries - These are your enemies
  • Defenses - These are what you’re doing to protect yourself now
  • Attack Surface - This is where you think the adversary may attack you to get at your assets

We don’t aim for perfection. Maybe the first step is getting everyone on the same page about what our assets are!

The process is iterative and evolves. That’s one reason the tool allows you to build a model and then save it to a local JSON file. You can just put this in your source project and then open it later to see it again or make adjustments.

This is still very much brainstorming territory. We’re trying to come up with realistic threat scenarios.

The Tool

To support this, we started with a simple D3.js project that does generic mind mapping and set it up with some preloaded data and hosted it here: https://jemurai.github.io/threatmodelmindmap/.

Note that this is a static site. The tool runs completely in your browser. We don’t know what your data looks like or have any information about what you do with it.

The tool basically lets you add nodes, rename them, delete them and navigate based on arrows and take action based on keys:

  • Tab - Add a child
  • Del - Delete a node
  • Enter - Change the name of a node

It also lets you preload a starting model. We are thinking we may try to capture some additional starters and add those so that people can get a running start on different scopes of models (eg. organizational, network, application, cloud env, business process, etc.).

To be quite honest, the tool should work for doing simple mind mapping totally unrelated to threat modeling too. We didn’t want to start out with too many assumptions about how it would be used.

Just A Starting Point

Although we like the simplicity of the current tool, we have some ideas for extending it.

We would like to add additional template models that can be adapted for more specific scenarios. Basically to help people think about risk more proactively by preseeding the models with things they may care about.

We have also thought about bridging into a more quantitative model as a resulting step from the initial mind map. Imagine that we could create a row in a risk table for every combination of leaves in the different trees.

We might see an adversary targeting an asset via a part of the attack surface and we can then provide some level of calculation around that to think about risk more quantitatively. The quantitative part is hard to get right (kudos to FAIR) but with a decent UI, the mindmap provides the structure for the taxonomy and maybe makes the risk calculation more accessible.

AdversaryAssetAttack SurfaceRecordsProbabilityImpactAggregateRisk
Organized CrimeFinancial AccountPartner System10,0005%10050,000Low
Organized CrimeFinancial AccountWordPress Marketing Site010%1000Low
Organized CrimeFinancial AccountOrder System1,000,0002%1002,000,000Medium
Organized CrimeFinancial AccountAdvertising System05%1000Low
Rogue UserBitcoinInternal IT1,000,0005%100,0005,000,000,000High
Rogue UserPasswordsOrder System1,000,0002%10200,000Low

This model includes additional information like records, probably, impact, aggregate and a risk score. You can see that it helps us zoom in on the systems and data that really matters.

We have also imagined a way that a user could click on different nodes in the mind map and essentially map out the most important attack trees and create vectors:

  • Click adversary
  • Click asset
  • Click attack surface

The current model doesn’t support either of these, but we are putting thought into how they should work. We would welcome input here!

Credits and Thanks

Note that the threat modeling tool is built upon open source work by folks we’d like to thank:

Michael Bostock for the D3.js framework and key examples.
Jeremy Darling who’s mindmap example was where we started.

References

Here are some good general Threat Modeling references:

Share this article with colleagues

Matt Konda

Founder and CEO of Jemurai

Popular Posts

Ready to get started?

Build a comprehensive security program using our proven model.
© 2012-2024 Jemurai. All rights reserved.
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram