DELETION DETECTOR

OSINT Social Deletion Monitor

Before a major corporate event — acquisition, restructuring, layoffs — employees start scrubbing. LinkedIn bios stripped. Employer tags removed. Resume gaps smoothed over. Individually invisible. In aggregate, the deletion rate across company-linked accounts spikes 48-72 hours before the announcement. This tool simulates 14 days of professional network activity at a fictional company, then introduces a pre-announcement deletion wave. Watch for the signal.

Speed: Ready
STANDBY
0.0000
Deviation from baseline: +0.00σ Profile changes: 0 (last 6h) 7-day avg:
DELETION INDEX TIMELINE

Each bar is one 6-hour reading. The score measures how far insider profile-change activity (executive, engineering, HR, sales) deviates from its rolling 7-day average. Longer bars = more anomalous. Color shifts from green (normal) to red (statistically significant coordinated pattern).

CATEGORY BREAKDOWN: BASELINE vs PRE-ANNOUNCEMENT

Profile changes in the 48-hour spike window compared to the prior 48-hour baseline, by employee category. Insiders who know move first.

EXECUTIVE / C-SUITE
eventsvs baseline
ENGINEERING / PRODUCT
eventsvs baseline
HR / RECRUITING
eventsvs baseline
GENERAL LINKEDIN
eventsvs baseline
RUN IT YOURSELF

This demo uses simulated data. The Python CLI in the GitHub repo can analyze real datasets and monitor live sources via the Wayback Machine CDX API.

# run the same demo in your terminal
python detector.py --demo

# analyze a saved dataset
python detector.py analyze events.json

# monitor a live URL for page disappearances
python detector.py monitor "example.com/profiles/*" --interval 300

Requires Python 3.10+. No dependencies except requests for live monitoring. View source on GitHub →