Skip to content

Hostname

mx.infinitus-int.com

Last fetched

mx.infinitus-int.com resolves to 1 IPv4 address operated by HUTCHISON-AS-AP HGC Global Communications Limited in HK.

Nutrition Label

WHISPER CANON · mx.infinitus-int.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/mx.infinitus-int.com

Resolution chain

mx.infinitus-int.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
118.143.37.140118.143.32.0/19AS9304HUTCHISON-AS-AP HGC Global Communications LimitedHK

WHOIS identity

No WHOIS records are currently associated with mx.infinitus-int.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for mx.infinitus-int.com.

MechanismTarget
SPF_IP118.143.37.140
SPF_IP183.62.40.55
SPF_IP58.248.19.108

Related pages

Pivot deeper into the graph from mx.infinitus-int.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "mx.infinitus-int.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.