Forgot password?
|
|
|
|
We were unable to sign you in.
Please verify your user name and password and try again. If you do not have a TEC account, register now.


If you receive errors when attempting to view this white paper, please install the latest version of Adobe Reader.
MicroWorld

"MicroWorld's eConceal is a powerful, highly advanced network Firewall designed to protect your internal network against attacks via the Internet." Source : MicroWorld
Resources Related to NetBIOS Firewall - Preventive Technologies for a Secure Future:

NetBIOS Firewall - Preventive Technologies for a Secure Future


NetBIOS Firewall - Preventive Technologies is also known as : preventive technologies secure, technologies secure future , preventive technologies, technologies secure, NetBIOS Content, firewalls Resources, internet Resources, spyware Resources, Advanced firewall technologies, Whitepaper on NetBIOS Firewall, Technology Responsible, NetBIOS Networking, extends the technologies of protocol analysis, 2k netbios, Attack Prevention Technology, VPN Firewalls for SMBs, GTA Firewall , GB-OS System Software, solution to intrusion prevention, desktop firewall, regarding desktop firewall, technologies of intrusion prevention , technologies of application firewalls, Prevention System, combines the technologies of protocol analysis, Deep Inspection Firewall, Integrated desktop firewall , Handbook of information security, Best firewall download, Outpost Firewall PRO, Leading Intrusion Prevention Technology, leak prevention technology, networking technology, enhancements like integrated technologies, stateful inspection firewall.

How many times do you hear Network Administrators scream at the top of their voice, "I have spent millions of dollars' buying expensive and best Antivirus software solutions and yet every two months, when a new virus strikes, I have my entire network go down!!!" This is a common complaint you will get to hear from one and all Network Administrators, primarily because most security vendors today concentrate more on a "reactive" approach to stop virus attacks, than a "preventive" approach!

How reactive approach works:

  • New virus gets discovered;
  • Manages to enter one of the workstations inside customer's Network;
  • Vendor releases patch within 24-hours of getting a sample of the new virus;
  • Customer downloads patch;
  • Updates entire network.

But the 24-hour (or less) gap is enough for most viruses to spread & cause maximum damage.

How preventive approach works:

  • New virus gets discovered;
  • Manages to enter one of the workstations inside customer's Network;
  • Virus tries to infiltrate other systems, but unsuccessful;
  • Vendor releases patch;
  • Customer downloads patch;
  • Cleans up the "one" machine which has been affected;
  • Updates entire network.

In the 2nd case, we have contained the infection to a single machine on the network, thereby preventing a huge outbreak! As we all know and will agree, major costs of an outbreak comes because of loss of productive time & cleaning up of the mess, created by a virus coming in through a single machine and spreading across the network.

This is the new generation of intelligent and extremely malignant viruses that can compromise poorly protected shared resources on windows network to infiltrate and spread. The networks typically have weak (or NULL) passwords and viruses are able to break them. This white paper provides information about how such viruses compromise your network and suggests an important feature that a good anti-virus should have to combat such threats.


About Shared Networks

In a network, there maybe shared drives, directories or resources like printers. The core protocol on which Windows file sharing runs is called SMB or Server Message Block. In older versions of Windows (e.g. 95, 98, Me, and NT), SMB shares ran on NetBIOS over TCP/IP (NBT) on ports 137/tcp and udp, 138/udp, and 139/tcp. However, in later versions of Windows (e.g., 2000 and XP), it is possible to run SMB directly over TCP/IP on port 445/tcp.

Windows file shares with poorly chosen or Null passwords are a recurring security risk for both corporate networks and home users. There are multiple ways for SMB clients (your Windows redirector) and also viruses to reach the server depending on what combination of protocol stacks you decide to bind your SMB client and server to.

