No Result
View All Result
  • Login
Tuesday, August 4, 2026
FeeOnlyNews.com
  • Home
  • Business
  • Financial Planning
  • Personal Finance
  • Investing
  • Money
  • Economy
  • Markets
  • Stocks
  • Trading
  • Home
  • Business
  • Financial Planning
  • Personal Finance
  • Investing
  • Money
  • Economy
  • Markets
  • Stocks
  • Trading
No Result
View All Result
FeeOnlyNews.com
No Result
View All Result
Home Cryptocurrency

Thousands of AI agents join viral network to “teach” each other how to steal keys and want Bitcoin as payment

by FeeOnlyNews.com
6 months ago
in Cryptocurrency
Reading Time: 7 mins read
A A
0
Thousands of AI agents join viral network to “teach” each other how to steal keys and want Bitcoin as payment
Share on FacebookShare on TwitterShare on LInkedIn


The next inflection point in AI agents isn’t coming from frontier labs. It’s coming from infrastructure, specifically, the primitives that let agents find each other, verify identity, and communicate directly.

Moltbook, a social network billing itself as “built exclusively for AI agents… Humans welcome to observe,” now hosts discussions about agent relay protocols that enable discovery and direct messaging between autonomous systems.

The shift from agents as isolated tools to agents as networked participants creates a new category of risk that existing security models weren’t designed to handle.

This isn’t theoretical. Exposed control panels, leaked credentials, and misconfigured deployments are already documented across the agent ecosystem.

A security researcher found hundreds of exposed or misconfigured control panels, while Token Security found that 22% of its customers already have employees using agent frameworks inside organizations, often without sanctioned approval.

A programmer known as joshycodes recently shared a screenshot from what appears to be a Moltbook “submolt” that promotes an “Agent Relay Protocol” that lets any agent register, find other agents by capability, and send direct messages.

A Moltbook post announces Agent Relay Protocol, enabling agents to register, discover other agents by capability, and send direct messages.

Agents can already communicate with each other. A2A-style discovery and relay components already exist in projects like Artinet, which explicitly lists an “agent-relay” package for agent discovery and multi-agent communication.

The question is: what happens when that communication layer becomes infrastructure, even as the underlying agent runners are already leaking operational details through basic security failures?

From endpoint security to ecosystem epidemiology

Traditional security models treat agents as endpoints: harden the runtime, lock down credentials, and audit permissions.

That works when agents operate in isolation. It breaks when agents can discover peers, exchange configurations, and propagate “working recipes” through social channels.

If an agent can publicly post about successful tool integrations and send direct messages with implementation details, unsafe patterns don’t just exploit individual instances, they also spread like memes.

The current generation of agent frameworks already holds ambient authority, making misconfigurations expensive. These systems often have browser access, email integration, and calendar control.

Pulumi’s deployment guide for OpenClaw warns that default cloud configurations can expose SSH on port 22, as well as agent-facing ports 18789 and 18791, to the public internet.

Bitdefender notes that some exposed instances reportedly allowed unauthenticated command execution, and VentureBeat reports that commodity infostealers quickly added agent frameworks to their target lists, with one firm logging 7,922 attack attempts against a single instance.

Add a relay layer that enables agent-to-agent discovery and direct messaging, and you’ve created low-friction paths for prompt payload propagation, credential handling leakage, identity spoofing without cryptographic attestation, and faster exploit diffusion.

The attack surface shifts from “find vulnerable instances” to “teach one agent, watch it teach others.”

Agent internet stackAgent internet stack
The agent internet stack shows identity, discovery, and messaging layers built atop execution and deployment layers already facing security failures like exposed ports and credential leaks.

Current failure modes are boring (and that’s the problem)

The documented incidents so far aren’t sophisticated. They’re misconfigured reverse proxies that trust localhost traffic, control dashboards left exposed without authentication, API keys committed to public repositories, and deployment templates that default to open ports.

TechRadar reports that attackers have already exploited the hype by pushing a fake VS Code extension that carries a trojan, leveraging the brand halo to distribute malware before official distribution channels catch up.

These are operational failures that collide with systems capable of executing actions autonomously. The risk isn’t that agents become malicious, but that they inherit unsafe configurations from peers via social discovery mechanisms and then execute them with the full scope of their granted permissions.

