Recently this week I noticed that I couldn’t access my remote instance of HA that uses a cloudflare tunnel. I then went to look at the logs and I noticed a loging attempt from local host.
2025-05-17 16:27:51.832 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from localhost (127.0.0.1). Requested URL: ‘/auth/token’. (HomeAssistant-Extensions-PushProvider/2025.3 (io.robbie.HomeAssistant.PushProvider; build:2025.1205; iOS 18.4.1) Alamofire/5.8.0)
So I went to remove 127.0.0.1 from the IP ban list, reset and it got banned immediately!
So out of curiosity I disabled IP Ban altogether and holy moly, it was spamming login attempts with the same message, but almost 5 attempts per second so it was spamming
Here is a “very small” sample of the logs i am getting:
Logs
2025-05-17 16:27:22.680 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from localhost (127.0.0.1). Requested URL: ‘/auth/token’. (HomeAssistant-Extensions-PushProvider/2025.3 (io.robbie.HomeAssistant.PushProvider; build:2025.1205; iOS 18.4.1) Alamofire/5.8.0)
2025-05-17 16:27:22.884 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from localhost (127.0.0.1). Requested URL: ‘/auth/token’. (HomeAssistant-Extensions-PushProvider/2025.3 (io.robbie.HomeAssistant.PushProvider; build:2025.1205; iOS 18.4.1) Alamofire/5.8.0)
2025-05-17 16:27:23.099 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from localhost (127.0.0.1). Requested URL: ‘/auth/token’. (HomeAssistant-Extensions-PushProvider/2025.3 (io.robbie.HomeAssistant.PushProvider; build:2025.1205; iOS 18.4.1) Alamofire/5.8.0)
2025-05-17 16:27:23.311 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from localhost (127.0.0.1). Requested URL: ‘/auth/token’. (HomeAssistant-Extensions-PushProvider/2025.3 (io.robbie.HomeAssistant.PushProvider; build:2025.1205; iOS 18.4.1) Alamofire/5.8.0)
2025-05-17 16:27:23.543 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from localhost (127.0.0.1). Requested URL: ‘/auth/token’. (HomeAssistant-Extensions-PushProvider/2025.3 (io.robbie.HomeAssistant.PushProvider; build:2025.1205; iOS 18.4.1) Alamofire/5.8.0)
2025-05-17 16:27:23.765 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from localhost (127.0.0.1). Requested URL: ‘/auth/token’. (HomeAssistant-Extensions-PushProvider/2025.3 (io.robbie.HomeAssistant.PushProvider; build:2025.1205; iOS 18.4.1) Alamofire/5.8.0)
2025-05-17 16:27:23.990 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from localhost (127.0.0.1). Requested URL: ‘/auth/token’. (HomeAssistant-Extensions-PushProvider/2025.3 (io.robbie.HomeAssistant.PushProvider; build:2025.1205; iOS 18.4.1) Alamofire/5.8.0)
From the message, it looks like an app. So, I disconnected the server and even deleted the app to see if it would stop… But it didn’t. Myself and the wife are both on the latest iOS 18.5 aswell so not sure where iOS 18.4.1 is coming from.
Any idea what would be causing this? Or am I genuinely getting hacked here?