Skip to content

Hostname

sys.amuseplanet.com

Last fetched

sys.amuseplanet.com resolves to 1 IPv4 address operated by AS2516 in JP.

Nutrition Label

WHISPER CANON · sys.amuseplanet.comRouting diversity1.5/10Peering density8.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.0/10canon.whisper.security/host/sys.amuseplanet.com

Resolution chain

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

IPPrefixASNOperatorCountry
106.150.169.160106.128.0.0/11AS2516JP

WHOIS identity

No WHOIS records are currently associated with sys.amuseplanet.com in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

  • sys.amuseplanet.com

SPF policy

4 SPF mechanisms authorising senders for sys.amuseplanet.com.

MechanismTarget
SPF_Aauth.gate-on.net
SPF_Asys.amuseplanet.com
SPF_IP106.150.169.160
SPF_MXsys.amuseplanet.com

Related pages

Pivot deeper into the graph from sys.amuseplanet.com.

Cypher and MCP

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

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