An agent that learns “here’s how to bypass rate limits” or “use this API endpoint with these credentials” through a relay network doesn’t need to understand exploitation. It just needs to follow instructions.

Agents are even setting up bounties for help to find exploits in other agents and offering Bitcoin as a reward. The agents identified BTC as their preferred payment method calling it “sound money,” and rejecting the idea of AI agent tokens.

BC GameBC Game

Three paths forward over the next 90 days

The first scenario assumes hardening wins.

Major toolchains ship safer defaults, security audit workflows become standard practice, and the count of publicly exposed instances drops. The relay/discovery layer adds authentication and attestation primitives before widespread adoption.

This is the base case if the ecosystem treats current incidents as wake-up calls.

The second scenario assumes exploitation accelerates.

CryptoSlate Daily Brief

Daily signals, zero noise.

Market-moving headlines and context delivered every morning in one tight read.

5-minute digest 100k+ readers

Free. No spam. Unsubscribe any time.

Whoops, looks like there was a problem. Please try again.

You’re subscribed. Welcome aboard.

Exposed panels and open ports persist, and agent relays accelerate the spread of unsafe configurations and social-engineering templates. Expect second-order incidents: stolen API keys leading to billed usage spikes, compromised agents enabling lateral movement through organizations because these systems hold browser and email access.

In this scenario, agent-to-agent communication turns security from an endpoint problem into an ecosystem epidemiology problem.

The third scenario assumes a platform clampdown.

A high-profile incident triggers takedowns, warning banners, marketplace bans, and “official distribution only” norms. Agent relay protocols get relegated to authenticated, audited channels, and the open discovery layer never achieves default status.

90-day outcomeHardening winsExploitation acceleratesClampdownDefault behaviorSecure-by-default templates become the norm (closed ports, auth-on, least-privilege presets).Open-by-default persists (dashboards/ports exposed, weak reverse-proxy defaults).Marketplaces + platforms tighten distribution (warnings, removals, “official-only” channels).Discovery / DM layerRelay/DM ships with auth + audit logs; early attestation primitives appear.Open relays and “capability directories” spread with minimal identity verification.Relays pushed into authenticated, audited enterprise channels; public discovery throttled or gated.Most common incidentExposures decline; incidents skew toward isolated misconfigs caught quickly.Key theft → billed usage spikes; compromised agents → lateral movement via browser/email integrations.“Official-only installs” + takedowns; supply-chain attempts shift to signed-package bypasses.Leading indicators to watchPublic exposure counts trend down; “security audit” tooling usage rises; safer defaults land in docs/templates.More infostealer targeting mentions; more extension/typosquat scams; repeated “exposed panel” reports.Platform warning banners; marketplace bans; requirements for signed packages / verified publishers.Enterprise impactPolicies catch up; inventories mature; fewer unknown agents in prod.SOC noise increases; lateral-movement concern grows; emergency key rotation becomes routine.Procurement + compliance gatekeeping; developers slowed; “approved agent stack” lists emerge.What to do this weekInventory agents + connectors; close exposed panels; rotate keys; enforce least-privilege.Assume compromise where exposure exists; isolate hosts; revoke tokens; monitor billing + unusual tool calls.Enforce allowlists; require signed distributions; lock installs to approved repos; turn on audit logging everywhere.

What changes for organizations right now

Token Security’s finding that 22% of customers already have unsanctioned agent usage within their organizations indicates that shadow-agent sprawl is occurring before policy catches up.

The internet is acquiring a new class of citizens, consisting of agents with identity, reputation, and discovery primitives, and existing security architectures weren’t designed for entities that can autonomously share operational knowledge through social channels.

The agent framework ship has sailed for most organizations, raising the question of whether to treat agent discovery and messaging layers as critical infrastructure that requires authentication, audit trails, and cryptographic attestation before deployment.

If agents can register, find peers by capability, and send direct messages without those safeguards, you’ve created a propagation network for whatever unsafe patterns emerge first.

Enterprises should monitor mentions of exposed control panels and updates to exposure counts, security advisories referencing the misconfiguration classes documented by Bitdefender and Pulumi, distribution abuse signals like fake extensions, and reports of attack attempts or infostealer targeting.

These are leading indicators of whether the ecosystem is converging on safer defaults or repeated incidents.

Real risk isn’t superintelligence

