Hostname
min-fx.jp
Last fetched
min-fx.jp resolves to 20 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.
Nutrition Label
Resolution chain
min-fx.jp resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- —
- Organization
- —
- Contact emails
Subdomains
8 observed subdomains of min-fx.jp.
Web-graph footprint
Distinct hostnames that link to or from min-fx.jp in the public web crawl.
588 sites link to this hostname.
76 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for min-fx.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mds3208.maildealer.jp |
| SPF_INCLUDE | spf.securemx.jp |
| SPF_IP | 117.55.209.74/31 |
| SPF_IP | 117.55.222.32/27 |
| SPF_IP | 117.55.222.94 |
Related pages
Pivot deeper into the graph from min-fx.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "min-fx.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.