Hostname
upnet.com.tr
Last fetched
upnet.com.tr resolves to 5 IPv4 addresses operated by OVH in DE.
Nutrition Label
Resolution chain
upnet.com.tr resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 135.125.191.215 | 135.125.128.0/17 | AS16276 | OVH | DE |
| 135.125.234.215 | 135.125.128.0/17 | AS16276 | OVH | DE |
| 162.19.254.167 | 162.19.128.0/17 | AS16276 | OVH | DE |
| 45.131.1.250 | 45.131.1.0/24 | AS212219 | HOSTINGDUNYAM HOSTING DUNYAM | TR |
| 89.252.143.11 | 89.252.143.0/24 | AS51559 | NETINTERNET Netinternet Bilisim Teknolojileri AS | TR |
WHOIS identity
No WHOIS records are currently associated with upnet.com.tr in WhisperGraph.
Subdomains
19 observed subdomains of upnet.com.tr.
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for upnet.com.tr.
| Mechanism | Target |
|---|---|
| SPF_A | upnet.com.tr |
| SPF_INCLUDE | spf.upnet.com.tr |
| SPF_MX | upnet.com.tr |
Related pages
Pivot deeper into the graph from upnet.com.tr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "upnet.com.tr"})-[: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.