Skip to content

Hostname

ns2.hubispace.com

Last fetched

ns2.hubispace.com resolves to 3 IPv4 addresses operated by AS55688 in ID.

Nutrition Label

WHISPER CANON · ns2.hubispace.comRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.0/10canon.whisper.security/host/ns2.hubispace.com

Resolution chain

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

IPPrefixASNOperatorCountry
101.50.0.155101.50.0.0/24AS55688ID
128.199.97.31128.199.64.0/18AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCSG
51.79.192.19751.79.128.0/17AS16276ID

WHOIS identity

No WHOIS records are currently associated with ns2.hubispace.com in WhisperGraph.

Subdomains

2 observed subdomains of ns2.hubispace.com.

Threat posture

History

Mail and authentication

MX records

  • ns2.hubispace.com

SPF policy

5 SPF mechanisms authorising senders for ns2.hubispace.com.

MechanismTarget
SPF_Aantispam-us.beon.co.id
SPF_Aantispam.beon.co.id
SPF_Ans2.hubispace.com
SPF_IP101.50.0.155
SPF_MXns2.hubispace.com

Related pages

Pivot deeper into the graph from ns2.hubispace.com.

Cypher and MCP

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

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