Hostname
link.net
Last fetched
link.net resolves to 1 IPv4 address operated by LINKdotNET-AS in EG. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
link.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 |
|---|---|---|---|---|
| 41.128.137.45 | 41.128.136.0/22 | AS24863 | LINKdotNET-AS | EG |
WHOIS identity
- Registrar
- iana:48
- Organization
- amr reda
- Contact emails
Subdomains
119 observed subdomains of link.net.
Showing 25 of 119. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from link.net in the public web crawl.
37 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for link.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mail.linkdatacenter.net |
| SPF_IP | 41.178.51.0/24 |
| SPF_IP | 41.196.200.0/24 |
| SPF_IP | 78.47.65.162/32 |
Related pages
Pivot deeper into the graph from link.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "link.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.