Hostname
elf.site
Last fetched
elf.site resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
elf.site resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.26.12.183 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.26.13.183 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.73.16 | 172.67.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
6 observed subdomains of elf.site.
Web-graph footprint
Distinct hostnames that link to or from elf.site in the public web crawl.
39 sites link to this hostname.
Sample inbound links
- apps.elfsight.com
- sandbox.elfsightcdn.com
- embed-proxy-prod.gamma-app.workers.dev
- 67d9ddc06fde4ca9906edc4b4bd6c411.elfsig.ht
- widget-1644517afa0e4550ab0d6e14b24f4d9a.elfsig.ht
- widget-1ce339008be44c65b4f2f56da6f9b8f9.elfsig.ht
- widget-1e839d5e16ac40e0b39fbd5b7a2e6190.elfsig.ht
- widget-2b5ca77d369d4d1e95f53b41b9b155a3.elfsig.ht
- widget-2f555fa14d40465a80defb84e3156718.elfsig.ht
- widget-347e13c9197f4d96bccec43d14db302b.elfsig.ht
Threat posture
History
Related pages
Pivot deeper into the graph from elf.site.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "elf.site"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.