ASOM-Fedv6.1Open the explorer
M6 · In contact · 10 techniques

Delay

Buy decision time and prevent the adversary culminating on the objective.

Intent, Mechanism and Indicator

Buy decision time and prevent the adversary culminating on the objective.

Role. The form that buys decision time

Mechanism

Rate limiting, step-up authentication, automated session throttling.

Observable indicator

Adversary tempo drops below defender decision tempo.

Terrain It Consumes

Derived from where the form’s techniques are actually emplaced. The highlighted layer is the one the catalog names as its principal ground — the rest is terrain the form still has to touch, and that spread is how much of the estate employing it implicates.

Campaign Phasing

Dominance is taken from the campaign model; participation is derived from the techniques themselves. A form is usually present in more phases than it leads, and confusing the two is how a scheme ends up with no main effort.

PhaseRolePhase objectiveTechniques employed
Phase II — Seize InitiativeContest first contactDominant — main effortDetect early, canalize movement, and buy decision time.9 of 10
Phase III — DominateDefeat the attemptSupportingHunt, contain, evict.8 of 10

Phase II — Seize Initiative

Contest first contact

Role
Dominant — main effort
Phase objective
Detect early, canalize movement, and buy decision time.
Techniques employed
9 of 10

Phase III — Dominate

Defeat the attempt

Role
Supporting
Phase objective
Hunt, contain, evict.
Techniques employed
8 of 10

Employment

When to Choose It

Choose delay when eviction will be slower than the adversary’s objective — when you can see them, cannot yet remove them, and the objective is reachable before you will finish. Delay is also the right form when confidence is low: throttling and step-up authentication are proportionate responses that cost little if the anomaly turns out to be nothing, which makes them the correct fire to pre-authorize.

Precondition

A declared availability floor. Delay is deliberate degradation, and without a floor agreed in advance the SOC will either apply it too late or be overruled while applying it.

What It Costs

Paid directly in mission. Every second of delay is availability the public does not receive, and in a federal estate some of that availability is statutory. Delay applied to a false positive is an outage to a citizen who did nothing wrong, which is why the discrimination between anomalous and merely heavy traffic has to be built before contact, not during it.

Rules of Engagement

Adaptive rate limiting, step-up on anomaly, session-duration reduction and progressive lockout should sit in the pre-authorized set — their cost is bounded and their value is entirely in tempo. Degrading a public service below its availability floor, or freezing deployment across the estate, needs the AO.

How It Fails

Not whether it fails — how. Each of these is a state in which the form is still reported as implemented and has stopped producing the advantage it was chosen for.

  1. Delay is applied to the population rather than to the anomaly, because the discriminator was never built. The adversary is slowed by the same proportion as everyone else, which is no relative advantage at all.
  2. Thresholds are tuned against load rather than against behavior, so a patient adversary operating under the rate limit is never delayed and the limit only ever fires on a busy Monday.
  3. Nobody owns lifting it. Delay imposed under contact persists for weeks, becomes normal, and is then tuned away as a performance problem.
  4. The approval gate degrades into a rubber stamp. A high-impact action that always gets approved within ninety seconds has added latency and removed nothing.
  5. Step-up authentication falls back to a weaker factor when the strong one fails, which converts a delay into an alternative route.

Techniques (10)

Grouped by the terrain layer each is emplaced on. Techniques are the perishable layer of the framework — they churn, the form does not — so each is stated as what it does and the observable that shows it is working, never as a product.

T1 · Identity3 techniques

  • M6.02

    Step-Up Authentication on Anomaly

    Demand stronger proof at the moment behavior deviates, rather than uniformly at sign-in.

    IndicatorAnomalous sessions must re-prove before continuing.

    Phases
    • II
    • III
    Assessed by
  • M6.04

    Session Duration Reduction Under Alert

    Shorten session and token lifetimes automatically while the estate is in contact.

    IndicatorSession lifetimes contract on phase change without an outage.

    Phases
    • II
    • III
    Assessed by
  • M6.07

    Progressive Lockout

    Escalate friction against an identity under attack without handing an attacker a denial-of-service lever.

    IndicatorGuessing is defeated without locking the population out.

    Phases
    • II
    Assessed by

T3 · Networks1 technique

  • M6.06

    Tarpitting and Response Delay

    Introduce deliberate latency on suspicious paths, so an adversary spends time you are spending on decision.

    IndicatorAdversary tempo drops below defender decision tempo.

    Phases
    • II
    Assessed by