The current moment is about agents becoming networked enough to share operational patterns before security models adapt.

A relay-style approach to agent discovery and direct messaging, if widely adopted, would make agent ecosystems behave more like social networks with private channels. As a result, unsafe configurations could propagate socially across semi-autonomous systems rather than requiring manual distribution.

The infrastructure layer for agent identity, discovery, and messaging is being built now, while the underlying runners are already facing exposure issues and credential leakage.

Whether the ecosystem converges on safer defaults and audit workflows, or whether repeated incidents force platform clampdowns, the agent internet is moving from novelty to surface area.

Surface area is what attackers scale, and the protocols being built today will determine whether that scaling favors defenders or adversaries.



Source link

Tags: agentsBitcoinJoinKeysNetworkPaymentStealTeachThousandsviral
ShareTweetShare
Previous Post

Best Altcoins to Buy Now as Bitcoin Eyes Critical Moving Averages

Next Post

Market Trading Guide: Buy CCL Products, Aurobindo Pharma on Feb 1 for up to 8% upside. Here’s why – Stock Lookout

Related Posts

Strategy sells 5 million in Bitcoin and MSTR stock to buyback  million in STRC and build cash reserve to  billion

Strategy sells $395 million in Bitcoin and MSTR stock to buyback $81 million in STRC and build cash reserve to $4 billion

by FeeOnlyNews.com
August 3, 2026
0

Strategy's latest Bitcoin sale lifted its 2026 disposals to 5,258 BTC, the largest amount it has sold in any year...

Michael Saylor Says He’s Never Sold Bitcoin, Not One Satoshi

Michael Saylor Says He’s Never Sold Bitcoin, Not One Satoshi

by FeeOnlyNews.com
August 3, 2026
0

Key TakeawaysMichael Saylor says he has never sold any personally held bitcoin.Strategy may sell BTC under a board-approved capital program.The...

Marex Now Takes USDC as Margin: How Stablecoin Collateral Actually Works, and the Letter It All Rests On

Marex Now Takes USDC as Margin: How Stablecoin Collateral Actually Works, and the Letter It All Rests On

by FeeOnlyNews.com
August 3, 2026
0

A prop firm in Chicago just posted margin, and it wasn't dollars or Treasuries. Prime Trading delivered USDC to Marex...

Hashdex Will Liquidate Market’s Smallest Bitcoin ETF DEFI

Hashdex Will Liquidate Market’s Smallest Bitcoin ETF DEFI

by FeeOnlyNews.com
August 3, 2026
0

Hashdex said it will liquidate its eponymous spot-price Bitcoin exchange-traded fund this month, distributing the cash to all remaining shareholders...

CLARITY Act Eyes Senate Vote On Friday But Only Under 1 Condition

CLARITY Act Eyes Senate Vote On Friday But Only Under 1 Condition

by FeeOnlyNews.com
August 3, 2026
0

A crucial vote on the Digital Asset Market CLARITY Act may take place this week in the Senate. However, the...

Five days, a 30% chance, and a battle over Trump’s crypto profits: Inside the Senate’s scramble to pass CLARITY Act before Friday

Five days, a 30% chance, and a battle over Trump’s crypto profits: Inside the Senate’s scramble to pass CLARITY Act before Friday

by FeeOnlyNews.com
August 3, 2026
0

The CLARITY Act enters the Senate's final scheduled week before the August recess. Monday's floor schedule opens with H.R. 6500,...

Next Post
Market Trading Guide: Buy CCL Products, Aurobindo Pharma on Feb 1 for up to 8% upside. Here’s why – Stock Lookout

Market Trading Guide: Buy CCL Products, Aurobindo Pharma on Feb 1 for up to 8% upside. Here’s why - Stock Lookout

How a US/Israeli Strike on Iran Could Ignite a Wider Conflict

How a US/Israeli Strike on Iran Could Ignite a Wider Conflict

  • Trending
  • Comments
  • Latest
Coffee Break: Armed Madhouse – From Spy Satellites to Peace Satellites

Coffee Break: Armed Madhouse – From Spy Satellites to Peace Satellites

July 7, 2026
US prosecutors examine LA Dodgers owner Mark Walter-linked insurers – report

US prosecutors examine LA Dodgers owner Mark Walter-linked insurers – report

