Hostname
linkedtech.com
Last fetched
linkedtech.com resolves to 2 IPv4 addresses operated by ACDNET-ASN1 - ACD.net in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
linkedtech.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 |
|---|---|---|---|---|
| 216.163.61.152 | 216.163.32.0/19 | AS14103 | ACDNET-ASN1 - ACD.net | US |
| 96.36.28.204 | 96.36.16.0/20 | AS20115 | CHARTER-20115 - Charter Communications LLC | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- ******** ******** (see notes section below on how to view unmasked data)
- Contact emails
Subdomains
10 observed subdomains of linkedtech.com.
Web-graph footprint
Distinct hostnames that link to or from linkedtech.com in the public web crawl.
15 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for linkedtech.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | autotask.net |
| SPF_INCLUDE | spf.ess.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 216.163.61.128/26 |
| SPF_IP | 24.180.248.97/27 |
| SPF_IP | 4.59.16.189/29 |
| SPF_IP | 4.59.16.190/29 |
| SPF_IP | 96.36.28.193/26 |
| SPF_MX | linkedtech.com |
Related pages
Pivot deeper into the graph from linkedtech.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "linkedtech.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.