Hostname
2tia.com
Last fetched
2tia.com resolves to 1 IPv4 address operated by AS16276 in FR. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
2tia.com 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 |
|---|---|---|---|---|
| 141.94.15.252 | 141.94.0.0/16 | AS16276 | — | FR |
WHOIS identity
- Registrar
- iana:113
- Organization
- 2tia co
- Contact emails
Subdomains
5 observed subdomains of 2tia.com.
Showing 3 of 5. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from 2tia.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for 2tia.com.
| Mechanism | Target |
|---|---|
| SPF_A | 2tia.com |
| SPF_IP | 109.203.123.247 |
| SPF_IP | 141.94.15.252 |
| SPF_IP | 185.116.214.8 |
| SPF_IP | 185.116.215.21 |
| SPF_IP | 192.154.143.2 |
| SPF_IP | 217.147.90.75 |
| SPF_IP | 23.94.30.170 |
| SPF_IP | 51.83.126.239 |
| SPF_IP | 77.72.0.154/24 |
| SPF_IP | 78.129.148.23 |
| SPF_IP | 88.99.2.180 |
| SPF_IP | 95.154.219.246 |
| SPF_MX | 2tia.com |
Related pages
Pivot deeper into the graph from 2tia.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "2tia.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.