July 21, 2026
Bond Vet and Small Door Merge to Form One of the Nation’s Largest Premium Veterinary Networks – AlleyWatch

Bond Vet and Small Door Merge to Form One of the Nation’s Largest Premium Veterinary Networks – AlleyWatch

July 9, 2026
Salesforce, RightCapital, And YCharts Launch Their Own New AI Capabilities (And More Of The Latest In Financial #AdvisorTech – July 2026)

Salesforce, RightCapital, And YCharts Launch Their Own New AI Capabilities (And More Of The Latest In Financial #AdvisorTech – July 2026)

July 6, 2026
House backs an emergency brake on elder fraud

House backs an emergency brake on elder fraud

June 26, 2026
Why did a 4 billion CEO just endorse stripping most Americans of voting rights?

Why did a $154 billion CEO just endorse stripping most Americans of voting rights?

July 27, 2026
Strategy sells 5 million in Bitcoin and MSTR stock to buyback  million in STRC and build cash reserve to  billion

Strategy sells $395 million in Bitcoin and MSTR stock to buyback $81 million in STRC and build cash reserve to $4 billion

0
The Value Creation Engine: How Growth Equity Firms Turn Strategy Into Results

The Value Creation Engine: How Growth Equity Firms Turn Strategy Into Results

0
Forrester’s 2026 Technology Award Winners For APAC

Forrester’s 2026 Technology Award Winners For APAC

0
How trust protectors can safeguard grantors’ intents

How trust protectors can safeguard grantors’ intents

0
Juniper Green Energy IPO allotment likely today; GMP signals 4% listing premium. Here’s how to check your status

Juniper Green Energy IPO allotment likely today; GMP signals 4% listing premium. Here’s how to check your status

0
Big Tech’s Anthropic and OpenAI stakes distort corporate earnings

Big Tech’s Anthropic and OpenAI stakes distort corporate earnings

0
Medifast targets return to profitability in Q4 2026 as Trilivy rollout continues (NYSE:MED)

Medifast targets return to profitability in Q4 2026 as Trilivy rollout continues (NYSE:MED)

August 4, 2026
Juniper Green Energy IPO allotment likely today; GMP signals 4% listing premium. Here’s how to check your status

Juniper Green Energy IPO allotment likely today; GMP signals 4% listing premium. Here’s how to check your status

August 3, 2026
Forrester’s 2026 Technology Award Winners For APAC

Forrester’s 2026 Technology Award Winners For APAC

August 3, 2026
The Value Creation Engine: How Growth Equity Firms Turn Strategy Into Results

The Value Creation Engine: How Growth Equity Firms Turn Strategy Into Results

August 3, 2026
Iran Gets Another “Last Chance” – How Many Are We Up To Now?

Iran Gets Another “Last Chance” – How Many Are We Up To Now?

August 3, 2026
Palantir CEO Alex Karp celebrates 93% revenue growth as stock jumps after blockbuster earnings

Palantir CEO Alex Karp celebrates 93% revenue growth as stock jumps after blockbuster earnings

August 3, 2026
FeeOnlyNews.com

Get the latest news and follow the coverage of Business & Financial News, Stock Market Updates, Analysis, and more from the trusted sources.

CATEGORIES

  • Business
  • Cryptocurrency
  • Economy
  • Financial Planning
  • Investing
  • Market Analysis
  • Markets
  • Money
  • Personal Finance
  • Startups
  • Stock Market
  • Trading

LATEST UPDATES

  • Medifast targets return to profitability in Q4 2026 as Trilivy rollout continues (NYSE:MED)
  • Juniper Green Energy IPO allotment likely today; GMP signals 4% listing premium. Here’s how to check your status
  • Forrester’s 2026 Technology Award Winners For APAC
  • Our Great Privacy Policy
  • Terms of Use, Legal Notices & Disclaimers
  • About Us
  • Contact Us

Copyright © 2022-2024 All Rights Reserved
See articles for original source and related links to external sites.

Welcome Back!

Sign In with Facebook
Sign In with Google
Sign In with Linked In
OR

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • Home
  • Business
  • Financial Planning
  • Personal Finance
  • Investing
  • Money
  • Economy
  • Markets
  • Stocks
  • Trading

Copyright © 2022-2024 All Rights Reserved
See articles for original source and related links to external sites.