Hostname
tennimu.com
Last fetched
tennimu.com resolves to 1 IPv4 address operated by AS7684 in JP. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
tennimu.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 133.242.176.65 | 133.242.0.0/16 | AS7684 | — | JP |
WHOIS identity
- Registrar
- iana:49
- Organization
- emiko takahashi
- Contact emails
Subdomains
15 observed subdomains of tennimu.com.
Web-graph footprint
Distinct hostnames that link to or from tennimu.com in the public web crawl.
320 sites link to this hostname.
74 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for tennimu.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 13.112.228.142 |
| SPF_IP | 13.113.241.75 |
| SPF_IP | 13.115.233.235 |
| SPF_IP | 133.242.176.65 |
| SPF_IP | 153.120.42.71 |
| SPF_IP | 153.122.6.183/32 |
| SPF_IP | 219.94.178.61 |
| SPF_IP | 3.113.196.241 |
| SPF_IP | 49.212.44.67 |
| SPF_IP | 54.64.213.74 |
Related pages
Pivot deeper into the graph from tennimu.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tennimu.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.