Skip to content

Hostname

is.fi

Last fetched

is.fi resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists registrar:sanoma oyj as the registrar.

Nutrition Label

WHISPER CANON · is.fiRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/is.fi

Resolution chain

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

IPPrefixASNOperatorCountry
18.238.49.12918.238.48.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.49.3218.238.48.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.49.5218.238.48.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.49.7118.238.48.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.169.173.373.169.172.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.169.173.513.169.172.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.169.173.743.169.172.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.169.173.883.169.172.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
65.8.131.11965.8.130.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
65.8.131.1365.8.130.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
65.8.131.1465.8.130.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
65.8.131.965.8.130.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

Registrar
registrar:sanoma oyj
Organization
sanoma media finland oy
Contact emails

Subdomains

16 observed subdomains of is.fi.

Web-graph footprint

Distinct hostnames that link to or from is.fi in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for is.fi.

MechanismTarget
SPF_INCLUDEamazonses.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP158.127.0.0/16

Related pages

Pivot deeper into the graph from is.fi.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "is.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.