M ManySignal

Use Case: Insider Threat

Insider data theft

A senior engineer downloaded 40,000 source code files 3 days before their last day. HR had notified security. ManySignal had already flagged the access spike when the notification arrived.

Attack scenario

The data walk-out you didn't see coming

The Waymo v. Uber trade secrets lawsuit (2017), the Apple v. Rivos case (2022), and dozens of undisclosed corporate trade secret thefts follow a pattern: an employee, typically in a technical role, downloads a substantial portion of their work product in the days or weeks before resignation. They use legitimate access — the files are in systems they're authorized to use — and legitimate tools: the web browser, the company laptop.

The behavioral signal is clear in hindsight: a spike in file access volume, unusual hours, files outside the user's normal working set, and in many cases a simultaneous spike in personal email or cloud storage activity. ManySignal's behavioral baseline makes this pattern detectable in real time rather than after the fact.

Detection logic
rule: insider_data_theft_risk
type: behavioral + hr_correlation
sources:
  - microsoft_365_audit
  - google_workspace_drive
  - sharepoint_audit
  - dlp_events
  - hr_system (departure_flag, pip_flag)
trigger:
  - condition: |
      file_access_volume_7d > user_baseline_p95 * 2.5
      AND (departure_flag == true OR insider_risk_score > 70)
  - OR:
  - condition: |
      dlp_policy_match AND egress_type IN [personal_email, removable_media, personal_cloud]
enrichments:
  - data_classification: purview, nightfall, custom_tags
  - hr_status: resignation_date, pip_status, manager_id
  - behavioral_delta: 30d_access_pattern_change
  - itsm_justification: jira, servicenow
mitre: T1078 (Valid Accounts), T1213 (Data from Information Repositories)
Triage agent questions
1

Has the user's file access volume spiked relative to their 90-day baseline?

Behavioral baseline
2

What is the data classification of the accessed files — PII, IP, financial, operational?

DLP / Purview
3

Is the user on an HR watch list, a PIP, or a known departing employee?

HR integration
4

Did the user access files outside their normal working hours?

Activity timeline
5

Were files copied to removable media, personal cloud storage, or emailed externally?

DLP / EDR
6

Has the user's manager or HRBP been notified through standard HR channels?

HR system
7

Are there open ServiceNow or Jira tickets justifying this access?

ITSM integration
Response playbook
1

Enable enhanced DLP monitoring for the user's account — log all file activity for 30 days

Approve-gated
2

Alert the user's direct manager and HR business partner with sanitized evidence summary

Approve-gated
3

Place a legal hold on the user's email, SharePoint, and OneDrive data

Approve-gated
4

Generate forensic timeline of all file access and egress events for legal review

Autonomous
5

If removable media involved: coordinate with IT to enable USB block policy

Recommend

MITRE ATT&CK mapping

T1078 — Valid AccountsT1213 — Data from Information RepositoriesT1052 — Exfiltration Over Physical MediumT1048 — Exfiltration Over Alternative Protocol

Insider data theft FAQ

How does ManySignal handle the legal complexity of monitoring employees?

ManySignal's insider threat workflow includes guardrails specifically designed for the legal sensitivity of employee monitoring. Evidence is collected under attorney-client privilege workflows where configured, alerts go to designated insider threat team members only, and the platform maintains an audit trail of who accessed the investigation data.

What's the difference between insider data theft and departing employee risk?

Departing employee risk focuses on the access window between resignation and account deprovisioning. Insider data theft is a broader category that includes current employees with no stated intent to leave. The behavioral signals differ: departing employees show a one-time spike; malicious insiders often show gradual escalation over weeks.

Can ManySignal detect insider activity that doesn't involve file downloads?

Yes. Insider data theft also manifests as screen captures, photographing screens (if the DLP solution supports camera detection), mass email forwarding, CRM data viewing without saving, and database query patterns that suggest reconnaissance rather than normal work. All these signals feed the insider risk score.

How are false positives handled given the sensitivity of these allegations?

The insider threat workflow requires explicit analyst approval before any action that could affect the employee — monitoring, holds, or notification. Automated actions are limited to evidence preservation only. The workflow enforces two-person authorization for escalation steps.

Detect the data walk-out before the last day

HR-correlated behavioral DLP with built-in legal workflow guardrails.