Incident Response

When the Threat Actor Has a Badge

Aug 6, 20265 min read

When you get the call that an employee is suspected of exfiltrating data, the instinct is to run your standard incident response playbook. Open a ticket, spin up a war room, loop in the SOC, start collecting forensic artifacts. That instinct will contaminate your investigation before it starts.

Insider threat response is a different kind of investigation. Treating it like an external compromise is how evidence gets destroyed, nothing holds up later, and the company ends up in a worse position than when the investigation began.

Who Gets Briefed, and Who Does Not

In an external compromise, you brief broadly inside the security team. You want SOC analysts correlating logs, the threat intel team providing context, the engineers who know the affected systems. More eyes, faster scope.

In an insider investigation, you cannot do that. The person you're investigating may have colleagues on the security team. The analyst you're about to brief might sit two desks away from the subject. Even without any direct relationship, people notice unusual attention on a specific account or system, and the subject noticing before evidence collection is complete can compromise everything.

The investigation team for an insider case is small by necessity: typically the CISO, one or two trusted engineers, Legal, and HR. That is the list. Nobody else knows why a specific set of logs is being reviewed.

HR and Legal Are Required From Hour One

For an external threat actor, Legal comes up when you're considering law enforcement, and HR appears in the post-incident review. For an insider threat, both are required participants from the first hour.

This is not bureaucratic box-checking. HR determines what employment actions are available and in what sequence. Legal determines what monitoring is permissible, how evidence can be preserved, and what sharing with law enforcement requires. These constraints shape your technical investigation. Taking actions in the wrong sequence - like pulling emails, expanding monitoring on the subject's account, or confronting the employee before Legal has cleared it - can compromise evidence admissibility or expose the company to liability.

The legal requirements around employee monitoring vary by jurisdiction. Some organizations discover during an insider investigation that their acceptable use policy does not actually authorize the monitoring they assumed they could do. That is a bad moment to have that conversation.

Preservation When the Insider Has Privileged Access

This is where the technical difficulty concentrates.

In an external compromise, the attacker tries to cover their tracks from outside the system. You collect logs, image systems, preserve artifacts. The attacker cannot reach what you're preserving.

When the insider is a privileged user, they may have access to the logging infrastructure itself. They may be able to modify their own audit trail, or delete artifacts from storage they administer. Your evidence preservation window exists only until they realize they are being investigated.

This means every action that might tip them off - unusual account queries, changes to their access they would notice, or colleagues behaving differently around them - is a threat to the investigation. You collect what you can from sources the subject cannot reach, quietly, before taking any visible action.

You also need to document chain of custody from the start. Insider cases frequently end in employment termination, often in civil litigation, and sometimes in criminal referral. Evidence gathered for an internal investigation has to meet the standards for those downstream uses, not just the standard for understanding what happened.

Access Removal Is a One-Shot Event

For external compromises, access removal is iterative. Block the IP, rotate credentials, try again if something was missed. The adversary does not know exactly when you're making each move.

With an insider, access removal is the action that signals the investigation. Once you terminate the Active Directory session, disable SSO, and pull badge access, the subject knows something happened. If evidence preservation is not complete by that point, and if HR and Legal have not been aligned on next steps, you have closed your collection window while creating new complications.

In most insider investigations, there is one moment where access terminates. Everything before that moment is preparation. The termination of access, the HR conversation, and sometimes the law enforcement notification happen in a coordinated sequence, often the same day, sometimes the same hour. You do not get to redo it.

Attribution Is Easier, But the Bar Is Higher

Most external compromises are hard to attribute to a specific person. You know the account, the source IP, the timing, but connecting that to an individual with legal certainty is genuinely difficult.

In an insider case, you almost always know whose account it is. Attribution seems simple.

The problem is that "it was obviously them" is not a legal standard, and easy attribution creates pressure to move faster than the evidence supports. You need to document that actions came from the account, that no one else plausibly had access to it, that the timing and behavior pattern correlates with the subject, and that the activity reflects deliberate action rather than error. The investigation still has to follow the evidence rigorously. It just tends to lead to a named individual rather than a persistent anonymous threat actor.

At the End, There Is a Person

External compromises end with remediation and lessons learned. Insider cases end with a conversation conducted by HR, a termination, possibly a referral to law enforcement, sometimes a lawsuit.

A former colleague. Someone you may have hired, or trained, or worked alongside for years.

That does not change how the investigation has to run. The evidence requirements, the legal coordination, the preservation sequencing, the tight briefing list - none of that changes because the situation is uncomfortable. But it is worth knowing before you start that you are operating under a different set of constraints, with different people in the room, and a different kind of accountability for how the investigation is conducted.

The standard IR playbook exists because it works for a certain class of problem. Insider threats are a different class. The instinct to reach for the familiar process is understandable. It is also one of the first mistakes you can make.