Hostname
importx.app
Last fetched
importx.app resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
importx.app resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.139.47.121 | 108.139.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.139.47.52 | 108.139.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.139.47.53 | 108.139.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.139.47.70 | 108.139.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.225.205.126 | 13.225.205.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.225.205.44 | 13.225.205.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.225.205.53 | 13.225.205.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.225.205.9 | 13.225.205.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.65.244.115 | 18.65.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.65.244.47 | 18.65.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.65.244.55 | 18.65.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.65.244.60 | 18.65.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
6 observed subdomains of importx.app.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for importx.app.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from importx.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "importx.app"})-[: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.