Hostname
abc-fx.com
Last fetched
abc-fx.com resolves to 2 IPv4 addresses operated by GMO-I-R1 - GMO Internet, Inc. in JP. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
abc-fx.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 |
|---|---|---|---|---|
| 157.7.107.64 | 157.7.96.0/20 | AS7506 | GMO-I-R1 - GMO Internet, Inc. | JP |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
WHOIS identity
- Registrar
- iana:49
- Organization
- alex charman
- Contact emails
Subdomains
2 observed subdomains of abc-fx.com.
| Subdomain |
|---|
| blog.abc-fx.com |
| www.abc-fx.com |
Web-graph footprint
Distinct hostnames that link to or from abc-fx.com in the public web crawl.
24 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for abc-fx.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.lolipop.jp |
Related pages
Pivot deeper into the graph from abc-fx.com.
- IP · 157.7.107.64
- ASN · AS7506GMO-I-R1 - GMO Internet, Inc.
- Registrar · iana:49
- Country · JP
- Email · alexbcharman@gmail.com
- TLD · .com
- Browse hostnames · ab…
- 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: "abc-fx.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.