Hostname
tmj.jp
Last fetched
tmj.jp appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
tmj.jp has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- —
- Organization
- telemarketing japan,
- Contact emails
Subdomains
21 observed subdomains of tmj.jp.
Web-graph footprint
Distinct hostnames that link to or from tmj.jp in the public web crawl.
188 sites link to this hostname.
207 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for tmj.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mdjane.maildealer.jp |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf.haihaimail.jp |
| SPF_INCLUDE | spf.mta.hdems.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | tmj-jp.hdemail.jp |
| SPF_IP | 13.113.30.112 |
| SPF_IP | 203.114.9.20 |
| SPF_IP | 222.158.211.77 |
| SPF_IP | 52.68.43.229 |
| SPF_IP | 54.64.192.13 |
| SPF_IP | 59.106.126.136/32 |
Related pages
Pivot deeper into the graph from tmj.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tmj.jp"})-[: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.