Censys · JSON Structure

Asset Graph Excludedasset Structure

ExcludedAsset schema from Asset Graph API

Type: object Properties: 12 Required: 1
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

ExcludedAsset is a JSON Structure definition published by Censys, describing 12 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

$schema autonomous_system business_organization certificate create_time domain host id netblock registrant_email registrant_organization web_property

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-excludedasset-structure.json",
  "name": "ExcludedAsset",
  "description": "ExcludedAsset schema from Asset Graph API",
  "type": "object",
  "required": [
    "id"
  ],
  "additionalProperties": false,
  "properties": {
    "$schema": {
      "type": "uri",
      "description": "A URL to the JSON Schema for this object."
    },
    "autonomous_system": {
      "type": "int32",
      "description": "Autonomous system number (ASN)",
      "minimum": 0
    },
    "business_organization": {
      "type": "string",
      "description": "Organization name"
    },
    "certificate": {
      "type": "string",
      "description": "SHA-256 fingerprint of a certificate (hex-encoded)"
    },
    "create_time": {
      "type": "string",
      "description": "RFC3339 creation timestamp"
    },
    "domain": {
      "type": "string",
      "description": "Domain name"
    },
    "host": {
      "type": "string",
      "description": "IP address of a host"
    },
    "id": {
      "type": "string",
      "description": "Unique identifier for the excluded asset"
    },
    "netblock": {
      "type": "string",
      "description": "CIDR notation (e.g. 192.168.0.0/24)"
    },
    "registrant_email": {
      "type": "string",
      "description": "Registrant email address"
    },
    "registrant_organization": {
      "type": "string",
      "description": "Registrant organization name"
    },
    "web_property": {
      "description": "Web property (hostname and port)",
      "$ref": "#/components/schemas/WebPropertyIdentifier"
    }
  }
}