Skip to content

Hostname

message.amba.info

Last fetched

message.amba.info resolves to 2 IPv4 addresses operated by IMDC-AS12025 - Iron Mountain Data Center in US.

Nutrition Label

WHISPER CANON · message.amba.infoRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/message.amba.info

Resolution chain

message.amba.info resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
165.140.254.119165.140.254.0/23AS12025IMDC-AS12025 - Iron Mountain Data CenterUS
69.167.186.969.167.128.0/18AS32244LIQUIDWEB - Liquid Web, L.L.CUS

WHOIS identity

No WHOIS records are currently associated with message.amba.info in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for message.amba.info.

MechanismTarget
SPF_INCLUDEb01-spf.drhinternet.net

Related pages

Pivot deeper into the graph from message.amba.info.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "message.amba.info"})-[: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.