Hostname
vtecheu.com
Last fetched
vtecheu.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
vtecheu.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:1647
- Organization
- . peekstok
- Contact emails
Subdomains
10 observed subdomains of vtecheu.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for vtecheu.com.
| Mechanism | Target |
|---|---|
| SPF_A | hkgweb01.vtech.com |
| SPF_A | hkgweb05.vtech.com |
| SPF_A | mail.vtecheu.com |
| SPF_A | mail01.vtech.com |
| SPF_A | mail02.vtech.com |
| SPF_A | mail03.vtech.com |
| SPF_A | mail04.vtech.com |
| SPF_A | webmail.vtecheu.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 202.64.202.136/32 |
| SPF_IP | 202.64.202.139/32 |
| SPF_IP | 202.64.202.178/32 |
| SPF_IP | 202.64.202.179/32 |
| SPF_IP | 57.67.214.65/28 |
| SPF_IP | 57.67.214.75 |
| SPF_IP | 61.238.162.180/32 |
| SPF_IP | 61.93.185.14/32 |
| SPF_IP | 95.211.102.50/32 |
Related pages
Pivot deeper into the graph from vtecheu.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vtecheu.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.