Skip to content

Hostname

vm.virtual-call.net

Last fetched

vm.virtual-call.net resolves to 2 IPv4 addresses operated by ORACLE-BMC-31898 - Oracle Corporation in DE.

Nutrition Label

WHISPER CANON · vm.virtual-call.netRouting diversity1.5/10Peering density8.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/vm.virtual-call.net

Resolution chain

vm.virtual-call.net resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
132.145.232.74132.145.232.0/21AS31898ORACLE-BMC-31898 - Oracle CorporationDE
132.145.235.152132.145.232.0/21AS31898ORACLE-BMC-31898 - Oracle CorporationDE

WHOIS identity

No WHOIS records are currently associated with vm.virtual-call.net in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

  • vm.virtual-call.net

SPF policy

10 SPF mechanisms authorising senders for vm.virtual-call.net.

MechanismTarget
SPF_Avm.virtual-call.net
SPF_INCLUDEspf.protection.outlook.com
SPF_IP130.61.12.141
SPF_IP130.61.126.170
SPF_IP132.145.232.74
SPF_IP132.145.235.152
SPF_IP132.145.244.68
SPF_IP132.145.249.124
SPF_IP144.24.166.122
SPF_MXvm.virtual-call.net

Related pages

Pivot deeper into the graph from vm.virtual-call.net.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "vm.virtual-call.net"})-[: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.