Hostname
linkness.com
Last fetched
linkness.com resolves to 1 IPv4 address operated by AS12874 in IT. WHOIS lists iana:1492 as the registrar.
Nutrition Label
Resolution chain
linkness.com 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 |
|---|---|---|---|---|
| 83.103.59.162 | 83.103.0.0/18 | AS12874 | — | IT |
WHOIS identity
- Registrar
- iana:1492
- Organization
- davide cini
- Contact emails
Subdomains
44 observed subdomains of linkness.com.
Showing 25 of 44. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from linkness.com in the public web crawl.
79 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for linkness.com.
| Mechanism | Target |
|---|---|
| SPF_A | linkness.com |
| SPF_IP | 151.69.99.191 |
| SPF_IP | 151.69.99.195 |
| SPF_IP | 188.10.155.1 |
| SPF_IP | 217.57.28.58 |
| SPF_IP | 217.57.28.59 |
| SPF_IP | 83.103.59.138 |
| SPF_IP | 83.103.59.233 |
| SPF_IP | 83.103.59.29 |
| SPF_IP | 83.103.59.75 |
| SPF_MX | linkness.com |
Related pages
Pivot deeper into the graph from linkness.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "linkness.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.