I have a LAMP server with about 50 virtual domains, and am using Webmin/Virtualmin to manage the server.
When looking at running processes (top) I see one domain's username is running a couple of perl processes, and ps gives me the full command line: perl /tmp/dd. Note that this domain is a wordpress installation.
There is no dd file in the /tmp directory, so I can't tell what it's doing. These processes have been running for about 3 days. I can't kill them with standard kill [pid], but must use kill -9.
Is this an exploit, or is it most likely part of webmin/virtualmin's maintenance scripts?