# HTTPFavicon


## Fields

| Field                                                                                                                                                                                   | Type                                                                                                                                                                                    | Required                                                                                                                                                                                | Description                                                                                                                                                                             |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `HashMd5`                                                                                                                                                                               | **string*                                                                                                                                                                               | :heavy_minus_sign:                                                                                                                                                                      | N/A                                                                                                                                                                                     |
| `HashPhash`                                                                                                                                                                             | **string*                                                                                                                                                                               | :heavy_minus_sign:                                                                                                                                                                      | A 64-bit 'perceptual' hash of the favicon                                                                                                                                               |
| `HashSha256`                                                                                                                                                                            | **string*                                                                                                                                                                               | :heavy_minus_sign:                                                                                                                                                                      | N/A                                                                                                                                                                                     |
| `HashShodan`                                                                                                                                                                            | **int*                                                                                                                                                                                  | :heavy_minus_sign:                                                                                                                                                                      | A hash expressed as a signed decimal integer, provided for compatability with Shodan search.                                                                                            |
| `Name`                                                                                                                                                                                  | **string*                                                                                                                                                                               | :heavy_minus_sign:                                                                                                                                                                      | 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`                                                                                                                                                                                  | **int*                                                                                                                                                                                  | :heavy_minus_sign:                                                                                                                                                                      | The size of the favicon retrieved, in bytes.                                                                                                                                            |