> ## Documentation Index
> Fetch the complete documentation index at: https://projectdiscovery-nuclei-syntax-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Smb.ServiceSMB

# Interface: ServiceSMB

[smb](/templates/protocols/javascript/modules/smb).ServiceSMB

ServiceSMB Interface

## Table of contents

### Properties

* [DNSComputerName](/templates/protocols/javascript/modules/smb.ServiceSMB#dnscomputername)
* [DNSDomainName](/templates/protocols/javascript/modules/smb.ServiceSMB#dnsdomainname)
* [ForestName](/templates/protocols/javascript/modules/smb.ServiceSMB#forestname)
* [NetBIOSComputerName](/templates/protocols/javascript/modules/smb.ServiceSMB#netbioscomputername)
* [NetBIOSDomainName](/templates/protocols/javascript/modules/smb.ServiceSMB#netbiosdomainname)
* [OSVersion](/templates/protocols/javascript/modules/smb.ServiceSMB#osversion)
* [SigningEnabled](/templates/protocols/javascript/modules/smb.ServiceSMB#signingenabled)
* [SigningRequired](/templates/protocols/javascript/modules/smb.ServiceSMB#signingrequired)

## Properties

### DNSComputerName

• `Optional` **DNSComputerName**: `string`

#### Defined in

smb.ts:212

***

### DNSDomainName

• `Optional` **DNSDomainName**: `string`

#### Defined in

smb.ts:214

***

### ForestName

• `Optional` **ForestName**: `string`

#### Defined in

smb.ts:216

***

### NetBIOSComputerName

• `Optional` **NetBIOSComputerName**: `string`

#### Defined in

smb.ts:208

***

### NetBIOSDomainName

• `Optional` **NetBIOSDomainName**: `string`

#### Defined in

smb.ts:210

***

### OSVersion

• `Optional` **OSVersion**: `string`

#### Defined in

smb.ts:206

***

### SigningEnabled

• `Optional` **SigningEnabled**: `boolean`

#### Defined in

smb.ts:218

***

### SigningRequired

• `Optional` **SigningRequired**: `boolean`

#### Defined in

smb.ts:204
