Skip to content

Hostname

roti.com

Last fetched

roti.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
18.161.170.418.161.168.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.161.170.5118.161.168.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.161.170.7418.161.168.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.161.170.8618.161.168.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.162.185.1063.162.184.0/21AS16509AMAZON-02 - Amazon.com, Inc.AR
3.162.185.303.162.184.0/21AS16509AMAZON-02 - Amazon.com, Inc.AR
3.162.185.373.162.184.0/21AS16509AMAZON-02 - Amazon.com, Inc.AR
3.162.185.803.162.184.0/21AS16509AMAZON-02 - Amazon.com, Inc.AR

WHOIS identity

Registrar
iana:146
Organization
******** ******** (see notes section below on how to view unmasked data)
Contact emails

Subdomains

6 observed subdomains of roti.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for roti.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEspf.mandrillapp.com
SPF_INCLUDEspf.protection.outlook.com

Related pages

Pivot deeper into the graph from roti.com.

Cypher and MCP

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

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