[quoted text, click to view] "Fernando L. Arredondo" <FernandoLArredondo@Yahoo.com> wrote in message
news:QP8id.1281$nD6.485@fe2.texas.rr.com...
> I have allowed typical ftp access to users for a couple of years. Lately,
> I have noticed that some of our accounts have been compromised and hackers
> have begun to upload videos, applications, etc. onto the server. They
> create directories that cannot be deleted by the users. I must go in and
> delete those accounts from the command prompt.
This is fairly common - to search on this for other experiences, you might
use the colloquial term "tagging" as a keyword along with "FTP". It almost
always occurs on anonymous accounts that are given write access.
[quoted text, click to view] > It almost appears that someone is sniffing the ports on these websites
> waiting for an ftp session.
There are tools available to the miscellaneous hackers out there that will
search random IP addresses for FTP servers that are open to abuse. They
tend to use the "anonymous" or "ftp" account.
[quoted text, click to view] > Since the username and password are not encrypted, I am guessing that they
> read that information and then use the account for their own purposes.
Very unlikely, unless there is a wireless portion involved in the logon. To
intercept traffic, you have to be able to read traffic at some point along
the way. Who can read your traffic? The ISP you use, and any companies
that route your traffic to and from your endpoints.
Have you checked the logs to ensure that these files are being created in
the way you think?
If the account whose password you changed is IUSR_<machine-name>, note that
changing the password has no effect on users' ability to log on, because
that account exists to allow anonymous logons to proceed.
[quoted text, click to view] > Just yesterday, I changed the password on this particular account (having
> its own IP address) and by this morning, there was evidence of videos and
> other junk being uploaded. I ended up disabling ftp on that account.
>
> Is this happening to others? I've looked into encrypted ftp but I am
> unsure on how to proceed or what reliable yet low cost products I can use.
> There are ftp servers available for about $500 for a very limited number
> of users.
There are secure FTP servers available for even less than that - I'm sure
some of the others here can recommend their personal favourites, but it
would be inappropriate for me to do so.
However, I'm inclined to suggest that you take a good forensic look at your
system and find out exactly how this is happening. First, check that the
files are really being uploaded by the accounts that you guess are
responsible. Password-sniffing is not as wide-spread as some people would
suggest, because it's pretty infeasible, and requires collusion from one of
the companies you trust to carry your Internet traffic. If it was found out
that a company was doing that, they'd presumably lose all their business
very quickly.
It is possible that you have been hacked by some other method.
Alun.
~~~~