Hostname
awimach.com
Last fetched
awimach.com resolves to 2 IPv4 addresses operated by AS9371 in JP. WHOIS lists iana:1485 as the registrar.
Nutrition Label
Resolution chain
awimach.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 |
|---|---|---|---|---|
| 112.78.125.55 | 112.78.112.0/20 | AS9371 | — | JP |
| 85.131.210.28 | 85.131.192.0/18 | AS131965 | — | JP |
WHOIS identity
- Registrar
- iana:1485
- Organization
- air water mach
- Contact emails
Subdomains
6 observed subdomains of awimach.com.
Showing 4 of 6. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from awimach.com in the public web crawl.
31 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- awimach.com
SPF policy
6 SPF mechanisms authorising senders for awimach.com.
| Mechanism | Target |
|---|---|
| SPF_A | awimach.com |
| SPF_A | sv847.xbiz.ne.jp |
| SPF_A | www555b.sakura.ne.jp |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sender.xserver.jp |
| SPF_MX | awimach.com |
Related pages
Pivot deeper into the graph from awimach.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "awimach.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.