Every time I start a new task in AWS Fargate, I get these requests really early. It does a GET .env, later a POST, and that is all. Just two requests<p>A robot looking for vulnerabilities?<p><pre><code> 132.145.151.103 - - [05/May/2021:05:05:54 +0000] "GET /.env HTTP/1.1" 301 225 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36"
132.145.151.103 - - [05/May/2021:05:05:54 +0000] "POST / HTTP/1.1" 301 221 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36"
</code></pre>
It's strange that it happens so soon, as they have a list of the IP's that Fargate uses as public, anyway not sure what is happening here. Really curious about the reasons