Censys · JSON Structure

Platform Ntlminfo Structure

NtlmInfo schema from Censys Platform API

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

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

Properties

always_sign_supported challenge_type dns_domain_name dns_server_name dns_tree_name encryption_128bit_supported encryption_56bit_supported netbios_computer_name netbios_domain_name ntlm1_supported ntlm2_supported ntlm_version os_version target_name

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-ntlminfo-structure.json",
  "name": "NtlmInfo",
  "description": "NtlmInfo schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "always_sign_supported": {
      "type": "boolean"
    },
    "challenge_type": {
      "type": "int32"
    },
    "dns_domain_name": {
      "type": "string"
    },
    "dns_server_name": {
      "type": "string"
    },
    "dns_tree_name": {
      "type": "string"
    },
    "encryption_128bit_supported": {
      "type": "boolean"
    },
    "encryption_56bit_supported": {
      "type": "boolean"
    },
    "netbios_computer_name": {
      "type": "string"
    },
    "netbios_domain_name": {
      "type": "string"
    },
    "ntlm1_supported": {
      "type": "boolean"
    },
    "ntlm2_supported": {
      "type": "boolean"
    },
    "ntlm_version": {
      "type": "int32",
      "minimum": 0
    },
    "os_version": {
      "type": "string"
    },
    "target_name": {
      "type": "string"
    }
  }
}