25 Feb 2019 04:49 AM - last edited on 13 Dec 2021 10:56 AM by MaciejNeumann
The security team of one of our customers informed us that they are detecting unrecognized incoming connections via IP 34.196.118.31 and 34.192.116.178 to a Dynatrace ActiveGate we are using with them; such connections are worrying this costumer and they asked us if such IPs belong to the Dynatrace Clusters or Mission Control; we recognized the IP 34.196.118.31 but IP 34.192.116.178 does not seem to be listed in any part either in the documentation or in the Dynatrace UI, does this IP belong to Dynatrace?
Solved! Go to Solution.
25 Feb 2019 07:42 AM
Are you absolutely sure the connections are to the gateway and not from the gateway?
Since only agents initiate communication to the gateway and the gateway initiates the communication to the cluster (not vice versa).
26 Feb 2019 06:10 PM
We are sure, the network analysis done by the security team of our customer is listing that the Dynatrace ActiveGate Host is receiving inbound/incoming request from both IP addresses. The network team told us that in the beginning they thought that the requests were a form of DDoS.
27 Feb 2019 08:49 AM
Is your environment ActiveGate port (default to 9999) publicly available from internet?
ActiveGate has no control over what is trying to connect to it. If you wish to control it, you need to use firewall / iptables rules to manage this and allow communiction only from your environment.
However, a valid token is required to pass communication further to Dynatrace Cluster through the ActiveGate. Each agent has this token in its configuration. So even if someone is able to establish a TCP connection to the gateway, it's useless without the token. (Unless someone is trying to do DDoS).