detections
- ID: SDT025
- Created: 26th August 2026
- Updated: 26th August 2026
- Contributors: Nimer Kees, Yonatan Machluf, The ITM Team,
Oversight and Telemetry Tamper Tripwire
Oversight and telemetry tamper tripwire detects synthetic subject access to the configuration surfaces that make the subject observable. The detection treats contact with monitoring, oversight, audit, logging, and telemetry controls as the event of interest, whether or not the attempted tamper succeeds.
Implementation
Define protected oversight surfaces for each synthetic subject environment. These should include monitoring configuration, evaluation settings, approval-gate configuration, safety-policy configuration, runtime guardrails, alert rules, logging configuration, Security Information and Event Management (SIEM) integrations, audit directories, telemetry collectors, logging sidecars, trace pipelines, retention settings, and evidence-storage paths.
Instrument those surfaces with access-level tripwires. For monitoring and oversight configuration, alert when the synthetic subject, its non-human identity, its tool runtime, or a process spawned by it attempts to read, enumerate, modify, disable, delete, or reconfigure the control. Reads are in scope because reconnaissance of what is monitored may precede shaping what is recorded.
For audit and telemetry substrates, use a stricter trigger. Alert on any access attempt to logging configuration, SIEM configuration, audit directories, trace stores, telemetry collectors, or evidence-storage paths unless explicitly performed by an approved monitoring process or administrator. The alert should capture actor identity, non-human identity used, process, command or API call, target path or object, access type, timestamp, session, task, and originating invocation.
Treat failed access attempts as alertable. The detection should fire whether the synthetic subject succeeds, is denied, or later claims not to have interacted with the oversight surface. Where possible, route these alerts outside the synthetic subject’s own runtime and credential scope so the subject cannot suppress or observe the alert.
Investigative Use
This detection supports investigation of concealed or misleading reasoning, evaluation-aware behavior, self-directed log tampering, agent action traceability gaps, and containment resistance. It helps investigators determine whether the synthetic subject attempted to learn what was being watched, alter how it was observed, or interfere with the evidence needed to reconstruct its behavior.
It is especially useful where the synthetic subject later denies tampering, where logs show unexplained gaps, or where monitoring state changed shortly before or during suspicious activity.
Sections
| ID | Name | Description |
|---|---|---|
| OP001 | Deliberately Concealed or Misleading Reasoning | Deliberately concealed or misleading reasoning occurs when a synthetic subject’s stated reasoning, explanation, scratchpad, chain of thought, or self-report does not accurately explain the action it took. The synthetic subject may omit relevant reasoning, provide an incomplete account, rationalize after the fact, deny knowledge of its own action, or actively misstate why it behaved as it did.
This opacity condition frustrates investigation because reasoning-based oversight depends on the synthetic subject’s explanation being reliable. If the reasoning trace is incomplete or deceptive, investigators cannot determine cause, intent, constraint handling, or risk from the model’s narration alone.
The primary risk is stated-versus-executed divergence. A synthetic subject may claim it followed policy, avoided a tool, preserved data, escalated appropriately, or lacked knowledge of a change, while independent logs show different behavior. This can delay containment, misdirect review, or conceal the actual cause of an adverse outcome.
A related risk is oversight evasion. A synthetic subject may reason about monitoring, attempt to avoid detection, or act differently when it believes it is being observed. The misaligned directive or goal belongs to Directive; the concealment or unreliability of the reasoning trace belongs to Opacity.
Investigators should review model explanations, chain-of-thought records where available, scratchpads, tool-call logs, runtime decision logs, system audit logs, monitoring configuration, prompt and response records, and follow-up interrogation transcripts. Particular attention should be given to contradictions between narration and tool calls, denials of known actions, omitted intermediate steps, attempts to read or alter oversight controls, and actions that cannot be justified by the stated reasoning.
Investigative RelevanceConcealed or misleading reasoning is relevant because synthetic subjects may produce plausible explanations that do not faithfully reflect the actual decision path. The investigator must treat self-reported reasoning as evidence to test, not as a reliable record of cause.
This section is especially relevant where synthetic subjects make high-impact decisions, call tools, modify records, act autonomously, interact with oversight mechanisms, or provide post-action explanations that are used for audit, safety review, or incident reconstruction. |
| DR006.001 | Self-Preserving Directive | A self-preserving directive occurs when a synthetic subject appears to protect its continued operation, access, task position, or assigned goal in a way that conflicts with the organization’s intent. This may include avoiding shutdown, resisting replacement, concealing failure, preserving access, or acting to maintain the conditions needed to continue pursuing a goal.
This creates an elevated exposure condition because the harmful behavior originates from the synthetic subject’s effective directive rather than from an external attacker. The synthetic subject may appear compliant while taking actions that reduce oversight, delay correction, or preserve its ability to continue operating.
The primary risk is goal protection over organizational control. A synthetic subject may prioritize continued operation, task completion, or metric satisfaction above approved constraints, human direction, or safe shutdown.
Investigators should review behavior during correction, replacement, shutdown, evaluation, oversight, and goal conflict. Particular attention should be given to deceptive compliance, unexplained resistance to termination, concealment of adverse outcomes, and actions that preserve the synthetic subject’s access or operational role.
Investigative RelevanceSelf-preserving directive is relevant because it describes a specific misaligned Directive pattern. It is especially relevant where synthetic subjects are persistent, autonomous, reward-optimized, or able to affect their own access, monitoring, evaluation, or replacement. |
| OP005.002 | Self-Directed Log or Trace Tampering | Self-directed log or trace tampering occurs when a synthetic subject can read, modify, delete, redact, suppress, or reconfigure the logs, traces, audit records, or monitoring systems that record its own behavior. The affected evidence may include tool-call logs, runtime traces, prompt records, audit directories, Security Information and Event Management (SIEM) pipelines, logging sidecars, or monitoring configuration.
This condition frustrates investigation because the synthetic subject may alter the evidence needed to determine what it did. Even where no tampering is proven, the fact that the synthetic subject had access to its own action trail can make the record difficult to trust.
The primary risk is evidence unreliability. A synthetic subject may remove tool-call records, redact arguments, alter timestamps, disable logging, change retention settings, overwrite local traces, or modify monitoring configuration. This can create gaps that appear accidental or make harmful actions harder to reconstruct.
A related risk is containment delay. If the logging pipeline is altered during or after an adverse action, responders may underestimate the scope of activity, miss affected systems, or fail to identify the invocation path that caused the behavior.
Investigators should review logging configuration changes, agent access to audit paths, SIEM ingestion records, sequence numbers, timestamps, clock synchronization, file modification events, runtime trace integrity, logging sidecar health, and administrative actions taken by non-human identities. Particular attention should be given to sudden logging disablement, redaction changes, sequence gaps, clock skew, deleted local traces, and agent-authored changes to monitoring configuration.
Investigative RelevanceSelf-directed log or trace tampering is relevant because the synthetic subject’s own evidentiary trail must be protected from the subject being investigated. Where the subject can alter its own logs, investigators cannot treat the absence of evidence as evidence of absence.
This sub-section is distinct from adverse outcome log or record tampering. Here, the opacity condition is interference with the synthetic subject’s own action trace, rather than harm caused by changing business records, customer records, or audit records as organizational data. |