HostNode.com :: HostSeeker's Talk
Home Register FAQ Members List Calendar Mark Forums Read
Go Back   HostNode.com :: HostSeeker's Talk > Main Forums > Technical and Security Pole > Securing Tips & Tricks
Reply
 
LinkBack Thread Tools Rate Thread Display Modes
(#1 (permalink))
Old
SecureIT SecureIT is offline
Confirmed User
SecureIT is on a distinguished road
 
Posts: 45
Join Date: Nov 2003
Securing Tips & Tricks - 11-23-2003, 07:49 PM

Hi,
In this topic i'm trying to explain some tips and tricks about securing windows ...
#1 :: RPC Service ::
Few months ago Blaster worm has infected a lots of computers and so .... you know all , it comes to a securing hole in Windows ( 2000,XP,2003 ) , and as far as i knew about four vulnerabilities has been discovered , microsoft has realased some patches but the best way is disabling DCOM Service , to disable this service follow this stepes :
1 . Enter regedit in run menu ( start menu ) and press enter
2 . Go to this key [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole]
and change "EnableDCOM"="Y" value to "EnableDCOM"="N" .
after this you have to reboot system for taking effect on disabling DCOM :cheff:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
(#2 (permalink))
Old
SecureIT SecureIT is offline
Confirmed User
SecureIT is on a distinguished road
 
Posts: 45
Join Date: Nov 2003
11-23-2003, 07:51 PM

Maybe some friends ask about "What's RPC DCOM ?", we can say exactly : RPC is an ability to execute code or a program from a remote source ( between client and server ) , and what's the benefits of disabling RPC DCOM ? we can protect ourself against hacking attacks , i said about 4 security holes of this service has been discovered , ok let's explain about another tips and tricks ...
#2 :: NetBIOS over TCP/IP ::
What's does it do ? NetBIOS over TCP/IP is typically used on Windows systems to transport the CIFS protocol (also known as SMB). CIFS is the protocol behind resources sharing (typically, file and printer sharing . So maybe you ask about " why it must be disabled ? " , I have to say most of the time it's one of the best ways for attackers to launch DoS ( Denial of Service ) attacks or crack our administrator password !
How to disable it ?
For each your active Network and Dial-up Connection, select
Properties and choose Properties of Internet Protocol (TCP/IP). Click on
the Advanced button, select the WINS tab and check Disable NetBIOS over TCP/IP .


SecureIT Discussion Board
http://SecureIT.UNI.CC
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
(#3 (permalink))
Old
SecureIT SecureIT is offline
Confirmed User
SecureIT is on a distinguished road
 
Posts: 45
Join Date: Nov 2003
11-23-2003, 07:55 PM

#3
Note : If you need using IIS , don't do this tip :

On Windows 2000, IIS 5 runs by default and is composed of SMTP, HTTP and IIS administration services. To close TCP ports 25, 80, 443, UDP port 3456, one port used by IIS administration website (4983 in our example) and two ports, higher than 1023 for RPC services, these services must be stopped.
The quickest way to stop these services is to stop the iisadmin service (other services depend on it):

C:\WINNT>net stop iisadmin
The following services are dependent on the IIS Admin Service service.
Stopping the IIS Admin Service service will also stop these services.


SecureIT Discussion Board
http://SecureIT.UNI.CC
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
(#4 (permalink))
Old
SecureIT SecureIT is offline
Confirmed User
SecureIT is on a distinguished road
 
Posts: 45
Join Date: Nov 2003
11-23-2003, 07:57 PM

#4
Closing UDP Port 500 "IPsec Service"
UDP port 500, used by IKE protocol (Internet Key Exchange) can be closed by
stopping IPsec services service.

C:\WINNT>net stop policyagent
The IPSEC Services service is stopping.
The IPSEC Services service was stopped successfully.


SecureIT Discussion Board
http://SecureIT.UNI.CC
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
(#5 (permalink))
Old
SecureIT SecureIT is offline
Confirmed User
SecureIT is on a distinguished road
 
Posts: 45
Join Date: Nov 2003
11-23-2003, 07:59 PM

#5
Closing "Distributed Transaction Coordinator"
Distributed Transaction Coordinator service is enabled by default on a Windows 2000 server and opens TCP port 3372, and one TCP port higher than 1023 (1025 in my example).

Stopping this service closes two TCP ports:

C:\WINNT>net stop msdtc
The Distributed Transaction Coordinator service is stopping.
The Distributed Transaction Coordinator service was stopped successfully.


SecureIT Discussion Board
http://SecureIT.UNI.CC
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
(#6 (permalink))
Old
Kim-Eirik Kim-Eirik is offline
Confirmed User
Kim-Eirik is on a distinguished road
 
Posts: 41
Join Date: Nov 2003
11-24-2003, 02:51 PM

1. this could have been posted in one post
2. might be considered as spam..


.........
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
(#7 (permalink))
Old
Kim-Eirik Kim-Eirik is offline
Confirmed User
Kim-Eirik is on a distinguished road
 
Posts: 41
Join Date: Nov 2003
11-24-2003, 05:34 PM

oh.. i forgot
3. nice article :D


.........
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
(#8 (permalink))
Old
.com.net.org .com.net.org is offline
PlatinumName
.com.net.org is on a distinguished road
 
Posts: 18
Join Date: Nov 2003
11-25-2003, 09:41 AM

And don't forget to update at windowsupdate
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
(#9 (permalink))
Old
SecureIT SecureIT is offline
Confirmed User
SecureIT is on a distinguished road
 
Posts: 45
Join Date: Nov 2003
11-25-2003, 10:29 AM

Yeah , the first way in securing windows or other softwares is Update to latest patches and updates :cap:


SecureIT Discussion Board
http://SecureIT.UNI.CC
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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 On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Promotion tips for onlydevelopers.com siplnettech SEO and Promotions Techniques 1 11-12-2004 11:55 AM
Proxy Tricks Ferman HostSeeker Chit Chat 0 08-06-2004 12:52 PM
Need Some Help With Advertising & Promotion Tips! Renegade Advertising Strategies & Affilitate Programs 2 06-29-2004 05:30 AM
SEO tips and hints. P10n33R SEO and Promotions Techniques 8 06-14-2004 12:38 AM
Securing PHP SecureIT Technical and Security Pole 5 11-24-2003 07:00 PM


All times are GMT +2. The time now is 01:04 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0
vB.Sponsors
© 2003 - 2007 HostSeeker.com - All rights reserved