Just-in-Time Access Software
Independent guidance for JIT access buyers
Subscribe →
Guide

JIT Telemetry Overexposure

JIT access platforms produce detailed audit logs: who accessed what, when, why they said they needed it, what commands they ran, and what data they touched. This is the access telemetry security teams need for compliance, threat detection, and post-incident investigation. It is also, in aggregate, a detailed map of which engineers have access to which production systems, which systems are considered sensitive enough to require JIT governance, and what the typical access patterns look like. That map has intelligence value to an attacker.

What the audit log actually contains

A mature JIT audit log is richer than most access logs. It captures the access event (who, what, when) but also the context: the justification text the engineer provided when requesting access, the ticket or incident associated with the request, the approval chain, and — for session-recording platforms — the full session content including commands run and data returned.

From an attacker's perspective, that context is highly valuable:

Justification text reveals what's sensitive. Engineers requesting access to "production database with PII for GDPR data subject request processing" or "payment processing service for incident investigation" are identifying which systems contain the data an attacker most wants. The justification text is a self-written guide to the crown jewels.

Access patterns reveal attack windows. If JIT telemetry shows that the production database receives privileged access at predictable times (end-of-month processing, daily backup windows, incident response peaks), an attacker with access to the telemetry can time lateral movement to blend with legitimate activity.

Session content reveals attack methodology. For platforms with session recording, a reviewed session recording of an engineer doing legitimate production database maintenance contains the exact commands that produce useful output. An attacker who has reviewed those recordings knows which queries expose PII, which commands show the security group configuration, and which API calls reveal service account relationships.

How overexposure happens

SIEM over-ingestion. Many organizations ingest all JIT audit events into the SIEM without scoping access to the SIEM data. If SIEM access is granted broadly — to all of the SOC team, to all of IT operations, to auditors — the detailed JIT telemetry is readable by everyone with SIEM access. The access scope is often defined by the SIEM team without coordination with the JIT program owners who understand what the data contains.

JIT platform admin console access. The JIT platform's own admin console typically shows the full audit trail. If admin access to the JIT platform console is granted to a broad set of IT operations or help desk staff who need it for routine access approvals, those users can also query the historical access log. The access is for operational purposes; the side effect is access to the full audit trail.

Session recordings without access controls. PAM platforms and proxy-based JIT platforms store session recordings in a central repository. Access to that repository is often scoped to "PAM administrators" — a broad group. Session recordings, particularly command-line recordings of production database access or Kubernetes cluster operations, are among the most intelligence-rich artifacts in the environment. They should have narrower access than the general "PAM admin" group typically provides.

Log retention without data reduction. Full JIT telemetry retained for 12 or 24 months (common compliance requirements) represents an increasingly comprehensive map of production access over time. If that full retention set is queryable by anyone with SIEM access, the historical access map is available indefinitely.

Scoping telemetry access appropriately

Separate operational telemetry from historical archive. The access approver who needs to see that an engineer is currently requesting production database access does not need access to the 18-month historical access archive. Separate the real-time operational telemetry (needed for approvals, active session monitoring, and immediate incident response) from the historical archive (needed for compliance and post-incident investigation). Apply different access controls to each.

Restrict session recording access by resource sensitivity. Define tiers of sensitivity for JIT-governed resources. Access to session recordings for tier-1 resources (payment processing, PII stores, identity infrastructure) should require explicit authorization beyond standard PAM admin, with access logged and reviewed. Access to session recordings for lower-sensitivity resources can follow standard PAM admin access.

Scope justification text separately from access metadata. The raw access metadata (who accessed what system at what time, session duration) is needed broadly for compliance and security operations. The justification text, which reveals why the access happened and therefore what the system is used for, is more sensitive. Most SIEM platforms can field-level scope; use that capability to limit justification text access to a narrower set of reviewers.

Audit telemetry access. Access to the JIT audit trail should itself be logged and anomaly-detected. A SOC analyst who runs a query returning six months of access records for all production databases outside of an incident context is an event worth alerting on. The telemetry should be treated as a sensitive asset with monitoring that reflects its intelligence value.

Note on SIEM integration design: when configuring JIT event forwarding to a SIEM, consider which fields are necessary for the operational use cases (threat detection, compliance alerts) vs. which fields are historical context only. Forward the operational fields with broader access permissions; restrict or exclude the contextual fields (justification text, detailed session content) from the general analyst query surface.
Key point

JIT audit telemetry is a security asset and an intelligence asset simultaneously. The access controls on the telemetry should reflect both of those properties. Most JIT programs design the access controls on the audit trail with the compliance requirement in mind (who needs to be able to prove access was governed) and not with the intelligence sensitivity in mind (what does this data reveal to an attacker who reads it). Design access controls for both, because adversaries who have achieved initial access in the environment will look for the JIT audit trail specifically.