Hostname
yetechnical.com
Last fetched
yetechnical.com resolves to 2 IPv4 addresses operated by AS136258 in AE. WHOIS lists iana:1495 as the registrar.
Nutrition Label
Resolution chain
yetechnical.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 |
|---|---|---|---|---|
| 147.78.0.165 | 147.78.0.0/24 | AS136258 | — | AE |
| 45.32.67.144 | 45.32.64.0/19 | AS20473 | AS-VULTR - The Constant Company, LLC | US |
WHOIS identity
- Registrar
- iana:1495
- Organization
- domain admin
- Contact emails
Subdomains
11 observed subdomains of yetechnical.com.
Web-graph footprint
Distinct hostnames that link to or from yetechnical.com in the public web crawl.
8 sites link to this hostname.
175 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
16 SPF mechanisms authorising senders for yetechnical.com.
| Mechanism | Target |
|---|---|
| SPF_A | yetechnical.com |
| SPF_INCLUDE | _spf-include.iamemonline.com |
| SPF_INCLUDE | iamemonline.com |
| SPF_INCLUDE | relay.mailbaby.net |
| SPF_IP | 116.203.84.247 |
| SPF_IP | 119.18.54.56 |
| SPF_IP | 139.84.136.209 |
| SPF_IP | 161.248.223.31 |
| SPF_IP | 198.244.250.161 |
| SPF_IP | 198.244.250.170 |
| SPF_IP | 198.244.250.172 |
| SPF_IP | 3.108.0.142 |
| SPF_IP | 51.75.174.238 |
| SPF_IP | 51.79.236.65 |
| SPF_IP | 54.38.75.39/32 |
| SPF_MX | yetechnical.com |
Related pages
Pivot deeper into the graph from yetechnical.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "yetechnical.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.