Skip to content

Hostname

origin1.mplstudios.com

Last fetched

origin1.mplstudios.com resolves to 1 IPv4 address operated by MOJOHOST - MOJOHOST in US.

Nutrition Label

WHISPER CANON · origin1.mplstudios.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/origin1.mplstudios.com

Resolution chain

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

IPPrefixASNOperatorCountry
208.122.199.56208.122.192.0/19AS27589MOJOHOST - MOJOHOSTUS

WHOIS identity

No WHOIS records are currently associated with origin1.mplstudios.com in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

  • origin1.mplstudios.com

SPF policy

5 SPF mechanisms authorising senders for origin1.mplstudios.com.

MechanismTarget
SPF_Aorigin1.mplstudios.com
SPF_IP208.122.199.56
SPF_IP208.74.151.131
SPF_IP99.192.181.98/28
SPF_MXorigin1.mplstudios.com

Related pages

Pivot deeper into the graph from origin1.mplstudios.com.

Cypher and MCP

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

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