Skip to main content
  1. Posts/

Claude Desktop makes undocumented connections to Facebook

··2 mins

While Anthropic publicly acknowledges Facebook tracking on its web properties, the desktop app’s network behavior remains undocumented, creating a transparency gap for privacy-conscious users. Thanks to Little Snitch, I caught an unexpected network connection:

Little Snitch dialog
Claude
wants to connect to connect.facebook.net on TCP port 443 (https)
IP Address 57.144.196.128
Established by /Applications/Claude.app/Contents/Frameworks/
Claude Helper.app/Contents/MacOS/Claude Helper
Process ID 902
Code Signature Signed by Anthropic PBC (Q6L2SF6YDW)
Code ID Q6L2SF6YDW/com.anthropic.claudefordesktop.helper
User george (UID: 501)
Parent Application /Applications/Claude.app/Contents/MacOS/Claude
Process ID 656
Code Signature Signed by Anthropic PBC (Q6L2SF6YDW)
Code ID Q6L2SF6YDW/com.anthropic.claudefordesktop
Name from DPI connect.facebook.net
Deny
Allow
The domain connect.facebook.net serves Meta’s JavaScript SDKs and tracking scripts to third-party websites and applications.

Technical confirmation from Claude Desktop #

This GitHub issue references Claude Desktop and was reported in the Claude Code repo.

Logs shared in GitHub issue #18006 revealed the Content Security Policy directive:

connect-src 'self' https://a-cdn.anthropic.com
https://api.segment.io https://*.segment.io https://*.segment.com
https://*.google.com https://*.doubleclick.net
https://*.facebook.com https://*.facebook.net

When the domain-based connection is denied, Claude attempts a fallback connection directly via IP address:

Little Snitch dialog
Claude
wants to connect to 57.144.196.128 on TCP port 443 (https)
IP Address 57.144.196.128
Established by /Applications/Claude.app/Contents/Frameworks/
Claude Helper.app/Contents/MacOS/Claude Helper
Process ID 1108
Code Signature Signed by Anthropic PBC (Q6L2SF6YDW)
Code ID Q6L2SF6YDW/com.anthropic.claudefordesktop.helper
User (UID: 501)
Parent Application /Applications/Claude.app/Contents/MacOS/Claude
Process ID 898
Code Signature Signed by Anthropic PBC (Q6L2SF6YDW)
Code ID Q6L2SF6YDW/com.anthropic.claudefordesktop
Name from DPI connect.facebook.net
Deny
Allow

Connection attempts from various Facebook-owned IPs continued to appear. Public WHOIS records confirm the range:

IP Range Details #

FieldValue
CIDR Block57.144.0.0/14
IP Range57.144.0.0 – 57.147.255.255
Total IPs262,144 addresses
ASNAS32934
OrganizationFacebook, Inc. (Meta Platforms)

Blocking this CIDR range in Little Snitch resolved the issue — no further connection attempts were observed.

Summary #

This is not a rogue dependency or compromised build — the Content Security Policy explicitly permits Facebook connections, and Anthropic’s cookie disclosures acknowledge Facebook marketing cookies. What remains undocumented is the desktop app’s behavior: what events trigger these connections, what data is sent, and why an application handling sensitive conversations needs Facebook’s advertising infrastructure.

George Tsiokos
Author
George Tsiokos

Leave a comment

Preview

Comments are reviewed before publishing.