netbios shares and smb shares

G

Guest

I administrate a 2000 server whose main purpose is to run SQL 7.0.
We recently had a vulnerability scan performed on this server and two
vulnerabilites were presented and I am tasked with fixing them.
The first one states:

NetBIOS shares - null session: Shares are present and enumerated with null
session. Resolution - remove null shares.

How do I accomplish this?


The second one states:

A Server Message Block (SMB) share has been detected.
Resolution - Remove share if it is not required.

How do I accomplish this and how do I know if it is not required?

Thanks.
 
D

David H. Lipman

I'm not sure about the second, SMB, query but...

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters

has a list of shares using NULL Sessions in the paramter..

"NullSessionShares"

--
Dave




| I administrate a 2000 server whose main purpose is to run SQL 7.0.
| We recently had a vulnerability scan performed on this server and two
| vulnerabilites were presented and I am tasked with fixing them.
| The first one states:
|
| NetBIOS shares - null session: Shares are present and enumerated with null
| session. Resolution - remove null shares.
|
| How do I accomplish this?
|
|
| The second one states:
|
| A Server Message Block (SMB) share has been detected.
| Resolution - Remove share if it is not required.
|
| How do I accomplish this and how do I know if it is not required?
|
| Thanks.
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top