Censys · JSON Structure

Asset Graph Flashsocketpolicy Allowaccessfrom Structure

FlashSocketPolicy_AllowAccessFrom schema from Asset Graph API

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

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

Properties

domain secure to_ports

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-flashsocketpolicy-allowaccessfrom-structure.json",
  "name": "FlashSocketPolicy_AllowAccessFrom",
  "description": "FlashSocketPolicy_AllowAccessFrom schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "domain": {
      "type": "string"
    },
    "secure": {
      "type": "boolean"
    },
    "to_ports": {
      "type": "string"
    }
  }
}