Censys · JSON Structure

Platform Threatonwebrange Structure

ThreatOnWebRange schema from Censys Platform API

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

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

Properties

end_time start_time threat_name

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/platform-threatonwebrange-structure.json",
  "name": "ThreatOnWebRange",
  "description": "ThreatOnWebRange schema from Censys Platform API",
  "type": "object",
  "required": [
    "threat_name",
    "start_time",
    "end_time"
  ],
  "additionalProperties": false,
  "properties": {
    "end_time": {
      "type": "datetime",
      "description": "When the threat was last observed"
    },
    "start_time": {
      "type": "datetime",
      "description": "When the threat was first observed"
    },
    "threat_name": {
      "type": "string",
      "description": "Name of the detected threat"
    }
  }
}