Hostname
m.virgingames.com
Last fetched
m.virgingames.com resolves to 1 IPv4 address operated by GAMESYS-NET in GB.
Nutrition Label
Resolution chain
m.virgingames.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 93.93.87.145 | 93.93.87.0/24 | AS44646 | GAMESYS-NET | GB |
WHOIS identity
No WHOIS records are currently associated with m.virgingames.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from m.virgingames.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for m.virgingames.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | rnmk.com |
| SPF_INCLUDE | us._netblocks.mimecast.com |
| SPF_IP | 93.93.82.1/32 |
| SPF_IP | 93.93.83.1/32 |
| SPF_IP | 93.93.85.1/32 |
| SPF_IP | 93.93.86.1/32 |
| SPF_MX | m.virgingames.com |
Related pages
Pivot deeper into the graph from m.virgingames.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "m.virgingames.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.