Hostname
app.orbitfpx.com
Last fetched
app.orbitfpx.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.
Nutrition Label
Resolution chain
app.orbitfpx.com 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 |
|---|---|---|---|---|
| 18.161.229.103 | 18.161.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.161.229.36 | 18.161.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.161.229.7 | 18.161.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.161.229.79 | 18.161.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.238.55.13 | 18.238.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.55.70 | 18.238.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.55.85 | 18.238.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.55.90 | 18.238.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.245.218.28 | 18.245.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.218.58 | 18.245.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.218.59 | 18.245.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.218.71 | 18.245.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
WHOIS identity
No WHOIS records are currently associated with app.orbitfpx.com in WhisperGraph.
Subdomains
1 observed subdomain of app.orbitfpx.com.
| Subdomain |
|---|
| api.app.orbitfpx.com |
Threat posture
History
Related pages
Pivot deeper into the graph from app.orbitfpx.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "app.orbitfpx.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.