Skip to content

Hostname

token.im

Last fetched

token.im resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · token.imRouting diversity2.4/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/token.im

Resolution chain

token.im resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.20.45.246104.20.32.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.66.151.95172.66.144.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

No WHOIS records are currently associated with token.im in WhisperGraph.

Subdomains

87 observed subdomains of token.im.

Web-graph footprint

Distinct hostnames that link to or from token.im in the public web crawl.

855 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for token.im.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDE_spf1.token.im
SPF_INCLUDE_spf2.token.im
SPF_INCLUDE_spf3.token.im
SPF_INCLUDEhelpscoutemail.com
SPF_INCLUDEspf.brevo.com
SPF_INCLUDEspf.sendinblue.com
SPF_MXtoken.im

Related pages

Pivot deeper into the graph from token.im.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "token.im"})-[: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.