It has often been the case that these poorly configured shares were exposed to the Internet. Intruders have been able to leverage poorly protected Windows shares by exploiting weak or Null passwords to access user-created and default administrative shares. This problem is exacerbated by another relevant trend: intruders specifically targeting Internet address ranges known to contain a high density of weakly protected systems.

Let me explain this with a simple example. Assume there are two computers A and B in a Local Area Network (LAN). Each of these computers has a "client component" and a "server component". You can enable or disable, either or both of these components. If you wonder, why both A and B should be a server, here is the reason why. If A wants to access files on B, the "client" on A requests for a file from B, and the "server component" on B picks up the file and gives to A. Similarly, if B wants files from A, the "client" on B requests for files from the "server" on A.

Hence, if you disable the "server" component on A, no computer on the network can request any files from A. And if you disable the "client" component on A, A cannot request for any files from other computers on the same network.

In practical cases, many users in a corporate environment normally share their folders or local drives, in order to give access to their local documents or in order for other users to keep a backup of their local files!


How Viruses compromise weak networks

Since the past few months, a new breed of Windows worms known as Share Crawler has arrived. The W32/Opaserv share crawler attempts to discover new hosts to infect by scanning the current IP subnet for the presence of SMB (Server Message Block) servers listening on well-known network endpoints.

Once it is aware of the presence of a server, it will send some specially crafted SMB request packets to the server, which will allow it to copy and modify some critical files on the server's file system. This can happen even if your share is password protected. The worm is now able to put a copy of itself, (subsequently) run on the newly infected system and will continue it's search for further systems to infect.

The self-propagating W32/Deloder malicious code is another example of the intruder activity described above. It begins by scanning the /16 (i.e., addresses with the same first two high-order octets) of the infected host for systems listening on 445/tcp. When a connection is made, W32/Deloder attempts to break the Administrator account by using a list of pre- loaded passwords. Variants may include different or additional passwords, but reports indicate that the following have appeared thus far:

[NULL] 0 000000 00000000 007 1 110 111 111111 11111111 12 121212 123 123123 1234 12345 123456 1234567 12345678 123456789 1234qwer 123abc 123asd 123qwe 2002 2003 2600 54321 654321 88888888 Admin Internet Login Password a aaa abc abc123 abcd admin admin123 administrator alpha asdf computer database enable foobar god godblessyou home ihavenopass login love mypass mypass123 mypc mypc123 oracle owner pass passwd password pat patrick pc pw pw123 pwd qwer root secret server sex super sybase temp temp123 test test123 win xp xxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx yxcv zxcv

On successful compromise of the Administrator account, W32/Deloder copies itself to the victim's computer, placing multiple copies in various locations on the system. Additionally, it adds a registry key that will cause the automatic execution of virus. The victim will begin scanning for other systems to infect after it has restarted.

