Censys · JSON Structure

Asset Graph Ftp Structure

Ftp schema from Asset Graph API

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

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

Properties

auth_ssl_response auth_tls_response implicit_tls status_code status_meaning

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/asset-graph-ftp-structure.json",
  "name": "Ftp",
  "description": "Ftp schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "auth_ssl_response": {
      "type": "string"
    },
    "auth_tls_response": {
      "type": "string"
    },
    "implicit_tls": {
      "type": "boolean"
    },
    "status_code": {
      "type": "int32"
    },
    "status_meaning": {
      "type": "string"
    }
  }
}