Skip to content

Hostname

reservation.abm.com

Last fetched

reservation.abm.com resolves to 4 IPv4 addresses operated by AS20940 in US.

Nutrition Label

WHISPER CANON · reservation.abm.comRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/reservation.abm.com

Resolution chain

reservation.abm.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
23.33.42.8223.33.42.0/24AS20940US
23.33.42.8323.33.42.0/24AS20940US
54.163.189.16154.160.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.208.73.19354.208.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with reservation.abm.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from reservation.abm.com in the public web crawl.

8 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from reservation.abm.com.

Cypher and MCP

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

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