Perimeter defences assume the danger is outside. Insider threats are the cases where the person with the badge, the credentials and the legitimate access is the problem — sometimes on purpose, far more often by accident, and increasingly because an outside attacker is operating through their account. These incidents are harder to detect than external attacks precisely because nothing about the access itself looks wrong.
Three kinds of insider
Treating "insider threat" as one thing leads to bad controls. The three profiles behave differently:
- Malicious insiders act deliberately: an engineer taking source code to a competitor, an administrator planting a logic bomb before being fired, a support agent selling customer records. Rare, but high impact. Motivations cluster around money, grievance and ideology, and there's usually a trigger — a performance review, a denied promotion, a resignation.
- Negligent insiders cause harm without intent: emailing a spreadsheet to the wrong address, pasting customer data into a public AI tool, misconfiguring a share, falling for a phishing email. This is the majority of insider incidents by count and a large share by cost.
- Compromised insiders are legitimate users whose credentials or devices an attacker controls. From the defender's view this is an insider — the activity comes from a real account — which is why insider detection and external intrusion detection have converged.
Contractors, vendors and partners with system access belong in all three categories and are often less monitored than employees.
What it looks like
The documented cases follow patterns. Departing employees bulk-download files in their final weeks — this is by far the most common malicious scenario, and the majority of it is detectable if anyone is looking. Privileged administrators create backdoor accounts or disable logging. Employees are recruited by external groups, including ransomware crews who openly advertise for insiders and nation-state actors targeting engineers at chip and defence firms. And in the negligent category, the rise of generative AI created a new leak path: sensitive code and documents pasted into public chatbots, prompting many organisations to block or replace them with enterprise versions.
Controls that reduce the damage
You can't eliminate insiders; you can limit what any one of them can do and shorten the time before you notice.
- Least privilege, actually enforced. Access matched to role, reviewed on a schedule, removed on role change and immediately on departure. Privileged access through a broker that grants elevated rights just-in-time and records the session.
- Separation of duties for consequential actions: no single person can both create a vendor and approve a payment, or deploy code and disable its monitoring.
- Data loss prevention that classifies sensitive data and controls or flags its movement — to USB, to personal email, to cloud storage, to AI tools.
- Logging you can't turn off — administrator actions in particular shipped to an immutable store outside the administrator's control.
- Offboarding as a security process: access revocation across every system within hours, device return, and a review of the leaver's recent activity.
Detecting behaviour, not signatures
Because insider activity uses valid access, detection has to be about anomalies. User and entity behaviour analytics (UEBA) builds a baseline for each account — normal hours, normal systems, normal data volumes — and scores deviations: a finance analyst suddenly querying the HR database, an engineer downloading ten times their usual volume the week after resigning, a service account logging in interactively. Modern identity and security platforms bundle this. The signal is noisy; what makes it work is combining it with context (HR events such as resignations and disciplinary actions, with appropriate privacy safeguards) and with a human analyst who investigates rather than an automated block that punishes.
Culture is a control
The programmes that work are not surveillance programmes. Employees who feel watched become disengaged, and disengagement is a risk factor. What works: clear, proportionate policies people understand; training that explains why — most negligent incidents are people trying to get work done around friction; easy, blame-free reporting of mistakes ("I sent that to the wrong person") so they're contained early; and managers equipped to notice and escalate the human warning signs — financial stress, conflict, sudden behaviour change — through HR channels, not security ones. Insider risk is a people problem with technical controls, not the reverse.
- Negligent insiders cause most incidents; malicious ones cause the worst; compromised accounts blur the line with external attacks.
- Departing employees and privileged administrators are the highest-risk scenarios — monitor both.
- Least privilege, separation of duties and tamper-proof logging bound the damage any single person can do.
- Detection is behavioural; response should be investigative and proportionate, or you create the disengagement you fear.