Skip to content

Hostname

finapi.io

Last fetched

finapi.io resolves to 9 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:106 as the registrar.

Nutrition Label

WHISPER CANON · finapi.ioRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings6.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/finapi.io

Resolution chain

finapi.io resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.224.125.12413.224.125.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.224.125.3713.224.125.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.224.125.7913.224.125.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.224.125.813.224.125.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
18.164.96.11318.164.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.164.96.3618.164.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.164.96.9218.164.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.164.96.9318.164.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
46.105.204.10046.105.204.0/24AS16276OVHFR

WHOIS identity

Registrar
iana:106
Organization
Contact emails

Subdomains

30 observed subdomains of finapi.io.

Web-graph footprint

Distinct hostnames that link to or from finapi.io in the public web crawl.

136 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for finapi.io.

MechanismTarget
SPF_INCLUDE_spf.atlassian.net
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEspf.easybill-mail.de
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf.sendinblue.com
SPF_INCLUDEstspg-customer.com
SPF_IP193.22.3.8
SPF_IP193.22.3.9

Related pages

Pivot deeper into the graph from finapi.io.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "finapi.io"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.