Code RoomService account reads spike sequentially
HardPrep Room Coding #2709

Service account reads spike sequentially

On-callNetworking & APIsSenior–Staff~40 min

An internal **service account** (`svc-integration`, used by a partner sync) shows a 12x jump in calls to `GET /api/v2/customers/{id}` over 3 days — but total bytes egress is normal and no DLP fired. The calls walk customer IDs in near-sequential order, succeed (200s), and stay just under the per-account rate limit. The service account is legitimately authorized to read customer records for the sync, so authz isn't denying anything. The partner says they didn't change their integration. How do you triage whether this is exfiltration vs. a runaway job, contain it without breaking a live partner integration, and remediate?

What a strong answer looks like

Stop the bleeding first (mitigate), then form hypotheses from real signals. Separate root cause from symptom, communicate status as you go, and close with what prevents a repeat.

0:00 of about 40 min
Which questions mattered is sealed until you submit. Telling you now would just be handing over the edge cases.