Censys · JSON Structure

Asset Graph Opendirectory File Structure

OpenDirectory_File schema from Asset Graph API

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

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

Properties

extension last_modified name path size suspicious_score type

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-opendirectory-file-structure.json",
  "name": "OpenDirectory_File",
  "description": "OpenDirectory_File schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "extension": {
      "type": "string"
    },
    "last_modified": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "size": {
      "type": "int64"
    },
    "suspicious_score": {
      "type": "double"
    },
    "type": {
      "type": "string"
    }
  }
}