Skip to content

Hostname

tamiya.com

Last fetched

tamiya.com resolves to 2 IPv4 addresses operated by IIJ Internet Initiative Japan Inc. in JP. WHOIS lists iana:1485 as the registrar.

Nutrition Label

WHISPER CANON · tamiya.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/tamiya.com

Resolution chain

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

IPPrefixASNOperatorCountry
150.31.244.4150.31.0.0/16AS2497IIJ Internet Initiative Japan Inc.JP
150.95.164.240150.95.128.0/17AS7506INTERQ GMO Internet Group, Inc.JP

WHOIS identity

Registrar
iana:1485
Organization
tamiya
Contact emails

Subdomains

3 observed subdomains of tamiya.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for tamiya.com.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com
SPF_IP14.192.34.160/29
SPF_IP202.210.47.0/24

Related pages

Pivot deeper into the graph from tamiya.com.

Cypher and MCP

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

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