Hostname
aberyo.com
Last fetched
aberyo.com resolves to 2 IPv4 addresses operated by IDCF IDC Frontier Inc. in JP. WHOIS lists iana:474 as the registrar.
Nutrition Label
Resolution chain
aberyo.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 |
|---|---|---|---|---|
| 164.46.58.254 | 164.46.32.0/19 | AS4694 | IDCF IDC Frontier Inc. | JP |
| 85.131.209.165 | 85.131.192.0/18 | AS131965 | PUNTO DE TRAFICO DE INTERCAMBIO DE INTERNET GUATEMALA, S.A. PIT GUATEMALA | JP |
WHOIS identity
- Registrar
- iana:474
- Organization
- ryo abe
- Contact emails
Subdomains
2 observed subdomains of aberyo.com.
| Subdomain |
|---|
| mail.aberyo.com |
| www.aberyo.com |
Web-graph footprint
Distinct hostnames that link to or from aberyo.com in the public web crawl.
29 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for aberyo.com.
| Mechanism | Target |
|---|---|
| SPF_A | ogijima-archive.org |
| SPF_A | sv16804.xserver.jp |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | giraffe-ivory-271b8dafbfae5c6c.znlc.jp |
| SPF_INCLUDE | spf.sender.xserver.jp |
| SPF_IP | 164.46.58.254 |
| SPF_MX | aberyo.com |
Related pages
Pivot deeper into the graph from aberyo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aberyo.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.