Skip to content

Hostname

glow.cc

Last fetched

glow.cc resolves to 3 IPv4 addresses operated by AS4622 in ID. WHOIS lists iana:1861 as the registrar.

Nutrition Label

WHISPER CANON · glow.ccRouting diversity2.4/10Peering density8.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.0/10canon.whisper.security/host/glow.cc

Resolution chain

glow.cc resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

WHOIS identity

Registrar
iana:1861
Organization
inge anderson
Contact emails

Subdomains

13 observed subdomains of glow.cc.

Web-graph footprint

Distinct hostnames that link to or from glow.cc in the public web crawl.

14 sites link to this hostname.

26 sites linked to from this hostname.

Threat posture

History

Mail and authentication

MX records

  • glow.cc

SPF policy

4 SPF mechanisms authorising senders for glow.cc.

MechanismTarget
SPF_Aglow.cc
SPF_IP23.111.152.246
SPF_IP23.92.75.170
SPF_MXglow.cc

Related pages

Pivot deeper into the graph from glow.cc.

Cypher and MCP

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

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