On Favicons From Browser Icons to Attack Surface Intelligenc...#2459
Open
carlospolop wants to merge 1 commit into
Open
On Favicons From Browser Icons to Attack Surface Intelligenc...#2459carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://bishopfox.com/blog/on-favicons-from-browser-icons-to-attack-surface-intelligence Content Categories: Based on the analysis, this content was categorized under "Generic Methodologies & Resources > External Recon Methodology, or Network Services Pentesting > 80,443 - Pentesting Web Methodology > Favicon Fingerprinting / Web Technology Fingerprinting". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Overview: Bishop Fox’s post explains favicon fingerprinting as a practical attack-surface intelligence technique rather than a vulnerability exploit against a single product. A favicon is the small icon shown in browser tabs, bookmarks, and mobile shortcuts. Because favicons are small, static, rarely changed, and often shipped as default assets by web applications, appliances, SaaS platforms, and managed hosting providers, they can become durable fingerprints for identifying software a...
🔧 Technical Details
Passive favicon-hash reconnaissance: Download a target favicon, base64-encode the bytes, hash the encoded data with MurmurHash3/MMH3, and use the signed 32-bit result as a global search key. Internet-scanning platforms index these hashes, so queries such as
http.favicon.hash:<value>in Shodan oricon_hash=<value>in FOFA can enumerate other exposed hosts serving the same asset without directly scanning the target. This is useful for product discovery, CVE blast-radius estimation, vendor infrastructure mapping, and attack-surface inventory.Static favicon paths as product and access-control bypass indicators: Static assets may be reachable even when dynamic routes are blocked by WAFs, SSO redirects, or identity-provider controls. Testing paths such as
/favicon.icoand product-specific paths like/assets/v3/icons/brand.icocan reveal software identity, branding, deployment age, or weak version correlat...🤖 Agent Actions
Continuing the same run from current context.
Current status remains unchanged:
src/generic-methodologies-and-resources/external-recon-methodology/README.mdOutstanding limitation still remains:
mdbook buildcannot be executed here becausemdbookis not installed in this environment.No final answer yet, as requested.
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.