Censys · JSON Structure

Platform Smb Smbcapabilities Structure

Smb_SmbCapabilities schema from Censys Platform API

Type: object Properties: 7
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Smb_SmbCapabilities is a JSON Structure definition published by Censys, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

smb_dfs_support smb_directory_leasing_support smb_encryption_support smb_leasing_support smb_multichan_support smb_multicredit_support smb_persistent_handle_support

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-smb-smbcapabilities-structure.json",
  "name": "Smb_SmbCapabilities",
  "description": "Smb_SmbCapabilities schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "smb_dfs_support": {
      "type": "boolean",
      "description": "Server supports Distributed File System"
    },
    "smb_directory_leasing_support": {
      "type": "boolean",
      "description": "Server supports directory leasing"
    },
    "smb_encryption_support": {
      "type": "boolean",
      "description": "Server supports encryption"
    },
    "smb_leasing_support": {
      "type": "boolean",
      "description": "Server supports Leasing"
    },
    "smb_multichan_support": {
      "type": "boolean",
      "description": "Server supports multiple channels per session"
    },
    "smb_multicredit_support": {
      "type": "boolean",
      "description": "Server supports multi-credit operations"
    },
    "smb_persistent_handle_support": {
      "type": "boolean",
      "description": "Server supports persistent handles"
    }
  }
}