All investigations
Investigation
20 min

How Investigators Analyse Suspicious Viral Videos

A comprehensive look at the forensic workflow used to investigate suspicious viral videos — from initial evidence collection to multi-signal analysis and final verdict.

investigation workflow viral-video methodology

When a suspicious viral video surfaces — whether flagged by a newsroom, a platform trust and safety team, or a concerned member of the public — investigators follow a structured workflow designed to preserve evidence, extract maximum forensic information, and produce defensible conclusions. This investigation documents the complete operational workflow from initial intake through responsible disclosure, providing a comprehensive reference for investigators, journalists, and analysts who encounter potentially synthetic or manipulated viral media.

Phase 1: Intake and Evidence Preservation

Securing the Original Evidence

The first priority upon receiving a tip about a suspicious video is evidence preservation. Viral content is frequently deleted, edited, or replaced by the original poster once scrutiny begins. Every minute of delay risks losing critical evidence:

  • Archive the source URL. Submit the video URL to web archiving services (Wayback Machine, archive.today) to create timestamped, third-party-verifiable copies. Record the exact URL, timestamp, and platform.
  • Download the highest available quality. Use platform-specific download tools that retrieve the maximum quality version available from the platform’s CDN, rather than screen recording. Screen recording introduces an additional compression generation and device-specific artifacts that contaminate forensic analysis. Document the download tool, settings, and timestamp.
  • Capture platform context. Screenshot the video’s platform page including: post date and time, account information, engagement metrics (views, likes, shares, comments), any platform-applied labels or warnings, and the first several pages of comments (which may contain early debunking attempts or additional context).
  • Compute cryptographic hashes. Generate SHA-256 hashes of all downloaded files immediately upon acquisition. These hashes establish that the evidence has not been modified after collection and enable verification if the same file is encountered later in different contexts.
  • Establish chain of custody. Create a formal evidence log documenting: who received the tip, when, from what source, what actions were taken, what files were acquired, and their hashes. This log is essential if the investigation’s findings are used in legal proceedings or published reporting.

Identifying All Available Copies

A single viral video may exist in multiple versions across multiple platforms, each with different compression histories and potentially different edits:

  • Perform reverse video search using frame extractions across multiple search engines and video matching services to identify cross-platform copies.
  • Check video matching databases and duplicate detection services that track content across platforms.
  • Identify the earliest known posting of the video — the version closest to the original source will have undergone the fewest compression generations and will preserve the strongest forensic signals.
  • Download and hash all identified copies. Different copies may have been uploaded from different sources, and comparing their compression artifacts can reveal information about the original source that no single copy preserves.

Phase 2: Metadata Extraction and Analysis

Container and Stream Metadata

Before examining any visual content, extract and analyse all available metadata from the video file:

  • Container metadata. The MP4/MKV/WebM container may preserve creation timestamps, software identifiers (encoding tool, version), geographic coordinates, and device information. While this metadata can be fabricated, inconsistencies between metadata fields (e.g., a creation timestamp that predates the encoding software’s release date) are significant findings.
  • Video stream metadata. Extract codec parameters: encoding profile and level, resolution, frame rate, bitrate, colour space, and pixel format. These parameters constrain the analysis — for example, a video encoded at CRF 28 in H.264 Baseline profile will have significantly different forensic signal preservation than one encoded at CRF 18 in High profile.
  • Audio stream metadata. Extract audio codec, sample rate, channel configuration, and bitrate. Mismatches between video and audio quality levels (e.g., high-quality audio with low-quality video) may indicate content from different sources being combined.
  • EXIF and XMP data. If present (often stripped by social media platforms), camera make/model, lens information, GPS coordinates, and capture settings provide critical provenance information. The absence of EXIF data is not itself suspicious — most platforms strip it — but its presence, if consistent, is a positive authenticity signal.

Platform Fingerprinting

