Skip to content

Hostname

room.com

Last fetched

room.com resolves to 11 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:2 as the registrar.

Nutrition Label

WHISPER CANON · room.comRouting diversity5.2/10Peering density6.9/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint8.6/10canon.whisper.security/host/room.com

Resolution chain

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

IPPrefixASNOperatorCountry
100.27.165.45100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
34.239.254.17734.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
44.218.77.3944.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.2.195.2252.2.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.70.25.3052.70.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.146.127.4354.144.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.164.109.16054.164.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.211.49.14954.211.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
54.88.33.20654.88.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
98.85.118.13298.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
44.218.121.22544.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:2
Organization
walter l. shaw jr.
Contact emails

Subdomains

24 observed subdomains of room.com.

Web-graph footprint

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

219 sites link to this hostname.

405 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for room.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEmktomail.com
SPF_IP192.42.0.14

Related pages

Pivot deeper into the graph from room.com.

Cypher and MCP

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

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