Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Pen-Test
[Top] [All Lists]

Re: Discovering users by RCPT TO

Subject: Re: Discovering users by RCPT TO
Date: Thu, 13 Jan 2005 14:04:57 +0200
Andres Molinetti wrote:
I'm currently over a pen-test and I have found that their SMTP Server (SendMail) does not have VRFY or EXPN methods available, which was the most probably thing to happen taking into account the server has been through some hardening before.

Testing for Open Relay, I realized that the server answers different to existing users and non-existing users, when trying to deliver mails using RCPT TO:

E.g:

rcpt to: asdfasdf@domain
550 5.1.1 asdfasdf@domain... User unknown
rcpt to: bin@domain
250 2.1.5 bin@domain... Recipient ok
rcpt to: nobody@domain
250 2.1.5 nobody@domain... Recipient ok
rcpt to: oper@domain
550 5.1.1 oper@domain... User unknown
rcpt to: root@domain
250 2.1.5 root@domain... Recipient ok

Is this ok or is it information disclousure? Is there any way to fix it? It is Sendmail...

Thanks in advance,

Andres Molinetti
CISSP

That's a common practice.
The main reason is the tons of windows zombie machines, used for spamming at random names @ domain name.
All mails are send from fake addresses, so after 2-3 waves of such spamming the mail server's queue gets approximately 30-40K mails.
The server is busy sending out bounces to nonexistant addresses.. well you get the picture.


<Prev in Thread] Current Thread [Next in Thread>