New information extracted from Snowden PDFs through metadata version analysis
1–10 of 139 posts
Re: New information extracted from Snowden PDFs through metadata version analysis
#2Re: New information extracted from Snowden PDFs through metadata version analysis
#3Re: New information extracted from Snowden PDFs through metadata version analysis
#4Can someone spell out how this is possible? Do pdfs store a complete document version history? Do they store diffs in the metadata? Does this happen each time the document is edited?
Re: New information extracted from Snowden PDFs through metadata version analysis
#5Can someone spell out how this is possible? Do pdfs store a complete document version history? Do they store diffs in the metadata? Does this happen each time the document is edited?
"The PDF format allows for previous changes to be retained in a revised version of the document, thereby keeping a running history of revisions to the document.
This tool extracts all previous revisions while also producing a summary of changes between revisions."
Re: New information extracted from Snowden PDFs through metadata version analysis
#6Can someone spell out how this is possible? Do pdfs store a complete document version history? Do they store diffs in the metadata? Does this happen each time the document is edited?
mutool clean -d in.pdf out.pdf
If you look below you can see a Pages list (1 0 obj) that references (2 0 R) a Page (2 0 obj). 1 0 obj
>
endobj
2 0 obj
>
endobj
Rather than editing the PDFs in place, it's possible to update these objects to overwrite them by appending a new "generation" of an object. Notice the 0 has been incremented to a 1 here. This allows leaving the original PDF intact while making edits. 1 1 obj
>
endobj
You can have anything inside a PDF that you want really and it could be orphaned so a PDF reader never picks up on it. There's nothing to say an object needs to be referenced (oh, there's a "trailer" at the end of the PDF that says where the Root node is, so they know where to start).Re: New information extracted from Snowden PDFs through metadata version analysis
#7Re: New information extracted from Snowden PDFs through metadata version analysis
#8Re: New information extracted from Snowden PDFs through metadata version analysis
#9I have read claims that there were fake documents inserted in those leaks, who aimed at pushing disinformation.
Re: New information extracted from Snowden PDFs through metadata version analysis
#10Recently someone else revisited the Snowden documents and also found more info, but I can't recall the exact details.
Snowden and the archives were absolute gifts to us all. It's a shame he didn't release everything in full though.