Hostname
linkedin.com
Last fetched
linkedin.com resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in CA. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
linkedin.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 |
|---|---|---|---|---|
| 150.171.22.12 | 150.171.0.0/16 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | CA |
WHOIS identity
- Registrar
- iana:292
- Organization
- domain administrator
- Contact emails
Subdomains
1,167 observed subdomains of linkedin.com.
Showing 25 of 1,167. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from linkedin.com in the public web crawl.
7,737,846 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for linkedin.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 108.174.0.0/24 |
| SPF_IP | 108.174.3.0/24 |
| SPF_IP | 108.174.6.0/24 |
| SPF_IP | 199.101.161.130 |
| SPF_IP | 199.101.162.0/25 |
| SPF_IP | 2620:109:c003:104::/64 |
| SPF_IP | 2620:109:c006:104::/64 |
| SPF_IP | 2620:109:c00d:104::/64 |
| SPF_IP | 2620:119:50c0:207::/64 |
| SPF_MX | docusign.net |
| SPF_MX | linkedin.com |
Related pages
Pivot deeper into the graph from linkedin.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "linkedin.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.