Home
Censys
Asset Graph Endpointscanstate Structure
Asset Graph Endpointscanstate Structure
EndpointScanState schema from Asset Graph API
Type: object
Properties: 28
Security Internet Intelligence Attack Surface Management Threat Hunting Cyber Threat Intelligence OSINT Internet Scanning Certificates Asset Discovery
EndpointScanState is a JSON Structure definition published by Censys, describing 28 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
banner
banner_hash_sha256
chrome_devtools
cobalt_strike
elasticsearch
endpoint_type
extracted
fortigate
graphql
hostname
http
ip
ivanti_avalanche
jenkins
kubernetes
ollama
open_directory
path
plex_media_server
port
pprof
prometheus
prometheus_target
redlion_web
scada_view
scan_time
screenshots
transport_protocol
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-endpointscanstate-structure.json",
"name": "EndpointScanState",
"description": "EndpointScanState schema from Asset Graph API",
"type": "object",
"additionalProperties": false,
"properties": {
"banner": {
"type": "string"
},
"banner_hash_sha256": {
"type": "string"
},
"chrome_devtools": {
"$ref": "#/components/schemas/ChromeDevtools"
},
"cobalt_strike": {
"$ref": "#/components/schemas/CobaltStrike"
},
"elasticsearch": {
"$ref": "#/components/schemas/ElasticSearch"
},
"endpoint_type": {
"type": "string"
},
"extracted": {
"$ref": "#/components/schemas/ExtractedEndpointData"
},
"fortigate": {
"$ref": "#/components/schemas/Fortigate"
},
"graphql": {
"$ref": "#/components/schemas/Graphql"
},
"hostname": {
"type": "string"
},
"http": {
"$ref": "#/components/schemas/Http"
},
"ip": {
"type": "string"
},
"ivanti_avalanche": {
"$ref": "#/components/schemas/IvantiAvalanche"
},
"jenkins": {
"$ref": "#/components/schemas/Jenkins"
},
"kubernetes": {
"$ref": "#/components/schemas/Kubernetes"
},
"ollama": {
"$ref": "#/components/schemas/Ollama"
},
"open_directory": {
"$ref": "#/components/schemas/OpenDirectory"
},
"path": {
"type": "string"
},
"plex_media_server": {
"$ref": "#/components/schemas/PlexMediaServer"
},
"port": {
"type": "int32",
"minimum": 0
},
"pprof": {
"$ref": "#/components/schemas/Pprof"
},
"prometheus": {
"$ref": "#/components/schemas/Prometheus"
},
"prometheus_target": {
"$ref": "#/components/schemas/PrometheusTarget"
},
"redlion_web": {
"$ref": "#/components/schemas/RedlionWeb"
},
"scada_view": {
"$ref": "#/components/schemas/ScadaView"
},
"scan_time": {
"type": "string"
},
"screenshots": {
"type": [
"array",
"null"
],
"items": {
"$ref": "#/components/schemas/Screenshot"
}
},
"transport_protocol": {
"type": "string",
"enum": [
"",
"tcp",
"udp",
"icmp",
"quic"
]
}
}
}