Skip to content

Hostname

gflow.cloud

Last fetched

gflow.cloud resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:49 as the registrar.

Nutrition Label

WHISPER CANON · gflow.cloudRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/gflow.cloud

Resolution chain

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

IPPrefixASNOperatorCountry
18.173.166.12218.173.166.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.173.166.2618.173.166.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.173.166.4918.173.166.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.173.166.618.173.166.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.245.86.1418.245.84.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.245.86.4118.245.84.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.245.86.6018.245.84.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.245.86.9918.245.84.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

Registrar
iana:49
Organization
whois privacy protection service by muumuudomain
Contact emails

Subdomains

2 observed subdomains of gflow.cloud.

Web-graph footprint

Distinct hostnames that link to or from gflow.cloud in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for gflow.cloud.

MechanismTarget
SPF_INCLUDE_spf.conoha.ne.jp
SPF_INCLUDE_spf.smtp.mailtrap.live

Related pages

Pivot deeper into the graph from gflow.cloud.

Cypher and MCP

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

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