Censys · JSON Structure

Asset Graph Http Favicon Structure

Http_Favicon schema from Asset Graph API

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

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

Properties

hash_md5 hash_phash hash_sha256 hash_shodan name size

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-http-favicon-structure.json",
  "name": "Http_Favicon",
  "description": "Http_Favicon schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "hash_md5": {
      "type": "string"
    },
    "hash_phash": {
      "type": "string",
      "description": "A 64-bit 'perceptual' hash of the favicon"
    },
    "hash_sha256": {
      "type": "string"
    },
    "hash_shodan": {
      "type": "int32",
      "description": "A hash expressed as a signed decimal integer, provided for compatability with Shodan search."
    },
    "name": {
      "type": "string",
      "description": "The URI used to retrieve the favicon, which most commonly use the http(s) or data schemes. URIs using the data scheme are truncated: the first 48 and last 24 characters are preserved."
    },
    "size": {
      "type": "int32",
      "description": "The size of the favicon retrieved, in bytes."
    }
  }
}