Skip to content

Hostname

go.theforestcc.com

Last fetched

go.theforestcc.com resolves to 1 IPv4 address operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · go.theforestcc.comRouting diversity1.5/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/go.theforestcc.com

Resolution chain

go.theforestcc.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.18.129.113104.18.128.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

No WHOIS records are currently associated with go.theforestcc.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

12 SPF mechanisms authorising senders for go.theforestcc.com.

MechanismTarget
SPF_Ago.theforestcc.com
SPF_INCLUDEsendgrid.net
SPF_INCLUDEspf.protection.outlook.com
SPF_IP168.245.121.127/32
SPF_IP168.245.126.209/32
SPF_IP168.245.14.77/32
SPF_IP50.31.61.116/32
SPF_IP75.151.37.173
SPF_IP8.24.204.16/31
SPF_IP8.24.204.18/32
SPF_IP8.24.204.8/29
SPF_MXgo.theforestcc.com

Related pages

Pivot deeper into the graph from go.theforestcc.com.

Cypher and MCP

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

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