Skip to content

Hostname

frisb.network

Last fetched

frisb.network resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists iana:1068 as the registrar.

Nutrition Label

WHISPER CANON · frisb.networkRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/frisb.network

Resolution chain

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

IPPrefixASNOperatorCountry
108.158.245.107108.159.112.0/24AS16509AMAZON-02 - Amazon.com, Inc.IN
108.158.245.120108.159.112.0/24AS16509AMAZON-02 - Amazon.com, Inc.IN
108.158.245.125108.159.112.0/24AS16509AMAZON-02 - Amazon.com, Inc.IN
108.158.245.96108.159.112.0/24AS16509AMAZON-02 - Amazon.com, Inc.IN
18.244.124.11518.244.154.0/23AS16509AMAZON-02 - Amazon.com, Inc.GB
18.244.124.12318.244.154.0/23AS16509AMAZON-02 - Amazon.com, Inc.GB
18.244.124.2618.244.154.0/23AS16509AMAZON-02 - Amazon.com, Inc.GB
18.244.124.3818.244.154.0/23AS16509AMAZON-02 - Amazon.com, Inc.GB
3.171.139.1003.171.136.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.171.139.1263.171.136.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.171.139.833.171.136.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.171.139.983.171.136.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:1068
Organization
domains by proxy,
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from frisb.network.

Cypher and MCP

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

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