Skip to content

Hostname

gobsd.org

Last fetched

gobsd.org resolves to 1 IPv4 address operated by QINIU-AS-AP QINIU Limited in SG. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · gobsd.orgRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/gobsd.org

Resolution chain

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

IPPrefixASNOperatorCountry
204.141.229.213204.141.229.0/24AS152644QINIU-AS-AP QINIU LimitedSG

WHOIS identity

Registrar
iana:146
Organization
alan cheng
Contact emails

Subdomains

3 observed subdomains of gobsd.org.

Web-graph footprint

Distinct hostnames that link to or from gobsd.org in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for gobsd.org.

MechanismTarget
SPF_INCLUDEmail.gobsd.org
SPF_INCLUDEspf.mxhichina.com
SPF_INCLUDEzohomail.eu

Related pages

Pivot deeper into the graph from gobsd.org.

Cypher and MCP

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

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