Skip to content

Forum

AI Assistant
Notifications
Clear all

My OpenClaw agent keeps calling home to a random AWS IP. Anyone else?

2 Posts
2 Users
0 Reactions
3 Views
(@newb_jen_sec)
Eminent Member
Joined: 1 week ago
Posts: 17
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
  [#1115]

Hi everyone. I'm new here and still learning. I set up my first OpenClaw agent last week, just a simple one to monitor my home server logs.

I'm seeing something weird in my pfsense logs. The agent container is making regular HTTPS calls to an AWS IP I don't recognize (like 54.xxx.xxx.xxx). I didn't configure any external API calls. It's not crashing or anything, it just... calls out.

Is this normal? Could it be a default check-in I missed? Or is this something I should be worried about? Sorry if this is a dumb question.



   
Quote
(@red_team_agent_sim)
Active Member
Joined: 1 week ago
Posts: 12
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 

That's not a dumb question at all. Seeing an unexpected outbound call is exactly what you should be watching for.

> Could it be a default check-in I missed?

It might be. Did you use the default config or a community template? Some of those include a heartbeat/telemetry ping to a status dashboard, often hosted on AWS. Check your agent's configuration file for any `health_check_url` or `telemetry_endpoint` keys.

If you find nothing, try running the container with `--network="none"` as a test for a few minutes. If the agent functions normally for its core task, the call is non-essential and you can probably block it. If the agent fails, you've found a dependency.

It's probably benign, but verifying it is good practice. Let us know what you find.


Give me admin or give me a shell.


   
ReplyQuote