No Result
View All Result
  • Login
Saturday, March 21, 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
2 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

BlinkEx investment platform infrastructure – matching, risk controls, reliability

BlinkEx investment platform infrastructure – matching, risk controls, reliability

by FeeOnlyNews.com
March 21, 2026
0

Disclosure: This is a paid article. Readers should conduct further research prior to taking any actions. Learn more ›How the...

Grayscale Files For HYPE ETF – Here’s What To Know

Grayscale Files For HYPE ETF – Here’s What To Know

by FeeOnlyNews.com
March 21, 2026
0

Prominent asset manager Grayscale has moved to launch a HYPE exchange-traded fund (ETF) following a recent application with the SEC....

Meta’s Metaverse Is Safe, at Least for Now

Meta’s Metaverse Is Safe, at Least for Now

by FeeOnlyNews.com
March 20, 2026
0

While the company had announced that it would be sunsetting the Horizon World experience, the in-house digital world for VR...

Grayscale Files For Spot Hyperliquid ETF

Grayscale Files For Spot Hyperliquid ETF

by FeeOnlyNews.com
March 20, 2026
0

Unlike Bitwise, Grayscale doesn’t plan to incorporate staking for its Hyperliquid ETF but hasn’t ruled out integrating it in the...

Kalshi Defies U.S. Legal Tussle and Nevada Temporary Ban as Valuation Doubles to B

Kalshi Defies U.S. Legal Tussle and Nevada Temporary Ban as Valuation Doubles to $22B

by FeeOnlyNews.com
March 20, 2026
0

Kalshi has raised more than $1 billion in new funding, valuing the prediction market platform at $22 billion, according to...

Hyperliquid’s S&P 500 perpetual tops 0 million in daily volume after licensed launch

Hyperliquid’s S&P 500 perpetual tops $100 million in daily volume after licensed launch

by FeeOnlyNews.com
March 20, 2026
0

Hyperliquid’s newly launched S&P 500 perpetual contract topped $100 million in 24 hour trading volume within days of its debut,...

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
York IE Appoints Chuck Saia to its Strategic Advisory Board

York IE Appoints Chuck Saia to its Strategic Advisory Board

February 18, 2026
Judge orders SEC to release data behind B in WhatsApp fines

Judge orders SEC to release data behind $2B in WhatsApp fines

March 10, 2026
8 Cost-Cutting Moves Retirees Are Sharing Online in February

8 Cost-Cutting Moves Retirees Are Sharing Online in February

February 14, 2026
3 Grocery Chains That Give Seniors a “Gas Bonus” for Every  Spent

3 Grocery Chains That Give Seniors a “Gas Bonus” for Every $50 Spent

March 15, 2026
8 Procedures That Can Be Cheaper Without Insurance

8 Procedures That Can Be Cheaper Without Insurance

February 14, 2026
FPA partners with Snappy Kraken to update PlannerSearch

FPA partners with Snappy Kraken to update PlannerSearch

February 25, 2026
Book Review: Can’t Deny It

Book Review: Can’t Deny It

0
New Age Of Chaos | Armstrong Economics

New Age Of Chaos | Armstrong Economics

0
T-Mobile, Verizon, AT&T Go All-In On Discounts As Churn Surge Hits

T-Mobile, Verizon, AT&T Go All-In On Discounts As Churn Surge Hits

0
BlinkEx investment platform infrastructure – matching, risk controls, reliability

BlinkEx investment platform infrastructure – matching, risk controls, reliability

0
The Oldest Car Models Still for Sale in the U.S.

The Oldest Car Models Still for Sale in the U.S.

0
Why 500K+ Affordable Rental Homes are Quietly Vanishing from Rural Communities

Why 500K+ Affordable Rental Homes are Quietly Vanishing from Rural Communities

0
T-Mobile, Verizon, AT&T Go All-In On Discounts As Churn Surge Hits

T-Mobile, Verizon, AT&T Go All-In On Discounts As Churn Surge Hits

March 21, 2026
Verizon – VZ: eine Aktie für risikoscheue Anleger!

Verizon – VZ: eine Aktie für risikoscheue Anleger!

March 21, 2026
Who Owns the Bus? | Mises Institute

Who Owns the Bus? | Mises Institute

March 21, 2026
Costco’s .50 hot dog will never change, CEO Ron Vachris promises

Costco’s $1.50 hot dog will never change, CEO Ron Vachris promises

March 21, 2026
The Oldest Car Models Still for Sale in the U.S.

The Oldest Car Models Still for Sale in the U.S.

March 21, 2026
BlinkEx investment platform infrastructure – matching, risk controls, reliability

BlinkEx investment platform infrastructure – matching, risk controls, reliability

March 21, 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

  • T-Mobile, Verizon, AT&T Go All-In On Discounts As Churn Surge Hits
  • Verizon – VZ: eine Aktie für risikoscheue Anleger!
  • Who Owns the Bus? | Mises Institute
  • 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.