Skip to content

Hostname

token2.com

Last fetched

token2.com resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:1151 as the registrar.

Nutrition Label

WHISPER CANON · token2.comRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/token2.com

Resolution chain

token2.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.21.3.206104.21.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.131.46172.67.128.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
195.15.228.201195.15.192.0/18AS29222INFOMANIAK-ASCH

WHOIS identity

Registrar
iana:1151
Organization
domains by proxy,
Contact emails

Subdomains

4 observed subdomains of token2.com.

Web-graph footprint

Distinct hostnames that link to or from token2.com in the public web crawl.

192 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for token2.com.

MechanismTarget
SPF_INCLUDEeu.transmail.net
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf.zoho.eu
SPF_IP20.30.40.0/19

Related pages

Pivot deeper into the graph from token2.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "token2.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.