Hostname
r3it.com
Last fetched
r3it.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
r3it.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.139.113.39 | 108.139.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.139.113.52 | 108.139.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.139.113.67 | 108.139.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.139.113.99 | 108.139.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.238.109.22 | 18.238.104.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.109.24 | 18.238.104.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.109.32 | 18.238.104.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.109.87 | 18.238.104.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:49
- Organization
- toshiyuki komparu
- Contact emails
Subdomains
22 observed subdomains of r3it.com.
Web-graph footprint
Distinct hostnames that link to or from r3it.com in the public web crawl.
125 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for r3it.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.attovas.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.haihaimail.jp |
| SPF_IP | 175.41.240.81 |
| SPF_IP | 176.34.58.107 |
| SPF_IP | 50.18.48.133 |
| SPF_IP | 60.32.170.162 |
Related pages
Pivot deeper into the graph from r3it.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "r3it.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.