Skip to content

Hostname

api.omalaina.fi

Last fetched

api.omalaina.fi resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · api.omalaina.fiRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/api.omalaina.fi

Resolution chain

api.omalaina.fi resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.64.174.10418.64.168.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.64.174.11718.64.168.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.64.174.2218.64.168.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.64.174.8518.64.168.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
216.137.44.4216.137.44.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
216.137.44.66216.137.44.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
216.137.44.80216.137.44.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
216.137.44.94216.137.44.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB

WHOIS identity

No WHOIS records are currently associated with api.omalaina.fi in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for api.omalaina.fi.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEsendgrid.net
SPF_INCLUDEspf.mandrillapp.com
SPF_INCLUDEsupport.zendesk.com

Related pages

Pivot deeper into the graph from api.omalaina.fi.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "api.omalaina.fi"})-[: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.