Each social media platform applies a characteristic re-encoding pipeline that leaves identifiable fingerprints:

  • Resolution and bitrate signatures. Platforms encode to specific resolution tiers and bitrate targets. A video at exactly 720×1280 at approximately 4 Mbps is consistent with TikTok encoding. A video at 1080×1920 at approximately 8 Mbps is consistent with Instagram. Matching the encoding parameters to known platform signatures helps establish the sharing chain.
  • Audio re-encoding patterns. Platforms re-encode audio to specific codecs and bitrates (e.g., AAC at 128 kbps). The audio codec and bitrate can confirm or contradict claims about where the video was originally posted.
  • Watermark and overlay detection. Some platforms embed invisible watermarks or apply visible overlays (TikTok logo, Instagram attribution). Detecting residual watermarks from a different platform than the one where the video was found reveals cross-platform sharing history.

Phase 3: Compression Chain Analysis

Estimating Compression Generations

One of the most critical steps in the investigation is estimating how many times the video has been compressed, using techniques documented in our compression history analysis module:

  • DCT coefficient analysis. Each compression cycle modifies the distribution of Discrete Cosine Transform coefficients in characteristic ways. Double-compressed video exhibits periodic patterns in DCT coefficient histograms that are absent in single-compressed video. Triple and higher compression produce increasingly distinctive statistical fingerprints.
  • Quantisation matrix estimation. Different encoding passes may use different quantisation matrices. Evidence of multiple quantisation matrices in the same video indicates multi-generation compression. Mismatched quantisation between I-frames and P/B-frames, or between different regions of the same frame, is particularly significant.
  • Block boundary alignment. When video is re-encoded with block boundaries offset from the previous encoding, characteristic double-edge artifacts appear at block boundaries. Detecting these offset patterns reveals re-encoding events.

Why Compression Chain Matters

The number of compression generations directly determines which forensic methods will produce reliable results and how much weight should be assigned to each signal. This assessment must happen before visual forensics begin, not after — interpreting pixel-level analysis results without understanding the compression context leads to both false positives and false negatives.

Phase 4: Visual Forensics

Spatial Analysis

With the compression context established, apply spatial forensic analysis to examine individual frames:

  • Error Level Analysis (ELA). Re-compress the image at a known quality level and compute the difference from the original. Regions that have been modified or composited often show different error levels than surrounding content, appearing as brighter or darker regions in the ELA output.
  • Frequency domain analysis. Examine the Fourier transform for periodic artifacts characteristic of GAN generation (spectral peaks) or for inconsistencies between different image regions that suggest compositing.
  • Noise level analysis. Natural photographs have sensor noise that varies predictably with illumination level. Composited or generated regions often exhibit inconsistent noise characteristics compared to their surrounding context.
  • Face-specific analysis. Apply face detection and examine detected faces for: boundary artifacts, symmetry anomalies, skin texture consistency, eye reflection consistency, and geometric proportion anomalies. Our forensic modules automate this analysis.
  • Shadow and lighting consistency. Analyse shadow directions, intensities, and colour temperatures across the frame. Inconsistent shadows or lighting between different elements in the scene suggest compositing or environmental manipulation.

Temporal Analysis

Temporal analysis examines consistency across the video’s duration and is often more revealing than frame-by-frame spatial analysis:

  • Frame-to-frame consistency. Track facial landmarks, skin texture, and colour values across consecutive frames. Deepfakes often exhibit frame-level fluctuations in these measurements that exceed the variation present in naturally captured video.
  • Face boundary stability. The boundary between a swapped face and the original head should remain geometrically consistent as the head moves. Deepfakes frequently show face boundaries that shift or warp slightly during head rotation, producing a characteristic “swimming” effect when visualised across multiple frames.
  • Temporal frequency analysis. Examine the temporal frequency spectrum for each pixel or region. Natural video has smooth temporal frequency distributions; deepfakes may introduce high-frequency temporal noise (flickering) that is below conscious perception but measurable through Fourier analysis of pixel time-series.
  • Motion field consistency. Compute optical flow fields between consecutive frames. The motion field in regions containing deepfaked content may show discontinuities at the boundaries of manipulated regions, or unnatural motion patterns within manipulated regions.
  • Physiological signal extraction. Attempt to extract physiological signals from the video: heart rate from subtle colour changes in facial skin (remote photoplethysmography), breathing from torso motion, and micro-expression patterns. Deepfakes typically lack these signals or produce physiologically implausible patterns.

