Creating 100% absolutely secure PCs

Source: Internet
Author: User

Currently, most of the operating systems used by home computers are WinXP and Win2000 pro (we recommend that you change the OS with 98 friends, why do you still use a system that Microsoft has abandoned ?) So I will focus on the security protection based on these two operating systems later.
Common Intrusion methods for personal computers

When talking about personal security when surfing the internet, we should first classify the problems that people may encounter. The intrusion methods we encounter include the following:

(1) Passwords stolen by others;

(2) The system is attacked by _ blank/> Trojans;

(3) malicious java scrpit program attacks during Webpage Browsing;

(4) QQ attacks or information leakage;

(5) virus infection;

(6) vulnerabilities in the system allow others to attack themselves.

(7) malicious attacks by hackers.

Next, let's take a look at how to effectively prevent attacks.

Check local shared resources
Delete share
Delete An ipc $ null connection
Security Principles of account and password
Close your port 139
Close port 445
Close 3389
Prevention of 4899
Introduction to common ports
How to view ports opened on the local machine and filter
Disable Service
Local Policy
Local Security Policy
User permission Allocation Policy
Terminal service configuration
User and group policies
Prevent rpc Vulnerability
DIY on-premises Security Options
Tool Introduction
Avoid virus attacks such as malicious code Trojans

1. View local shared resources

Run CMD and enter net share. If abnormal share is found, disable it. But sometimes when you turn off sharing and start up again, you should consider whether your machine has been controlled by hackers or has been infected with a virus.

2. Delete sharing (input one at a time)

Net share admin $/delete
Net share c $/delete
Net share d $/delete (if e, f ,...... Can continue to delete)

3. delete an ipc $ null connection

Enter regedit in the run, and in the registry, find the value of RestrictAnonymous in the HKEY-LOCAL_MACHINESYSTEMCurrentControSetControlLSA item from 0 to 1.

4. disable port 139. The ipc and RPC vulnerabilities exist here.

To disable port 139, select the "Internet Protocol (TCP/IP)" attribute in "Local Connection" of "network and dial-up connection, in "Advanced TCP/IP Settings" and "WinS Settings", enter "disable NETBIOS for TCP/IP". If you check the box, port 139 is disabled.

5. Prevent rpc vulnerabilities

Open the management tool -- service -- locate the RPC (Remote Procedure Call (RPC) Locator) Service -- set the first failure, second failure, and subsequent failure to no operation.

This vulnerability does not exist in XP SP2 and 2000 pro sp4.

Close port 6.445

Modify the registry and add a key value HKEY_LOCAL_MACHINESystemCurrentControlSetServicesNetBTParameters. In the window on the right, set SMBDeviceEnabled to REG_DWORD and set the key value to 0.

Close 7.3389

XP: Right-click on my computer and select Properties --/> remote. Remove the Options "Remote Assistance" and "Remote Desktop.

Start Win2000server --/> program --/> management tool --/> and find the Terminal Services Service item in the service. Select the property Option to change the Startup Type to manual, and stop the service. (This method is also applicable to XP)

Attention from friends who use 2000 pro, there are many articles on the Internet that show Terminal Services in Win2000pro --/> Settings --> control panel --/> management tools --/>, select the property Option to change the Startup Type to manual and stop the service. You can disable 3389. In fact, Terminal Services does not exist in 2000pro.

Prevention of 8.4899

There are many intrusion methods about 3389 and 4899 on the network. 4899 is actually a server port opened by a remote control software. These control software is powerful, so Hackers often use it to control their bots. In addition, such software is generally not scanned and killed by anti-virus software, it is safer than a backdoor.

4899 is a system-provided service, unlike 3389. You must install it on your own and upload the server to the compromised computer and run the Service to achieve the purpose of control.

So as long as your computer has made basic security configurations, it is difficult for hackers to control you through 4899.

9. Disable the service

If the PC has no special purpose, open the control panel based on security considerations, go to management tools-services, and close the following services:

1. Alerter [Notifies selected users and computers to manage alarms]
2. ClipBook [enable the "Clipboard viewer" to store information and share it with remote computers]
3. Distributed File System [combines Distributed File sharing into a logical name and shares it out. After it is disabled, remote computers cannot access sharing.
4. Distributed Link Tracking Server [Lan Distributed Link]
6. Indexing Service [provides the index content and attributes of files on a local or remote computer, causing information leakage]
7. Messenger [alert]
8. NetMeeting Remote Desktop Sharing [Collection of customer information left by netmeeting]
9. Network DDE [provides dynamic data exchange for programs running on the same computer or different computers]
10. Network dde dsdm [Managing Dynamic Data Exchange (DDE) Network sharing]
11. Remote Desktop Help Session Manager [manage and control Remote Assistance]
12. Remote Registry [enable Remote computer users to modify the local Registry]
13. Routing and Remote Access [Provide Routing services in LAN and wide area networks. Hacker reason Routing service spying Registration Information]
14. Server [supports sharing of files, printing, and named pipes on this computer over the network]
15. TCP/IPNetBIOS Helper [provides support for NetBIOS on TCP/IP and NetBIOS name resolution on network clients so that users can share files, print and log on to the network]
16. Telnet [allow remote users to log on to this computer and run programs]
17. Terminal Services [allow users to connect to a remote computer in interactive mode]
18. Window s Image Acquisition (WIA) [Photo Service, application and digital camera]

If you find that the machine has started some strange services, such as r_server, you must immediately stop the service because it is entirely possible that hackers use the server that controls the program.

10. account and password security principles

First, disable the guest account and rename the Built-in administrator account ~~ (The more complicated the change, the better. It is better to change it to Chinese), and then set a password, preferably a combination of 8 or more letters and numbers. (Let the damn hackers guess it ~)

If you are using another account, it is best not to add it to the administrators group. If you join the administrators group, you must also set a safe enough password, it is best to set it in security mode, because my research has found that the account with the highest permissions in the system is not the adminitrator account under normal login, because even with this account, you can also log on to the security mode and delete the sam file to change the administrator password of the system! This is not the case for the administrator set in Security Mode, because it is impossible to enter security mode without knowing the administrator password. The maximum permission is the password policy: You can set the password according to your habits. The following is my Recommended settings (for password security settings, I have already mentioned above, and I will not go on here.

Open the management tool. Local security settings. Password Policy

1. The password must comply with complex requirements. Enable
2. Minimum password value. I set it to 8.
3. The maximum password validity period is 42 days by default.
4. The minimum password validity period is 0 days.
5. Force password history to remember 0 passwords
6. Use recoverable _ blank/> encryption to store passwords. 11. Local Policies:

This is very important. It can help us find every action of the people who are tested and track down hackers in the future.

(Although hackers usually clear the traces they leave on your computer when they leave, there are also some carelessness)

Open management tools

Find the local security settings. Local policy. Audit Policy

1. Audit Policy Change failed
2. login event review successful failure
3. An error occurred while accessing the Audit object.
4. No review is performed during the review and tracking process.
5. Failed to Audit Directory Service Access
6. failed to review privilege usage
7. System Event Review failed
8. An error occurred while checking the Account Logon Time
9. Account Management Review failed
& Nb sp; then go to the management tool to find
Event Viewer
Application: Right-click/> properties/> to set the maximum log size. I set 50 mb and select not to overwrite the event.
Security: Right-click/> properties/> to set the maximum log size. I also set 50 mb and select not to overwrite the event.
System: Right-click/> properties/> to set the maximum log size. I have set 50 mb and select not to overwrite the event.

12. Local Security Policy:

Open management tools

Find Local

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.