Structured manifest of evidence sources for war crimes documentation
| manifests | ||
| README.md | ||
War Crimes Evidence Manifest
Public cryptographic audit trail for the Trump's War Crimes Archive.
What This Repository Contains
Every batch of evidence captures produces a GPG-signed manifest containing:
- SHA-256 hashes of all captured artifacts (WARC, PDF, HTML)
- RFC 3161 timestamps proving when each capture was made
- Exact shell commands used to capture each source (forensic auditability)
Verification
Clone this repo and verify the evidence chain:
# Clone the manifest
git clone https://git.argand.org/nicweyand/warcrimes-evidence-manifest.git
# Verify GPG signatures on all commits
git log --show-signature
# Verify a specific capture's hashes
cd /path/to/evidence/captures/<capture-id>
sha256sum -c hashes.sha256
# Verify RFC 3161 timestamps
openssl ts -verify -data digest.bin -in timestamp.tsr -CAfile cacert.pem
Evidence Preservation System
The evidence-keeper pipeline runs 24/7 on dedicated infrastructure:
| Schedule | System | Purpose |
|---|---|---|
| Every 15 min | Social media monitor | Trump + admin posts (10 accounts), deletion detection |
| Every 6 hours | Full capture pipeline | 1,100+ source URLs in WARC/PDF/HTML + timestamps |
| Every 24 hours | Change detection | Scrub detection on 307 watchlist URLs with before/after diffs |
| Daily 2:00 AM | Video archiver | Press conferences, strike briefings via yt-dlp |
| Daily 4:00 AM | Court filings | CourtListener, PACER, Supreme Court documents |
| Weekly | Dead link checker | All source URLs checked for takedowns |
307 watchlist URLs monitored across 59 categories in 12+ languages (English, Farsi, Arabic, Spanish, Turkish, French, German) covering government agencies, social media, courts, FOIA portals, international bodies, and academic sources.
Capture Formats
| Format | Tool | Purpose |
|---|---|---|
| WARC | wget --warc | Full HTTP archive with headers and assets |
| chromium --headless | Visual snapshot for court submissions | |
| HTML | monolith | Single-file browsable copy |
Chain of Custody
- SHA-256 hashes computed immediately after capture
- RFC 3161 timestamps from FreeTSA.org, verified inline before acceptance
- GPG-signed git commits to this repository (key:
8D7F35708CFC9E1C) - Evidence replicated across multiple jurisdictions and providers
Access the Archive
| Method | URL |
|---|---|
| Clearnet (Iceland) | trumpswarcrimes.com |
| Clearnet (Germany) | trumpswarcrimes.lilacparty.us |
| Tor #1 | ylwlhnnqgbpnkwb3fvwx4eyix5cbcq25fp7pjninuzhjhh36rzi4xxqd.onion |
| Tor #2 | dkxmp42sfj6yrrfrwmqaqkl73c4skdr6zkblgnhp54ndw2yogs3n3did.onion |
| I2P #1 | uokv4gjilthgl3ohzafnzermleknmk3ynxfer4dnfk3fvb26mkwq.b32.i2p |
| I2P #2 | unqfd6rx6j44iy2irdm4uycccpse2t46flybw7j7qbwwpdlnkhva.b32.i2p |
| Download | Full site archive |
| Evidence page | trumpswarcrimes.com/evidence |
| Scrub alert RSS | trumpswarcrimes.com/changes.xml |
Source Code
- Archive: git.argand.org/nicweyand/warcrimes2026
- This manifest: git.argand.org/nicweyand/warcrimes-evidence-manifest
License
This audit trail is published for public verification. The evidence it references is maintained for legal research, journalism, and accountability.