Hostname
jopinet.net
Last fetched
jopinet.net resolves to 1 IPv4 address operated by AS48083 in ES. WHOIS lists iana:140 as the registrar.
Nutrition Label
Resolution chain
jopinet.net 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 |
|---|---|---|---|---|
| 193.116.164.11 | 193.116.164.0/22 | AS48083 | — | ES |
WHOIS identity
- Registrar
- iana:140
- Organization
- mcl2015 capital ventures sl
- Contact emails
Subdomains
17 observed subdomains of jopinet.net.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for jopinet.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf1.jopinet.net |
| SPF_IP | 137.116.228.63/32 |
| SPF_IP | 137.116.228.76/32 |
| SPF_IP | 193.116.164.0/25 |
| SPF_IP | 195.149.210.15/32 |
| SPF_IP | 212.142.148.182/32 |
| SPF_IP | 213.229.154.0/24 |
| SPF_IP | 213.27.146.152/29 |
| SPF_IP | 62.14.229.64/32 |
| SPF_IP | 62.14.254.136/29 |
| SPF_IP | 88.2.246.12/32 |
Related pages
Pivot deeper into the graph from jopinet.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jopinet.net"})-[: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.