{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-ntlminfo-structure.json", "name": "NtlmInfo", "description": "NtlmInfo schema from Asset Graph 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" } } }