Censys · JSON Structure

Platform Smb Structure

Smb schema from Censys Platform API

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

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

Properties

group_name has_ntlm native_os negotiation_log ntlm session_setup_log smb_capabilities smb_version smbv1_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-structure.json",
  "name": "Smb",
  "description": "Smb schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "group_name": {
      "type": "string",
      "description": "Default group name"
    },
    "has_ntlm": {
      "type": "boolean",
      "description": "Server supports the NTLM authentication method"
    },
    "native_os": {
      "type": "string",
      "description": "Server-identified operating system"
    },
    "negotiation_log": {
      "$ref": "#/components/schemas/Smb_NegotiationLog"
    },
    "ntlm": {
      "type": "string",
      "description": "Native LAN manager"
    },
    "session_setup_log": {
      "$ref": "#/components/schemas/Smb_SessionSetupLog"
    },
    "smb_capabilities": {
      "description": "Capabilities flags for the connection. See [MS-SMB2] Sect. 2.2.4.",
      "$ref": "#/components/schemas/Smb_SmbCapabilities"
    },
    "smb_version": {
      "$ref": "#/components/schemas/Smb_SmbVersions"
    },
    "smbv1_support": {
      "type": "boolean"
    }
  }
}