Censys · JSON Structure

Asset Graph Executionstats Structure

ExecutionStats schema from Asset Graph API

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

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

Properties

discovered_certificates discovered_domains discovered_hosts discovered_web_properties hosts_with_risks total_certificates total_domains total_hosts total_web_properties web_properties_with_risks

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-executionstats-structure.json",
  "name": "ExecutionStats",
  "description": "ExecutionStats schema from Asset Graph API",
  "type": "object",
  "required": [
    "total_hosts",
    "discovered_hosts",
    "hosts_with_risks",
    "total_certificates",
    "discovered_certificates",
    "total_domains",
    "discovered_domains",
    "total_web_properties",
    "discovered_web_properties",
    "web_properties_with_risks"
  ],
  "additionalProperties": false,
  "properties": {
    "discovered_certificates": {
      "type": "int64",
      "description": "Number of discovered (non-seed) certificate assets"
    },
    "discovered_domains": {
      "type": "int64",
      "description": "Number of discovered (non-seed) domain assets"
    },
    "discovered_hosts": {
      "type": "int64",
      "description": "Number of discovered (non-seed) host assets"
    },
    "discovered_web_properties": {
      "type": "int64",
      "description": "Number of discovered (non-seed) web property assets"
    },
    "hosts_with_risks": {
      "type": "int64",
      "description": "Number of host assets with risks"
    },
    "total_certificates": {
      "type": "int64",
      "description": "Total number of certificate assets"
    },
    "total_domains": {
      "type": "int64",
      "description": "Total number of domain assets"
    },
    "total_hosts": {
      "type": "int64",
      "description": "Total number of host assets"
    },
    "total_web_properties": {
      "type": "int64",
      "description": "Total number of web property assets"
    },
    "web_properties_with_risks": {
      "type": "int64",
      "description": "Number of web property assets with risks"
    }
  }
}