# FLOOD campaign and document-release audit

## Conclusion

The recovered @666ab731 account record establishes a May 2017 helper, countdown and public-document campaign. It is not an extra cipher route: the two contemporaneously named documents are ordinary readable PDFs. The current public Dropbox folder still serves byte-identical copies of `energy.pdf` and `manifesto.pdf`, but it is mutable and now also includes 2024--25 files. Those later files must not be backdated into the 2017 release.

A contemporary third-party blog calls an item `instructions.pdf`, but the author tweet only says `Instructions:` and points to the folder. No `instructions.pdf` exists in the 27 July 2026 folder ZIP or anywhere in the retained local corpus. This documents a missing lead; it does not prove that a file with that name was ever uploaded.

## Primary account chronology

| UTC | Account post | Evidence |
| --- | --- | --- |
| 2017-05-04T18:25:31.000Z | `860198722034159616` — Get involved http://bit.ly/tengri137helper | no recovered media |
| 2017-05-09T13:12:46.000Z | `861931952781373440` — http://bit.ly/timeforthenextstep | no recovered media |
| 2017-05-10T19:19:03.000Z | `862386519746719745` — Till now world wide over 500 helpers. 100% of Europe, Russia & Nord America. http://bit.ly/tengri137helper  http://bit.ly/timeforthenextstep [MEDIA] | media/C_fP9GkXcAEkaHq.jpg |
| 2017-05-19T23:07:44.000Z | `865705562763407360` — It's​ time. First instructions. We are ready, we are FLOOD.  Instructions: http://bit.ly/timetosharenow  Video: https://youtu.be/nqq04Q3BaxE | no recovered media |
| 2017-05-26T12:07:02.000Z | `868076007793754112` — All important addresses (news papers, TV channels, institutes) on our envelopes. We are ready to do our part on May 31st. And you? #getready [MEDIA] | media/DAwFQYvWAAA-hFF.jpg |
| 2017-05-31T06:20:32.000Z | `869800744093970432` — I'ts time to share. We thank you all for your trust, love and support. All documents are in our Dropbox folder. http://bit.ly/timetosharenow | no recovered media |
| 2017-06-01T11:41:00.000Z | `870243780183588864` — Some questions and answers for our friends in our Dropbox folder now! | no recovered media |

The tweet chronology is a recovered platform record, not a PGP-signed declaration. The chain is nevertheless direct: the account itself posted the helper link, countdown, `FLOOD` instructions, 31 May release, and follow-up.

## Live-folder preservation check

A read-only ZIP snapshot of the Dropbox folder was taken on 27 July 2026. Its archive SHA-256 is `4a8fa1a5902fce3cd4dd1eeba0fe4bec2bc053e07e5af8b922429b25b5d97fcf`. The two 2017 entry hashes match the byte-preserved archive copies exactly.

| Entry | ZIP timestamp | Bytes | SHA-256 |
| --- | --- | ---: | --- |
| `energy.pdf` | 2017-05-31T06:00:00 | 503,968 | `4517057d345c8c2ab91de96a45d0c34a8cf5784c13f8c09d1b083d0c6f58366d` |
| `manifesto.pdf` | 2017-05-31T06:00:02 | 65,689 | `b00b9318dc9e51da884163ec180e53107f3f544691a865ff51664ce818edea10` |
| `Manifesto of the Modern Politeia.pdf` | 2025-09-29T21:33:16 | 325,656 | `8336d9ebb871a355c5645b80295616b22eb714fc9c4f32d409ef489dedfa9cf3` |
| `TLP - Time Loop Processor 2024.03.07.pdf` | 2024-03-07T13:46:42 | 348,715 | `53015d25d3a1421304ae32b49e59354ca1103db2cb949f9a4c9bf6e957970092` |
| `Working Hypothesis - Uniqmos - 2024.11.22.txt` | 2024-11-22T17:39:52 | 3,267 | `8aa97d148329fdc9e0ab70d97ea12c5abdf1c56ea60ef957e1050a516ccbb602` |
| `The Uniqmos Hypothesis - A New Perspective on Universal Structure.txt` | 2025-03-11T14:16:22 | 5,554 | `2e884fe34036eaf7641cabdc5f6412c5c86d6cb4b3818484061014ee552ac72b` |
| `Theoretical Foundations for Matter Replication Technology - Applications of the Uniqmos Hypothesis 2025.05.23.txt` | 2025-05-23T07:31:58 | 26,685 | `d9ebab5084b8f23e66370a0e4899213d62abc323d7248bd457b86af7262fe217` |

`instructions.pdf` present in this snapshot: **no**.

## PDF/container check

| File | Pages | Extracted text chars | Attachments | Embedded images | Direct-LSB ASCII runs | Post-EOF non-whitespace |
| --- | ---: | ---: | ---: | ---: | ---: | ---: |
| `energy.pdf` | 1 | 1,667 | 0 | 2 | 0 | 0 |
| `manifesto.pdf` | 1 | 3,199 | 0 | 1 | 0 | 0 |

The parser finds no PDF attachments, JavaScript/action markers, annotations, or non-whitespace appended after the final `%%EOF`. The direct row-major RGB-LSB check of every extracted image finds no printable ASCII run of eight or more characters. These are useful bounded negative results against ordinary container and bit-plane methods; they cannot prove that no other deliberately encoded layer exists.

## Provenance boundaries

- The 31 May 2017 Reddit link post named `ENERGY.pdf` and `MANIFESTO.pdf` before the account's 06:20 UTC release tweet; it is contemporary community corroboration, not proof of account control.
- The blog records a more detailed campaign story and the `instructions.pdf` filename but is explicitly secondary and unsigned. Its first-person attribution must not be promoted to a cryptographic author claim.
- `energy.pdf` and `manifesto.pdf` are direct, current-folder byte matches. The folder's newer Uniqmos/TLP/Politeia files are current contents, not evidence of a 2017 publication date.

## Reproduce

```powershell
$py scripts/audit_flood_campaign.py --live-zip tmp/flood-live-folder-20260727.zip
```

Input and source SHA-256 values are in the adjacent JSON record. The live folder is mutable; preserve a new ZIP separately rather than overwriting this time-stamped receipt.
