Skip to content

Hostname

go.feisweb.com

Last fetched

go.feisweb.com resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US.

Nutrition Label

WHISPER CANON · go.feisweb.comRouting diversity2.4/10Peering density5.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint5.6/10canon.whisper.security/host/go.feisweb.com

Resolution chain

go.feisweb.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
20.33.48.120.33.48.0/24AS8069MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationUS
67.225.163.4067.225.128.0/17AS32244LIQUIDWEB - Liquid Web, L.L.CUS

WHOIS identity

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

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for go.feisweb.com.

MechanismTarget
SPF_Ago.feisweb.com
SPF_IP20.33.48.1
SPF_IP67.225.163.40
SPF_MXgo.feisweb.com

Related pages

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

Cypher and MCP

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

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