Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2001 00:19:15 -0500
From:      Pierre-Luc =?iso-8859-1?Q?Lesp=E9rance?= <oksala@videotron.ca>
Cc:        security@freebsd.org
Subject:   Re: Unknown transient service 1528/tcp
Message-ID:  <3BFC8AD3.8DC9E56D@videotron.ca>
References:  <020801c1730b$8cd21fe0$41414fcb@lawn>

next in thread | previous in thread | raw e-mail | index | archive | help
Geoff Lawn wrote:
> 
> Hi there,
> 
> I regularly do an nmap on our server with the following results...
> 
> Port       State       Service
> 21/tcp     open        ftp
> 22/tcp     open        ssh
> 25/tcp     open        smtp
> 110/tcp    open        pop-3
> 443/tcp    open        https
> 
> Recently I noticed the following service appear...
> 1528/tcp    open    mciautoreg
> 
The best way to figure out what's listening 
on your computer may be netstat and sockstat.
Because nmap by default *does not test All ports.
for example 

netstat -an | grep LISTEN

sockstat is very usefull too. take a look .

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3BFC8AD3.8DC9E56D>