Skip to content

Hostname

ads.linkedin.com

Last fetched

ads.linkedin.com resolves to 6 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · ads.linkedin.comRouting diversity4.2/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings4.8/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/ads.linkedin.com

Resolution chain

ads.linkedin.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.18.41.41104.18.41.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
108.174.10.24108.174.10.0/24AS14413LINKEDIN - LinkedIn CorporationUS
144.2.12.25144.2.12.0/24AS14413LINKEDIN - LinkedIn CorporationUS
144.2.14.25144.2.14.0/24AS14413LINKEDIN - LinkedIn CorporationUS
144.2.15.25144.2.15.0/24AS14413LINKEDIN - LinkedIn CorporationUS
172.64.146.215172.64.146.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

No WHOIS records are currently associated with ads.linkedin.com in WhisperGraph.

Subdomains

12 observed subdomains of ads.linkedin.com.

Web-graph footprint

Distinct hostnames that link to or from ads.linkedin.com in the public web crawl.

120 sites link to this hostname.

Sample outbound links

Threat posture

History

Related pages

Pivot deeper into the graph from ads.linkedin.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "ads.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.