Censys · JSON Structure

Platform Smb Smbversions Structure

Smb_SmbVersions schema from Censys Platform API

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

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

Properties

major minor revision version_string

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-smbversions-structure.json",
  "name": "Smb_SmbVersions",
  "description": "Smb_SmbVersions schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "major": {
      "type": "int32",
      "description": "Major version",
      "minimum": 0
    },
    "minor": {
      "type": "int32",
      "description": "Minor version",
      "minimum": 0
    },
    "revision": {
      "type": "int32",
      "description": "Protocol Revision",
      "minimum": 0
    },
    "version_string": {
      "type": "string",
      "description": "Full SMB Version String"
    }
  }
}