Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

What are the Tesla update server IP addresses?

This site may earn commission on affiliate links.
It's on the cellular network. The car has to have a phone number so the server(s) can call the car. Otherwise you wouldn't be able to wake up a sleeping car from the app. When the car is sleeping it is not connected to WiFi. I have a router in my garage and most of the time the car is not connected to it.
 
  • Disagree
Reactions: ucmndd
I have a Netgear router/firewall and it's also running a version of Bitlocker software, it reports that certain URL's that the car is trying to access are malicious -- why the car is connecting to URL's with IP address only is odd, so I figured that if I knew what the Tesla update IP addresses were, I would whitelist the Tesla update server and ignore anything else.

I don't have the URL's handy right now, or I'd post them. So, the real question that I didn't post initially is why does the router think the car is trying to make outbound connections to these odd URL's that Bitlocker says are malicious?

The Bitlocker software has already flagged two known good sites as malicious and that required me to contact their support to have them whitelisted, so I thought that perhaps this was similar.
 
...This service is called Bitlocker? You sure about that?

Regardless, an SSH connection to an IP address is not, by itself, a concern. I would suspect if you packetsniff an SSH session, you'll find that this is quite normal. I would be more concerned that you have a service with enough false positives that you call into question each alert. I'd recommend using a different service if you can.
 
It is connecting to IP addresses because the data is either HTTPS or SSH. Since the data is encrypted from the car to the destination, there is no way for your router to see the content of the data being sent and received.

Furthermore, all connections use IP Addresses anyways. The domain name is resolved into an IP address by a DNS server and then the device connects to that IP address. So if your router has the capability, you should see domain name lookups for the servers that your car is connecting to.

If the connection is secure, then there is no readable data that flows through your router.

The only way around this is to setup a system where your router issues a certificate for the connection between the device (car), and the router/firewall. Then the firewall decrypts the traffic and then it is re encoded to HTTPS to Tesla. But the device (car) needs to accept that self signed certificate which it will never do.
 
...This service is called Bitlocker? You sure about that?

Regardless, an SSH connection to an IP address is not, by itself, a concern. I would suspect if you packetsniff an SSH session, you'll find that this is quite normal. I would be more concerned that you have a service with enough false positives that you call into question each alert. I'd recommend using a different service if you can.
Err- Bitdefender -- sorry about that...
 
Just in case it helps answer the original questionI just made a screen save of all the IPs my S has communicated with over the past few hours. It's being very chatty today. :)

r2.jpg
 
See attached my last 30 days of active connection through my security appliance, there are a few website eg Electrek, BTW no SSH (port 22) just https (port 443) and http (port 80)

ports and ip.PNG
 
Last edited:
Trying to figure out what IP addresses the Tesla updates come from so I can whitelist them on my home firewall -- anybody know what they might be?
It would be interesting to see what ports things are connecting on.
Beside establishing a whitelist, I would be more concerned about knowing which ports are open?
Anyway, in this kind of OTA update, the weakest point is the DNS server which can easily be compromised unless using a secure connection.
I imagine that the Tesla updated are correctly signed and tested to protect them from any malicious payload attack.

Model S making outbound SSH connection from some address on AWS