Hostname
reuse.i2w.com.br
Last fetched
reuse.i2w.com.br resolves to 2 IPv4 addresses operated by TOT-NET - TOT Public Company Limited in TH.
Nutrition Label
Resolution chain
reuse.i2w.com.br resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 125.26.170.3 | 125.26.170.0/24 | AS23969 | TOT-NET - TOT Public Company Limited | TH |
| 199.193.117.162 | 199.193.117.0/24 | AS29802 | HVC-AS - HIVELOCITY, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with reuse.i2w.com.br in WhisperGraph.
Subdomains
1 observed subdomain of reuse.i2w.com.br.
| Subdomain |
|---|
| www.reuse.i2w.com.br |
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for reuse.i2w.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | reuse.i2w.com.br |
| SPF_INCLUDE | relay.mailbaby.net |
| SPF_INCLUDE | spf-c.mailbaby.net |
| SPF_INCLUDE | spf.antispamcloud.com |
| SPF_IP | 199.193.117.162 |
| SPF_IP | 67.23.238.17 |
| SPF_MX | reuse.i2w.com.br |
Related pages
Pivot deeper into the graph from reuse.i2w.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "reuse.i2w.com.br"})-[: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.