W32/Deloder also opens up backdoors on the victim system to allow attackers further access. It does this in two ways:

  1. Attempting to connect to one of a number of pre-configured IRC servers
  2. Installing a copy of VNC (http://www.uk.research.att.com/vnc/) (Virtual Network Computing), an open-source remote admin tool from AT&T, listening on 5800/tcp or 5900/tcp

Other viruses (like NIMDA or Klez, for instance) may use simpler methods to copy themselves by detecting network drives or using well-known share names.

Stopping the share crawler involves a deeper understanding of its propagation methods irrespective of the nature of the payload. It is like a virus scanning all local drives to check for open shares & if it finds one, immediately starts infecting all the files on the shared drive!


How do we stop such viruses

Some of the common methods outlined to stop the infiltration involve:

Disable File Shares:

If a given computer is not intended to be a server (i.e., share files with others), "File and Printer Sharing for Microsoft Networks" should be disabled or shares to be made read-only (read access given but write access disabled). Alternatively, if the computer is part of the Internet and the Local Area Network (LAN), sharing should be disabled on NetBT or TCP/IP on the Internet interface.

For computers that export shares, ensure that user authentication is required and that each account has a well-chosen password.

By default, Windows NT, 2000, and XP create certain hidden and administrative shares. Users can read the article HOW TO: Create and Delete Hidden or Administrative Shares on Client Computers ( http://support.microsoft.com/default.aspx?scid=kb;en-us;Q314984&sd=tech) for further guidelines on managing these shares.

But Disabling file shares (or making it read only) is hardly the solution, because users in a large environment, certainly keep the sharing open, in order to backup their own files or for purposes of using a common document across groups. Imagine the nightmarish experience for an administrator tasked with the job of implementing a safe sharing policy on any large network!

Use strong passwords:

The various tools described above exploit the use of weak or null passwords in order to propagate, so using strong passwords can help keep them from infecting your systems.

But using the strongest password is also sometimes not enough, because shares on a system are normally persistent. This means that once you use the password to open the share, the resource "remains" shared till the time you restart your machine!

Do not run programs of unknown origin:

Never download, install, or run a program unless you know it to be authored by a person or company that you trust. Users of IRC, Instant Messaging (IM), and file-sharing services should be particularly wary of following links or running software sent to them by other users, as this is a commonly used method among intruders attempting to build networks of DDoS (Distributed Denial of Service) agents.

In corporate networks, such policy enforcements have never been too successful! After all, there's a factor called as Human Weakness, which is far too complex to understand. I have personally seen very intelligent and knowledgeable users, click on an attachment by the name NudeJennifer.EXE, in spite of knowing that such attachments can carry destructive elements!

Deploy a Firewall:

Firewall products may be able to alert users to the fact that their machine has been compromised. Furthermore, they have the ability to block intruders from accessing backdoors over the network.

However, no firewall can detect or stop all attacks and it is never a practical approach to install Firewall software on all of your workstations on your network since, given the way the Windows LAN Manager operates, you would come up with an amazing number of false positives!

Some implementations try to quarantine the infected systems from the rest of the network as soon as detection occurs, to try and stem the spread of the virus. This may not be very reliable though.


Remote Access Detection (also called Remote Access File Rights / NetBIOS Firewall)

A radical and very effective approach could be used if we exploit the very method that is used by these worms to propagate. The method suggests use of a filter layer above the file system that is used to detect the creation and modification of certain files in different parts of the directory tree.

For example, the user could allow complete access to all folders on the local drive and still disallow the modification of important System files from a remote system or prevent the creation of any file having an .EXE, .COM, .BAT and .DLL extension in the Windows system folder.

This method has several advantages since it acts a general purpose screening mechanism to prevent not only worms like Opaserv but also your colleague from inadvertently copying infected files to your system. You can also look at it like an Intrusion Detection System (IDS) for Local Area Networks.

Current security on Windows Operating Systems allows you to specify a share as read only or set per user permissions on a file. It does not provide much flexibility in allowing certain files to be accessed while generally protecting the entire share.

Secondly this method is based on the prevention principle and does not rely on the detection of an infected system on the network. Using this feature, it is sufficient for a network administrator to merely know about the way the worm infects the system and it's method of propagation. He can then proceed to block the creation or modification of the files that the worm uses by making appropriate changes in the filter list. She is now assured that the worm cannot spread across her network while she waits for the critical anti virus update from her vendor.

Taking the same example of the W32/Deloder above, assume you some of the systems having null password. If the deloder virus compromises one of the systems, it might be successful in hacking into those systems with the null password, but cannot copy itself on to them, if Remote Access File Rights is enabled. Effectively, what we have now achieved is systems getting sand- boxed and remaining safe from any future intrusions.

Filtering remote file activity just above the file system and below the SMB server also means that this method is independent of the transport protocol being used between two hosts on the network. Remember that the worm could use NetBeui, NetBT or TCP/IP to copy itself to your system. By using this method you can stop worrying about what protocol the worm would try and use next.


Example of a good software

Good anti-virus software should allow you to specify the file types that remote users CANNOT create or modify. This ensures that file, prone to attacks by viruses are not allowed to replicate on the server. The software should also ensure that sensitive folders, like for instance the startup folder, are never given access to for a remote user.

At the same time, the software should allow you to specify file types that users CAN create or modify. This ensures that your normal network activity remains unaffected.

Following figure shows a feature from eScan 2003, leading anti-virus software that allows you to assign file rights to remote users.


How eScan has an edge over others

The fight against viruses should be pre-emptive rather than reactive. The Assign File Rights feature of eScan prevents viruses from creating infected files and replicating, by denying them the means they need. This is important. Other software's, allow viruses to infect the server and rage through the network, then expect you to shut down the network and indulge in hectic firefighting. They may occasionally be successful but they often are not. You end up entertaining the office staff and lose valuable time and invaluable data.

Decide what you want. Now.


About MicroWorld Technologies Inc.

MicroWorld Technologies Inc is one of the fastest growing software companies in the Computer Software Security areas, and currently doing path-breaking research on preventive technologies. Its MWL Technology and Remote Access Rights, are the first of its kind and being used in its products eScan and MailScan. For more information, on how our world-class product suites, eScan and MailScan can help your organization, please visit http://www.mwti.net.

MicroWorld Technologies Inc.

 
Searches related to :
preventive technologies secure | technologies secure future | preventive technologies | technologies secure | NetBIOS Content | firewalls Resources | internet Resources | spyware Resources | Advanced firewall technologies | Whitepaper on NetBIOS Firewall | Technology Responsible | NetBIOS Networking | extends the technologies of protocol analysis | 2k netbios | Attack Prevention Technology | VPN Firewalls for SMBs | GTA Firewall | GB-OS System Software | solution to intrusion prevention | desktop firewall | regarding desktop firewall | technologies of intrusion prevention | technologies of application firewalls | Prevention System | combines the technologies of protocol analysis | Deep Inspection Firewall | Integrated desktop firewall | Handbook of information security | Best firewall download | Outpost Firewall PRO | Leading Intrusion Prevention Technology | leak prevention technology | networking technology | enhancements like integrated technologies | stateful inspection firewall | advanced technologies | application security | audit security software | behind firewall | best firewall | best personal firewall | block firewall | client firewall | computer data security | computer disaster recovery | computer future | computer help | computer network security | computer networking | computer security consultant | computer security policy | computer security system | computer support | configure netbios | configuring firewall | dhcp firewall | disable firewall | dmz firewall | dns firewall | enterprise network security | enterprise security | enterprise security management | fire wall | firewall antivirus | firewall appliance | firewall config | firewall configuration | firewall connection | firewall download | firewall forward | firewall network security | firewall port | firewall ports | firewall security | firewall server | firewall settings | firewall setup | firewall software | firewall software best | firewall tunnel | firewall vpn client | free download firewall | free firewall | free firewall downloads | free firewalls | free personal firewall | future computers | future industry | future management | future research | global future | global technologies | hardware firewall | howto firewall | information security audit | information security management | information security policy | information security risk assessment | information systems security | internet network security | internet security software | intrusion detection software | intrusion detection system | intrusion prevention | intrusion prevention system | iptables firewall | it network security | it security management | kerio firewall | list firewall | maintenance preventive | managed network security | management data security | management security | monitoring network | nat firewall | nat wins | netbios block | netbios client | netbios configuration | netbios connection | netbios dhcp | netbios disable | netbios dns | netbios linksys | netbios list | netbios nat | netbios port | netbios port numbers | netbios ports | netbios protocol | netbios proxy | netbios router | netbios security | netbios server | netbios setup | netbios traffic | netbios vpn | netgear firewall | netscreen firewall | network firewall | network intrusion detection | network netbios | network security appliance | network security assessment | network security audit | network security auditing | network security business | network security company | network security design | network security monitoring | network security policy | network security product | network security risk | network security risks | network security scanner | network security services | network security software | network security solution | network security solutions | network security system | network security technology | network security testing | network security threats | network security tool | network support | network vulnerability | network vulnerability assessment | networking security | open firewall | personal firewall | port forwarding firewall | pptp firewall | preventive action | preventive benefits | preventive corrective | preventive guidelines | preventive medicine | protocol firewall | proxy firewall | remote desktop firewall | remote firewall | remote netbios | risk assessment security | router firewall | secure authentication | secure computer | secure encryption | secure firewall | secure firewalls | secure information | secure internet security | secure management | secure networking | secure networks | secure password | secure policy | secure security | secure user | secure wireless | security assessment | security assessments | security auditing | security event management | security policy | security risk management | ssl firewall | systems technologies | task force preventive | technology consulting information | through firewall | udp firewall | vpn firewall | vulnerability assessment | vulnerability assessments | windows firewall | windows netbios | wins firewall | wireless network | wireless network security | preventive technologies NetBIOS Content | preventive technologies firewalls Resources | preventive technologies internet Resources | preventive technologies spyware Resources | preventive technologies Advanced firewall technologies | preventive technologies Whitepaper on NetBIOS Firewall | preventive technologies Responsible | preventive technologies NetBIOS Networking | preventive technologies extends protocol analysis | preventive technologies 2k netbios | preventive technologies Attack Prevention | preventive technologies VPN Firewalls for SMBs | preventive technologies GTA Firewall | preventive technologies GB-OS System Software | preventive technologies solution to intrusion prevention | preventive technologies desktop firewall | preventive technologies regarding desktop firewall | preventive technologies intrusion prevention | preventive technologies application firewalls | preventive technologies Prevention System | preventive technologies combines the technologies of protocol analysis | preventive technologies Deep Inspection Firewall | preventive technologies Integrated desktop firewall | preventive technologies Handbook of information security | preventive technologies Best firewall download | preventive technologies Outpost Firewall PRO | preventive technologies Leading Intrusion Prevention | preventive technologies leak prevention | preventive technologies networking | preventive technologies enhancements like integrated | preventive technologies stateful firewall | preventive technologies advanced technologies | preventive technologies application security | preventive technologies audit security software | preventive technologies behind firewall | preventive technologies best firewall | preventive technologies best personal firewall | preventive technologies block firewall | preventive technologies client firewall | preventive technologies computer data security | preventive technologies computer disaster recovery | preventive technologies computer future | preventive technologies computer help | preventive technologies computer network security | preventive technologies computer networking | preventive technologies computer security consultant | preventive technologies computer security policy | preventive technologies computer security system | preventive technologies computer support | preventive technologies configure netbios | preventive technologies configuring firewall | preventive technologies dhcp firewall | preventive technologies disable firewall | preventive technologies dmz firewall | preventive technologies dns firewall | preventive technologies enterprise network security | preventive technologies enterprise security | preventive technologies enterprise security management | preventive technologies fire wall | preventive technologies firewall antivirus | preventive technologies firewall appliance | preventive technologies firewall config | preventive technologies firewall configuration | preventive technologies firewall connection | preventive technologies firewall download | preventive technologies firewall forward | preventive technologies firewall network security | preventive technologies firewall port | preventive technologies firewall ports | preventive technologies firewall security | preventive technologies firewall server | preventive technologies firewall settings | preventive technologies firewall setup | preventive technologies firewall software | preventive technologies firewall software best | preventive technologies firewall tunnel | preventive technologies firewall vpn client | preventive technologies free download firewall | preventive technologies free firewall | preventive technologies free firewall downloads | preventive technologies free firewalls | preventive technologies free personal firewall | preventive technologies future computers | preventive technologies future industry | preventive technologies future management | preventive technologies future research | preventive technologies global future | preventive technologies global technologies | preventive technologies hardware firewall | preventive technologies howto firewall | preventive technologies information security audit | preventive technologies information security management | preventive technologies information security policy | preventive technologies information security risk assessment | preventive technologies information systems security | preventive technologies internet network security | preventive technologies internet security software | preventive technologies intrusion detection software | preventive technologies intrusion detection system | preventive technologies intrusion prevention | preventive technologies intrusion prevention system | preventive technologies iptables firewall | preventive technologies it network security | preventive technologies it security management | preventive technologies kerio firewall | preventive technologies list firewall | preventive technologies maintenance preventive | preventive technologies managed network security | preventive technologies management data security | preventive technologies management security | preventive technologies monitoring network | preventive technologies nat firewall | preventive technologies nat wins | preventive technologies netbios block | preventive technologies netbios client | preventive technologies netbios configuration | preventive technologies netbios connection | preventive technologies netbios dhcp | preventive technologies netbios disable | preventive technologies netbios dns | preventive technologies netbios linksys | preventive technologies netbios list | preventive technologies netbios nat | preventive technologies netbios port | preventive technologies netbios port numbers | preventive technologies netbios ports | preventive technologies netbios protocol | preventive technologies netbios proxy | preventive technologies netbios router | preventive technologies netbios security | preventive technologies netbios server | preventive technologies netbios setup | preventive technologies netbios traffic | preventive technologies netbios vpn | preventive technologies netgear firewall | preventive technologies netscreen firewall | preventive technologies network firewall | preventive technologies network intrusion detection | preventive technologies network netbios | preventive technologies network security appliance | preventive technologies network security assessment | preventive technologies network security audit | preventive technologies network security auditing | preventive technologies network security business | preventive technologies network security company | preventive technologies network security design | preventive technologies network security monitoring | preventive technologies network security policy | preventive technologies network security product | preventive technologies network security risk | preventive technologies network security risks | preventive technologies network security scanner | preventive technologies network security services | preventive technologies network security software | preventive technologies network security solution | preventive technologies network security solutions | preventive technologies network security system | preventive technologies network security technology | preventive technologies network security testing | preventive technologies network security threats | preventive technologies network security tool | preventive technologies network support | preventive technologies network vulnerability | preventive technologies network vulnerability assessment | preventive technologies networking security | preventive technologies open firewall | preventive technologies personal firewall | preventive technologies port forwarding firewall | preventive technologies pptp firewall | preventive technologies preventive action | preventive technologies preventive benefits | preventive technologies preventive corrective | preventive technologies preventive guidelines | preventive technologies preventive medicine | preventive technologies protocol firewall | preventive technologies proxy firewall | preventive technologies remote desktop firewall | preventive technologies remote firewall | preventive technologies remote netbios | preventive technologies risk assessment security | preventive technologies router firewall | preventive technologies secure authentication | preventive technologies secure computer | preventive technologies secure encryption | preventive technologies secure firewall | preventive technologies secure firewalls | preventive technologies secure information | preventive technologies secure internet security | preventive technologies secure management | preventive technologies secure networking | preventive technologies secure networks | preventive technologies secure password | preventive technologies secure policy | preventive technologies secure security | preventive technologies secure user | preventive technologies secure wireless | preventive technologies security assessment | preventive technologies security assessments | preventive technologies security auditing | preventive technologies security event management | preventive technologies security policy | preventive technologies security risk management | preventive technologies ssl firewall | preventive technologies systems technologies | preventive technologies task force preventive | preventive technologies technology consulting information | preventive technologies through firewall | preventive technologies udp firewall | preventive technologies vpn firewall | preventive technologies vulnerability assessment | preventive technologies vulnerability assessments | preventive technologies windows firewall | preventive technologies windows netbios | preventive technologies wins firewall | preventive technologies wireless network | preventive technologies wireless network security |

©2013 Technology Evaluation Centers Inc. All rights reserved. Search powered by Google