Phase 5: Audio Forensics

Audio Analysis Methodology

If the video contains audio, apply audio-specific forensic analysis:

  • Spectral analysis. Examine the audio spectrogram for anomalies: unnaturally smooth formant transitions (suggesting synthesis), absence of natural breathing sounds, unusual frequency content above the expected range for the apparent recording conditions, or sharp spectral discontinuities suggesting splicing.
  • Audio-visual synchronisation. Measure the temporal alignment between audio phonemes and visual lip positions at the frame level. Natural speech exhibits tight, consistent alignment; deepfakes often show systematic offsets or variable alignment precision across different phoneme types.
  • Environmental Noise Consistency (ENC). Analyse the background audio throughout the video. Natural recordings in a consistent environment have consistent background noise profiles. Spliced audio or synthetic audio overlaid on real video often exhibits discontinuities in background noise that don’t correspond to visual scene changes.
  • Electric Network Frequency (ENF) analysis. In indoor recordings, AC power line frequency (50 or 60 Hz) and its harmonics may be captured in the audio. The instantaneous frequency of this signal varies uniquely over time and can be matched against utility grid records to verify the recording location and time. Synthetic audio will lack a genuine ENF signal.
  • Voice biometric comparison. If the video claims to show a known individual, compare voice biometric features (formant ratios, pitch range, speaking rate, idiosyncratic pronunciation) against verified reference recordings of that individual.

Phase 6: Provenance Verification

Establishing the Content’s Origin

Provenance verification investigates the video’s claimed origin and sharing history:

  • Account analysis. Examine the posting account: creation date, posting history, follower growth pattern, engagement patterns, profile consistency. Accounts created shortly before posting suspicious content, or accounts with engagement patterns inconsistent with their follower count, warrant additional scrutiny.
  • Reverse image/video search. Search for the video content and extracted keyframes across multiple platforms and search engines to identify the earliest known posting and any previous versions.
  • Geolocation verification. If the video claims to show a specific location, verify visual elements (buildings, signage, vegetation, road markings, sun position) against satellite imagery, street-level photography, and expected environmental conditions for the claimed date and location.
  • Temporal verification. Verify that time-dependent visual elements (weather, lighting, shadows, seasonal indicators) are consistent with the claimed date and location.
  • C2PA and content credentials. Check for embedded content credentials conforming to the C2PA standard, which provide cryptographically verifiable provenance from the capture device through editing and distribution. The absence of credentials is not suspicious (most content currently lacks them), but their presence and validity is a strong positive authenticity signal.

Phase 7: Multi-Signal Correlation and Confidence Assessment

Synthesising Analysis Results

The most critical and most frequently mishandled phase of an investigation is the correlation of individual analysis results into an overall assessment. This requires principled methodology, as detailed in our forensic analysis methodology:

  • Independent signal assessment. Each forensic analysis module produces an independent signal. These signals must be assessed independently before correlation — using one signal to confirm another introduces circular reasoning bias.
  • Signal reliability weighting. Weight each signal based on the compression chain assessment from Phase 3. A strong GAN frequency detection signal is highly meaningful in a first-generation video; the same signal in a fifth-generation copy is unreliable and should receive minimal weight.
  • Concordance analysis. Assess whether multiple independent signals point in the same direction. Multiple independent signals indicating manipulation provides much stronger evidence than any single strong signal. Conversely, one strong manipulation signal contradicted by multiple authenticity signals should prompt careful re-examination.
  • Alternative hypothesis evaluation. For each detected anomaly, consider non-manipulative explanations: compression artifacts, camera sensor characteristics, lighting conditions, legitimate post-production, and platform processing. An anomaly that can be explained by known benign processes provides weak evidence of manipulation.
  • Confidence calibration. Express the final assessment as a calibrated confidence level, not a binary authentic/fake judgment. The assessment should explicitly state: what was analysed, what signals were detected, how they were weighted, what alternative explanations were considered, and the resulting confidence in the assessment. Understanding detection limitations is essential for proper calibration.

