Hostname
tecvia.com
Last fetched
tecvia.com resolves to 2 IPv4 addresses operated by AS29141 in DE. WHOIS lists iana:1390 as the registrar.
Nutrition Label
Resolution chain
tecvia.com 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 |
|---|---|---|---|---|
| 130.255.79.185 | 130.255.72.0/21 | AS29141 | — | DE |
| 40.118.102.46 | 40.112.0.0/13 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
WHOIS identity
- Registrar
- iana:1390
- Organization
- domain admin
- Contact emails
Subdomains
22 observed subdomains of tecvia.com.
Showing 15 of 22. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from tecvia.com in the public web crawl.
38 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for tecvia.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.geneon.de |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.mtasv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.132.180.0/24 |
| SPF_IP | 185.132.181.0/24 |
| SPF_IP | 185.132.182.0/24 |
| SPF_IP | 185.132.183.0/24 |
| SPF_IP | 185.183.28.0/24 |
| SPF_IP | 185.183.29.0/24 |
| SPF_IP | 185.183.30.0/24 |
| SPF_IP | 185.183.31.0/24 |
| SPF_IP | 199.168.14.54/32 |
| SPF_IP | 213.71.139.129/24 |
| SPF_IP | 213.71.139.130/24 |
Related pages
Pivot deeper into the graph from tecvia.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tecvia.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.