Hostname
2re.com.tn
Last fetched
2re.com.tn resolves to 1 IPv4 address operated by IWEB-AS - Leaseweb Canada Inc. in CA.
Nutrition Label
Resolution chain
2re.com.tn resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 70.38.21.235 | 70.38.0.0/17 | AS32613 | IWEB-AS - Leaseweb Canada Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with 2re.com.tn in WhisperGraph.
Subdomains
2 observed subdomains of 2re.com.tn.
| Subdomain |
|---|
| mail.2re.com.tn |
| www.2re.com.tn |
Threat posture
History
Mail and authentication
MX records
- 2re.com.tn
SPF policy
7 SPF mechanisms authorising senders for 2re.com.tn.
| Mechanism | Target |
|---|---|
| SPF_A | 2re.com.tn |
| SPF_INCLUDE | cl-t038-384cl.ideama2.com |
| SPF_IP | 217.182.165.176 |
| SPF_IP | 51.75.129.130 |
| SPF_IP | 70.38.21.233 |
| SPF_IP | 70.38.21.235 |
| SPF_MX | 2re.com.tn |
Related pages
Pivot deeper into the graph from 2re.com.tn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "2re.com.tn"})-[: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.