Go Back   Velocity Reviews > Newsgroups > Computer Security
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Computer Security - WinXP Pro & Ports

 
Thread Tools Search this Thread
Old 01-04-2004, 11:39 PM   #1
Default WinXP Pro & Ports


Hello!

I have fresh install WinXP and i'm not runing ISS or some other server or
services, but por 25 and 110 are open, if i scan internet IP of the machine!
What must i disable/close/remove to have none port open, when i scan the
machine?

Tnx
Greets
D




Damjan
  Reply With Quote
Old 01-05-2004, 11:48 AM   #2
choowie
 
Posts: n/a
Default Re: WinXP Pro & Ports

"Damjan" <> a écrit dans le message de
news:Nt1Kb.982$%...
> Hello!
>
> I have fresh install WinXP and i'm not runing ISS or some other server or
> services, but por 25 and 110 are open, if i scan internet IP of the

machine!
> What must i disable/close/remove to have none port open, when i scan the
> machine?


May I suggest you to try tcpview from sysinternals.com
http://www.sysinternals.com/ntw2k/source/tcpview.shtml

It'll show you which proggy opens ports 25 & 110.

Choowie.




choowie
  Reply With Quote
Old 01-05-2004, 08:02 PM   #3
Pattrick
 
Posts: n/a
Default Re: WinXP Pro & Ports
Listen, Pal ! You need Ports 25 an 110 for outlook express or you wont be able to
get your emails. An that goes for any other program like Outlook....


Patrick



Pattrick
  Reply With Quote
Old 01-05-2004, 08:14 PM   #4
Frode
 
Posts: n/a
Default Re: WinXP Pro & Ports
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Pattrick wrote:
>Listen, Pal ! You need Ports 25 an 110 for outlook express or you wont be
>able to get your emails. An that goes for any other program like
>Outlook....


Incorrect. The mailserver you're sending mails through/retrieving your
mails from, needs those two ports open. Your computer does not.


- --
Frode

-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0.3

iQA/AwUBP/nFkeXlGBWTt1afEQIqVQCgk4i61foCMrJ2sxgCVIXrumg2wFwA n1z7
u1dE8XPUxrrRj0cDNVoBESme
=pqlN
-----END PGP SIGNATURE-----



Frode
  Reply With Quote
Old 01-05-2004, 09:03 PM   #5
lyal
 
Posts: n/a
Default Re: WinXP Pro & Ports

"choowie" <> wrote in message
news:btbivb$2lvg$...
>
> "Damjan" <> a écrit dans le message de
> news:Nt1Kb.982$%...
> > Hello!
> >
> > I have fresh install WinXP and i'm not runing ISS or some other server

or
> > services, but por 25 and 110 are open, if i scan internet IP of the

> machine!
> > What must i disable/close/remove to have none port open, when i scan the
> > machine?

>
> May I suggest you to try tcpview from sysinternals.com
> http://www.sysinternals.com/ntw2k/source/tcpview.shtml
>
> It'll show you which proggy opens ports 25 & 110.
>
> Choowie.
>


In my experience, most Windows platforms show ports 110 and 25 open, due to
strangeness in the network implementation, even if no program exists on the
machine to use those ports. Usually however, you can't actually connect to
the machine on these 2 ports - the scanner just thinks you can.

Lyal





lyal
  Reply With Quote
Old 01-05-2004, 09:25 PM   #6
sponge
 
Posts: n/a
Default Re: WinXP Pro & Ports
"Damjan" <> wrote in message news:<Nt1Kb.982$%>...
> Hello!
>
> I have fresh install WinXP and i'm not runing ISS or some other server or
> services, but por 25 and 110 are open, if i scan internet IP of the machine!
> What must i disable/close/remove to have none port open, when i scan the
> machine?
>
> Tnx
> Greets
> D

Is your email program running? Is it setup to automatically download
or notify you of new messages?

Sponge
Sponge's Security Solutions
www.geocities.com/yosponge
My new email is yosponge two att yahoo dott com (replace the two with
the number)


sponge
  Reply With Quote
Old 01-05-2004, 10:21 PM   #7
Mimic
 
Posts: n/a
Default Re: WinXP Pro & Ports
"Damjan" <> wrote in message
news:Nt1Kb.982$%...
> Hello!
>
> I have fresh install WinXP and i'm not runing ISS or some other server or
> services, but por 25 and 110 are open, if i scan internet IP of the

machine!
> What must i disable/close/remove to have none port open, when i scan the
> machine?
>
> Tnx
> Greets
> D
>
>


from the command line type :

netstat -ano

get the PID of the entries for ports 25 and 110 then type

tasklist /svc -fi "pid eq X"

X = the PID you got, it will tell you whats using them ports.

Mimic
--
"Without knowledge you have fear. With fear you create your own nightmares."
"There are 10 types of people in the world. Those that understand Binary,
and those that dont."





Mimic
  Reply With Quote
Old 01-05-2004, 10:58 PM   #8
Pete
 
Posts: n/a
Default Re: WinXP Pro & Ports

"Mimic" <> wrote in message
news:lOydnYt_Ev0SfmSiRVn-...
> from the command line type :
>
> netstat -ano
>
> get the PID of the entries for ports 25 and 110 then type
>
> tasklist /svc -fi "pid eq X"
>
> X = the PID you got, it will tell you whats using them ports.
>
> Mimic


Cool post. That's one for the archives. Thanks for the info.

Regards,

Pete.





Pete
  Reply With Quote
Old 01-05-2004, 11:52 PM   #9
Damjan
 
Posts: n/a
Default Re: WinXP Pro & Ports
> In my experience, most Windows platforms show ports 110 and 25 open, due
to
> strangeness in the network implementation, even if no program exists on

the
> machine to use those ports. Usually however, you can't actually connect

to
> the machine on these 2 ports - the scanner just thinks you can.


Tnx for answer! But is maby any way to make them close for scanners too?

Tnx
Greets
D




Damjan
  Reply With Quote
Old 01-06-2004, 01:32 AM   #10
Mimic
 
Posts: n/a
Default Re: WinXP Pro & Ports
"Pete" <> wrote in message
news:qKadnZeq6cO-...
>
> "Mimic" <> wrote in message
> news:lOydnYt_Ev0SfmSiRVn-...
> > from the command line type :
> >
> > netstat -ano
> >
> > get the PID of the entries for ports 25 and 110 then type
> >
> > tasklist /svc -fi "pid eq X"
> >
> > X = the PID you got, it will tell you whats using them ports.
> >
> > Mimic

>
> Cool post. That's one for the archives. Thanks for the info.
>
> Regards,
>
> Pete.
>
>
>


no probs

--

Mimic

"Without knowledge you have fear. With fear you create your own nightmares."
"There are 10 types of people in the world. Those that understand Binary,
and those that dont."





Mimic
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
WinXp MCE (Pro) SP2 (32bit OS) and Max Recognized Memory rkent57 General Help Related Topics 1 02-23-2008 12:54 PM
Ports & Bios Problem gullab2 General Help Related Topics 0 09-19-2006 01:14 PM
Re: USB issue ... some USB 2 ports working only in USB 1 mode hungsolo2005@yahoo.com A+ Certification 0 06-14-2006 08:26 PM
alot of open ports leno bob A+ Certification 8 03-27-2005 11:44 PM
Adobe Encore DVD v1.0 for Windows XP Proper CD Version [2 CDs], Encore DVD v1.0 for WinXP - new ! TEL DVD Video 0 09-08-2003 03:10 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46