← Back to feed
Threat Actors & CampaignsEmerging1 sourceSep 21, 2026 · 09:00via CSO Online

Revoking the token didn’t kill the backdoor

Brief

Every identity-compromise runbook I have written, read or inherited has the same step near the top: revoke the tokens. Reset the password, kill the sessions, invalidate the refresh tokens, then go hunting. It is the right instinct. Against adversary-in-the-middle phishing, where the whole prize is a stolen session cookie, revocation is the move that ends the incident.

Then I spent a few days taking apart a backdoor where that step buys you nothing at all. The reason sits in one function, and it is the last place most of us would think to look.

The sample is GraphWorm, a custom implant tied to the China-nexus APT group Webworm. One thing I found there rewrote a line in my own incident response procedure, and I think it belongs in yours.

The C2 channel is somebody’s OneDrive

GraphWorm has no C2 domain, no beacon to a rented VPS, no hardcoded address to block.

Read more on CSO Online