For the complete documentation index, see llms.txt. This page is also available as Markdown.

Attack Chains

Overview

Attack Chains turn a list of findings into a real story with impact. This shift unlocks many benefits which a usual vulnerability list cannot show:

  • Demonstrate real impact. A report full of "medium" issues — a misconfigured share here, a weak service account there, an outdated Confluence page — tends to get triaged into oblivion. Chain them together into "anonymous foothold → credential harvest → lateral movement → domain admin → crown jewels," and suddenly the same findings represent an existential business risk. The attack chain proves the so what?, which is usually what executives and risk owners actually care about.

  • Forces realism. Individual vulns are scored in isolation using CVSS or other, but attackers don't operate that way. Demonstrating the attack chain proves the path is actually walkable in the target environment, not just theoretically exploitable. Findings that looked scary on paper sometimes don't chain to anything meaningful, and findings that looked boring sometimes turn out to be the linchpin. That's much better signal for prioritization than severity scores alone.

  • Remediate faster with break-chain thinking rather than fix-everything. If five distinct findings are required to reach impact, the defender doesn't necessarily need to fix all five — breaking any one link disrupts the path. That's often significantly cheaper and faster than full remediation, and it gives the client a defensible interim posture while longer-term fixes land.

  • Map cleanly onto frameworks like MITRE ATT&CK and Cyber Kill Chain. Give the blue team a shared vocabulary. Each stage becomes a detection opportunity: if recon was caught, the chain stops at stage one; if not, where else could it have been broken? This feeds directly into purple-team exercises, SOC tuning, and tabletop scenarios.

  • Expose systemic weaknesses that single findings hide. Over-permissioned service accounts, flat networks, missing egress controls, identity sprawl. Those root causes rarely show up as a single CVE but fall out clearly when you look at how an attacker actually moved from end-to-end.

Creating Attack Chains

To create an attack chain, you must have Edit permissions on your project.

From your project dashboard, select Attack Chains then click on Add.

Step 1: Define Attack Objective

This is where you define the objective of this attack chain.

Step 2: Define Initial Attack Vector

The first link in the attack chain usually starts with the attacker. You can select from an External Attacker e.g. outside customer network/environment; or Internal Attacker e.g. inside customer network/environment.

You also need to define how the attacker is initiating the attack. This is to help organisations better understand the context of where the attacker is coming from e.g. opportunistic (stumbled across a web application); rogue employee or insider threat; etc.

You can add any combination of links to the chain. This is where you build the chain to reach the objective defined in Step 1.

The links currently supported include:

  • Attacker - Either internal or external attacker. Can be used to demonstrate how an external attacker breaches perimeter and becomes internal attacker.

  • Victim - Can be used if introducing social engineering component to your attack chain.

  • Defender - Can be used if introducing blue-team component to your attack chain.

  • Action - Used when defining what actions are being performed by an actor in the chain.

  • Vulnerability - This is used to link to a vulnerability discovered on the project.

  • Device - Can be used to reference a device which is targeted or leveraged as part of the attack chain.

  • Server - Can be used to reference a server which is targeted or leveraged as part of the attack chain.

  • Database - Can be used to reference a database which is targeted or leveraged as part of the attack chain.

  • Flag - Used to identify that an attacker has reached end objective (defined in Step 1); or an interim objective on the way to reaching the end goal.

Once your links have been added, you should have a completed attack chain that you can save.

Attack Chains can be viewed by any team members on the project. They can also be included in the reports.

Updating Attack Chains

Your attack chain can be modified by clicking on Edit. You will have the option to make changes to the attack objective as well as any links in the chains. You can add new links or remove any existing links, at any point in the chain.

You can also duplicate attack chains using the Duplicate button & also delete attack chains using the Delete button.

Map Attack Chains to MITRE ATT&CK Framework

You can map your attack chains to MITRE ATT&CK Framework.

MITRE ATT&CK Framework is a knowledge base of adversary tactics and techniques based on real-world attack patterns. It provides threat models and methodologies to help you better plan, prepare & defend against real-world attacks.

Re-Ordering Attack Chains

You can re-order & prioritise how you attack chains are displayed in the application and also in the reports.

To re-order your attack chains, drag the attack chain in to the desired position.

Global Attack Chains

You can access all attack chains from the Attack Chains module:

Last updated