Axe-Edit checks in with server while I use it

My network monitor indicates that during most sessions Axe-Edit is checking in with fractal audio.com every 20 seconds on port 80 (quic protocol). This is different than the two check-ins which occur at startup (one on port 80, one on port 443, both http protocol), which occur when the check for updates feature is enabled.

This constant check-in behavior occurs during >80% of sessions but doesn't happen every time.
 
Tagging @Michael Pickens and @Admin M@.

This seems odd.

It's not a licensed software and shouldn't require any sort of "phone home" capability other than checking for new versions of the editor or the firmware at startup.

As @Rex said, that can be disabled in the settings.

Sounds like you have tried disabling those but then you're still seeing some repeated access?

Also, please include the version of Axe-Edit that you're running.
 
My network monitor indicates that during most sessions Axe-Edit is checking in with fractal audio.com every 20 seconds on port 80 (quic protocol). This is different than the two check-ins which occur at startup (one on port 80, one on port 443, both http protocol), which occur when the check for updates feature is enabled.

This constant check-in behavior occurs during >80% of sessions but doesn't happen every time.
Curious. What’s left over when you strip away the headers? Anything interesting?
 
Tagging @Michael Pickens and @Admin M@.

This seems odd.

It's not a licensed software and shouldn't require any sort of "phone home" capability other than checking for new versions of the editor or the firmware at startup.

As @Rex said, that can be disabled in the settings.

Sounds like you have tried disabling those but then you're still seeing some repeated access?

Also, please include the version of Axe-Edit that you're running.
Agreed, it seems odd, and unnecessary after the initial connection. I can see that it could be useful being able to manually initiate a ping of the server to check for an update, but it repeatedly phoning home seems… excessive.
 
My network monitor indicates that during most sessions Axe-Edit is checking in with fractal audio.com every 20 seconds on port 80 (quic protocol). This is different than the two check-ins which occur at startup (one on port 80, one on port 443, both http protocol), which occur when the check for updates feature is enabled.

This constant check-in behavior occurs during >80% of sessions but doesn't happen every time.

What's the contents of the post upgrade check on port 80? Url? Headers? Anything?
 
I've been monitoring Edit using tcpdump and Wireshark all morning looking for traffic to Fractal's server on ports 80 and 443, and the only thing I've found is Edit's initial connection to the server to capture the release notes, which redirects to the RSS feed, which I'd expect. After many minutes there wasn't any additional traffic. I also tested with FM9-Edit, with the same behavior and results.
 
What's the contents of the post upgrade check on port 80? Url? Headers? Anything?
It appears to be the HTTP headers as the communication is on port 80. I'm rusty on those but my Edit asked for the release notes from the RSS feed, and the server redirected it to the feed. Otherwise there's handshake and shutting down the connection.

sudo tcpdump -i any -nn host 192.190.220.222 -vv
 
I decided to have a look using Wireshark (only tested with Win10) and did not see any spurious transmissions from the Axe-Edit software. What I did see was a set of TCP Retransmissions two minutes after starting the app, but when all the ACK were received it went silent.
This is normal. When an acknowledgement (ACK) of a transmitted packet isn't received, some apps use a time-out based retransmission to try to get that missing acknowledgement.
This would probably be more common on slower networks or when more distant from the Fractal server being used.
@Twister How fast is your network speed and where are you located? If you have any packet loss you might see more of those TCP retransmissions for a while. Nothing concerning from a security perspective though.
 
Last edited:
  • Like
Reactions: Rex
Back
Top Bottom