Hostname
fossil.com
Last fetched
fossil.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
fossil.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.18.37.44 | 104.18.37.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.64.150.212 | 172.64.150.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:299
- Organization
- domain administrator
- Contact emails
Subdomains
143 observed subdomains of fossil.com.
Showing 25 of 143. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fossil.com in the public web crawl.
3,002 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
43 SPF mechanisms authorising senders for fossil.com.
| Mechanism | Target |
|---|---|
| SPF_A | keys.fossil.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.logicalware.net |
| SPF_INCLUDE | spf.workfront.com |
| SPF_INCLUDE | spf_a.oracle.com |
| SPF_INCLUDE | spf_c.oracle.com |
| SPF_IP | 104.18.0.234 |
| SPF_IP | 104.18.14.176 |
| SPF_IP | 104.18.27.20 |
| SPF_IP | 104.18.8.134 |
| SPF_IP | 12.106.212.0/24 |
| SPF_IP | 13.110.165.33 |
| SPF_IP | 13.110.167.236 |
| SPF_IP | 13.110.167.79/32 |
| SPF_IP | 13.110.167.80/30 |
| SPF_IP | 13.110.167.84/31 |
| SPF_IP | 13.110.167.86/32 |
| SPF_IP | 13.230.229.148 |
| SPF_IP | 136.147.220.52 |
| SPF_IP | 147.253.213.79 |
| SPF_IP | 148.105.0.0/16 |
| SPF_IP | 149.72.231.47/32 |
| SPF_IP | 149.72.75.114 |
| SPF_IP | 193.108.137.19/32 |
| SPF_IP | 193.108.137.25/32 |
| SPF_IP | 193.108.137.38/32 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 20.22.151.10/32 |
| SPF_IP | 20.96.246.123/32 |
| SPF_IP | 202.72.58.176/30 |
| SPF_IP | 202.72.58.180 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 205.219.237.0/24 |
| SPF_IP | 208.185.235.0/24 |
| SPF_IP | 35.80.141.6/32 |
| SPF_IP | 43.228.185.67/32 |
| SPF_IP | 43.228.187.74/32 |
| SPF_IP | 50.31.43.169/32 |
| SPF_IP | 52.192.211.217 |
| SPF_IP | 54.72.47.179 |
| SPF_IP | 54.76.3.122 |
| SPF_IP | 64.18.0.0/20 |
| SPF_MX | fossil.com |
Related pages
Pivot deeper into the graph from fossil.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fossil.com"})-[: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.