Join our Newsletter — 33% off our NHI Course
Home FAQ Cyber Security How should security researchers use the build before…
Cyber Security

How should security researchers use the build before you break approach to choose a promising attack path?

← Back to all FAQ
By NHI Mgmt Group Editorial Team Updated September 9, 2026 Domain: Cyber Security

Start by reconstructing the system’s basic structure and observing how its components fit together before trying to break anything. That exercise builds intuition about normal behavior, boundary conditions, and likely weak points. For researchers, it reduces guesswork, narrows the search space, and makes later edge case testing more targeted and efficient.

Why Build First Changes How You Pick an Attack Path

“Build before you break” is a research method for avoiding random probing and choosing a path that is more likely to reveal a real weakness. By mapping the system’s structure, trust boundaries, data flow, and fallback behaviour first, researchers can distinguish between a superficial symptom and a reachable attack surface. That makes the first serious test more informed, less noisy, and more likely to produce a useful result than blind fuzzing or indiscriminate exploitation attempts.

For security research, the value is not just efficiency. Reconstructing the system helps expose where assumptions concentrate, where one component depends on another, and where the design may have been optimised for normal operation rather than hostile input. Those are often the places where a promising attack path emerges. It is also a safer way to work, because it reduces the chance of damaging a target before the researcher understands what is actually being stressed. Researchers who skip this step often confuse interesting behaviour with meaningful leverage, then spend time chasing paths that fail because they never understood the architecture in the first place.

MITRE ATT&CK is useful here because it helps researchers organise observed behaviours into known adversary patterns instead of treating each finding as an isolated anomaly, and the MITRE ATT&CK Enterprise Matrix is a practical reference when the goal is to turn structure into a likely sequence of actions. In practice, many researchers discover the most promising attack path only after they have already ruled out several attractive-looking dead ends.

How Researchers Turn System Structure into a Better Test Plan

The method works because systems usually fail along dependency lines, not along the first obvious interface. A researcher who can explain how the application, authentication layer, backend service, cache, queue, or API gateway fits together is better placed to predict which boundary is brittle. That picture also clarifies where state changes happen, where trust is transferred, and where one weak assumption can unlock several follow-on actions.

A good build-first workflow usually looks like this:

  • Identify the major components and the order in which they interact.
  • Trace data from entry point to storage, processing, and output.
  • Mark trust boundaries, privilege transitions, and error-handling paths.
  • Look for implicit assumptions, such as client-side validation or hidden dependency on a downstream service.
  • Choose the next test based on the weakest boundary, not the loudest symptom.

This is where the approach becomes more than simple reconnaissance. A system diagram can suggest whether the highest-value path is a control bypass, a state-confusion issue, an authorization edge case, a desynchronisation problem, or a resilience failure. It also helps researchers avoid a common mistake: assuming that the most visible endpoint is the best attack path when the real leverage sits behind an internal service or workflow transition. CISA’s current advisories often illustrate how compromise chains develop from combinations of exposed services, weak controls, and predictable operator behaviour, which is why reviewing CISA cyber threat advisories can sharpen the researcher’s sense of what patterns are operationally realistic.

Where this guidance breaks down is when the target is so dynamic, opaque, or heavily instrumented that the model of the system becomes outdated before testing begins.

When the Method Needs Adjustment for Modern Targets

Tighter pre-attack modelling usually improves precision, but it also adds time and can lead researchers to overfit their theory to partial evidence. That tradeoff matters most in complex cloud services, rapidly changing web applications, and AI-enabled systems where behaviour can shift across deployments, prompts, or tool calls. In those settings, the build-first idea still works, but the “build” may need to be lightweight and iterative rather than a complete reconstruction.

The main edge case is when the researcher is dealing with an environment whose attack path is shaped by orchestration rather than a single vulnerable component. In AI-focused systems, for example, a promising path may come from tool invocation, prompt handling, or retrieval boundaries rather than from a conventional software bug. MITRE ATLAS is relevant when the target is adversarial AI behaviour, because it helps map exploitation opportunities in model-centric systems rather than forcing a traditional application-security lens onto the problem. Where that is the primary subject, the MITRE ATLAS adversarial AI threat matrix can help researchers distinguish model abuse from ordinary web or API abuse.

There is also a practical consensus issue: some researchers prefer broad exploration first and structure second, while others insist on a formal build phase before any test. The better choice depends on how much the target’s attack surface changes under observation. The method becomes less reliable when the researcher cannot validate assumptions about component relationships before testing starts.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

MITRE ATT&CK and MITRE ATLAS address the attack and risk surface, while NIST CSF 2.0 and CIS Controls v8 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
MITRE ATT&CKT1583 — Acquire InfrastructureBuild-first research often maps supporting infrastructure before testing paths.
Recommendation — Map observed infrastructure patterns to T1583 and hunt for staging activity in your threat detection pipeline.
MITRE ATLASATLAS-AO — Adversarial ObjectiveAI-targeted build-first research must account for model and tool abuse paths.
Recommendation — Use ATLAS to model adversarial objectives before testing AI-specific attack paths.
NIST CSF 2.0GV.RM-01 — Risk Management StrategyBuild-first path selection is a risk-reduction method for prioritising likely weaknesses.
Recommendation — Apply risk-based prioritisation to choose attack paths with the highest expected security value.
CIS Controls v8CIS 8 — Audit Log ManagementTesting promising paths depends on observable evidence to confirm or reject assumptions.
Recommendation — Collect and review logs to confirm whether your inferred path is actually reachable.

Practitioner Guidance

What to prioritise: Prioritise the boundaries where trust, state, or privilege changes, because those are usually more promising than the most obvious input field or public endpoint. A strong build-first assessment should end with a short list of testable leverage points, not a full map of everything the system contains.

What to verify: Verify that your reconstruction matches observed behaviour under normal operation before you treat any path as likely. If the system’s real dependency chain differs from the one you inferred, the attack path you choose may be elegant but irrelevant.

Common mistake: Do not confuse “interesting” with “promising.” Researchers often overvalue visible complexity and undervalue simple dependency failures, even though the latter are often easier to reach and harder to defend once understood.

Practitioner takeaway: The best attack path is usually the one that survives architectural scrutiny, not the one that looks most novel at first glance.

Deepen Your Knowledge

Sign up to our weekly newsletter — get 33% off our NHI Foundation Level Course

    NHIMG Editorial Note
    Reviewed and updated by the NHIMG editorial team on September 9, 2026.
    NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org