-
Notifications
You must be signed in to change notification settings - Fork 68
Description
Last night I was running Ubuntu in Windows Subsystem for Linux and grabbed this file. As I'm trying to learn the go language. When I ran this program I immediately noticed a huge loss in speed on the terminal and when I checked the 'top' program I saw where there were tons of 'wget' commands running in the background. Specifically, 'wget -q -O- --tries=1 http://169.254.169.254'. I immediately started trying to kill the wget processes but new ones just kept popping up. This was on a brand new install of Ubuntu WSL, and I had not downloaded anything other than a few applications from the repositories that I have installed on multiple linux desktops and servers. So I know it didn't come from the repositories. It HAD to have been from this software. Also, after running this 'go' software I noticed it started pulling in more 'go' programs into the same folder. I wish I had more info on the names of those programs but I immediately deleted all the 'go' software and shutdown Ubuntu WSL, followed by deleting Ubuntu WSL. Lucky for me Windows Defender blocked this and immediately reported it to my corporate office.