Hostname
app.ofx.com
Last fetched
app.ofx.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR.
Nutrition Label
Resolution chain
app.ofx.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 |
|---|---|---|---|---|
| 143.204.194.103 | 143.204.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 143.204.194.108 | 143.204.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 143.204.194.2 | 143.204.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 143.204.194.73 | 143.204.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 18.66.57.120 | 18.66.56.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.66.57.84 | 18.66.56.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.66.57.9 | 18.66.56.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.66.57.92 | 18.66.56.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 99.84.152.103 | 99.84.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 99.84.152.4 | 99.84.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 99.84.152.64 | 99.84.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 99.84.152.7 | 99.84.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with app.ofx.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from app.ofx.com in the public web crawl.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for app.ofx.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from app.ofx.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "app.ofx.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.