<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  
  <title>MadX Research</title>
  <subtitle>Threat intelligence and internet-measurement research from MadX LLC.</subtitle>
  <link href="https://madx.co/blog/feed.xml" rel="self" />
  <link href="https://madx.co/blog/" />
  <updated>2026-07-20T00:00:00Z</updated>
  <id>https://madx.co/blog/</id>
  <author>
    <name>Jonathan Tomek</name>
  </author>
  <entry>
    <title>Anatomy of a Residential Proxy Network: Who Is Really Behind That IP?</title>
    <link href="https://madx.co/blog/anatomy-of-a-residential-proxy-network/" />
    <updated>2026-07-20T00:00:00Z</updated>
    <id>https://madx.co/blog/anatomy-of-a-residential-proxy-network/</id>
    <content type="html">&lt;p&gt;Somewhere right now, a smart TV, a free-VPN user&#39;s phone, or a &amp;quot;passive income&amp;quot;
app on a laptop is quietly relaying someone else&#39;s traffic. To every website on
the receiving end, that traffic looks like it comes from a regular household
connection — because it does. The person paying for the relay is somewhere else
entirely.&lt;/p&gt;
&lt;p&gt;That is the residential proxy economy, and it is one of the most underestimated
pieces of adversary infrastructure on the internet. I have spent years mapping
these networks — this post covers how they are built, why they defeat most
IP-based trust decisions, and what actually works against them.&lt;/p&gt;
&lt;h2&gt;VPNs, proxies, and the gray zone between&lt;/h2&gt;
&lt;p&gt;The categories blur together in practice, but the trust model is what matters:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Network type&lt;/th&gt;
&lt;th&gt;Exit point&lt;/th&gt;
&lt;th&gt;Who consented?&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Commercial VPN&lt;/td&gt;
&lt;td&gt;Provider&#39;s datacenter&lt;/td&gt;
&lt;td&gt;Provider (disclosed)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Datacenter proxy&lt;/td&gt;
&lt;td&gt;Hosting/cloud IP space&lt;/td&gt;
&lt;td&gt;Provider (disclosed)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Residential proxy&lt;/td&gt;
&lt;td&gt;Someone&#39;s home connection&lt;/td&gt;
&lt;td&gt;Often nobody who understood the question&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Mobile proxy&lt;/td&gt;
&lt;td&gt;A carrier-NAT phone IP&lt;/td&gt;
&lt;td&gt;Same as above, with better reputation&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Datacenter exits are easy to flag — ASN and allocation data give them away.
Residential and mobile exits are the valuable inventory precisely because they
inherit the reputation of real households and carrier NAT pools. That
reputation is the product being sold.&lt;/p&gt;
&lt;h2&gt;How devices get recruited&lt;/h2&gt;
&lt;p&gt;Residential proxy networks do not hack their way to millions of exit nodes.
They mostly &lt;em&gt;acquire&lt;/em&gt; them, through a few well-worn channels:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Free VPN clients.&lt;/strong&gt; The app gives you a tunnel out; buried in the terms,
you give the operator a tunnel &lt;em&gt;in&lt;/em&gt;. Your device becomes sellable inventory.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bandwidth-sharing SDKs.&lt;/strong&gt; Monetization kits embedded in otherwise ordinary
apps and browser extensions, sometimes several licensing layers away from
the developer who shipped them.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&amp;quot;Passive income&amp;quot; apps&lt;/strong&gt; that pay users pennies per gigabyte to share their
connection, then resell that bandwidth at a steep markup.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Malware and compromised devices&lt;/strong&gt; — the involuntary tier, increasingly
laundered through the same resale marketplaces as the &amp;quot;consensual&amp;quot; supply.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The result is a supply chain where the exit node&#39;s owner rarely understands
what they agreed to, and the buyer two markets downstream never has to ask.&lt;/p&gt;
&lt;h2&gt;What it looks like from the defender&#39;s side&lt;/h2&gt;
&lt;p&gt;The frustrating part for defenders: a single residential exit is almost
indistinguishable from a legitimate customer. The signal lives in the
aggregate. An illustrative slice of what enriched flow logs tend to show:&lt;/p&gt;
&lt;pre class=&quot;language-text&quot;&gt;&lt;code class=&quot;language-text&quot;&gt;ip=203.0.113.24  asn=residential-isp  sessions=412/hr  ua_families=37
tls_profiles=14  geo_claimed=US  hour_pattern=flat  ttl_variance=high&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;One household presenting fourteen TLS stacks and thirty-seven user-agent
families in an hour is not a family sharing a router. It is an exit node.
The tells that hold up at scale:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Session diversity vs. address type&lt;/strong&gt; — behavioral variety no single
household produces.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Round-the-clock flatness&lt;/strong&gt; — real residential traffic has a circadian
rhythm; rented bandwidth does not.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Network/transport mismatch&lt;/strong&gt; — TTLs, TCP options, and TLS fingerprints
that disagree with the claimed device or geography.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;IP churn choreography&lt;/strong&gt; — clients rotating through addresses with a
cadence only an orchestrated pool exhibits.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Why this matters&lt;/h2&gt;
&lt;p&gt;If your fraud, abuse, or access decisions weight &amp;quot;residential IP in the right
country&amp;quot; as trust, you are trusting exactly the thing this economy
manufactures. That is how promotional contests get drained by bots — as
&lt;a href=&quot;https://www.cnbc.com/2020/08/16/bots-kept-winning-t-mobiles-promotional-contests.html&quot;&gt;CNBC covered in research I led&lt;/a&gt;
— and it is the substrate under credential stuffing, ad fraud, scalping, and
content-licensing evasion. Proxy networks are not a niche fraud problem; they
are a &lt;em&gt;trust infrastructure&lt;/em&gt; problem.&lt;/p&gt;
&lt;h2&gt;What actually works&lt;/h2&gt;
&lt;p&gt;No single blocklist fixes this — the inventory turns over too fast. What holds
up is layered measurement: IP intelligence that distinguishes address &lt;em&gt;type&lt;/em&gt;
(residential, mobile, hosting) from address &lt;em&gt;behavior&lt;/em&gt;, session-level
fingerprinting that catches the network/transport mismatches above, and
longitudinal tracking of the proxy operators themselves — their SDKs,
marketplaces, and rotation infrastructure — rather than their momentary exits.&lt;/p&gt;
&lt;p&gt;That operator-level view is the research MadX is building in the open. This
post is the first in a series; the next installment digs into the data.&lt;/p&gt;
&lt;h2&gt;Further reading&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=8MHBMdTBlok&quot;&gt;The Dark Side of VPNs&lt;/a&gt; —
video deep-dive on proxy networks hiding inside consumer VPNs&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://securitybrief.co.uk/story/the-perils-of-proxies-the-backdoor-into-your-data&quot;&gt;The perils of proxies&lt;/a&gt;
— on proxies as a backdoor into your data&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://epodcastnetwork.com/cyber-security-awareness-month-what-enterprises-should-know-about-residential-ip-proxy-network-threats/&quot;&gt;Residential IP proxy network threats&lt;/a&gt;
— what enterprises should know&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;Questions about proxy-network exposure in your environment?
&lt;a href=&quot;mailto:info@madx.co&quot;&gt;Start a conversation&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
</content>
  </entry>
</feed>