shuffly2 Posted February 8, 2019 Posted February 8, 2019 Hi team, starting from today I am not able to reach some domains from my PHP and JAVA code from my domain in Heliohost. In particular, I am not able to reach https://api.fanburst.com and http://api.soundcloud.com/ (which I call to extract some data) from my code. I always get a "Connection refused" error. Did you change something from your side? User: shufflyDomain: shuffly-backend.heliohost.org Thanks for the support
wolstech Posted February 8, 2019 Posted February 8, 2019 Nothing intentionally changed on our end that I'm aware of, but Tommy is experiencing an ongoing DOS attack at the moment. It's quite possible their IPs are currently blocked in our firewall due to excessive traffic from them. I'll check when I'm at a PC...Mobile is difficult to do it with.
Krydos Posted February 9, 2019 Posted February 9, 2019 176.9.47.150 was blocked for having 92 simultaneous connections, and 52.85.210.15 is not blocked. I unblocked the first one.
shuffly2 Posted February 9, 2019 Author Posted February 9, 2019 The problem seems to be not solved, I am experiencing "Connection refused" error to the same hosts.Is it any action required from the code side?
Guest icn Posted February 10, 2019 Posted February 10, 2019 Disregard my message if your code doesn't use php Do you have the http module enabled?
wolstech Posted February 10, 2019 Posted February 10, 2019 Our firewall does a pretty good job at suppressing smaller DoS attacks, but a side effect is that software that opens tons of connections to a single IP can end up blocked as a false positive. Since nothing has changed on our end or his end, odds are that it's either: our firewall blocked the connections to APIs he was using, or the service he was using has blocked our server for abuse. (Both have been known to happen in the past).
Krydos Posted February 10, 2019 Posted February 10, 2019 Apparently api.soundcloud.com can resolve to four different A records. 52.84.234.178 was blocked for having 79 simultaneous connections open. 52.84.234.194 was blocked for having 78 simultaneous connections open. 52.84.234.33 was blocked for having 115 simultaneous connections open. 52.84.234.100 was blocked for having 88 simultaneous connections open.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now