Something weird started happening lately, my UO game server keeps getting hit with what looks like a HTTP POST request. Here is the packet:
1337 is the game server port. There is no other data with the packet, but this comes from IP addresses all around the world.
Should I be worried about this, is it some kind of attack? I started mining ethereum, could it somehow be related?
Code:
POST / HTTP/1.1
Host: [my ip]:1337
Content-Type: application/json
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/63.0.3239.84 Chrome/63.0.3239.84 Safari/537.36
Accept: */*
1337 is the game server port. There is no other data with the packet, but this comes from IP addresses all around the world.
Should I be worried about this, is it some kind of attack? I started mining ethereum, could it somehow be related?