Live data from Hacker News

Facebook crawls links in PDFs you send in Messenger

twitter.com

61–70 of 165 posts

Re: Facebook crawls links in PDFs you send in Messenger

#61
post #59

Earlier quoted context omitted.

Because the key, nonce, result, and keyshare or Diffie-Hellman exchange are all done inside of messenger... why would anyone believe this is legit? It might be, IDK, but if it’s all inside their system, how could you audit that?

Couldn't you sort of test this by enabling E2E, sending a link that was previously blocked, and seeing if it is still blocked? That would at least show some sign if it's all a sham or not.

That would guarantee absolutely nothing.

Re: Facebook crawls links in PDFs you send in Messenger

#62
post #59

Earlier quoted context omitted.

Couldn't you sort of test this by enabling E2E, sending a link that was previously blocked, and seeing if it is still blocked? That would at least show some sign if it's all a sham or not.

That would guarantee absolutely nothing.

If the link was still blocked it would guarantee that Facebook is still eavesdropping.

Re: Facebook crawls links in PDFs you send in Messenger

#64
post #43

Earlier quoted context omitted.

This is links INSIDE a pdf. Thats one step further than most people assumed.

Mostly to scan the PDF and ensure it's safe I believe, or atleast that's would be the stated reason.

I can believe that (despite the obvious creepyness), since FB users have a knack for getting owned and spreading that ownage to other users.

Re: Facebook crawls links in PDFs you send in Messenger

#65

This will keep happening until they enable e2e. I’ve had Facebook block several links sent in private message groups, to completely legal and safe sites (Messenger prints out an obscure API error and refuses to send the content). They have done this for a long time.

Worth noting WhatsApp also provides link previews now. Although it is supposedly e2e communication, the link previews are likely generated by reaching out to a similar facebook unfurl service.

They can then have a single map of phone num -> links rendered between fb and whatsapp.

Re: Facebook crawls links in PDFs you send in Messenger

#66
post #44

Not in the least surprising. Wouldn't be surprised if Gmail does this to..."detect phishing" (pdfs containing phish links are common). Always a plausible reason they can use.

There's no surprise. Gmail does.

If you search for a text string in Gmail, it will return emails that contain that text only in scanned images or PDFs that are in your mailbox.

Re: Facebook crawls links in PDFs you send in Messenger

#67
post #62

Earlier quoted context omitted.

That would guarantee absolutely nothing.

If the link was still blocked it would guarantee that Facebook is still eavesdropping.

Other guy was right. Think about this easy scenario

  If (E2E_ENABLED) {

  SkipCrawler();  

  SkipContentChecks();  

}

Re: Facebook crawls links in PDFs you send in Messenger

#68

This will keep happening until they enable e2e. I’ve had Facebook block several links sent in private message groups, to completely legal and safe sites (Messenger prints out an obscure API error and refuses to send the content). They have done this for a long time.

I experienced this too, Facebook will block most torrent links, regardless of if they're legal or not. I've taken to encoding these with Base64 first and instructing the recipient to decode them.

Re: Facebook crawls links in PDFs you send in Messenger

#69
post #65

This will keep happening until they enable e2e. I’ve had Facebook block several links sent in private message groups, to completely legal and safe sites (Messenger prints out an obscure API error and refuses to send the content). They have done this for a long time.

Worth noting WhatsApp also provides link previews now. Although it is supposedly e2e communication, the link previews are likely generated by reaching out to a similar facebook unfurl service. They can then have a single map of phone num -> links rendered between fb and whatsapp.

WhatsApp fetches a link preview on the sender's device before the message is encrypted, and packages it up with the message before sending. Depending on how exactly they implement the fetch, they may or may not know what links you sent.
Post reply on HN