Censys · Schema

Smb_NegotiationLog

Smb_NegotiationLog schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
authentication_types arraynull
capabilities integer
dialect_revision integer
header_log object
security_mode integer
server_guid string
server_start_time integer
system_time integer
View JSON Schema on GitHub

JSON Schema

platform-smb-negotiationlog-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-smb-negotiationlog-schema.json",
  "title": "Smb_NegotiationLog",
  "description": "Smb_NegotiationLog schema from Censys Platform API",
  "type": "object",
  "properties": {
    "authentication_types": {
      "items": {
        "type": "string"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "capabilities": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "dialect_revision": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "header_log": {
      "$ref": "#/components/schemas/Smb_HeaderLog"
    },
    "security_mode": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "server_guid": {
      "format": "hex",
      "type": "string"
    },
    "server_start_time": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "system_time": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    }
  },
  "additionalProperties": false
}