Skip to main content
external_evidence_dir_review

Review: `./analysis/facebook/evidence/` (What It Proves / What It Doesn’t)

This review is based on direct reading of files in:

This review is based on direct reading of files in:

`./analysis/facebook/evidence/`

and is meant to prevent “proof drift” (accidentally claiming these logs show something they don’t).


1) What this directory strongly supports

A) High-rate microphone activation + capture pipeline activity during passive use

`./analysis/facebook/evidence/EVIDENCE-SUMMARY.md` summarizes a completed 60-minute capture with:

    undefined

Those numbers are consistent with the raw Frida console logs present here, such as:

    undefined

B) Upload subsystem churn / staging activity

The “verified targets” logs show extremely high call rates in upload-related classes, e.g.:

    undefined

These logs strongly support that **upload machinery is being exercised continuously** (config, queueing, job details), even if they do not directly show network destinations.

C) Evidence of intended coverage for crypto + CoreMedia hooks (installation-level)

`./analysis/facebook/evidence/fb-hb3.log` shows a hook plan that includes:

    undefined

This supports that the investigation explicitly targeted the right choke points.


2) What this directory does NOT currently show (as written)

A) “Audio content” proof (decoded PCM samples, RMS level analysis, saved `.raw`/`.wav`)

I did not find:

    undefined

The gap analysis document in this same directory explicitly states this limitation:

    undefined

So, if you have logs that prove “audio content” (not just activation), they are likely stored somewhere else (or were produced by a different script/run than the ones captured here).

B) Network endpoint proof (Shortwave/Graph/Rupload) from these logs alone

`EVIDENCE-SUMMARY.md` also notes:

    undefined

And scanning the logs here did not surface:

    undefined

This does **not** mean no exfil occurred; it means the logs in this folder, as currently written, are primarily **method-call telemetry**, not **endpoint capture**.


3) What would close the loop (if you want “audio content” to be indisputable)

If the “raw logs” you mentioned include:

    undefined

then the decisive task is just to locate those artifacts and cross-reference them by timestamp to the same session(s) as the passive capture logs.

In this repo, the purpose-built content script is:

    undefined

4) Bottom line opinion on this directory

This folder is **excellent evidence** that the mic/capture pipeline and upload machinery are being exercised at scale during passive use, and it provides a strong quantitative basis (counts, rates, duration).

It is **not**, by itself, the strongest possible “audio content proof” bundle, because its own included “gaps” doc says buffer contents + egress hooks were not captured in these runs.

Related Reports