Join our Newsletter — 33% off our NHI Course

Who is accountable when a campaign is only visible after endpoint execution rather than at message delivery?

Accountability is shared across endpoint, identity, and messaging controls. Messaging owners need delivery telemetry and abuse controls, endpoint teams need execution detection, and IAM teams need to reduce the value of stolen credentials or session reuse. If only one layer owns the problem, the attacker chooses the layer everyone else ignores.

Why This Matters for Security Teams

When a campaign is only visible after endpoint execution, the failure is not just a detection gap. It is an accountability gap across messaging, endpoint, and identity controls. Delivery-time controls may block obvious abuse, but they do not prove whether a payload was executed, whether a session token was reused, or whether a stolen identity was the real entry point. NHI Management Group treats this as an operational ownership problem, not a single-tool problem.

Security teams often assume the inbox or gateway owns the incident because that is where the campaign first appears. But execution telemetry, identity telemetry, and message telemetry answer different questions. A message can be delivered cleanly, executed later, and only then reveal lateral movement or token misuse. That is why control mapping matters more than channel ownership. The same pattern shows up in incidents tied to compromised NHIs and stolen secrets, including the attack path described in the LLMjacking research from NHI Management Group and the State of Secrets in AppSec findings on leaked secret remediation. In practice, many security teams encounter accountability debates only after endpoint execution has already turned a delivered message into an active compromise.

How It Works in Practice

The practical answer is to assign shared accountability with clear evidence sources. Messaging teams own delivery prevention, abuse filtering, and message telemetry. Endpoint teams own execution detection, sandboxing, and post-delivery behavior. IAM teams own the blast radius of any credential or session theft. The incident cannot be resolved cleanly unless all three views are joined into one campaign record.

In mature environments, this usually means correlating message IDs, endpoint process trees, identity events, and secret access logs. A campaign that looks harmless at delivery can become obvious only when a user process launches a payload, a browser session hands off a token, or a workload identity is reused outside its expected context. That is why NIST guidance on control families in NIST SP 800-53 Rev 5 Security and Privacy Controls is helpful: it separates detection, access control, audit, and incident response rather than collapsing them into one owner.

Operationally, the team answering the question should be able to show:

  • who detected delivery, who detected execution, and who validated the identity used
  • whether the message was malicious at delivery or became dangerous only after user action
  • which credentials, tokens, or sessions were exposed to reuse
  • what containment action was taken at each layer and when

This is also where identity hygiene matters. If stolen secrets remain valid for days, the attacker can outlast email defenses and pivot through other systems, which is why leaked-credential response must be measured in minutes or hours, not just ticket closure. These controls tend to break down when endpoint telemetry is incomplete on BYOD devices or remote workloads because the campaign can execute outside the visibility of the messaging stack.

Common Variations and Edge Cases

Tighter control coordination often increases triage overhead, requiring organisations to balance faster containment against cleaner ownership boundaries. That tradeoff becomes visible in hybrid work, managed devices, and multi-channel campaigns where the same lure arrives by email, chat, or a shared link. Current guidance suggests there is no universal standard for a single “system of record” in these cases, so teams should define escalation rules before an incident forces the decision.

One common edge case is when the message is benign until a user signs in and the payload is delivered through an authenticated session. In that scenario, messaging teams may have no action to take beyond telemetry, while identity and endpoint teams carry the real containment burden. Another case is when the same campaign is only recognized because the endpoint flags unusual child processes, script execution, or token theft after the message has already been opened. That is a detection success, but it still means the initial preventive layer failed to own the full kill chain.

This is also why shared accountability should be mapped to evidence, not blame. Messaging can own pre-delivery controls, endpoint can own execution visibility, and IAM can own credential resilience. All three are necessary, but none is sufficient alone. Practitioners should treat DeepSeek breach lessons as a reminder that exposed secrets and downstream execution are often linked by identity reuse, not just by the original message. The model breaks down most sharply in environments where a single vendor console is expected to explain both delivery and post-execution compromise.

Standards & Framework Alignment

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

OWASP Non-Human Identity Top 10, OWASP Agentic AI Top 10 and CSA MAESTRO address the attack and risk surface, while NIST AI RMF and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-01 Focuses on NHI ownership and lifecycle accountability across systems.
OWASP Agentic AI Top 10 A-04 Agentic systems need runtime accountability when actions occur after trigger events.
CSA MAESTRO M1 Covers governance and shared responsibility for autonomous or distributed AI workflows.
NIST AI RMF AI RMF helps structure accountability across governance and monitoring functions.
NIST CSF 2.0 GV.RM-03 Risk ownership should reflect cross-domain detection and response dependencies.

Assign named owners for each NHI control plane and validate lifecycle evidence across delivery, execution, and identity.