T4 · Applications and Workloads3 techniques

  • M6.01

    Adaptive Rate Limiting

    Slow request rates as risk rises, so automation loses its advantage while humans keep service.

    IndicatorAutomated abuse degrades while legitimate service holds.

    Phases
    • II
    • III
    Assessed by
  • M6.08

    Change and Deploy Freeze Under Contact

    Suspend routine change into decisive systems while in contact, so the adversary cannot hide in the noise of normal deployment.

    IndicatorChange into decisive systems stops on phase declaration.

    Phases
    • III
    Assessed by
  • M6.09

    Query Complexity Limits

    Bound the cost and breadth of a single query against mission data stores.

    IndicatorNo single query can enumerate the corpus.

    Phases
    • II
    • III
    Assessed by

T5 · Data1 technique

  • M6.03

    Bulk Export Throttling

    Cap the rate and volume of bulk retrieval so a successful intrusion cannot become a successful exfiltration in one pass.

    IndicatorBulk collection takes long enough to be detected and stopped.

    Phases
    • II
    • III
    Assessed by

T9 · Supply Chain1 technique

  • M6.10

    Update Staging and Soak

    Hold vendor updates in a staging ring long enough to observe them, trading a little currency for the ability to not deploy a compromised build estate-wide.

    IndicatorNo supplier update reaches the whole estate without a stated soak period.

    Phases
    • II
    • III
    Assessed by

TX · Cross-Cutting1 technique

  • M6.05

    Approval Gates on High-Impact Actions

    Require a second, human authorization for the small set of actions that would be decisive if abused.

    IndicatorDecisive actions cannot be completed by one compromised identity.

    Phases
    • II
    • III
    Assessed by

Controls That Assess It

Derived from the controls the form’s own techniques name, so the assessment surface cannot disagree with the catalog. A control reached by many techniques is load-bearing for this form; one reached by a single technique is not, and an assessor sampling it will learn very little.

By Family

By Control

  • TA-5 Tempo Degradation Trigger6 techniquesTo plan for the periods in which tempo predictably falls, so that the measured advantage is not a statement about the organization's best hours only.
  • SM-2 Maneuver Assignment3 techniquesTo bind defensive intent to specific ground, so that coverage reflects what protects which element rather than what the program has bought.
  • TA-4 Pre-authorized Response3 techniquesTo remove authority latency from the decision loop, so that the segment most programs cannot shorten with tooling is shortened by governance.
  • CG-2 Phase Declaration2 techniquesTo make "we are in Phase III" a sentence that changes behavior, rather than a label applied to a state of affairs.
  • KT-2 Decisive Point Protection Floor2 techniquesTo ensure designation produces protection, so that identifying a decisive point is an act with consequences rather than an annotation.
  • CG-3 Rules of Engagement1 techniqueTo let operators act inside a known mandate rather than guessing at one, and to make the boundaries of that mandate legally and operationally sound.
  • EN-4 Escalation and Engagement Authority1 techniqueTo remove the search for a decision-maker from the decision loop, which is where the decide segment is usually spent.
  • ID-3 Authentication Assurance1 techniqueTo ensure authentication strength varies with what is being reached, and that the level achieved is available to the decision that relies on it.
  • ID-4 Identity Assertion Protection1 techniqueTo prevent a valid authentication from becoming a durable, portable credential in an adversary's hands.
  • LC-2 Component Provenance1 techniqueTo know where deployed components came from and what is inside them, so that a compromise disclosed anywhere can be located here.
  • LC-4 Update Integrity and Staging1 techniqueTo limit the blast radius of a compromised trusted update, so that supply chain compromise reaches a ring rather than the estate.
  • TA-1 Decision Loop Measurement1 techniqueTo make the defender's tempo a measured quantity rather than an impression, so that the numerator of temporal advantage exists at all.

The tempo controls carry this form: whether delay measures are pre-authorized, how fast they engage, and whether adversary tempo actually drops relative to defender decision tempo. The command controls test whether the availability floor was declared in advance. A delay program with no measured effect on relative tempo is friction, not maneuver.

Sequencing

A scheme names a sequence, not a set. These are the ordinary neighbors of this form — not a mandatory order, but the order in which each one’s preconditions are usually met.

Typically Preceded By

  • M3 EnvelopmentStep-up and session reduction are enforced by the identity envelope.
  • M5 AmbushDeception supplies the high-confidence trigger that makes delay proportionate.

Typically Followed By

Named as a successor by M3 Envelopment, M4 Obstacle / Canalization, M5 Ambush. Derived from those forms’ own declarations, so the two directions of the sequence cannot disagree.

Named as a predecessor by M7 Counterattack, M8 Isolation / Retrograde. Derived the same way, from the other direction.