Phase 8: Report Generation

Producing a Defensible Forensic Report

The investigation report must be comprehensive, transparent, and reproducible:

  • Evidence documentation. List all analysed files with SHA-256 hashes, acquisition sources, and timestamps. Include the complete chain of custody log.
  • Methodology documentation. Describe every analysis performed, the tools and versions used, the parameters applied, and the results obtained. Another qualified investigator should be able to reproduce every analysis step.
  • Results presentation. Present each signal finding with supporting visualisations (ELA maps, frequency spectra, temporal consistency plots, lip-sync alignment graphs). Annotate specific frames and regions where anomalies were detected.
  • Limitations disclosure. Explicitly document what the analysis could not determine and why. State the compression chain assessment and its impact on signal reliability. Identify any analyses that could not be performed due to content limitations (e.g., no audio, insufficient resolution).
  • Conclusion with confidence. State the overall assessment with a calibrated confidence level and the reasoning supporting that level. Avoid absolute statements (“this is definitely fake”) in favour of probabilistic assessments (“analysis indicates manipulation with high confidence based on concordant spatial, temporal, and audio-visual signals”).

Phase 9: Responsible Disclosure

Communicating Findings Appropriately

The final phase of an investigation is the responsible communication of findings, following principles adapted from cybersecurity responsible disclosure:

  • Stakeholder notification. If the deepfake targets a specific individual, notify them or their representatives before public disclosure. Provide a reasonable window for them to prepare a response.
  • Platform notification. Report the content to the hosting platform’s trust and safety team with the forensic report, enabling them to take appropriate action (labelling, demonetisation, removal) based on their policies.
  • Public communication calibration. When publishing findings, match the certainty of public statements to the confidence level of the analysis. Overstating certainty undermines credibility and may have legal consequences. Understating certainty allows harmful content to continue spreading.
  • Methodology transparency. Where possible, publish the methodology used (though not necessarily the specific model weights or detection bypasses discovered) to enable peer review and contribute to the collective forensic capability.
  • Follow-up monitoring. After disclosure, monitor for the content re-appearing on other platforms, modified versions designed to evade the specific signals identified, or retaliatory content targeting the investigation team.

Operational Considerations

Time Pressure and Triage

Viral video investigations frequently operate under extreme time pressure — content may be spreading rapidly and causing real-world harm while the investigation is underway. Effective triage is essential:

  • Rapid preliminary assessment (30 minutes). Evidence preservation, metadata extraction, and a quick visual review to determine whether full investigation is warranted. At this stage, flag obvious artifacts or obvious authenticity signals.
  • Focused forensic analysis (2–4 hours). Compression chain analysis, primary visual and temporal forensics, audio analysis if applicable. This produces a preliminary confidence assessment sufficient for informing stakeholder decisions.
  • Comprehensive investigation (1–5 days). Full provenance verification, exhaustive multi-signal analysis, geolocation and temporal verification, report generation. This produces the definitive forensic record.

Our forensic upload tool accelerates the rapid preliminary assessment phase by automating evidence hashing, metadata extraction, compression chain analysis, and multi-signal forensic analysis. For the complete methodology underlying the automated analysis, consult our technical documentation and comprehensive detection guide.

Legal and Ethical Considerations

Investigators must be aware of the legal and ethical dimensions of their work:

  • Downloading and analysing content may have legal implications depending on jurisdiction, content type, and the investigator’s legal standing.
  • Publishing forensic findings about content depicting identifiable individuals raises privacy and defamation considerations.
  • False positive determinations — incorrectly labelling authentic content as synthetic — can cause significant harm to the individuals depicted and to public trust in forensic methodology.
  • The investigation workflow itself must be documented thoroughly enough to withstand legal and journalistic scrutiny.

For a detailed understanding of the forensic signals examined in each phase of this workflow, consult the forensic analysis module documentation and review the documented limitations that apply to each analysis type.

Investigate a video with ClipForensics

15 forensic modules. Evidence-based verdicts. Transparent limitations.