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
Resolution chain
tamiya.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 |
|---|---|---|---|---|
| 150.31.244.4 | 150.31.0.0/16 | AS2497 | IIJ Internet Initiative Japan Inc. | JP |
| 150.95.164.240 | 150.95.128.0/17 | AS7506 | INTERQ 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.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for tamiya.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 14.192.34.160/29 |
| SPF_IP | 202.210.47.0/24 |
Related pages
Pivot deeper into the graph from tamiya.com.
- IP · 150.31.244.4
- ASN · AS2497IIJ Internet Initiative Japan Inc.
- Registrar · iana:1485
- Country · JP
- Email · domain@tokai-grp.co.jp
- TLD · .com
- Browse hostnames · ta…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.